@charset "utf-8";

a:focus,
button:focus,
input:focus,
li:focus
{
  outline: 1px dotted #333;
  outline: -webkit-focus-ring-color auto 5px;
  outline:-ms-focus-ring-color auto -2px;
}

#progress {
  height: 3px;
  background: rgb(30, 56, 110);
  position: absolute;
  bottom: -3px;
  z-index: 99;
}

/* top 메뉴 fixed */
.topMenu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
#progress.fixed {
  position: fixed;
  top: 61px;
}
.w1200 {max-width: 1200px; margin: 0 auto;}
body.main .w1200 {max-width: 1220px; margin: 0 auto; padding: 0 10px; box-sizing: border-box;}
body.main.Tablet .w1200, body.main.Mobile .w1200 {padding: 0;}

a.nw:after {
  content: ''; display: inline-block;
  width: 14px; height: 14px; margin-left: 5px;
  background: url('/sites/moj/images/nw_icon.png') right center no-repeat;
}
#menuUItab .div_4 > .ul_4 > li > a.nw:after {
  position: absolute; right: 12px; top: 16px;
}


/**[Layout]********************************************************/
#_wrap #_wrapHeader {height: 150px;}            
#_wrap #_wrapHeader #_header {
  position: relative;
  transition: all 0.3s ease;
  z-index: 3;
}
#_wrap #_wrapArticle {
  padding: 0;
  position: relative;
  z-index: 1;
}
body.main._responsiveObj #_wrap #_wrapArticle	{
  padding: 0 0 0 0;
  background: #f7f3f7 url('/sites/immigration/images/newmain/bg_top.png') center 0 no-repeat;
  overflow:hidden;
}
body.main._responsiveObj #_wrap #_wrapArticle:after{
  content:'';
  display:block;
  width:100%;
  height:83px;
  /*margin-top:-20px;*/
  background-color:#fff;
}
/*body.main #_wrap #_wrapArticle	{
  padding: 30px 0; 
}*/
body.main #_wrap #_wrapArticle #_container	{
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  /*overflow: hidden;*/
  box-sizing: border-box;
}

#_wrap #_wrapFooter	{position: relative; z-index: 2;}
#_wrap #_wrapFooter #_footer {
  position: relative;
}
#_wrap #_wrapFooter #_jumpWrap .w1200 {max-width: 1200px; padding: 0;}
#topBtn {display: none;}
#topBtn button{
	position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; padding:20px 0 5px;
	background: #fff url('/sites/moj/images/icon-top.png') center 5px no-repeat;
	border: 1px solid #d8d8d8; border-radius:100%; font-size:15px; color:#1d1d1d;
	z-index: 999;
}


