/* CSS Document */
/* 기본폰트 : Noto Sans KR (고딕), Noto Serif KR(명조)
font-family: "Noto Sans KR", sans-serif;

*/
/* subpage common */
.sub .container {
	margin-bottom: 40px;
	position: relative;
}
p {
	display: block;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	color: #333;
	word-break: break-all;
}
p .bold {
	color: #333;
}
.sub .container .text-sm {
	display: block;
	max-width: 1000px;
	font-size: 16px;
	line-height: 1.6em;
}
.subpage-content {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.img-wrap {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* border 테두리 기본 color */
*,.bd1, .bt1, .bb1, .bl1, .br1 {
	border-color: #ddd;
}

/* 게시판 공통 레이아웃 */
.subpage-amboard-wrap {
	position: relative;
	padding-bottom: 60px;
}

/* title */
.top-title {
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom:0px;
}

.top-title:after {
	content: "";
	display: block;
	margin: 20px auto;
	width: 1px;
	height: 40px;
	background-color: #ddd;
}

.top-title h1 {
	position: relative;
	display: inline-block;
	text-align: center;
}

.subtitle-lg {
	position: relative;
	font-weight: bold;
	color: #333;
}

.subtitle-lg:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	position: relative;
	background-color: #ddd;
	margin: 20px 0px;
}
.subtitle-md {
	position: relative;
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}
.subtitle-md:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	position: relative;
	background-color: #ddd;
	margin: 20px 0px;
}
.subtitle-md2 {
	position: relative;
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}
.subtitle-sm {
	position: relative;
	font-weight: 400;
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtitle-sm::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -2px;
}

.sub .container .box-title p {
	font-size: 16px;
}

.box-con {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 27px 35px;
	border: 1px solid #ddd;
}
/* 서브페이지에만 나타나는 네비게이터 */
.sub-navi {
	position: absolute;
	left: 100%;
	padding-left: 20px;
}
.sub-navi-list {
	border-left: 1px solid #ddd;
	padding-left: 20px;
	position: relative;
}
.sub-navi-list.fixed {
	position: fixed;
	top:120px;
}
.sub-navi-list li {
	position: relative;
	margin: 5px 0px;
	cursor: pointer;
	width:200px;
}
.sub-navi-list li.current::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: -24px;
	background-color: #d89a04;
	border-radius: 100%;
}
.sub-navi li a {
	font-size: 14px;
	font-weight: 300;
}
.sub-navi li a:hover {
	color: saddlebrown;
}
.sub-navi li.current a {
	color: #d89a04;
}

