@charset "utf-8";

  h1, h2, h3, h4, h5, h6 {  
    font-size: 100%;   
    font-weight: normal;   
  }

  body {
    /*background:url(/html2/image/c1.png) 0 0 no-repeat;*/
	overflow-x: hidden;
	overflow-y: auto;
  }

  .wrap {
    width: 1000px;    
  }

  .wrap.b {
	padding-bottom: 1px
  }

  .header {
    position: relative;
    padding: 7px 0 10px 0;
    width: 1000px;
    background: #4fb3f3;
  }

  .header h1 {
    text-align: center;
    /*margin-right: 2.2px;*/
    font-size: 23.7px;
    word-spacing: -0.5px;
    letter-spacing: -1.2px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
  }

  .title {
    text-align: center;
    font-size: 23.7px;
    word-spacing: -0.5px;
    letter-spacing: -1.2px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    padding: 42px 0 45px 0;
    background: #fff;
  }

  .title2 {
    text-align: center;
    font-size: 20.1px;
    word-spacing: -0.5px;
    letter-spacing: -1.2px;
    font-family: 'Noto Sans KR', sans-serif;
    /*color: #000;*/
    background: #fff;
  }

  .sub-title2 {
	color: #4fb3f3;
  }

  .sub-info {
    text-align: center;
	line-height: 26px;
    padding: 35px 0 34px 0;
  }

  .info {
	display: block;
    text-align: center;
	width: 940.5px;
	margin: 0 auto;
    font-size: 18px;
    word-spacing: -0.5px;
    letter-spacing: -1.2px;
    font-family: 'Noto Sans KR', sans-serif;
    /*color: #000;*/
	background: #f3f3f3;
    padding: 19px 0 19px 0;
  }

.top-menu {
    position: absolute;
    height: 24px;
	top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom : auto;
    text-indent: -9999px;
    cursor: pointer;
  }

  .top-menu.back {
    width: 12px;
    left: 23px;
    background:url(/images/2022/layer_inquire_main/inq_back.png) 0 0 no-repeat;
  }

  .top-menu.close {
    width: 24px;
    right: 21px;
    background:url(/images/2022/layer_inquire_main/inq_close.png) 0 0 no-repeat;
  }

  .menu {
    text-align: center;
    font-size: 0;
    /*opacity: 0.5;*/
  }

  .menu li {
    display: inline-block;
    width: 220px;
    background: #eee;
    margin-left:0;
    font-size: 20px;
    word-spacing: -0.5px;
    letter-spacing: -1.2px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    vertical-align: top;
    margin-left: 20px;
  }

  .menu li:first-child {
    margin-left: 0;
  }

  .menu li dl dt {
    position: relative;
    width: 220px;
    height: 145px;
  }

  /*
  .menu li:nth-child(1) dl dt {
    background: url(/html2/image/inq_menu_title1.png) 0 0 no-repeat;
  }

  .menu li:nth-child(2) dl dt {
    background: url(/html2/image/inq_menu_title2.png) 0 0 no-repeat;
  }

  .menu li:nth-child(3) dl dt {
    background: url(/html2/image/inq_menu_title3.png) 0 0 no-repeat;
  }

  .menu li:nth-child(4) dl dt {
    background: url(/html2/image/inq_menu_title4.png) 0 0 no-repeat;
  }
  */

  .menu .m1 dl dt {
    background: url(/images/2022/layer_inquire_main/inq_menu_title1.png) 0 0 no-repeat;
  }

  .menu .m2 dl dt {
    background: url(/images/2022/layer_inquire_main/inq_menu_title2.png) 0 0 no-repeat;
  }

  .menu .m3 dl dt {
    background: url(/images/2022/layer_inquire_main/inq_menu_title3.png) 0 0 no-repeat;
  }

  .menu .m4 dl dt {
    background: url(/images/2022/layer_inquire_main/inq_menu_title4.png) 0 0 no-repeat;
  }

  .menu li dl dt a {
    position: absolute;
    bottom: 25px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
  }


  .menu li dl dd {
    word-spacing: -1.5px;
    letter-spacing: -1.4px;
    height: 49px;
    background: #eee;
    /*margin-right: 2px;*/
    line-height: 47px;
  }

  .menu li dl dd.se {
    background: #f7f7f7;
  }

  .menu li dl dd .sinfo {
    font-size: 16.5px;
  }

  .info_tbl {
	width: 940px;
	margin-top: 41px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	background-color: #fff;
  }

  .info_tbl th { 
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	height: 25px;
	background-color: #fff;
	color: #000 !important;
    /*font-size: 14px;*/
    /*word-spacing: -0.5px;*/
    /*letter-spacing: -1.2px;*/
    /*font-family: 'Noto Sans KR', sans-serif;*/
  }

  .info_tbl td { 
	padding: 5px 5px 3px 15px;
	border: 1px solid #ccc;
	height: 25px;
	background-color: #fff;
	color: #000 !important;
  }
  .info_tbl td.num { 
	padding: 5px 5px 3px 5px;
	text-align: center;
	color: #000 !important;
  }
  .info_tbl td.area { 
	padding: 5px 10px 3px 10px;
	text-align: center;
	color: #000 !important;
  }