/**[Header]********************************************************/
.guide-nuri-box{padding:8px 0 13px;border-bottom:1px solid #f2f2f2;}
.guide-nuri-box .w1200 > span{padding-left:13px;}
.guide-nuri-box img{padding-right:5px;vertical-align:middle;}
@media (max-width: 430px){
  .guide-nuri-box .w1200 > span {font-size: 12px;}
}

.search_lang.nice-select .list .option {color: #fff; padding: 3px 0;}
.search_lang.nice-select .list {
  top: 26px;
  background-color: #8697a4;
  color: #fff;
  border: 0;
  border-radius: 0 0 15px 15px;
}
.search_lang.nice-select .option:hover, .search_lang.nice-select .option.focus, .search_lang.nice-select .option.selected.focus {
  background-color: #577388;
}
.search_go {
  color: #fff; font-size: 12px;
  padding: 6px 12px 6px 7px; border: 0; border-radius: 0 100px 100px 0;
  background-color: #8697a4;
}

/* header - logo Area */
.logoWrap {display: inline-block; margin: 10px 0 11px; width: 100%;}
#_logo {float: left;}
#_logo a {
  display: block;
  width: 320px;
  height: 65px;
  background: url('../images/logo.png') left top no-repeat;
  background-size: 100%;
  font-size:0;
}
.logoWrap .rightArea {float: right;}
.top_direct2 {display: inline-block;}
body.Mobile .top_direct2 {margin-top:10px;}
body.Mobile .top_direct2 {width:15vw;  margin: 7px 0 0 0;}
body.Mobile .top_direct2 > img { width: 100%;}
/* 모바일 추가 */
@media all and (max-width : 861px){
  #_wrap #_wrapHeader {height: auto;}
  .rightArea{display:none;}
}
.topDir {overflow: hidden; margin-bottom: 5px; text-align: right;}
.topDir > ul > li {display: inline-block;}
.topDir > ul > li:after {content: ''; display: inline-block; width:1px; height: 9px; margin: 0 10px; background-color: #bbb;}
.topDir > ul > li:last-child:after {display: none;}
body.Mobile .topDir > ul > li:after {margin: 0 2px; background-color: inherit;}
.topDir > ul > li > a {color: #1d1d1b; font-size: 13px; }
body.Tablet .topDir > ul > li > a, body.Mobile .topDir > ul > li > a {color: #fff;}
.topDir > ul > li.taegugki > a img {vertical-align: middle; margin-right: 4px;}
body.Desktop .topDir > ul > li:nth-last-child(2):after,
body.Desktop .topDir > ul > li.siteMap,
/*.topDir > ul > li.siteMap:after {display: none;}*/

.search_btn_mobile {display: none;}
.searchWrap .rec, .searchWrap ul {overflow: hidden;}
.searchWrap .rec {float: left; margin: 7px 0 0 10px;}
.searchWrap .rec h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  float: left;
  padding: 2px 9px;
  background-color: #28a2e7;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
}
.searchWrap .rec > ul > li {float: left;}
.searchWrap .rec > ul > li > a {
  color: #b6b6b6;
  font-size: 13px;
  font-weight: 200;
}
.searchWrap .rec > ul > li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 9px;
  background-color: #bbbbbb;
  margin: 0 5px;
}
.searchWrap ul li:last-child:after {display: none;}

.searchForm {
  float: right;
  position: relative;
  border: 2px solid #27a1e8;
  border-radius: 25px;
  padding: 3px 40px 3px 15px;
  width: 380px;
  background-color: #fff;
  box-sizing:border-box;
}
.searchForm .search_btn {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url('../images/select_top_btn.png') left top no-repeat;
  text-indent: -5000px;
}
.searchForm input[type="text"] {border: 0; width: 68%; color: #8d8d8d; font-size: 13px;}

.nice-select.search_top {
  background: none;
  border: 0;
  margin-right: 10px;
  display: none !important;
}
.search_top {
    background: none;
    border: 0;
    margin-right: 10px;
	font-size: 14px;
    display: inline-block;
}
.nice-select.search_top .current {
  font-size: 14px;
  color: #27a1e8;
  padding: 0 15px 0 10px;
}
.nice-select.search_top:after {
  content: '';
  background: url('../images/sel_arrow_search_top.png') no-repeat center center;
  display: block;
  width: 7px;
  height: 5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 11px;
  transition: all 0.15s ease-in-out;
}

.top_direct {float: right;}
.top_direct ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/**[주메뉴]********************************************************/
.topMenu {
  position: relative;
  width: 100%;
  height: 60px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
  /*transition: all 0.3s ease;*/
}
.topMenu._on {
  border-bottom: 1px solid #28a2e7;
}
.topMenu:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 1402px;
  height: 0;
  background: url('../images/gnb_bg.png') right bottom no-repeat;
  z-index: -1;
  margin : 0 auto;
  transition: height 0.2s ease-in-out 0.4s;
}
.topMenu._on:after {
  height: 100%;
}
.topMenu._on:before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}

.top_div {
  position: relative;
  width: 100%;
}
.menuUItop{
  float: left;
  z-index: 100;
  width: 87.5%;
  max-height: 60px;
}
.menuUItop .top_div {
  margin: 0;
  padding: 0;
}
.menuUItop ul.ul_1{
  display: table;
  width: 100%;
}
/*
.menuUItop ul.ul_1 li.li_1.eQ01,
.menuUItop ul.ul_1 li.li_1.eQ05 {background: none;}
.menuUItop ul.ul_1 li.li_1.eQ05:after {display: none;}
*/
.menuUItop ul.ul_1 li.li_1.eQ01,
.menuUItop ul.ul_1 li.li_1.eQ06 {background: none;}
.menuUItop ul.ul_1 li.li_1.eQ06:after {display: none;}
.menuUItop ul.ul_1 li.li_1 {
  position: relative;
  display: table-cell;
  background: url('../images/li_1_line.png') right center no-repeat;
  border-bottom: 0px;
  width: 13.5%;
  letter-spacing:-0.03em;
}
.menuUItop .ul_1 .eQ02 {
   /* width: 15% !important;*/
}
/*
body.Desktop .menuUItop ul.ul_1 li.li_1.eQ01 {
  width: 16%;
}
body.Desktop .menuUItop ul.ul_1 li.li_1.eQ05 {
  width: 25%;
}
*/
/*body.Desktop .menuUItop ul.ul_1 li.li_1.eQ02{width: 15%;}
body.Desktop .menuUItop ul.ul_1 li.li_1.eQ04{width:13%;} 2220711 */
body.Desktop .menuUItop ul.ul_1 li.li_1.eQ06{width: 20%;}
.menuUItop ul.ul_1 li.li_1:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #28a2e7;
  transition: width 0.2s ease-in-out;
}
.menuUItop ul.ul_1 li.li_1.on:before {
  width: 100%;
}
.menuUItop ul.ul_1 li.li_1 a.a_1 {
  display: block;
  width: calc(100% - 4px);
  color: #37424c;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
}
/*
.menuUItop ul.ul_1 li.li_1.eQ06,
.menuUItop ul.ul_1 li.li_1.eQ07 {display: none;}
*/
.menuUItop ul.ul_1 li.li_1.eQ07,
.menuUItop ul.ul_1 li.li_1.eQ08 {display: none;}
.menuUItop li.eQ01 {border-left: 1px solid #e7e7e7; border-right: 1px solid #e7e7e7; width: 155px;}
.menuUItop ul.ul_1 li.li_1.eQ01 a.a_1 {position: relative;/*color: #28a2e7;*/color:#1489bf; padding-right: 25px;}/* 220311_웹접근성수정 */
.menuUItop li.eQ01 a.a_1:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  width: 30px;
  height: 31px;
  background: url('../images/menu_online_icon.png') left center no-repeat;
}

.topMenu .allMenuBtn {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  width: 12%;
  height: 60px;
  line-height: 60px;
  background: url('../images/allMenuBtn_bg.png') center center no-repeat;
  outline-offset:-3px; outline-color:#fff;
}
.topMenu .allMenuBtn:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url('../images/allMenuBtn_icon.png') left bottom no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}