/* 목록 */
.sub-dot-list {
	position: relative;
	list-style: none;
}
.sub-dot-list li {
	position: relative;
	font-size: 16px;
	padding-left: 18px;
	margin: 8px 0px;
	font-weight: 300;
	color: #333;
}
.sub-dot-list1 li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #eae3e1;
	position: absolute;
	top: 9px;
	left: 0px;
}
.sub-dot-list2 li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff url('/img/sub/icon-list1.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 9px;
	left: 0px;
}
.sub-dot-list3 li:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff url('/img/sub/icon-list2.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 0px;
}
.sub-dash-list {
	position: relative;
	list-style: none;
}
.sub-dash-list li {
	position: relative;
	font-size: 16px;
	padding-left: 10px;
	margin: 6px 0px;
	font-weight: 300;
	color: #333;
}
.sub-dash-list li:before {
	content: "";
	width: 6px;
	height: 1px;
	background-color: #717171;
	position: absolute;
	top: 10px;
	left: 0px;
}
.sub-number-list {
	counter-reset: li;
	list-style: none;
	position: relative;
}
.sub-number-list > li {
	position: relative;
	font-size: 16px;
	padding-left: 24px;
	margin: 6px 0px;
	font-weight: 300;
	color: #333;
}
.sub-number-list1 > li::before {
	content: counter(li);
	counter-increment: li;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 19px;
	height: 19px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-image: none;
	background-color: #cbb7a6;
	border-radius: 10px;
}
.sub-number-list2 > li::before {
	content: counter(li);
	counter-increment: li;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0px;
	width: 19px;
	height: 19px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-image: none;
	background-color: #edc325;
	border-radius: 10px;
}
.subpage li b, .subpage li strong {
	color: #454545;
}
/* table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0;
	padding: 0;
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table-responsible {
	width: 100%;
	padding-bottom: 10px;
}
.table {
	display: table;
	position: relative;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #edc325;
}
.table::after {
	content: '';
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	font-size: 16px;
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	word-break: break-all;
	vertical-align: middle;
}
.table>thead>tr>th {
	font-weight: 600;
	color: #454545;
	vertical-align: middle;
}
.table>tbody>tr>td {
	font-weight: 300;
	color: #707070;
	vertical-align: middle;
}
.table th+th,
.table th+td,
.table td+td {
	border-left: 1px solid #ddd;
}
.table th.last,
.table td.last,
.table>thead>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>tbody>tr>th:last-child,
.table>tbody>tr>td:last-child {
	border-right: 0;
}
.table .br0 {
	border-right: 0 !important;
}
.table .bl0 {
	border-left: 0 !important;
}
.table .br1 {
	border-right: 1px solid #ddd;
}
.table .bl1 {
	border-left: 1px solid #ddd;
}
.table th,
.table thead td {
	font-weight: 600;
	color: #454545;
}
.table th {
	background: #fbfbfa;
}
/* 운현궁 안내 */
/* 접었다가 펼쳐지는 내용 */
/*
.sub-section:first-of-type {
	padding-top: 0px;
}
*/
.sub-section {
	padding: 40px 0px;
}
.sub-article {
	position: relative;
}
.first-article {
	margin-bottom: 40px;
}
/*
.first-article::first-letter {
	font-family: "Noto Serif KR", serif;
	font-weight: bold;
	font-size: 1.4em;
	padding-right: 0.05em;
	cursor: text;
}
*/
.sub-article-full {
	display: none;
}
.sub-article-full {
	padding-top: 40px;
}
.sub-article p {
	color: #454545;
	line-height: 1.75em;
	margin-bottom: 25px;
}
.sub-article-full p::first-letter {
	padding-left: 10px;
}
.sub-more {
	display: inline-block;
	width: 180px;
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	font-weight: 300;
	color: #454545;
}
.sub-more::before {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: -15px;
}
.sub-more::after {
	content: '';
	display: inline-block;
	width: 49px;
	height: 49px;
	background-repeat: no-repeat;
	background-size: contain;
}
.more-open::before {
	content: 'View in detail';
}
.more-open::after {
	background-image: url('/img/sub/article-open.png');
}
.more-close::before {
	content: 'Brief view';
}
.more-close::after {
	background-image: url('/img/sub/article-close.png');
}
/* 운현궁과 건물들 탭 */
.building-tab-list {
	margin-top: 50px;
	position: relative;
	font-size: 0;
}
.building-tab-list li {
	display: inline-block;
	width: 20%;
	padding: 10px;
}
.building-tab-list .hand {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background: no-repeat center;
	background-size: cover;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.building-tab-list .buiding1 {
	background-image: url('/img/sub/sub1-img04.jpg');
}
.building-tab-list .buiding2 {
	background-image: url('/img/sub/sub1-img05.jpg');
}
.building-tab-list .buiding3 {
	background-image: url('/img/sub/sub1-img06.jpg');
}
.building-tab-list .buiding4 {
	background-image: url('/img/sub/sub1-img07.jpg');
}
.building-tab-list .buiding5 {
	background-image: url('/img/sub/sub1-img08.jpg');
}
.building-tab-list .hand:hover {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.building-tab-list .tab-title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 60%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, .4);
	background-clip: content-box;
	border-radius: 50%;
}
.building-tab-list .hand:hover .tab-title {
	background-color: rgba(0, 0, 0, .7);
}
.building-tab-list .tab-title::before {
	content: '';
	position: relative;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20%;
}
/* 운현궁의 주인들 */
.owner-wrap {
	margin: 30px 0px;
}
.owner-title {
	margin-bottom: 10px;
}
.owner-title .mark-yellow {
	margin-right: 10px;
	font-weight: 600;
}
.owner-title .bold {
	color: #22272a;
}
/* 오시는 길 */
.box-preview3 .mark-yellow {
	margin-right: 10px;
	width: auto;
}
.call-text {
	display: inline-block;
	line-height: 1em;
	padding: 4px 10px;
	background-color: #f9f8f5;
	color: #454545;
	font-size: 16px;
	font-weight: bold;
}
.sub-map {
	width: 100%;
	height: 360px;
	margin-bottom: 30px;
}
.sub-map iframe {
	width: 100%;
	height: 100%;
}
.sub-map-wrap .btn-wrap {
	text-align: right;
}
.btn-map.btn.btn-lg {
	width: 100%;
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	padding: 0px 40px;
	padding-right: 100px;
	position: relative;
	border-radius: 30px;
}
.btn-map::after {
	content: '';
	display: block;
	background: url('/img/sub/sub-map-btn.png') no-repeat;
	background-size: contain;
	width: 38px;
	height: 14px;
	position: absolute;
	top: 22px;
	right: 40px;
}
.dot-title {
	position: relative;
	font-size: 18px;
	padding-left: 15px;
	font-weight: 600;
	color: #454545;
}
.dot-title::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff url(/img/sub/icon-list1.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0px;
}
.metro-number {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	margin-right: 4px;

}
.metro-number.type1 {
	background-color: #263c96;
}
.metro-number.type3 {
	background-color: #ff8400;
}
.metro-number.type5 {
	background-color: #8548e6;
}
.bus-line::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 20px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
	border-radius: 100px;
}
.bus-line.type1::before {
	content: "마을";
	color: rgb(255, 255, 255);
	background-color:#7fb445;
}
.bus-line.type2::before {
	content: "간선";
	color: rgb(255, 255, 255);
	background-color: #3556a6;
}
.bus-line.type3::before {
	content: "지선";
	color: rgb(255, 255, 255);
	background-color: #50a232;
}
.attention-text {
	font-size: 16px;
	font-weight: 300;
	color: #c49a9a;
}
/* 전통혼례공간 */
/* 전통혼례 step */
.step-wrap {
	position: relative;
}
.step-wrap .col-xs-12 {
	padding-top: 30px;
	padding-left: 14px;
	padding-right: 14px;
}
.step-con {
	position: relative;
	border: 1px solid #ddd;
	padding: 45px 20px 30px;
	margin-bottom: 30px;
}
.step-arrow .step-con:after {
	content: '';
	display: block;
	position: absolute;
	background: url('/img/sub/step-arrow.png') no-repeat;
	background-size: contain;
}
.step-arrow:last-child .step-con:after {
	display: none;
}
.step-number {
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	background: #fff;
	padding: 0em 0.5em 0.5em 0.2em;
	font-family: "Noto Serif KR", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 27px;
	color: #edc325;
	vertical-align: middle;
	cursor: default;
}
.step-wrap .number {
	font-size: 36px;
	vertical-align: middle;
}
.wedding-title {
	font-weight: bold;
	color: #22272a;
	font-size: 32px;
	letter-spacing: -0.05em;
}
.wedding-chinese {
	font-family: "Noto Serif KR", serif;
	font-weight: bold;
	color: #c3b6a5;
	font-size: 22px;
}
.wedding-text {
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
}
.wedding1 .wedding-title, .wedding3 .wedding-title {
	display: inline-block;
}
.wedding2 .step-number {
	color: #e49d50;
}
.wedding2 .wedding-title {
	display: block;
}
.wedding1 .wedding-chinese, .wedding3 .wedding-chinese {
	display: inline-block;
	margin-left: 6px;
}
.wedding2 .wedding-chinese {
	display: block;
}
.wedding-con.box-con {
	min-height: 140px;
	padding: 40px 35px;
}
.wedding-con p {
	font-weight: normal;
}
.request-title {
	font-weight: normal;
	font-size: 22px;
	color: #22272a;
	margin-bottom: 5px;
	text-align: center;
}
.request-subtitle {
	font-weight: normal;
	font-size: 18px;
	color: #979797;
	margin-bottom: 10px;
	text-align: center;
}
.request-text {
	text-align: center;
	font-size: 14px;
}
.onoff {
	display: inline-block;
	position: relative;
	top:0px;
	font-size: 13px;
	padding: 5px 12px;
	margin-bottom: 4px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #cbb7a6;
	border-radius: 20px;
}

