@charset "euc-kr"; 

select { 
	background-color: #fff;
	-webkit-appearance: none;
	background:transparent url('/support/image/icon/icon_selected01.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_selected01@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_selected01@2x.png');
	background-repeat: no-repeat;
	background-position: 97.5% center;
	background-size: 10px 5px;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=email],
input[type=url]{
	line-height: 1;
	height: 28px;
	padding: 6px 0 7px;
	margin: 0;
	border: 1px solid #e1e2e2;
	-webkit-appearance: none !important;
	background: #fff;
	color: #4d4d4d;
	font-size: 12px;
	text-indent: 10px !important;
}

.point-color01 {
	color: #f0523d
}

.point-color02 {
	color: #212121
}

.point-color03 {
	color: #da7507
}

.title0301 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #212121;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.title0302 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 13px;
	margin-bottom: 20px;
	color: #212121;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;

	background:transparent url('/support/image/bg/bg_title_line0302.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_title_line0302@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_title_line0302@2x.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 41px 4px;
}

.align-left {
	text-align: left !important;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

/* ¿¹»óº¸Áõ·áÁ¶È¸ */
.guaranteed-search-wrapper {
	display: block;
}

.radio-wrapper {
	margin-bottom: 20px;
}

.radio-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.radio-area {
	float: left;
	min-height: 30px;
	line-height: 30px;
	margin-right: 40px;
}

.radio-area:last-child {
	margin-right: 0;
}

.radio-area input[type="radio"] {
	display: block;
	width: 0px !important;
	height: 0px !important;
}

.radio-area input[type="radio"] + label {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	color: #212121;
	font-size: 18px;
	letter-spacing: -1px;

	background:transparent url('/support/image/icon/icon_radio_type01_off.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_radio_type01_off@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_radio_type01_off@2x.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
}

.radio-area input[type="radio"]:focus + label {
	border: 1px dashed gray;
}

.radio-area input[type="radio"]:checked + label {
	background:transparent url('/support/image/icon/icon_radio_type01_on.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_radio_type01_on@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_radio_type01_on@2x.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
}

.information-box01 {
	background: #f8f7f2;
	padding: 30px 40px;
	margin-bottom: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	word-break: keep-all;
}

.information-box01.round {
	border-radius: 7px;
}

.information-box01 strong {
	color: #424242;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	text-decoration: underline;
}

.information-box02 {
	border: 1px solid #dddddd;
	padding: 40px;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -1px;
	word-break: keep-all;
}

.form-guaranteed-wrapper {
	border-top: 2px solid #212121;
	margin-bottom: 30px;
}

.form-guaranteed-wrapper > dl {
	position: relative;
	padding-left: 200px;
	background: #dee9f6;
	border-bottom: 1px solid #dbdbdb

}

.form-guaranteed-wrapper > dl > dt {
	position: absolute;;
	top: 0;
	left: 0;
	display: block;
	width: 200px;
	height: 100%;
	text-align: center;
	border-bottom: 1px solid #abd3e4;
}


.form-guaranteed-wrapper > dl > dt > label {
	display: table;
	color: #212121;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 24px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.form-guaranteed-wrapper > dl > dt > label > span {
	display: table-cell;
	vertical-align: middle;
}

.form-guaranteed-wrapper > dl > dd {
	background: #fff;
	padding: 10px 20px;
}

.form-guaranteed-wrapper > dl > dd input,
.form-guaranteed-wrapper > dl > dd select {
	box-sizing: border-box;
	min-width: 280px;
	height: 46px;
	text-indent: 15px !important;
	font-size: 16px;
	color: #212121;
	padding: 0;
}

.form-guaranteed-wrapper > dl > dd .radio-area input[type="radio"] + label {
	padding-left: 30px;
	background-size: 20px 20px;
}

.form-guaranteed-wrapper > dl > dd .radio-area input[type="radio"]:checked + label {
	background-size: 20px 20px;

}

.input-add-unit-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 35px;
}

.input-add-unit-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-add-unit-wrapper .word-unit {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #212121;
}

.ul-list01 {
	display: block;
	margin-top: 10px;
}

.ul-list01 > li {
	padding-left: 13px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;

	background:transparent url('/support/image/bul/bul_type01.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bul/bul_type01@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/bul/bul_type01@2x.gif');
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 3px 3px;
}

.ul-list0102 {
	display: block;
}

.ul-list0102 > li {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	word-break: keep-all;
	padding-left: 11px;

	background:transparent url('/support/image/bul/bul_type01.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bul/bul_type01@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/bul/bul_type01@2x.gif');
	background-repeat: no-repeat;
	background-position: left 13px;
	background-size: 3px 3px;
}

.ul-list0102 > li > ul {
	padding: 5px 0;
}

.ul-list0102 > li > ul > li {
	font-size: 15px;
	line-height: 26px;
	padding-left: 8px;

	background:transparent url('/support/image/bul/bul_type02.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bul/bul_type02@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/bul/bul_type02@2x.gif');
	background-repeat: no-repeat;
	background-position: left 13px;
	background-size: 4px 1px;
}



.ul-list02 {
	display: block;
	margin-top: 10px;
}

.ul-list02 > li {
	color: #424242;
	font-size: 16px;
	line-height: 28px;
	word-break: keep-all;
	padding-left: 11px;
	background: transparent url(/support/image/bul/bul_type01.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/bul/bul_type01@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/bul/bul_type01@2x.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	background-size: 4px 4px;	
}

.ul-list02 > li > ul {
	display: block;
}

.ul-list02 > li > ul > li {
	color: #616161;
	font-size: 14px;
	line-height: 26px;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100
}

.ul-list02 > li > ul > li:before {
	content: "-"
}


.input-period-wrapper {
	display: block;
}

.input-period-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.input-period-area {
	position: relative;
	float: left;
	width: 45%;
	max-width: 280px;
	border: 1px solid #dbdbdb;
	padding-right: 50px;
	padding-left: 10px;
	box-sizing: border-box;
}

.input-period-wrapper .word-unit {
	float: left;
	width: 10%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #212121;
	font-size: 16px;
}

.input-period-area input {
	width: 100%;
	min-width: 100% !important;
	border: 0 !important;
}

.input-period-area .ui-datepicker-trigger {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 21px;
	height: 23px;
	margin-top: -12px;
}

.input-period-area .ui-datepicker-trigger > img {
	width: 21px;
}

.table-type01 {
	border-top: 1px solid #dbdbdb;
}

.table-type01 thead th {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #212121;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	padding: 10px;
	background: #f5f5f5;
	font-family: "notoKrR", notoKrR, sans-serif;
	font-weight: 300;
}

.table-type01 thead th:last-child,
.table-type01 tbody td:last-child {
	border-right: 0;
}


.table-type01 tbody th {
	color: #212121;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	font-family: "notoKrR", notoKrR, sans-serif;
	font-weight: 300;
}

.table-type01 tbody td {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}



.table-type02 {
	border-top: 2px solid #111111;
	border-bottom: 1px solid #111111;
}

.table-type02 thead th {
	border-right: 1px solid #abd3e4;
	color: #424242;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	padding: 20px 18px;
	background: #dee9f6;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type02 tbody th {
	border-bottom: 1px solid #abd3e4;
	color: #424242;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	padding: 20px 18px;
	background: #dee9f6;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type02 tbody th.type01 {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 20px;
	background: #f9f9f9;
	font-family: "notoKrR", notoKrR, sans-serif;
	font-weight: 100;
}


.table-type02 thead th:last-child,
.table-type02 tbody td:last-child {
	border-right: 0;
}


.table-type02 tbody td {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	padding: 20px 18px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}


.table-type0202 {
	border-top: 2px solid #111111;
}

.table-type0202 thead th {
	border-right: 1px solid #abd3e4;
	color: #212121;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding: 20px 18px;
	background: #dee9f6;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type0202 thead th.bottom-line {
	border-bottom: 1px solid #abd3e4;
}

.table-type0202 tbody th {
	border-bottom: 1px solid #abd3e4;
	color: #212121;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	padding: 20px 25px;
	background: #dee9f6;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type0202 tbody th.type01 {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 20px;
	background: #f9f9f9;
	font-family: "notoKrR", notoKrR, sans-serif;
	font-weight: 100;
}

.table-type0202 tbody th.type01 > strong {
	font-size: 18px;
	line-height: 24px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type0202 thead th:last-child,
.table-type0202 tbody td:last-child {
	border-right: 0;
}

.table-type0202 tbody tr:last-child th {
	border-bottom: 1px solid #dbdbdb;
}


.table-type0202 tbody td {
	color: #616161;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	padding: 20px 25px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.table-type0202 tbody td .ul-list02 > li {
	color: #616161;
	font-size: 15px;
	line-height: 23px;
	background-position: 0 10px;
}

.table-type0202 tbody td.number {
	color: #467ad7;
	font-size: 20px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.table-type0202 tbody td .title-caption0501 {
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.table-type0202 tbody td table thead th {
	border-top: 2px solid #111111;
}

.table-type0202 tbody td table thead th,
.table-type0202 tbody td table tbody th, 
.table-type0202 tbody td table tbody td {
	padding: 10px 5px;
	font-size: 13px;
}

.table-type0202 tbody td > ol {
	display: block;	
	word-break: keep-all;
}

.table-type0202 tbody td > ol > li {
	position: relative;
	padding-left: 18px;
}

.table-type0202 tbody td > ol > li > .number {
	position: absolute;
	top: -2px;
	left: 0;
}

.table-type0202 tbody td > ol > li > ol {
	padding: 0 0 5px 0;
}

.table-type0202 tbody td > ol > li > ol > li {
	position: relative;
	padding-left: 15px;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
}

.table-type0202 tbody td > ol > li > ol > li:last-child {
}

.table-type0202 tbody td > ol > li > ol > li .number {
	position: absolute;
	top: 0;
	left: 0;
}



.word-notice01 {
	padding-top: 10px;
	color: #4e67bf;
	font-size: 14px;
	line-height: 28px;
}

.word-notice02 {
	padding-top: 10px;
	color: #818181;
	font-size: 14px;
	line-height: 20px;
}

.btns-area,
.title-area01 {
	text-align: center;
}

.btns-area:after,
.title-area01:after  {
	content: "";
	clear: both;
	display: block;
}

.btns-left {
	float: left;
}

.word-left {
	float: left;
}


.btns-right {
	float: right;
}

a.btn-b,
.btn-b {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.btn-type01 {
	background: #4e67bf;
	color: #fff;
}

.btn-type02 {
	background: #464646;
	color: #fff;
}

.btn-type03 {
	background: #f5a75c;
	color: #fff;
}

.result-guaranteed-breakdown-wrapper {
	padding-top: 50px;	
}

.result-guaranteed-breakdown-area {
	border-top: 2px solid #212121;
	border-bottom: 1px solid #dbdbdb;
	padding: 30px 35px;
}

.result-guaranteed-breakdown-box {
	margin-bottom: 25px;
}

.result-guaranteed-breakdown-box:after {
	content: "";
	clear: both;
	display: block;
}

.result-guaranteed-breakdown-box > dl {
	float: left;
	color: #666666;
}

.result-guaranteed-breakdown-box > dl > dt,
.result-guaranteed-breakdown-box > dl > dd {
	float: left;
}

.result-guaranteed-breakdown-box > dl > dt {
	font-size: 14px;
	line-height: 24px;
	margin-right: 20px;
}

.result-guaranteed-breakdown-box > dl > dd {
	font-size: 20px;
	line-height: 24px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.result-guaranteed-breakdown-box > .word-unit {
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0 20px;
	display: block;
}

.result-guaranteed-breakdown-box > .word-unit > img {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
}

.result-guaranteed {
	text-align: right;
}

.result-guaranteed:after {
	content: "";
	clear: both;
	display: block;
}

.result-guaranteed dl {
	display: block;
}

.result-guaranteed dl > dt, 
.result-guaranteed dl > dd {
	display: inline-block;
	vertical-align: middle;
}

.result-guaranteed dl > dt {
	font-size: 16px;
	line-height: 36px;
	margin-right: 20px;
	color: #212121;
}

.result-guaranteed dl > dd {
	font-size: 26px;
	line-height: 36px;
}

.result-guaranteed dl > dd > strong {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.only-pc {
	display: block;
}

.only-mobile {
	display: none;
}

/* »çÈ¸ÀÓ´ëÁÖÅÃ ¹ß±ÞÇöÈ² */
.barometerArea > .areaL > strong,
.barometerArea > .areaR > strong,
.barometerArea > .areaL > .map > p {
	display: none;
}

.barometerArea>.areaL>.map {
	padding-top: 20px;
	border-top: 1px solid #e1e2e2;
	border-right: 0 !important;
	background: url(/support/image/gp/bg_patten01.jpg) repeat;
	box-sizing: border-box;
}

.barometerArea>.areaR .map {
	border-top: 1px solid #e1e2e2;
	box-sizing: border-box;
	background:transparent url('/support/image/bg/bg_dottend01.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_dottend01@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_dottend01@2x.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 1px 5px;
}

.barometerArea>.areaR> .map > p {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 105px 0 0;
	margin-bottom: 0;
	margin-top: -76px;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #2e4248;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	background: transparent url(/support/image/icon/icon_simbol01.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/icon/icon_simbol01@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/icon/icon_simbol01@2x.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 87px 76px;
	text-align: center;
}

.barometerArea > .areaR.on > .map > p {
	display: none;
}

.barometerArea > .areaR.on > .map h5.title {
	left: 35px;
	top:40px;
	margin-bottom:0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 30px;
	font-size: 22px;
	font-family: "notokrB", notokrB, sans-serif;
	font-weight: 700;
	color:#1f79c4;
	background: transparent;


}

.barometerArea .btns-area {
	clear: both;
	padding-top: 20px;
}

.btn-search01 {
	display: inline-block;
	vertical-align: middle;
	height: 58px;
	line-height: 58px;
	width: 200px;
	text-align: center;
	background: #6086e2;
	border-radius: 29px;
	border: 0;
	-webkit-appearance: none;
	color: #ffffff;
	font-size: 20px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.btn-search01 > img {
	display: inline-block;
	vertical-align: sub;
	width: 20px;
}

.btn-search01 > span {
	display: inline-block;
	vertical-align: middle;
}

.barometer-search-mobile {
	display: none;
}

.search-result-inofrmaiton {
	margin-bottom: 10px;
}

.search-result-inofrmaiton:after {
	content: "";
	clear: both;
	display: block;
}

.search-result-inofrmaiton .total {
	float: left;
	line-height: 40px;
	color: #212121;
	font-size: 16px;
}

.search-result-inofrmaiton .total > strong {
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.search-result-inofrmaiton .btn-download01 {
	float: right;
	height: 36px;
	line-height: 30px;
	border: 2px solid #3667c1;
	padding: 0 15px 0 20px;
	border-radius: 20px;
	color: #3667c1;
	font-size: 15px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.search-result-inofrmaiton .btn-download01 > span {
	display: inline-block;
	vertical-align: middle;
}

.search-result-inofrmaiton .btn-download01 > img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
}

.rental-housing-list-wrapper {
	margin-bottom: 30px;
}

.rental-housing-list-wrapper > li {
	margin-top: 10px;
}

.rental-housing-list-wrapper > li:first-child {
	margin-top: 0;
}

.rental-housing-list-wrapper > li > a {
	display: table;
	width: 100%;
	height: 110px;
	padding-left: 20px; 
	padding-right: 20px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}


.rental-housing-list-wrapper > li > a:hover {
	background: #f7f3eb
}

.rental-housing-list-wrapper > li > a > strong {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}

.rental-housing-list-wrapper > li > a > strong > span {
	display: block;
	height: 24px;
	font-size: 22px;
	line-height: 24px;
	color: #212121;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rental-housing-list-wrapper > li > a > strong > span > em {
	font-style: normal;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.rental-housing-list-wrapper > li > a > strong > span > em.type01 {
	color: #e73316;
}
.rental-housing-list-wrapper > li > a > strong > span > em.type02 {
	color: #8a8899;
}
.rental-housing-list-wrapper > li > a > strong > span > em.type03 {
	color: #ff960e;
}
.rental-housing-list-wrapper > li > a > strong > span > em.type04 {
	color: #1673e7;
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	padding-left: 5%;
	letter-spacing: -1px;
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl {
	display: block;
	margin-bottom: 10px;
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl:last-child {
	margin-bottom: 0;
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dt {
	display: table-cell;
	width: 50px;
	background: transparent url(/support/image/icon/icon_bar01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/icon/icon_bar01@2x.gif);
	background: linear-gradient(transparent,transparent),url(/support/image/icon/icon_bar01@2x.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 13px;
	font-size: 14px;
	color: #212121
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dt.type02 {
	width: 75px;
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dd {
	display: table-cell;
	padding-left: 8px;
}

.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dd > span {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #616161;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
}

.pagingWrap+.btnLeft, 
.pagingWrap+.btnRight, 
.pagingWrap+.btnLeft+.btnRight {
	margin-top: -32px;
}

/* .btnMd01 span {
	background: #424654;
} */

/* »çÈ¸ÀÓ´ëÁÖÅÃ ¹ß±ÞÇöÈ² º¸±â */
.rental-housing-view-wrapper {
	position: relative;
	padding-left: 532px;
	margin-bottom: 80px;
}

.rental-housing-view-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.rental-housing-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	float: left;
}

.rental-housing-image-wrapper .flexslider {
	margin-bottom: 0;
}


.rental-housing-image-wrapper  #slider ul.slides li {
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 370px;
	line-height: 370px;
	background: #000;
	overflow: hidden;
	text-align: center;
}

.rental-housing-image-wrapper  #slider ul.slides li img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}



.rental-housing-image-wrapper #slider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
}


.rental-housing-image-wrapper #slider .flex-direction-nav a.flex-prev {
	left: 10px;
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url(/support/image/btn/btn_previous03.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/btn/btn_previous03@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/btn/btn_previous03@2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 36px 36px;
	text-indent: -5000rem;
}

.rental-housing-image-wrapper #slider .flex-direction-nav a.flex-next {
	right: 10px;
	display: block;
	width: 36px;
	height: 36px;
	background: transparent url(/support/image/btn/btn_next03.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/btn/btn_next03@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/btn/btn_next03@2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 36px 36px;
	text-indent: -5000em;
	text-align: left;
}



.rental-housing-image-wrapper #carousel {
	position: relative;
	padding: 0 24px;
}

.rental-housing-image-wrapper #carousel .flex-direction-nav .flex-disabled {
	opacity: 1 !important;
}

.rental-housing-image-wrapper #carousel .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 21px;
	height: 54px;
	margin: -27px 0 0 0;
	position: absolute;
	top: 50%;
	opacity: 1;
	z-index: 10;
}


.rental-housing-image-wrapper #carousel .flex-direction-nav a.flex-prev {
	left: 0;
	display: block;
	width: 21px;
	height: 54px;
	background: transparent url(/support/image/btn/btn_previous01.jpg);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/btn/btn_previous01@2x.jpg);
	background: linear-gradient(transparent,transparent),url(/support/image/btn/btn_previous01@2x.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 21px 54px;
	text-indent: -5000rem;
}

.rental-housing-image-wrapper #carousel .flex-direction-nav a.flex-next {
	right: 0;
	display: block;
	width: 21px;
	height: 54px;
	background: transparent url(/support/image/btn/btn_next01.jpg);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/btn/btn_next01@2x.jpg);
	background: linear-gradient(transparent,transparent),url(/support/image/btn/btn_next01@2x.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 21px 54px;
	text-indent: -5000em;
	text-align: left;
}


.rental-housing-image-wrapper #carousel .flex-active-slide {
	position: relative;
	background: #000;
}
.rental-housing-image-wrapper #carousel .flex-active-slide:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #f99611;
}

.rental-housing-image-wrapper #carousel img {
	display: block; 
	width: 72px;
	height: 54px;
	opacity: .5; 
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rental-housing-image-wrapper #carousel img:hover {
	opacity: 1;
}
.rental-housing-image-wrapper #carousel .flex-active-slide img {
	opacity: 1; cursor: default;
}

.rental-housing-imformation {
	position: relative;
	min-height: 434px;
	display: block;
}


.rental-housing-imformation > h3 > span {
	display: inline-block;
	vertical-align: text-bottom;
	width: 100px;
	height: 33px;
	padding-top: 9px;
	color: #ffffff;
	background: #000;
	font-size: 14px;
	line-height: 15px;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
}

.rental-housing-imformation > h3 > span.type01 {
	background: #e73316;
	color: #ffeb0e
}

.rental-housing-imformation > h3 > span.type02 {
	background: #757389;
}

.rental-housing-imformation > h3 > span.type03 {
	background: #ff960e;
}

.rental-housing-imformation > h3 > span.type04 {
	background: #1673e7;
}

.rental-housing-imformation > p {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	min-height: 130px;
	margin-bottom: 37px;
	letter-spacing: -1px;
}

.circle-information {
	margin-bottom: 30px;
	padding: 0 10px;
}

.circle-information:after {
	content: "";
	clear: both;
	display: block;
}

.circle-information > li {
	float: left;
	width: 30%;
	margin-left: 5%;
	text-align: center;
}

.circle-information > li:first-child {
	margin-left: 0;
}

.circle-information > li > .circle {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
}

.circle-information > li > .circle > span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.circle-information > li > .circle.type01 {
	background: brown;
	border: 1px solid brown;
}

.circle-information > li > .circle.type02 {
	background: #008700;
	border: 1px solid #008700;
}

.circle-information > li > .circle.type03 {
	background: #fff;
	border: 1px solid #5388d5
}

.circle-information > li > .circle.type03 > span {
	color: #5388d5;
}

.circle-information > li > .title {
	display: block;
	color: #212121;
	font-size: 16px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.rental-housing-btns {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
}

.rental-housing-btns:after {
	content: "";
	clear: both;
	display: block;
}

.rental-housing-btns > a {
	float: left;
	display: block;
	width: 49%;
	background: #3e4a59;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 4px;
	color: #ffffff;
	font-size: 15px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.rental-housing-btns > a:nth-child(even) {
	float: right;
}

.mask-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	z-index: 1000;
}

.modal-inquiry-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 438px; 
	min-height: 270px;
	margin-left: -219px;
	margin-top: -200px;
	background: #fff;
	-webkit-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 5px 10px 0px rgba(0,0,0,0.2);
	z-index: 1100;
}

.modal-inquiry-wrapper h4 {
	height: 55px;
	line-height: 55px;
	background: #4a68bf;
	color: #fff;
	font-size: 18px;
	padding: 0 20px
}

.modal-inquiry-area {
	min-height: 190px;
	padding: 35px 25px 0 25px; 
	box-sizing: border-box;
	text-align: center;
}

.modal-inquiry-area > .word-type01 {
	color: #212121;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 5px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.modal-inquiry-area > .word-type02 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
	color: #c3431b;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.modal-inquiry-area > .word-type03 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
	color: #666666;

}

.modal-inquiry-wrapper .btn-modal-close {
	position: absolute;
	top: 20px;
	right: 21px;
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.modal-inquiry-wrapper .btn-modal-close > img {
	display: block;
	width: 16px;
}

.contents-box {
	margin-bottom: 80px;
	word-break: keep-all;
}

.contents-box:last-child {
	margin-bottom: 0;
}

.one-box {
	display: block;
}

.one-box:after {
	content: "";
	clear: both;
	display: block
}

.half-box {
	float: left;
	width: 50%;
}

.information-wrapper {
	border-top: 2px solid #000000;
}

.information-wrapper dl {
	position: relative;
	padding-left: 170px;
	background: #dee9f6;
	border-bottom: 1px solid #dddddd;
}

.information-wrapper dl > dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 100%;
	border-bottom: 1px solid #abd3e4;
	text-align: center;
}

.information-wrapper dl > dt > strong {
	display: table;
	width: 100%;
	height: 100%;
}

.information-wrapper dl > dt > strong > span {
	display: table-cell;
	vertical-align: middle;
	color: #212121;
	font-size: 15px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.information-wrapper dl > dd {
	display: block;
	padding: 15px 10px 13px 10px;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
	text-align: center;
	letter-spacing: -1px;
}

.licensee-information-wrapper {
	position: relative;
	padding-left: 340px;
}

.licensee-information-wrapper .logo-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	height: 100%;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.licensee-information-wrapper .logo-image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.licensee-information-wrapper > ul {
	display: block;
}

.licensee-information-wrapper > ul > li {
	position: relative;
	padding: 8px 0 8px 105px;
	font-size: 16px;
	line-height: 24px;
	min-height: 42px;
	border-bottom: 1px solid #dddddd;
	color: #616161;
	box-sizing : border-box;
}

.licensee-information-wrapper > ul > li > strong {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 8px 0;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	color: #212121;
}

.amenities-list-wrapper {
	display: block;
}

.amenities-list-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.amenities-list-wrapper > dl {
	float: left;
	width: 16%;
	margin-left: 0.8%;
	box-sizing: border-box;
}

.amenities-list-wrapper > dl > dt {
	display: block;
	border: 1px solid #dddddd;
	width: 100%;
	height: 138px;
	text-align: center;
	box-sizing: border-box;
}

.amenities-list-wrapper > dl > dt p {
	padding-top: 33px;
}

.amenities-list-wrapper > dl > dt .image {
	display: block;
	width: 59px;
	margin: 0 auto 13px auto;
}

.amenities-list-wrapper > dl > dt .image > img {
	display: block;
	width: 59px;
}

.amenities-list-wrapper > dl > dt .title {
	display: block;
	color: #212121;
	font-size: 16px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.amenities-list-wrapper > dl > dd {
	display: block;
	min-height: 115px;
	padding: 15px;
	border: 1px solid #dbdbdb;
	background: #fdfdfd;
	box-sizing: border-box;
	margin-top: -1px;
	text-align: center;
	color: #424242;
	font-size: 13px;
	line-height: 20px;
}

.root_daum_roughmap {
	width: 100% !important;
}

.amenities-list-wrapper > dl:first-child {
	margin-left: 0;
}

.location-address {
	padding-top: 20px;
	padding-bottom: 35px;
	display: block;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
}


/* »çÈ¸ÀÓ´ëÁÖÅÃÀÌ¶õ? */
.span-br {
	display: block;
}

.images-box {
	display: block;
}

.images-box img {
	max-width: 100%;
	margin: 0 auto;
}

.images-box .pc {
	display: block;
}

.images-box .mobile {
	display: none;
}

.intorduce-wrapper {
	display: block;
}

.slogan-wrapper {
	display: block;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #616161;
}

.slogan-wrapper > strong {
	color: #212121;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}

.information-dl {
	display: block;
}

.information-dl > dt {
	display: block;
	color: #1b95da;
	font-size: 16px;
	line-height: 30px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.information-dl > dd {
	color: #666666;
	font-size: 15px;
	line-height: 22px;
}

.simbol-image-wrapper {
	margin-bottom: 20px;
}

.simbol-image-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.simbol-image-area {
	float: left;
	width: 32%;
	margin-left: 2%;
	background: #f5f6f2;
	padding-top: 35px;
	border-radius: 7px;
}

.simbol-image-area:first-child {
	margin-left: 0;
}

.simbol-image-area > .image {
	position: relative;
	display: block;
	width: 100%;
	height: 83px;
	overflow: hidden;
}

.simbol-image-area > .image > img {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}

.simbol-image-area > .image > .pc {
	display: block;
}

.simbol-image-area > .image > .mobile {
	display: none;
}

.simbol-image-area > .title {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #053864;
	font-size: 20px;
	text-align: center;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.ol-list01 {
	font-size: 20px;
	line-height: 34px;
	color: #212121;
}

.ol-list01 > li {
	position: relative;
	padding-left: 24px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}


.ol-list01 > li > .number {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -2px;
}

.ol-list01 > li > ul {
	display: block;
}

.ol-list01 > li > ul > li {
	color: #666666;
	font-size: 16px;
	line-height: 29px;
}

.ol-list01 > li > ul > li:before {
	content: "-"
}

.contents-accordion-wrapper {
	margin: 0;
	padding: 0;
}

.contents-accordion-area {
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
}

.contents-accordion-area h4 {
	display: block;
	margin-bottom: 0;
}

.contents-accordion-area h4 a {
	position: relative;
	display: block;
	padding: 30px 110px 30px 40px;
	overflow: hidden;
	font-size: 24px;
	line-height: 32px;
	color: #212121;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;
}



.contents-accordion-area h4 a .arrow {
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	width: 30px;
	height: 29px;
	margin-top: -15px;
	background: transparent url(/support/image/icon/icon_arrow_down02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_down02@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_down02@2x.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 30px 29px;	
}

.contents-accordion-area h4 a.on {
	background: #f7f8fd;
}


.contents-accordion-area h4 a.on .arrow {
	background: transparent url(/support/image/icon/icon_arrow_up02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_up02@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/icon/icon_arrow_up02@2x.png);
	background-size: 30px 29px;	
}


.contents-accordion-box {
	display: none; 
	padding: 30px 40px;
	background: transparent url(/support/image/bg/bg_line02.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/bg/bg_line02@2x.gif);
	background: linear-gradient(transparent,transparent),url(/support/image/bg/bg_line02@2x.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: 5px 1px;	
}

.contents-accordion-box:after {
	content: "";
	clear: both;
	display: block;
}

.word-type001 {
	color: #424242;
	font-size: 16px;
	line-height: 28px;
	word-break: keep-all;
}

.word-type001.bullet {
	padding-left: 11px;
	background: transparent url(/support/image/bul/bul_type01.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/bul/bul_type01@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/bul/bul_type01@2x.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	background-size: 4px 4px;	
}

.word-type002 {
	color: #424242;
	font-size: 16px;
	line-height: 28px;
	word-break: keep-all;
}

.word-type003 {
	color: #666666;
	font-size: 18px;
	line-height: 26px;
	word-break: keep-all;
}

.word-type003.bullet {
	color: #212121;
	padding-left: 11px;
	background: transparent url(/support/image/bul/bul_type01.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/bul/bul_type01@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/bul/bul_type01@2x.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	background-size: 4px 4px;	
}

.word-type004 {
	color: #212121;
	font-size: 20px;
	line-height: 30px;
	word-break: keep-all;
}

.word-type005 {
	color: #212121;
	font-size: 16px;
	line-height: 24px;
	word-break: keep-all;
}

.word-type005.bullet {
	padding-left: 8px;
	background: transparent url(/support/image/bul/bul_type02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/bul/bul_type02@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/bul/bul_type02@2x.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	background-size: 3px 2px;	
}

.simbol-image-wrapper02 {
	position: relative;
	margin-top: 20px;
	height: 230px;
}

.simbol-image-wrapper02:after {
	content: "";
	clear: both;
	display: block;
}

.simbol-image-area02 {
	position: absolute;
	top: 0;
	width: 32%;
	height: 228px;
	background: #f7f7f7;
	text-align: center;
}

.simbol-image-area02 dl {
	display: block;
	padding: 30px 15px 0 15px;
}

.simbol-image-area02 dl > dt {
	display: block;
	color: #666666;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.simbol-image-area02 dl > dd {
	display: block;
}

.simbol-image-area02 dl > dd > img.pc {
	display: block;
}

.simbol-image-area02 dl > dd > img.mobile {
	display: none;
}

.simbol-image-area02 dl > dd > img.simbol01 {
	width: 72px;
	margin: 0 auto 18px auto;
}

.simbol-image-area02 dl > dd > img.simbol02 {
	width: 93px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}

.simbol-image-area02 dl > dd > img.simbol03 {
	width: 157px;
	margin: 0 auto 15px auto;
}

.simbol-image-area02 dl:nth-child(1) > dd > strong {
	display: block;
}

.simbol-image-area02 dl:nth-child(1) > dd > .label {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
}

.simbol-image-area02 dl:nth-child(1) > dd .summary {
	display: block;
	color: #6d6d6d;
	font-size: 18px;
	line-height: 26px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}

.simbol-image-area02 dl:nth-child(1) > dd > span {
	display: block;
	color: #666666;
	font-size: 15px;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100
}

.simbol-image-area02:nth-child(1) {
	left: 0;
}

.simbol-image-area02:nth-child(2) {
	left: 68%;
}

.simbol-image-area02:nth-child(3) {
	left: 34%;
}

.title-caption0501 {
	padding-top: 35px;
	padding-bottom: 10px;
	color: #424242;
	font-size: 18px;
	line-height: 28px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	text-align: center;
}

.images-box.summary {
	margin-top: 30px;
}

/* »çÈ¸ÀÓ´ëÁÖÅÃ ±ÝÀ¶Áö¿ø¼¾ÅÍ */
.support .tabmenu01 {
	margin-bottom:50px;
}

.support .tabmenu01 li {
	float:left;
	box-sizing:border-box;
}

.support .tabmenu01 li a {
	height: 50px;
	line-height: 50px;
	text-align:center;
	border:1px solid #e5e5e5;
	font-size: 18px;
	color:#3b4f54;
	background: #f8f8f8;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	margin-right:-1px;
	margin: 0 1px;
}
.support .tabmenu01 li a:hover,
.support .tabmenu01 li a.on {
	background:#137cbd;
	color:#fff;
	border:1px solid #137cbd;
}

.support .tabmenu01.depth2 li {
	width: 50%
}


.support .tabmenu01 li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.support .tabmenu01 li:last-child a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.center-information-wrapper {
	position: relative;
	padding-left: 280px;
	padding-top: 15px;
	min-height: 169px;
	margin-bottom: 50px;
}

.center-information-wrapper > h4 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.center-information-wrapper > h4 > img {
	display: block;
	width: 246px;
}

.center-information-wrapper > p {
	display: block;
	color: #424242;
	font-size: 17px;
	line-height: 25px;
	font-family:"notoKrM",sans-serif;
	font-weight:500;
	margin-bottom: 26px;
}

.center-information-wrapper > p:last-child {
	margin-bottom: 0;
}

.process-wrapper {
	display: block;
}

.process-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.process-area {
	position: relative;
	padding-left: 117px;
	margin-bottom: 13px;
}

.process-area:after {
	content: "";
	clear: both;
	display: block;
}

.process-area:last-child {
	margin-bottom: 0;
}

.process-area h5 {
	position: absolute;;
	top: 0;
	left: 0;
	display: block;
	width: 117px;
	height: 100%;
	text-align: center;
	z-index: 15;
	box-sizing: border-box;
}

.process-area h5 > span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -24px;
	display: block;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.process-area h5 .bubble-tail {
	position: absolute;
	top: 26px;
	right: 0;
	margin-right: -10px;
	display: block;
	width: 10px;
	height: 19px;
}

.process-area.type01 h5 {
	background: #5380dc;
	border: 1px solid #517bd3;
}

.process-area.type01 h5 .bubble-tail {
	background:transparent url('/support/image/bg/bg_process_tail_right_type01.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_right_type01@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_right_type01@2x.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 10px 19px;
}

.process-area.type02 h5 {
	background: #1E8282;
	border: 1px solid #1E8282;
}

.process-area.type02 h5 .bubble-tail {
	background:transparent url('/support/image/bg/bg_process_tail_right_type02.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_right_type02@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_right_type02@2x.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 10px 19px;
}

.process-box {
	position: relative;
	float: left;
	width: calc(33.33% + 1px);
	height: 165px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	margin-right: -1px;
	padding: 25px 30px 0 28px;
}

.process-box .bubble-tail {
	position: absolute;
	top: 26px;
	right: 0;
	margin-right: -10px;
	display: block;
	width: 10px;
	height: 19px;
	background:transparent url('/support/image/bg/bg_process_tail_right.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_right@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_right@2x.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 10px 19px;
	z-index: 10;
}

.process-box > dl {
	position: relative;
	padding-left: 25px;
}

.process-box > dl > dt {
	display: block;
	color: #212121;
	font-size: 18px;
	line-height: 20px;;
	margin-bottom: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.process-box > dl > dt > .number {
	position: absolute;
	top: 2px;
	left: 0;
}

.process-box > dl > dt > .number > img {
	display: block;
	width: 17px;
}

.process-box > dl > dd {
	display: block;
	color: #636363;
	padding-left: 8px;
	font-size: 14px;
	line-height: 22px;
	/*font-family: "notoKrL", notoKrL, sans-serif;*/
	font-weight: 100;

	background:transparent url('/support/image/bul/bul_type02.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bul/bul_type02@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/bul/bul_type02@2x.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-size: 4px 1px;
}

.images-box.business-support > img.pc {
	width: 100%;
	max-width: 471px;
}

.education-pr-information-wrapper {
	margin-top: 25px;
}

.education-pr-information-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.education-pr-information {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.education-pr-information:first-child {
	margin-left: 0;
}

.education-pr-information h5 {
	height: 95px;
	line-height: 95px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.education-pr-information h5.bg01 {
	background: #6086e2
}

.education-pr-information h5.bg02 {
	background: #1E8282
}

.education-pr-information h5.bg03 {
	background: #0A76DC
}

.education-pr-information h5.bg04 {
	background: #008700
}

.education-pr-information h5.bg05 {
	background: #1E8282
}

.education-pr-information h5.bg06 {
	background: #0A76DC
}

.education-pr-information h5 > img {
	display: inline-block;
	width: 50px;
	margin-right: 10px;
}

.education-pr-information > p {
	border: 1px solid #d2d2d2;
	border-top: 0;
	min-height: 114px;
	padding: 23px 27px;
	color: #424242;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	word-break: keep-all;
}

.education-pr-information > div {
	border: 1px solid #d2d2d2;
	border-top: 0;
	min-height: 170px;
	padding: 23px 27px;
	color: #424242;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	word-break: keep-all;
}

.education-pr-information > div > ul > li {
	font-size: 16px;
	line-height: 24px;
	color: #424242;
	background-position: left 11px;
}


.center-address {
	position: relative;
	margin-top: 25px;
	padding-left: 93px;
	font-size: 18px;
	line-height: 24px;
}

.center-address > dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 93px;
	color: #212121;
	text-align: center;
	background:transparent url('/support/image/icon/icon_bar02.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar02@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar02@2x.gif');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 1px 16px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}

.center-address > dd {
	padding-left: 30px;
	color: #212121;
}

.tabmenu-content {
	display: none;
}

.tabmenu-content.on {
	display: block;
}

.guarantee-product-information-wrapper {
	margin-bottom: 50px;
}

.guarantee-product-information-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.guarantee-product-information-wrapper > li {
	float: left;
	width: 25%;
	min-height: 205px;
	text-align: center;
	box-sizing: border-box;
	background:transparent url('/support/image/icon/icon_bar04.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar04@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar04@2x.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1px 205px;
}

.guarantee-product-information-wrapper > li:last-child {
	background: transparent;
}

.guarantee-product-information-wrapper > li > dl {
	padding: 0 20px;
}

.guarantee-product-information-wrapper > li > dl > dt {
	display: block;
	color: #212121;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 12px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.guarantee-product-information-wrapper > li > dl > dd {
	display: block
}

.guarantee-product-information-wrapper > li > dl > dd > img {
	display: block;
	width: 90px;
	margin: 0 auto 25px auto
}

.guarantee-product-information-wrapper > li > dl > dd .type01 {
	color: #ca490a;
	font-size: 18px;
	line-height: 26px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
	word-break: keep-all;
}

.guarantee-product-information-wrapper > li > dl > dd .type02 {
	color: #616161;
	font-size: 13px;
	line-height: 19px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	letter-spacing: -1px;
}

.images-box.product01 {
	margin-top: 45px;
}


.images-box.product01 > img {
	display: block;
	width: 100%;
	max-width: 647px;
	margin: 0 auto;
}

/* ÀÌ¿ëÀýÂ÷ */
.table-use-procedure {
	display: block;
	background:transparent url('/support/image/bg/bg_table_thead01.jpg');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_table_thead01@2x.jpg');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_table_thead01@2x.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 1200px 51px; 
}

.table-use-procedure .width-type01 {
	width: 15%;
}

.table-use-procedure .width-type0102 {
	width: 30%;
}

.table-use-procedure .width-type02 {
	width: 25%;
}

.table-use-procedure .width-type0202 {
	width: 70%;
}

.table-use-procedure .width-type03 {
	width: 60%;
}

.table-use-procedure table thead th {
	height: 48px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	background:transparent url('/support/image/bg/bg_line01.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_line01@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_line01@2x.png');
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 1px;
}

.table-use-procedure table tbody td.main-agent {
	height: 83px;
	background: #dee9f6;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #3b4f54;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	text-align: center;
}

.table-use-procedure table tbody td.division {
	height: 83px;
	background: #eaf2fb;
	text-align: center;
	color: #3b4f54;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.table-use-procedure table tbody td.table-contents {
	height: 83px;
	background: #fafafa;
	text-align: left;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 35px;
}

.table-use-procedure table tbody td.process-arrow {
	padding: 5px;
	text-align: center;
	background: #fff;
}

.table-use-procedure table tbody td.process-arrow > img {
	display: inline-block;
	vertical-align: middle;
	width: 22px
}

.table-use-procedure tbody td .ul-list0102 > li {
	color: #212121;
	padding-left: 8px;
	background: transparent url(/support/image/bul/bul_type02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(/support/image/bul/bul_type02@2x.png);
	background: linear-gradient(transparent,transparent),url(/support/image/bul/bul_type02@2x.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	background-size: 3px 2px;
}


.btn-linked01 {
	display: block;
	height: 36px;
	line-height: 32px;
	border: 2px solid #3667c1;
	padding: 0 15px 0 20px;
	border-radius: 20px;
	color: #3667c1;
	font-size: 15px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.btn-linked01 > span {
	display: inline-block;
	vertical-align: middle;
}

.btn-linked01 > img {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	margin-left: 10px;
}

.table-type0202.document {
	margin-top: 10px;
}

/* ÃÖ±Ùº» »ç¾÷Àå */
.aside-current-place-wrapper {
	position: fixed;
	top: 162px;
	left: 50%;
	margin-left: 630px;
	display: block;
	background: #fff;
	width: 80px;
	padding: 20px 8px 15px 8px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.aside-current-place-wrapper.fixed {
	top: 70px;
}

.aside-current-place-wrapper h3 {
	display:block;
	color: #3b4f54;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;	
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}

.aside-current-place-wrapper .current-place-list {
	display: block;
}

.aside-current-place-wrapper .current-place-list > li {
	margin-bottom: 4px;
}

.aside-current-place-wrapper .current-place-list > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	background: #fff;
}

.aside-current-place-wrapper .current-place-list > li > a > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 110%;
	max-height: 110%;
	margin: auto;
}

.aside-current-place-wrapper .btn-previous-next {
	display: block;
	width: 31px;
	margin: 0 auto;
}

.aside-current-place-wrapper .btn-previous-next:after {
	content: "";
	clear: both;
	display: block;
}

.aside-current-place-wrapper .btn-previous-next > a {
	float: left;
}

.aside-current-place-wrapper .btn-previous-next > a > img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
}

/* º¸ÁõÀÌ¿ëÀýÂ÷ */
.guarantee-process-wrapper {
	display: block;
}

.guarantee-process-area {
	position: relative;
	padding-left: 268px;
}

.guarantee-process-area > h4 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 246px;
	height: 100%;
	margin-bottom: 0;
	background: #f7f8fd;

}

.guarantee-process-area > h4 .title-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.guarantee-process-area > h4 .title-wrapper .title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.guarantee-process-area > h4 .title-wrapper .title > img {
	display:block;
	width: 75px;
	margin: 0 auto 22px auto
}

.guarantee-process-area > h4 .title-wrapper .title > strong {
	text-align: center;
}

.guarantee-process-box {
	display: block
}

.guarantee-process-info {
	position: relative;
	padding : 30px 30px 30px 188px;
	border: 1px solid #e5e5e5 ;
}

.guarantee-process-info > .title-area {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 188px;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
}

.guarantee-process-info > .title-area h5 {
	color: #212121;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}

.guarantee-process-info > .title-area .btn-go {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #6b91e3;
	font-size: 16px;
	border-radius: 3px;
}

.guarantee-process-info > .ul-list0102 {
	margin-top: 0;
}

.next-process-wrapper {
	position: relative;
	padding-left: 268px;
}

.bg-next-arrow {
	padding: 15px 0;
	text-align: center;
}

.bg-next-arrow > img {
	display: block;
	width: 36px;
	margin: 0 auto;
}

/* ¾÷¹«°Å·¡µî·Ï */
.notice-button-wrapper {
	position: relative;
	background: #59617f;
	padding: 30px 300px 30px 40px;
}

.notice-button-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.notice-button-wrapper > p {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	word-break: keep-all;
}

.notice-button-wrapper > p > strong {
	color: #ffefb1;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}

.notice-button-wrapper .btn-linked02 {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -22px;
}

.btn-linked02 {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 24px 0 23px;
	border-radius: 3px;
	color: #ffffff;
	background: #6b91e3;
	font-size: 16px;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.btn-linked02 > span {
	display: inline-block;
	vertical-align: middle;
}

.btn-linked02 > img {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	margin-left: 10px;
}

.word-number-type001 {
	position: relative;
	padding-left: 39px;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	word-break: keep-all;
}

.word-number-type001 > .number {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -4px;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #467ad7;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}

.icon-choise {
	width: 20px;
}

/* ½Å¿ëÆò°¡ */
.appraisal-process-wrapper {
	display: block;
}

.appraisal-process-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.appraisal-process-area {
	float: left;
	width: 50%;
}

.appraisal-process-box {
	float: left;
	width: 40%;
	padding: 0 7% 0 3%;
	word-break: keep-all;

	background:transparent url('/support/image/icon/icon_arrow_right02.png');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_arrow_right02@2x.png');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_arrow_right02@2x.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px 25px;
}

.appraisal-process-box.arrow-none {
	background: transparent;
}

.appraisal-process-box > h5 {
	text-align: center;
	margin-bottom: 25px;
	color: #212121;
	font-size: 22px;
	line-height: 24px;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700
}


.appraisal-process-box > img {
	display: block;
	width: 100%;
	max-width: 131px;
	margin: 0 auto 30px auto;
}

.col-appraisal-width01 {
	width: 80px;
}

.col-appraisal-width02 {
	width: calc(100% - 80px);
}


/* 2018.09.17 */
.method-information-wrapper {
	padding-top: 20px;
}

.method-information-area {
	position: relative;
	padding-top: 75px;
}

.method-information-area > li > a {
	position: absolute;
	top: 0;
	display: block;
	width: calc(25% - 2px);
	height: 44px;
	line-height: 44px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	background: #eef2f5;
	color: #616161;
	font-size: 16px;
	margin-right: 1px;
}

.method-information-area > li > a.on {
	background: #3b4f54;
	border: 1px solid #3b4f54;
	color: #fff;
}

.method-information-area > li:nth-child(1) > a {
	left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.method-information-area > li:nth-child(2) > a {
	left: 25%;
}

.method-information-area > li:nth-child(3) > a {
	left: 50%;
}

.method-information-area > li:nth-child(4) > a {
	left: 75%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.method-information-box {
	display: none;
}

.method-information-area > li> a.on + .method-information-box {
	display: block;
}

.method-information-box .images-box {
	margin-top: 45px;
}


.btn-go01 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #6b91e3;
	font-size: 16px;
	border-radius: 3px;
}

.btn-go01:hover {
	color: #fff;
}

.btn-go01 > img {
	display: none;
}

.center-information-wrapper02 {
	margin-top: 25px;
	height: 119px;
	background-image: url(/support/image/sub02/bg0302_pc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fef3e4;
	background-size: 833px 119px;
	padding: 33px 0 0 40px;
	box-sizing: border-box;
}

.center-information-wrapper02 .type01 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 30px;
}

.center-information-wrapper02 .type01:after {
	content: "";
	clear: both;
	display: block;
}

.center-information-wrapper02 .type01 > dt {
	float: left;
	margin-right: 12px;
	color: #212121;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500
}

.center-information-wrapper02 .type01 > dd {
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	color: #000000;
}

.center-information-wrapper02 .type02 {
	font-size: 14px;
	line-height: 20px;
	color: #424242;
}

.center-information-wrapper02 .type02:after {
	content: "";
	clear: both;
	display: block;
}

.center-information-wrapper02 .type02 > dt {
	float: left;
	padding-right: 12px;
	margin-right: 11px;


	background:transparent url('/support/image/icon/icon_bar03.gif');
	background:-webkit-linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar03@2x.gif');
	background:linear-gradient(transparent,transparent),url('/support/image/icon/icon_bar03@2x.gif');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1px 14px;
}

/* º¸Áõ»óÇ° ±âÁ¸ ÅÛÇÃ¸´ hide */
.goodsInfo01 clear {
	display: none;
}

.recommendInfo type03 {
	display:none;
}

/* 2018. 10. 05 Ãß°¡ÀÛ¾÷ ¿Ü°¨ Á¦Ãâ¾È³» ÀÌ¹ÌÁö ¼öÁ¤ */
.process-submit-image-wrapper {
	position: relative;
	margin-top: 45px;
}

.process-submit-image-wrapper .pc {
	position: relative;
	display: block;
}

.process-submit-image-wrapper .pc > img {
	display: block;
	max-width: 100%;
}

.process-submit-image-wrapper .pc > a {
	position: absolute;
	top: 194px;
	left: 430px; 
	display: block;
	width: 180px;
	cursor: pointer;
}

.process-submit-image-wrapper .pc > a > img {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
}

.process-submit-image-wrapper .mobile {
	display: none;
}


table thead th,
table tbody th,
table tbody td {
	word-break: keep-all !important
}

/* À¥Á¢±Ù¼º °ü·Ã */
.support .lnb > ul > li {
	margin: 2px 0;
}
.support .lnb > ul > li:first-child {
	margin: 0;
}
.support .lnb > ul > li > a:focus-visible {
	outline-offset: -2px;
}
.topNavi .innerWrap2 > ul > li > a:focus-visible, .topNavi .innerWrap2 > ul > li > ul > li > a:focus-visible, .topNaviFunc ul li a:focus-visible {
	outline: 2px dashed #000;
    outline-offset: 1px;
}
.support .topNavi .innerWrap2 > ul > li > a {
	background: none;
	margin-left: 10px;
	padding-left: 0;
}




@media (max-width:1240px) {
	.radio-area input[type="radio"] + label {
		font-size: 16px;
	}

	/* »çÈ¸ÀÓ´ëÁÖÅÃ ¹ß±ÞÇöÈ² º¸±â */
	.rental-housing-view-wrapper {
		position: relative;
		padding-left: 0;
		margin-bottom: 80px;
	}


	.rental-housing-image-wrapper {
		position: static;
		width: 57%;
		float: left;
	}

	.rental-housing-image-wrapper  #slider ul.slides li {
		height: 320px;
		line-height: 320px;
	}

	.rental-housing-imformation {
		float: right;
		width: 40%;
		min-height: auto;
	}

	.rental-housing-imformation > p {
		color: #666666;
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 37px;
		letter-spacing: -1px;
	}

	.circle-information {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	.circle-information:after {
		content: "";
		clear: both;
		display: block;
	}

	.circle-information > li {
		float: left;
		width: 30%;
		margin-left: 5%;
		text-align: center;
	}

	.circle-information > li:first-child {
		margin-left: 0;
	}

	.circle-information > li > .circle {
		position: relative;
		display: table;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 50%;
		box-sizing: border-box;
	}

	.circle-information > li > .circle > span {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
		font-size: 17px;
		line-height: 20px;
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 700;
	}

	.circle-information > li > .circle.type01 {
		background: brown;
		border: 1px solid brown
	}

	.circle-information > li > .circle.type02 {
		background: #5388d5;
		border: 1px solid #5388d5
	}

	.circle-information > li > .circle.type03 {
		background: #fff;
		border: 1px solid #5388d5
	}

	.circle-information > li > .circle.type03 > span {
		color: #5388d5;
	}

	.circle-information > li > .title {
		display: block;
		color: #212121;
		font-size: 16px;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}

	.rental-housing-btns {
		position: static;
	}

	.rental-housing-btns > a {
		height: 45px;
		line-height: 45px;
		border-radius: 4px;
		font-size: 13px;
	}

	.information-wrapper dl > dt > strong > span {
		font-size: 14px;
	}

	.information-box02 {
		padding: 25px;
		font-size: 14px;
		line-height: 20px;
	}


	.licensee-information-wrapper > ul > li {
		font-size: 14px;
		line-height: 20px;
	}

	.amenities-list-wrapper > dl > dt .title {
		font-size: 14px;
	}
	
	.location-address {
		font-size: 13px;
		line-height: 20px;
		padding-bottom: 20px;
	}

	.process-box {
		height: 230px;
		padding: 25px 20px 0 20px;
		
	}

	.guarantee-product-information-wrapper > li > dl > dd .type01 {
		font-size: 16px;
		line-height: 24px;
	}

	.method-information-area > li > a {
		font-size: 13px;
		letter-spacing: -1px;
	}

	/* 2018. 10. 05 Ãß°¡ÀÛ¾÷ ¿Ü°¨ Á¦Ãâ¾È³» ÀÌ¹ÌÁö ¼öÁ¤ */
	.process-submit-image-wrapper {
		margin-top: 30px;
	}

	.process-submit-image-wrapper .pc {
		width: 642px;
		display: block;
		margin: 0 auto;
	}

	.process-submit-image-wrapper .pc > a {
		position: absolute;
		top: 150px;
		left: 331px; 
		display: block;
		width: 138px;
		cursor: pointer;
	}

	.process-submit-image-wrapper .pc > a > img {
		display: inline-block;
		vertical-align: middle;
		width: 138px;
	}
}

@media (max-width: 1090px) {
	.radio-area {
		margin-right: 20px;
	}

	.radio-area input[type="radio"] + label {
		font-size: 15px;
	}

	/* »çÈ¸ÀÓ´ëÁÖÅÃ ¹ß±ÞÇöÈ² º¸±â */
	.rental-housing-view-wrapper {
		position: relative;
		padding-left: 0;
		margin-bottom: 40px;
	}

	.rental-housing-image-wrapper {
		position: static;
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}

	.rental-housing-image-wrapper  #slider ul.slides li {
		height: 400px;
		line-height: 400px;
	}


	.rental-housing-imformation {
		position: relative;
		float: none;
		width: 100%;
		min-height: auto;
		display: block;
		clear: both;
	}

	.circle-information {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	.circle-information:after {
		content: "";
		clear: both;
		display: block;
	}

	.circle-information > li {
		float: left;
		width: 30%;

		margin-left: 5%;
		text-align: center;
	}

	.circle-information > li:first-child {
		margin-left: 0;
	}

	.circle-information > li > .circle {
		max-width: 110px;
		max-height: 110px;
		margin: 0 auto 10px auto;
	}

	.circle-information > li > .circle > span {
		font-size: 15px;
		line-height: 18px;
	}


	.circle-information > li > .title {
		font-size: 14px;
	}


	.half-box {
		float: none;
		width: 100%;
	}



	.information-wrapper dl {
		padding-left: 100px;
	}

	.information-wrapper dl > dt {
		width: 100px;
	}

	.information-wrapper dl > dt > strong > span {
		font-size: 13px;
		line-height: 15px;
		word-break: keep-all;
		padding: 0 15px;
	}

	.information-wrapper dl > dd {
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}



	
	.amenities-list-wrapper > dl {
		position: relative;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		box-sizing: border-box;
		padding-left: 99px;
	}

	.amenities-list-wrapper > dl > dt {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		border: 1px solid #dddddd;
		width: 100px;
		height: 100%;
	}

	.amenities-list-wrapper > dl > dt p {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		margin-top: -35px;
		padding-top: 0;
	}

	.amenities-list-wrapper > dl > dt .image {
		display: block;
		width: 45px;
		margin: 0 auto 5px auto;
	}

	.amenities-list-wrapper > dl > dt .image > img {
		width: 45px;
	}

	.amenities-list-wrapper > dl > dt .title {
		font-size: 14px;
	}

	.amenities-list-wrapper > dl > dd {
		min-height: 95px;
		text-align: left;
	}

	.contents-box {
		margin-bottom: 40px;
	}

	.process-box {
		height: 250px;
	}

	/* 2018. 10. 05 Ãß°¡ÀÛ¾÷ ¿Ü°¨ Á¦Ãâ¾È³» ÀÌ¹ÌÁö ¼öÁ¤ */
	.process-submit-image-wrapper .pc {
		width: 576px;
		display: block;
		margin: 0 auto;
	}

	.process-submit-image-wrapper .pc > a {
		position: absolute;
		top: 136px;
		left: 298px; 
		display: block;
		width: 124px;
		cursor: pointer;
	}

	.process-submit-image-wrapper .pc > a > img {
		display: inline-block;
		vertical-align: middle;
		width: 124px;
	}
}

@media (max-width: 1023px) {
	.process-box {
		height: 230px;
	}

	.aside-current-place-wrapper {
		display: none;
	}


	.notice-button-wrapper {
		padding-left: 20px;
	}

	.notice-button-wrapper .btn-linked02 {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.contents-box {
		word-break: break-all;
	}

	.title0301 {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 10px;
	}

	.title0302 {
		font-size: 15px;
		line-height: 21px;
		padding-bottom: 8px;
		margin-bottom: 10px;
		background-size: 20px 2px;
	}

	/* ¿¹»óº¸Áõ·áÁ¶È¸ */
	.radio-wrapper {
		margin-bottom: 0;
	}

	.radio-area {
		min-height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.radio-area input[type="radio"] + label {
		height: 20px;
		line-height: 20px;
		padding-left: 25px;
		font-size: 14px;
		background-size: 20px 20px;
	}

	.radio-area input[type="radio"]:checked + label {
		background-size: 20px 20px;
	}

	.information-box01 {
		padding: 15px;
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 18px;
	}

	.information-box02 {
		padding: 15px;
		font-size: 13px;
		line-height: 20px;
	}


	.form-guaranteed-wrapper {
		margin-bottom: 15px;
	}

	.form-guaranteed-wrapper > dl {
		padding-left: 85px;
	}

	.form-guaranteed-wrapper > dl > dt {
		width: 85px;
		word-break: break-all;
	}


	.form-guaranteed-wrapper > dl > dt > label {
		font-size: 13px;
		line-height: 18px;
		padding: 0 10px;
		box-sizing: border-box;
		word-break: keep-all;
	}

	.form-guaranteed-wrapper > dl > dd {
		padding: 10px;
	}

	.form-guaranteed-wrapper > dl > dd input,
	.form-guaranteed-wrapper > dl > dd select {
		min-width: auto;
		width: 100%;
		height: 30px;
		text-indent: 10px !important;
		font-size: 13px;

	}

	.form-guaranteed-wrapper > dl > dd .radio-area input[type="radio"] + label {
		padding-left: 25px;
		background-size: 14px 14px;
	}

	.form-guaranteed-wrapper > dl > dd .radio-area input[type="radio"]:checked + label {
		background-size: 14px 14px;
	}

	.input-add-unit-wrapper {
		display: block;
		padding-right: 20px;
	}

	.input-add-unit-wrapper .word-unit {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	.ul-list01 {
		margin-top: 5px;
	}

	.ul-list01 > li {
		padding-left: 10px;
		font-size: 13px;
		line-height: 19px;
		background-position: left 6px;
	}

	.ul-list0102 > li {
		font-size: 13px;
		line-height: 19px;
		padding-left: 10px;
		background-position: 0 8px;
	}

	.ul-list0102 > li > ul > li {
		font-size: 12px;
		line-height: 17px;
		background-position: left 8px;
	}


	.ul-list02 {
		margin-top: 5px;
	}

	.ul-list02 > li {
		font-size: 13px;
		line-height: 19px;
		padding-left: 10px;
		background-position: 0 8px;
		background-size: 3px 3px;	
	}

	.input-period-area {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 0;
	}

	.input-period-wrapper .word-unit {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}


	.input-period-area .ui-datepicker-trigger {
		right: 5px;
	}

	.table-type01 thead th,
	.table-type01 tbody th,
	.table-type01 tbody td {
		font-size: 13px;
		line-height: 19px;
	}
	
	.table-type02 thead th {
		font-size: 13px;
		line-height: 19px;
		text-align: center;
		padding: 12px 10px;
	}

	.table-type02 tbody th {
		font-size: 13px;
		line-height: 19px;
		text-align: center;
		padding: 12px 10px;
	}

	.table-type02 tbody th.type01 {
		font-size: 13px;
		line-height: 19px;
		padding: 15px 10px;
	}


	.table-type02 tbody td {
		font-size: 13px;
		line-height: 19px;
		text-align: center;
		padding: 12px 10px;
	}

	.table-type0202 thead th {
		font-size: 13px;
		line-height: 19px;
		padding: 15px 10px;
	}

	.table-type0202 tbody th {
		font-size: 13px;
		line-height: 19px;
		padding: 15px 10px;
	}
	
	.table-type0202 tbody th.type01 {
		font-size: 13px;
		line-height: 19px;
		padding: 15px 10px;
	}

	.table-type0202 tbody td {
		font-size: 13px;
		line-height: 19px;
		padding: 15px 10px;
	}

	.table-type0202 tbody td.number {
		font-size: 15px;
	}

	.table-type0202 tbody td .ul-list02 > li {
		font-size: 13px;
		line-height: 19px;
		background-position: 0 8px;
	}

	.table-type0202 tbody td .ul-list02 > li {
		font-size: 13px;
		line-height: 19px;
		background-position: 0 8px;
	}

	.table-type0202 tbody td .ul-list02 > li > ul > li {
		font-size: 12px;
		line-height: 16px;
	}

	.table-type0202 tbody td .title-caption0501 {
		font-size: 12px;
		padding-top: 10px;
	}
	.table-type0202 tbody td table {
		border-top: 2px solid #111111;
	}

	.table-type0202 tbody td table thead th,
	.table-type0202 tbody td table tbody th, 
	.table-type0202 tbody td table tbody td {
		font-size: 12px;
	}

	.word-notice01 {
		padding-top: 5px;
		font-size: 12px;
		line-height: 17px;
	}

	.word-notice02 {
		padding-top: 5px;
		font-size: 12px;
		line-height: 17px;
	}

	.btn-b {
		display: block;
		width: 100%;
		font-size: 14px;
	}

	a.btn-b,
	.btn-b {
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}

	.btn-b.btn-2rd,
	a.btn-b.btn-2rd {
		float: left;
		width: 49.5%;
	}

	.btn-b.btn-2rd:nth-child(even),
	a.btn-b.btn-2rd:nth-child(even) {
		float: right;
	}
	
	.btn-b.btn-3rd,
	a.btn-b.btn-3rd {
		float: left;
		width: 33%;
		margin-left: 0.5%;
	}
	
	.btn-b.btn-3rd:first-child,
	a.btn-b.btn-3rd:first-child {
		margin-left: 0;
	}



	.result-guaranteed-breakdown-wrapper {
		padding-top: 30px;	
	}

	/*
	.btns-area .btn-b.btn-type01.mb50 {
		margin-bottom: 0 !important;
	}
	*/

	.result-guaranteed-breakdown-wrapper.pt0.pb50 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.result-guaranteed-breakdown-area {
		padding: 15px 10px;
	}


	.result-guaranteed-breakdown-box > dl > dt {
		font-size: 11px;
		line-height: 18px;
		margin-right: 10px;
	}

	.result-guaranteed-breakdown-box > dl > dd {
		font-size: 15px;
		line-height: 18px;
	}

	.result-guaranteed-breakdown-box > .word-unit {
		height: 18px;
		line-height: 18px;
		margin: 0 10px;
	}

	.result-guaranteed-breakdown-box > .word-unit > img {
		width: 10px;
	}


	.result-guaranteed dl > dt {
		font-size: 11px;
		line-height: 24px;
		margin-right: 10px;
	}

	.result-guaranteed dl > dd {
		font-size: 13px;
		line-height: 24px;
	}

	.result-guaranteed dl > dd > strong {
		font-size: 21px;
		line-height: 24px;
	}

	.only-pc {
		display: none;
	}

	.only-mobile {
		display: block;
	}

	.barometerArea {
		display: none;
	}

	.barometer-search-mobile {
		display: block;
	}

	.barometer-search-mobile .searchArea02 {
		margin-top: 0;
		background: #f6f8fd;
		padding: 20px;
		margin-bottom: 30px;
	}

	.barometer-search-mobile .searchArea02 .inputSearchBox .inputSearch .btnSch02 {
		margin-bottom: 0;
		background: #31343f;
	}


	.search-result-inofrmaiton {
		margin-bottom: 15px;
	}

	.search-result-inofrmaiton .total {
		line-height: 30px;
		font-size: 14px;
	}
	.search-result-inofrmaiton .btn-download01 {
		float: right;
		height: 26px;
		line-height: 26px;
		padding: 0 15px;
		border-radius: 15px;
		font-size: 12px;
	}

	.rental-housing-list-wrapper {
		margin-bottom: 20px;
	}



	.rental-housing-list-wrapper > li > a {
		display: block;
		width: 100%;
		height: auto;
		min-height: 75px;
		padding: 20px 15px;
	}

	.rental-housing-list-wrapper > li > a:after {
		content: "";
		clear: both;
		display: block;
	}

	.rental-housing-list-wrapper > li > a > strong {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.rental-housing-list-wrapper > li > a > strong > span {
		height: auto;
		font-size: 14px;
		line-height: 20px;
		display: block;
	}

	.rental-housing-list-wrapper > li > a > .span-dl-wrapper {
		float: none;
		display: block;
		width: 100%;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 0px;
	}

	.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl {
		display: block;
		margin-bottom: 0;
	}

	.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dt {
		width: 65px;
		font-size: 12px;
	}

	.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dt.type02 {
		width: 65px;
	}

	.rental-housing-list-wrapper > li > a > .span-dl-wrapper > .span-dl .span-dd > span {
		display: block;
		font-size: 12px;
		line-height: 20px;
		height: auto;
	}

	.pagingWrap+.btnLeft, 
	.pagingWrap+.btnRight, 
	.pagingWrap+.btnLeft+.btnRight {
		float: none;
		margin-top: 30px;
	}

	.btnMd01 {
		display: block;
		width:100%;
		text-align: center;
	}

	.rental-housing-image-wrapper  #slider ul.slides li {
		height: 350px;
		line-height: 350px;
	}

	/* »çÈ¸ÀÓ´ëÁÖÅÃÀÌ¶õ? */
	.span-br {
		display: inline;
	}

	.images-box .pc {
		display: none;
	}

	.images-box .mobile {
		display: block;
	}

	.slogan-wrapper {
		display: block;
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 19px;
	}

	.intorduce-wrapper .images-box {
		margin-bottom: 20px;
	}

	.information-dl {
		display: block;
	}

	.information-dl > dt {
		font-size: 14px;
		line-height: 21px;
	}

	.information-dl > dd {
		font-size: 13px;
		line-height: 19px;
	}

	.simbol-image-wrapper {
		margin-bottom: 15px;
	}

	.simbol-image-area {
		padding-top: 20px;
		border-radius: 7px;
	}

	.simbol-image-area > .image {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.simbol-image-area > .image > img {
		position: static;
	}

	.simbol-image-area > .image > .pc {
		display: none;
	}

	.simbol-image-area > .image > .mobile {
		display: block;
	}

	.simbol-image-area > .title {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}

	.ol-list01 {
		font-size: 14px;
		line-height: 24px;
	}

	.ol-list01 > li {
		padding-left: 17px;
	}

	.ol-list01 > li > ul > li {
		color: #666666;
		font-size: 13px;
		line-height: 18px;
	}

	.contents-accordion-area {
		margin-bottom: 5px;
	}

	.contents-accordion-area h4 a {
		position: relative;
		display: block;
		padding: 16px 50px 16px 15px;
		overflow: hidden;
		font-size: 14px;
		line-height: 16px;
	}



	.contents-accordion-area h4 a .arrow {
		right: 15px;
		width: 18px;
		height: 17px;
		margin-top: -9px;
		background-size: 18px 17px;	
	}

	.contents-accordion-area h4 a.on .arrow {
		background-size: 18px 17px;	
	}


	.contents-accordion-box {
		padding: 20px 15px;
	}

	.word-type001 {
		font-size: 13px;
		line-height: 19px;
	}

	.word-type001.bullet {
		background-position: 0 8px;
		background-size: 3px 3px;	
	}

	.word-type002 {
		font-size: 13px;
		line-height: 19px;
	}

	.word-type003 {
		font-size: 13px;
		line-height: 19px;
	}

	.word-type003.bullet {
		background-position: 0 8px;
		background-size: 3px 3px;	
	}

	.word-type004 {
		font-size: 13px;
		line-height: 19px;
	}

	.word-type005 {
		font-size: 13px;
		line-height: 19px;
	}

	.word-type005.bullet {
		background-position: 0 8px;
		background-size: 3px 2px;	
	}

	.simbol-image-wrapper02 {
		margin-top: 15px;
		height: auto;
	}

	.simbol-image-area02 {
		position: static;
		height: 168px;
		float: left;
		width: 49.5%;
		margin-bottom: 1%;
	}

	.simbol-image-area02:nth-child(2) {
		float: right;
	}

	.simbol-image-area02:nth-child(3) {
		float: left;
		width: 100%;
		height: auto;
		padding-bottom: 15px;
	}

	.simbol-image-area02 dl {
		display: block;
		padding: 15px 18px 0 18px;
	}

	.simbol-image-area02 dl > dt {
		font-size: 14px;
		line-height: 24px;
	}

	.simbol-image-area02 dl > dd > img.pc {
		display: none;
	}

	.simbol-image-area02 dl > dd > img.mobile {
		display: block;
	}

	.simbol-image-area02 dl > dd > img.simbol01 {
		width: 64px;
		margin: 0 auto 10px auto;
	}

	.simbol-image-area02 dl > dd > img.simbol02 {
		width: 64px;
		margin: 0 auto 8px auto;
		padding-top: 10px;
	}

	.simbol-image-area02 dl > dd > img.simbol03 {
		width: 157px;
		margin: 0 auto 20px auto;
	}

	.simbol-image-area02 dl:nth-child(1) > dd > .label {
		font-size: 12px;
		line-height: 20px;
	}

	.simbol-image-area02 dl:nth-child(1) > dd .summary {
		font-size: 12px;
		line-height: 18px;
	}

	.simbol-image-area02 dl:nth-child(1) > dd > span {
		font-size: 11px;
		line-height: 13px;
		word-break: keep-all;
	}

	.title-caption0501 {
		padding-top: 18px;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 18px;
	}

	.images-box .summary.mobile {
		width: 100%;
		max-width: 330px;
	}
	
	.images-box.summary {
		margin-top: 15px;
	}

	.images-box.business-support > img.mobile {
		width: 100%;
		max-width: 297px;
	}

	.support .tabmenu01 {
		border: 0;
		margin-bottom: 25px;
	}

	.support .tabmenu01 li {
		float:left;
		box-sizing:border-box;
	}

	.support .tabmenu01 li a {
		height: 33px;
		line-height: 33px;
		font-size: 13px;
	}

	.center-information-wrapper {
		position: relative;
		padding-left: 0;
		padding-top: 0;
		min-height: auto;
		margin-bottom: 30px;
	}

	.center-information-wrapper > h4 {
		position: static;
	}

	.center-information-wrapper > h4 > img {
		display: block;
		max-width: 342px;
		width: 100%;
		margin: 0 auto;
	}

	.center-information-wrapper > p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 20px;
	}

	.center-information-wrapper > p:last-child {
		margin-bottom: 0;
	}

	.process-area {
		float: left;
		width: 49%;
		position: relative;
		padding-left: 0;
		margin-bottom: 0;
	}

	.process-area:last-child {
		float: right;
	}

	.process-area h5 {
		position: relative;;
		display: block;
		width: 100%;
		height: 40px;
		text-align: center;
		z-index: 15;
		box-sizing: border-box;
	}

	.process-area h5 > span {
		position: static;
		width: 100%;
		margin-top: 0;
		font-size: 14px;
		line-height: 40px;
	}

	.process-area h5 .bubble-tail {
		position: absolute;
		top: 100%;
		right: 100%;
		margin-right: -39px;
		display: block;
		width: 19px;
		height: 10px;
	}


	.process-area.type01 h5 .bubble-tail {
		background:transparent url('/support/image/bg/bg_process_tail_bottom_type01.png');
		background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_bottom_type01@2x.png');
		background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_bottom_type01@2x.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 19px 10px;
	}


	.process-area.type02 h5 .bubble-tail {
		background:transparent url('/support/image/bg/bg_process_tail_bottom_type02.png');
		background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_bottom_type02@2x.png');
		background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_bottom_type02@2x.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 19px 10px;
	}

	.process-box {
		position: relative;
		float: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #d9d9d9;
		margin-right: 0;
		margin-top: -1px;
		padding: 20px 10px;
		min-height: 130px;
	}

	.process-box .bubble-tail {
		position: absolute;
		top: 100%;
		right: 100%;
		margin-right: -39px;
		display: block;
		width: 19px;
		height: 10px;
		background:transparent url('/support/image/bg/bg_process_tail_bottom.png');
		background:-webkit-linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_bottom@2x.png');
		background:linear-gradient(transparent,transparent),url('/support/image/bg/bg_process_tail_bottom@2x.png');
		background-size: 19px 10px;
	}

	.process-box > dl {
		position: relative;
		padding-left: 15px;
	}

	.process-box > dl > dt {
		font-size: 13px;
		line-height: 19px;;
	}

	.process-box > dl > dt > .number {
		position: absolute;
		top: 2px;
		left: 0;
	}

	.process-box > dl > dt > .number > img {
		display: block;
		width: 10px;
	}

	.process-box > dl > dd {
		font-size: 12px;
		line-height: 19px;
		background-position: 0 10px;
	}

	.education-pr-information-wrapper {
		margin-top: 15px;
	}

	.education-pr-information h5 {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.education-pr-information h5 > img {
		display: inline-block;
		width: 25px;
		margin-right: 5px;
	}

	.education-pr-information > p {
		min-height: 100px;
		padding: 15px 10px;
		font-size: 12px;
		line-height: 19px;
	}

	.education-pr-information > div {
		min-height: 130px;
		padding: 15px 10px;
		font-size: 12px;
		line-height: 19px;
	}

	.education-pr-information > div > ul > li {
		font-size: 12px;
		line-height: 19px;
		background-position: left 8px;
	}


	/* À§Ä¡ ¹× ¿¬¶ôÃ³ */
	.map-wrapper02 > div {
		height: 370px;
	}

	.center-address {
		position: relative;
		margin-top: 20px;
		padding-left: 35px;
		font-size: 13px;
		line-height: 19px;
	}

	.center-address > dt {
		width: 35px;
		text-align: left;
		background-size: 1px 12px;
	}

	.center-address > dd {
		padding-left: 10px;
	}


	.guarantee-product-information-wrapper {
		margin-bottom: 30px;
	}


	.guarantee-product-information-wrapper > li {
		width: 50%;
		padding: 0 2.5%;
		min-height: auto;
		height: 180px;
		border-right: 1px solid #e6e6e6;
		background: transparent;
		word-break: keep-all;
	}

	.guarantee-product-information-wrapper > li:nth-child(even) {
		border-right: 0;
	}

	.guarantee-product-information-wrapper > li:nth-child(1),
	.guarantee-product-information-wrapper > li:nth-child(2) {
		border-bottom: 1px solid #e6e6e6;
	}

	.guarantee-product-information-wrapper > li:nth-child(3),
	.guarantee-product-information-wrapper > li:nth-child(4) {
		padding-top: 20px;
	}

	.guarantee-product-information-wrapper > li > dl {
		padding: 0 10px;
	}

	.guarantee-product-information-wrapper > li > dl > dt {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.guarantee-product-information-wrapper > li > dl > dd > img {
		display: block;
		width: 70px;
		margin: 0 auto 15px auto
	}

	.guarantee-product-information-wrapper > li > dl > dd .type01 {
		font-size: 13px;
		line-height: 19px;
	}

	.guarantee-product-information-wrapper > li > dl > dd .type01 .span-br {
		display: block;
	}

	.guarantee-product-information-wrapper > li > dl > dd .type02 {
		display: block;
		font-size: 12px;
		line-height: 15px
	}

	.images-box.product01 {
		margin-top: 20px;
	}

	/* ÀÌ¿ëÀýÂ÷ */
	.table-use-procedure {
		background-size: 894px 38px; 
	}

	.table-use-procedure .width-type01 {
		width: 23%;
	}

	.table-use-procedure .width-type02 {
		width: 27%;
	}

	.table-use-procedure .width-type03 {
		width: 50%;
	}

	.table-use-procedure table thead th {
		height: 35px;
		font-size: 13px;
	}

	.table-use-procedure table tbody td.main-agent {
		height: 50px;
		font-size: 13px;
		line-height: 19px;
	}

	.table-use-procedure table tbody td.division {
		height: 50px;
		font-size: 13px;
		line-height: 19px;
	}

	.table-use-procedure table tbody td.table-contents {
		height: 50px;
		font-size: 13px;
		line-height: 19px;
		padding: 10px;
	}

	.table-use-procedure tbody td .ul-list0102 > li {
		background-position: 0 8px;
		background-size: 3px 2px;	
	}

	.table-use-procedure table tbody td.process-arrow > img {
		width: 11px
	}

	.btn-linked01 {
		height: 26px;
		line-height: 26px;
		padding: 0 15px;
		border-radius: 15px;
		font-size: 12px;
	}

	.btn-linked01 > img {
		margin-left: 5px;
	}

	.table-type0202.document {
		margin-top: 5px;
	}

	/* º¸ÁõÀÌ¿ëÀýÂ÷ */
	.guarantee-process-area {
		padding-left: 0;
	}

	.guarantee-process-area > h4 {
		position: static;
		display: block;
		width: 100%;
		padding: 15px;
		background: #f7f8fd;
		box-sizing: border-box;
	}

	.guarantee-process-area > h4 .title-wrapper .title {
		text-align: left;
	}

	.guarantee-process-area > h4 .title-wrapper .title > img {
		display:inline-block;
		width: 50px;
		margin: 0 10px 0 0;

	}

	.guarantee-process-area > h4 .title-wrapper .title > strong {
		text-align: center;
		font-size: 15px;
		letter-spacing: 1;
	}

	.guarantee-process-box {
		display: block
	}

	.guarantee-process-info {
		padding : 15px;
	}

	.guarantee-process-info > .title-area {
		position: static;
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		padding-bottom: 10px;
	}

	.guarantee-process-info > .title-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.guarantee-process-info > .title-area h5 {
		float: left;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.guarantee-process-info > .title-area .btn-go {
		float: right;
		display: block;
		padding: 0 10px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.next-process-wrapper {
		padding-left: 0;
	}

	.bg-next-arrow {
		padding: 10px 0;
		text-align: center;
	}

	.bg-next-arrow > img {
		width: 18px;
	}

	/* ¾÷¹«°Å·¡µî·Ï */
	.notice-button-wrapper {
		padding: 13px 10px;
		text-align: center;
	}

	.notice-button-wrapper > p {
		display: block;
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	.notice-button-wrapper .btn-linked02 {
		position: static;
		margin-top: 0;
	}

	.btn-linked02 {
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 13px;
	}

	
	.btn-linked02 > img {
		margin-left: 5px;
	}

	.word-number-type001 {
		padding-left: 25px;
		font-size: 13px;
		line-height: 19px;
	}

	.word-number-type001 > .number {
		margin-top: 0;
		font-size: 15px;
		line-height: 15px;
	}



	/* ½Å¿ëÆò°¡ */
	.appraisal-process-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.appraisal-process-box:nth-child(2n) {
		background: transparent;
	}

	.appraisal-process-box > h5 {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 16px;
	}


	.appraisal-process-box > img {
		display: block;
		width: 100%;
		max-width: 83px;
		margin: 0 auto 20px auto;
	}

	.col-appraisal-width01 {
		width: 45px;
	}

	.col-appraisal-width02 {
		width: calc(100% - 45px);
	}

	/* 2018.09.17 */
	.method-information-wrapper {
		padding-top: 15px;
	}

	.method-information-area {
		position: relative;
		padding-top: 80px;
	}

	.method-information-area > li > a {
		width: calc(50% + 1px);
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	.method-information-area > li > a.on {
		background: #3b4f54;
		border: 1px solid #3b4f54;
		color: #fff;
	}

	.method-information-area > li:nth-child(1) > a {
		left: 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 0;
	}

	.method-information-area > li:nth-child(2) > a {
		left: 50%;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 0;
	}

	.method-information-area > li:nth-child(3) > a {
		top: 29px;
		left: 0;
		border-bottom-left-radius: 3px;

	}

	.method-information-area > li:nth-child(4) > a {
		top: 29px;
		left: 50%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 3px;
	}

	
	.method-information-box .images-box {
		margin-top: 18px;
	}

	.method-information-box .images-box .mobile {
		width: 100%;
		max-width: 253px;
	}

	.method-information-box > .btns-area {
		margin-top: 20px;
	}


	.btn-go01 {
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.btn-go01 > span {
		display: none;
	}

	.btn-go01 > img {
		display: inline-block;
		width: 12px;
	}

	.center-information-wrapper02 {
		margin-top: 15px;
		height: 65px;
		background-image: url(/support/image/sub02/bg0302_pc.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-color: #fef3e4;
		background-size: contain;
		padding: 15px 0 0 15px;
		box-sizing: border-box;
	}

	.center-information-wrapper02 .type01 {
		font-size: 13px;
		line-height: 15px;
	}


	.center-information-wrapper02 .type01 > dt {
		margin-right: 10px;
	}

	.center-information-wrapper02 .type02 {
		font-size: 11px;
		line-height: 13px;
	}
	.center-information-wrapper02 .type02 > dt {
		padding-right: 11px;
		margin-right: 10px;
		background-size: 1px 10px;
	}

	.ul-list0102.mb30 {
		margin-bottom: 15px !important;
	}

	.btns-area.mb15 {
		margin-bottom: 10px !important
	}

	.contents-accordion-box .btns-area {
		margin-top: 5px !important;
	}


	.process-submit-image-wrapper {
		margin-top: 18px;
	}

	.process-submit-image-wrapper .pc {
		display: none;
	}

	.process-submit-image-wrapper .mobile {
		position: relative;
		display: block;
		width: 253px;
		margin: 0 auto;
	}

	.process-submit-image-wrapper .mobile > img {
		display: block;
		width: 253px;
	}

	.process-submit-image-wrapper .mobile > a {
		position: absolute;
		top: 223px;
		left: 80px;
		display: block;
		width: 110px;
	}

	.process-submit-image-wrapper .mobile > a > img {
		display: inline-block;
		vertical-align: middle;
		width: 110px;
	}

	.btnArea02.lineNone {
		margin-top: 30px;
	}
	
	/* 2018.10.10 Ãß°¡ÀÛ¾÷ */
	.btnArea02.type02.lineNone {
		padding: 0 21px;
	}

	table thead th,
	table tbody th,
	table tbody td {
		word-break: break-all !important;
	}


	.rental-housing-imformation > h3 > span {
		display: inline-block;
		vertical-align: text-bottom;
		width: 60px;
		height: 21px;
		padding-top: 4px;
		color: #ffffff;
		background: #000;
		font-size: 12px;
		line-height: 13px;
	}
}





@media (max-width: 639px) {
	.licensee-information-wrapper {
		position: relative;
		padding-left: 0;
	}

	.licensee-information-wrapper .logo-image {
		position: relative;
		width: 100%;
		padding-bottom: 60%;
		margin-bottom: 20px;
		border: 1px solid #dddddd;
		overflow: hidden;
	}


	.licensee-information-wrapper > ul > li {
		font-size: 13px;
		line-height: 20px;
		padding-left: 85px;
	}


	.modal-inquiry-wrapper {
		left: 0;
		width: calc(100% - 40px); 
		margin-left: 20px;
	}

	.education-pr-information {
		float: left;
		width: 49%;
		margin-bottom: 2%;
		margin-left: 0;
	}

	.education-pr-information:nth-child(even) {
		float: right;
	}


	.appraisal-process-area {
		float: none;
		width: 100%;
	}

	.appraisal-process-box {
		width: 40%;
		padding: 2.5% 5%;
	}
}

@media (max-width: 400px) {
	.input-period-area {
		width:  90%;
	}

	.input-period-area:last-child {
		margin-top: 5px;
	}

	.rental-housing-image-wrapper  #slider ul.slides li {
		height: 250px;
		line-height: 250px;
	}

	.simbol-image-area02 dl {
		padding: 10px 10px 0 10px;
	}

	.process-area {
		float: none;
		width: 100%;
		position: relative;
		padding-left: 0;
		margin-bottom: 10px;
	}

	.education-pr-information {
		float: none !important;
		width: 100%;
		margin-bottom: 10px;
	}

	.education-pr-information > p,
	.education-pr-information > div {
		min-height: auto;
	}

	.method-information-area > li > a {
		font-size: 12px;
	}

	.guarantee-product-information-wrapper > li {
		word-break: break-all;
		padding: 0;
	}
	.guarantee-product-information-wrapper > li > dl > dd .type01 {
		font-size: 12px;
		line-height: 17px;
	}
}