<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    font: inherit;
    list-style: none;
}

.border-content{
	padding:0 20px!important;
}
.content{
    /* max-width: 1400px; */
    /* background: #f0f; */
    margin: 40px auto;
	height:100%;
}
.contact{
    width: 100%;
    height: 549px;
    margin-bottom: 10px;
	margin-bottom: 3px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	overflow: hidden;
}
.address{
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 25px;
    box-sizing: border-box;
    line-height: 25px;
    border-radius: 10px;
	margin-top: 10px;
}

.address:nth-child(1) li:nth-child(1){
	margin-bottom:10px;
}

.address:nth-child(2) li{
	display:flex;
	flex-direction:column;
}

.address:nth-child(2) li span{
	margin-left:0px;
}

.address:nth-child(2) li span pre{
	 font-family: 'Noto Sans KR';
	 line-height:1.5;
}

.address-list li{
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans KR';
    font-weight: 500;
    position: relative;
    margin-left: 13px;
}

.address-list li::before{
    background: url(/_res/seatour/sample01/img/sub/circle.png);
    position: absolute;
    left: -13px;
    width: 8px;
    height: 8px;
    content: '';
    top:9px ;
}

.address-list li span{
    color:#939393;
    margin-left: 25px;
	font-family: 'Noto Sans KR';
	font-weight: 400;
}

 /* @media screen and (max-width: 1424px){
.content {
   padding: 0 30px;
   margin: 0 20px;
}
}
 @media screen and (max-width: 1224px){
.content {
   padding: 0 30px;
   margin: 0 20px;
}
} */



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

	.address:first-child li:last-child{
		margin-top:10px;		
	}

	.address-list li{
	   font-size: 14px;
	   line-height:23px;
	   display:flex;
	   flex-direction:column;
	}



	.address-list li::before{
		background: url(/_res/seatour/sample01/img/sub/circle.png);
		position: absolute;
		left: -13px;
		width: 8px;
		height: 8px;
		content: '';
		top:9px ;

	}

	.address-list li span{
	   margin-left:0;
	}
	
}

@media screen and (max-width:600px){
	.address{
		padding:18px;
	}
}

@media screen and (max-width:414px){
	.address{
		padding:20px;
	}
	
}


@media screen and (min-width: 376px){
	
	}
	

/*
	375ì´í•˜ê¹Œì§€ ì&nbsp;ìš©  ìµœëŒ€ê°’ì€ 375px
	ì¦‰ 375ê¹Œì§€ë§Œ ì&nbsp;ìš©ë˜ëŠ”ê²ƒ 
*/

@media screen and (min-width: 375px){
/*
.address-list li {
    font-size: 13px;
}
.address-list li span {
    margin-left: 50px;
    font-size: 13px;
	margin-left:20px;
}*/
	
	}


@media screen and (max-width: 375px){
/*
	.content{
	width:93% !important;
	
}
*/

	.address{
		padding:20px;		
	}

	.address::nth-child(2) li{
			margin-top:0;
	}
	
	.address-list li {
		font-size: 13px;
		display:flex;
		flex-direction:column;
		line-height:18px;
	}
	.address-list li::before{
		background: url(/_res/seatour/sample01/img/sub/circle.png);
		position: absolute;
		left: -13px;
		width: 8px;
		height: 8px;
		content: '';
		top:5px ;
	}	

	.address:first-child li:last-child{
		margin-top:13px;		
	}
	
	.address-list li span {
		margin-left: 50px;
		font-size: 12px;
		margin-left:0px;
	}

}

@media screen and (max-width: 280px){
	
	
}</pre></body></html>