/* 사이트맵 */
.btn-sitemap {
	height: 85px;
}
.btn.btn-lg.btn-sitemap.line-1 {
	padding-top:29px;
}

/* 모바일, 태블릿, 768px 이상 */
@media (min-width: 768px) {
	.step-con {padding-top: 50px; padding-bottom: 40px;}
	.wedding1 .step-con {height: 225px;}
	.wedding2 .step-con {height: 235px;}
	.wedding3 .step-con {height: auto;}
	.wedding-con p {
		padding-right: 100px;
	}
	.wedding-more {
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 45px;
	}
	.request1 .step-arrow.col-sm-6 .step-con,
	.request2 .step-arrow.col-sm-6 .step-con {
		height: 185px;
	}
	.step-arrow .step-con:after {
		width: 13px;
		height: 20px;
		top:50%;
		margin-top: -7px;
		right: -22px;
	}
	
}

/* 중간 기기들 (노트북 992px 이상) */
@media (min-width: 992px) {
	.top-title {
		margin-top: 70px;
	}
	.top-title h1 {
		font-size: 42px;
	}
	.top-title:after {
		margin-top: 30px;
		height: 30px;
	}
	.container .mo-border {
		border: 0;
	}
	.step-wrap.request1 {
		margin-left: -30px;
		margin-right: -30px;
	}
	.step-wrap .step-arrow.col-xs-12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.step-wrap .number {
		font-size: 48px;
	}
	.wedding1 .step-con {height: 200px;}
	.wedding2 .step-con {height: 220px;}
	.wedding3 .step-con {height: 260px;}
	.wedding3 .wedding-text {
		margin-top: 20px;
	}
	.step-arrow .step-con:after {
		width: 16px;
		height: 25px;
		margin-top: -10px;
		right: -40px;
	}
	#place-board {
		padding-top: 80px;
	}
	
}