/* top 2차메뉴 */
.menuUItop ul.ul_1 li.li_1:after {
  content: "";
  position: absolute;
  top: 88px;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e7e7e7;
  min-height: 280px;
}

.menuUItop ul.ul_1 li.li_1 .div_2 {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 101;
  margin: 25px 0;
  padding: 0 20px;
}
.menuUItop .div_2 .ul_2 li.li_2 {
  margin-bottom: 8px;
  line-height: 1.3;
}
.menuUItop .div_2 .ul_2 li a:hover,
.menuUItop .div_2 .ul_2 li a._active {font-weight: 500; color: #1489eb;}
.menuUItop .div_2 .ul_2 li a {font-size: 14px; color: #797676;}

/**[모바일 - 메뉴열기/닫기]********************************************************/
.header_mo{display:none;}
.mMenuButton{display: none;}
@media screen and (max-width : 861px){
   	.header_mo{display:block;}
	
  /* 검색 */
  .search_btn_mobile {transition: all 0.25s ease; display: block; position: absolute; top: 18px; right: 80px; width: 50px; height: 35px; background: url('../images/search_btn_mobile.png') left top no-repeat; font-size:0; z-index: 10;}
  .search_btn_mobile.close {right: 10px; background-position: right top;z-index: 11;}
  .searchWrap_mo{display:none; margin-top: 0; position: absolute; top: 0; left: 0; width: 100%; height: 67px; background-color: #51697c; z-index: 101;}
  .searchWrap_mo label:first-child{display:none;}
  .searchWrap_mo .search_top {display: none;}
  .searchWrap_mo .searchForm {float: none; border: 0; background-color: #fff; width: 74%; padding-left: 15px; margin: 18px auto 0;max-width: 320px; box-sizing: border-box;}
  .searchWrap_mo .searchForm input[type="text"] {max-width: 100%; width: 80%;}

  /* 메뉴 */
  .mMenuButton{display:block; position:absolute; top:18px; right:20px; width: 50px; height: 35px; border-radius: 16px; font-size:0;
	  	background: #4565ac url('../images/mMenuButton.png') right top no-repeat;}
  	#mMenuClose{display:none; top:15px; background-position: left top;}
  
	 #mMenu.topMenu{display:none; position: absolute; top: 0px; right: 0px; float:none; width:100%; max-width:500px; height:100vh; z-index: 100; background-color:rgba(13, 26, 44, 0.9);}
	 #mMenu .topDir {width: 100%; max-width: 500px; background-color: rgba(13, 26, 44, 0.9); border-bottom: 1px solid rgb(71, 81, 95); z-index: 101; padding:20px 15px; box-sizing: border-box; text-align: left; margin-bottom: 0;}
	 #mMenu .topDir ul {width: 75%;}
	 #mMenu .topDir ul li a{color:rgba(255, 255, 255, 0.7);}

 	.topMenu .allMenuBtn{position:absolute; top:15px; right:20px; margin-top:0; width:95px; height:25px; padding: 7px 15px 3px 15px; line-height:12px; text-align:center; border-radius:30px; box-sizing:border-box; z-index:101;}
  	.topMenu .allMenuBtn:before{display:none;}
    .logoutBtn{display:none; position: absolute; top: 0px; right: 130px;width:80px; border-radius: 30px; z-index: 11;}
  
  	#mMenu .menuUItop .div_2 .ul_2 li.li_2 a.a_2.nw:after {background: url(/sites/moj/images/nw_icon_mo.png) right center no-repeat;}
  
}

/**[Footer]********************************************************/
#_jumpWrap {width: 100%; background-color: #45535f; border-bottom: 1px solid #677785;}
#_jumpWrap .sitelink {display: inline-block; width: 100%; margin-bottom: -7px;}
#_jumpWrap .sitelink > li:first-child {border-left: 2px solid #6a757f;}
#_jumpWrap .sitelink > li {position: relative; float: left; width: 25%; box-sizing: border-box; border-right: 2px solid #6a757f;}
#_jumpWrap .sitelink > li > button {height: 44px; position: relative; color: #c2d6e6; font-size: 14px; font-weight: 400; text-align: left; width: 100%; padding: 11px 15px 12px 20px; background-color: #45535f; border-bottom: 1px solid #677785; outline-offset:-2px;}
#_jumpWrap .sitelink > li > button:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 18px;
  background: url('../images/sitelink_arrow.png') left top no-repeat;
  transition: all 0.3s ease;
}
#_jumpWrap .sitelink > li._on > button {background-color: #444;}
#_jumpWrap .sitelink > li._on > button:after {transform: rotate(180deg);}
#_jumpWrap .list {
  display: none;
  width: 100%;
  max-height: 235px;
  overflow-y: auto;
  position: absolute;
  top: -235px;
  background-color: #535353;
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
}
#_jumpWrap .sitelink > li._on .list {
  display: block;
}
#_jumpWrap .list dt:first-child {border-top: 0; padding-top: 0; margin-top: 10px;}
#_jumpWrap .list dt {
  color: #b7e3fe;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 10px;
  border-top: 1px solid #818181;
  padding-top: 20px;
}
#_jumpWrap .list dd {margin: 5px 0;}
#_jumpWrap .list a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}


#_footer {background-color: #566877;}
#_footer a {color: #ededed; font-size: 14px;}
#_footer ul {overflow: hidden;}
#_footer li {float: left;}

#_footer ._directWrap {overflow: hidden; padding: 12px 0;}
#_footer ._direct {float: left;}
#_footer ._direct li {margin-right: 15px; height: 28px;}
#_footer ._direct li.em a {color: #fff; font-size:17px; line-height:1; text-decoration:underline;}/* 220110_웹품질관리평사오류_수정 */
#_footer ._direct_sns {float: right;}
#_footer ._direct_sns li {margin-left: 5px;}
#_footer ._direct_sns li a {display: block;width: 33px;height: 33px;background: url('/sites/moj/images/direct_sns_moj.png') left top no-repeat;text-indent: -5000px; outline-offset:-2px;}
#_footer ._direct_sns li a.snsI {background-position: 0 top;}
#_footer ._direct_sns li a.snsTh {background-position: -38px top;}
#_footer ._direct_sns li a.snsF {background-position: -76px top;}
#_footer ._direct_sns li a.snsT {background-position: -114px top;}
#_footer ._direct_sns li a.snsY {background-position: -152px top;}
#_footer ._direct_sns li a.snsN {background-position: -190px top;}
#_footer ._direct_sns li a.snsD {background-position: -228px top;}

/* footer 수정 (20190725 고석만) */
._addressWrap { position: relative; border-top: 1px solid #4c5b69; padding: 15px 0 47px; }
._addressWrap ._info > ul > li { float: none !important; }
._addressWrap ._info ._tel { margin-bottom: 1em; overflow: hidden; }
._addressWrap ._info ._tel span { display:block; padding-left: 7px; position: relative; margin-right: 1em; text-align:left;}
._addressWrap ._info ._tel span:last-child { margin-right: 0; }
._addressWrap ._info ._tel span:before { content: ""; display: block; width: 3px; height: 3px; background-color: #28a2e7; position: absolute; left: 0px; top:50%; margin-top: -1px; }
._addressWrap ._info ._tel em { font-weight: 500; }
._addressWrap ._info ._tel em a {font-weight: 500; text-decoration: underline;}
._addressWrap span, ._addressWrap em { color: #dbebf7; }
#_footer ._addressWrap ._info ._tel span a{font-size: 15px; letter-spacing: -1px; color: #dbebf7;}
body.Desktop ._addressWrap ._info ._tel span a.tel{pointer-events:none;}
._addressWrap li,._addressWrap p { color: #ededed; }
._addressWrap ._info ._address { margin-bottom: .5em; }
._addressWrap ._info ._address:before { 
  content: ""; display: block; float: left; width: 16px;  height: 20px; 
  background-image: url(../images/address_icon.png);
  background-position: left top; 
  background-repeat: no-repeat; 
  margin: 3px 6px 0 0; 
}
._addressWrap ._copyright { font-size: 12px; font-weight: 200;}
.linklogoWrap {position: absolute; right: 0; top: 20px; }
.linklogoWrap > li {float: none !important; display: inline-block; margin-left: 10px;}
.linklogoWrap > li > a {display: block;}
.linklogoWrap > li > a img {vertical-align: middle;}

/* 자주찾는 메뉴 (20191002 고석만) */
#service-navi { width: 100%; position: absolute; top: 150px; }
#service-navi.fixed { position: fixed; top: 61px; }
#service-navi > .w1200 { position: relative; }
#service-navi button { 
	width: 78px; height: 75px; 
	background: url(/sites/immigration/images/contents/btn_service_navi3.png) no-repeat; 
	position: absolute; right: -75px; top: 28px; 
	z-index: 100; 
	text-indent: -9999em; 
}
@media screen and (max-width: 1375px ) {
	#service-navi button { right: 20px; top: 40px;}
}
body.Tablet #service-navi, body.Mobile #service-navi { top: 50px;}

/* s: newMain */
@media screen and (max-width:1200px){
	body.main._responsiveObj #_wrap #_wrapArticle{background: #f7f3f7 url('/sites/immigration/images/newmain/bg_top_m.png') center 0 no-repeat;}
	body.main._responsiveObj #_wrap #_wrapArticle #_container{margin:0 0;padding:0 20px;}
	#_wrap #_wrapFooter{margin-top:0;}
	body.main._responsiveObj #_wrap #_wrapArticle{padding:0 0 0 0;}
	body.main._responsiveObj #_wrap #_wrapArticle:after{margin-top:-68px;}
}
@media screen and (max-width:860px){
	body.main._responsiveObj #_wrap #_wrapArticle:after{height:129px;margin-top:-107px;}
}
@media screen and (max-width:730px){
	body.main._responsiveObj #_wrap #_wrapArticle{background: #f7f3f7 url('/sites/immigration/images/newmain/bg_top_m.png') center 0 no-repeat;}
	body.main._responsiveObj #_wrap #_wrapArticle:after{height:135px;margin-top:-127px;}
}
@media screen and (max-width:640px){
	body.main._responsiveObj #_wrap #_wrapArticle{padding:20px 0 0 0;}
}
@media screen and (max-width:550px){
	body.main._responsiveObj #_wrap #_wrapArticle:after{height:125px;margin-top:-112px;}
}
@media screen and (max-width:420px){
	body.main._responsiveObj #_wrap #_wrapArticle:after{height:118px;margin-top:-127px;}
}
/* e: newMain */





.modal-wrap { width: 100%; height: 100%; display: none; overflow: hidden; background: rgba(240, 240, 240, .95); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; }
.modal-wrap > div { position: absolute; top: 0; left: 50%; display: block; width: 640px; margin: 100px 0 0 -300px; padding: 20px; background-color: #fff; }
.modal-wrap .modal-header .btn-wrap { text-align: center; margin-bottom: 20px; }
.modal-wrap .modal-header .modal-close { 
  width: 45px; height: 45px; 
  background: url(/sites/moj/images/btn_modal_close.png) no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
.modal-wrap .modal-header h2 { color:#333; font-weight: 500; text-align: center; border-bottom: 1px solid #ddd; margin-bottom: 1em; padding-bottom: .5em; }
.modal-wrap .modal-body ul.icon-wrap { list-style: none; overflow: hidden; }
.modal-wrap .modal-body ul.icon-wrap li { float: left; width: 25%; }
.modal-wrap .modal-body ul.icon-wrap li a { font-family: 'NotoKR' !important; color:#000; background: none; }
.modal-wrap .modal-body ul.icon-wrap li a:hover,
.modal-wrap .modal-body ul.icon-wrap li a:active, .modal-wrap .modal-body ul.icon-wrap li a:focus { color:#369; font-weight: 500; }
.modal-wrap .modal-body ul.icon-wrap li .btn { width: 100px; margin: 10px auto; display: block; text-align: center; }
.modal-wrap .modal-body ul.icon-wrap li .btn:before { 
  content: ''; 
  width:70px; height:70px; 
  margin: 0 auto 5px auto; 
  display: block; 
  background-image: url(/sites/immigration/images/contents/btn_service_icon.png); 
  background-repeat: no-repeat; 
}
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_01:before { background-position: 0 0; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_02:before { background-position: -70px 0; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_03:before { background-position: -140px 0; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_04:before { background-position: -210px 0; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_05:before { background-position: 0 -70px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_06:before { background-position: -70px -70px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_07:before { background-position: -140px -70px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_08:before { background-position: -210px -70px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_09:before { background-position: 0 -140px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_10:before { background-position: -70px -140px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_11:before { background-position: -140px -140px; }
.modal-wrap .modal-body ul.icon-wrap li .btn.icon_12:before { background-position: -210px -140px; }
@media screen and (max-width: 1024px ) {
  .modal-wrap > div { left: inherit; width: auto; height: 100%; margin: 0; }
  .modal-wrap .modal-body { width: auto; height: 75%; /*position: fixed;*/ overflow-y: auto; }
}
body.Mobile .modal-wrap .modal-body ul.icon-wrap li { width: 33.3%; }

@media all and (max-width: 1100px) {
  .menuUItop ul.ul_1 li.li_1 a.a_1 {font-size: 15px; padding: 19px 0}
}