/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (min-width: 1200px) {
	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		padding: 15px 25px;
	}
	.subtitle-lg {
		font-size: 32px;
		margin-top: 0px;
	}
	.subtitle-md,.subtitle-md2 {font-size: 30px;}
	.subtitle-lg:after {margin: 22px 2px;}
	.subtitle-md:after {margin-bottom: 22px;}
	.building-tab-list li {
		padding: 20px;
	}
	.building-tab-list .tab-title {
		font-size: 20px;
	}
	.dot-title {font-size: 20px;}
	.step-con {
		padding: 40px 30px;
		height: 210px;
		margin-bottom: 0;
		padding-top: 65px;
	}
	.wedding1 .step-con {height: 320px;}
	.wedding2 .step-con {height: 320px;}
	.wedding3 .step-con {height: 250px;}
	.wedding1 .wedding-title,
	.wedding3 .wedding-title {
		font-size: 30px;
	}
	.wedding2 .wedding-title {font-size: 30px;}
	.wedding-text {margin-top: 20px;}
	.step-wrap .number {
		font-size: 50px;
	}
	.request1 .step-con {padding-top: 60px; height: 240px;}
	.request1 .step-arrow.col-sm-6 .step-con, .request2 .step-arrow.col-sm-6 .step-con {
		padding-top: 55px;
		height: 205px;
	}
	.request-title {font-size: 28px;}
	.request-subtitle {font-size: 17px;}
	.step-arrow .step-con:after {
		width: 26px;
		height: 40px;
		margin-top: -13px;
		right: -45px;
	}
	.onoff {
		top:-10px;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 20px;
	}
	.box-preview3 .pl-box {padding-left: 5%;}
}

/* 1400px 이상 */
@media (min-width: 1400px) {
	.subpage-amboard-wrap {
		padding-bottom: 100px;
	}
	.sub .subpage .container {
		width: 1230px;
	}
	.sub-article {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sub-article .col-xs-12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	/*
	.sub-article .col-sm-5 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sub-article .col-sm-6 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sub-article .col-sm-7 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.sub-article .f_right.col-sm-5 {}
	.sub-article .f_right.col-sm-7 {}
	*/
}

/* max css */

/* 큰 기기들 (큰 데스크탑, 1200px 이하) */

@media (max-width: 1200px) {
	.subpage-menu-wrap .container {
		padding: 0;
	}
	.sub .subpage .container {
		padding-right: 150px;
	}
	.sub-navi {
		margin-left: -130px;
	}
	.sub-navi-list li {margin: 6px 0px;}
	.sub-navi-list li a {font-size: 13px;}
	
}

/* 중간 기기들 (노트북 992px 이하) */

@media (max-width: 992px) {
	.sub .subpage .container {
		padding-right: 15px;
	}
	.top-title:after {
		margin: 15px auto;
		height: 25px;
	}
	.sub-navi {
		display: none;
	}
	.container .pc-border {
		border: 0;
	}
	.sub-more {
		margin-top: 25px;
	}
	.sub-article p {
		margin-bottom: 0;
	}
	.sub-article .img-sub {
		padding-bottom: 20px;
	}
	/* .step-wrap {
		margin: 10px;
	} */
	.table-responsible table {
		display: block;
		overflow-x: auto;
	}
	.box-con {
		padding: 30px 25px;
	}
	.box-preview3 .col-xs-12 {
		padding: 10px 0px;
		border-bottom: 1px dotted #eee;
	}
	.box-preview3 .col-xs-12:last-child {
		border-bottom: 0px;
	}
	.request2 .step-arrow.col-sm-12 .step-con:after {
		top: auto;
		bottom: -40px;
		left: 50%;
		margin-left: -5px;
		transform: rotate(90deg);
	}
}

/* 태블릿, 모바일 전용 (767px 이하) */

@media (max-width: 767px) {
	.sub-section {
		padding: 30px 0px;
	}
	.sub .container .text-sm {
		font-size: 14px;
	}
	.table-responsible .table {
		display: block;
		overflow-x: auto;
	}
	.table-responsible .table th,
	.table-responsible .table td,
	.table-responsible .table td * {
		font-size: 14px;
	}
	.table-responsible .table th {
		min-width: 150px;
	}
	.table-responsible .table td {
		min-width: 220px;
	}
	.sub-more {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.sub-more::before {
		top:-10px;
	}
	.sub-more::after {
		width: 30px;
		height: 30px;
	}
	.building-tab-list li {
		display: block;
		width: 100%;
		padding: 5px 20px;
	}
	.building-tab-list .hand {
		padding: 10px;
		border-radius: 20px;
		text-align: center;
		ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: 0.8;
	}
	.building-tab-list .tab-title {
		display: inline-block;
		position: relative;
		left: 0;
		width: auto;
		padding: 10px 20px;
		background-color: rgba(0,0,0,.6);
		background-clip: border-box;
		border-radius: 0;
	}
	.wedding-title {
		font-size: 28px;
	}
	.wedding-chinese {
		font-size: 21px;
	}
	.step-arrow .step-con:after {
		bottom: -54px;
		left: 50%;
		margin-left: -20px;
		width: 40px;
		height: 26px;
		transform: rotate(90deg);
	}
	.request2 .step-arrow.col-sm-12 .step-con:after {
		bottom: -54px;
		left: 50%;
		margin-left: -20px;
	}
}

/* 매우 작은 기기들 (모바일폰) */

@media (max-width: 480px) {}