<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title{
	max-width: 1170px;
	padding-top: 60px;
	padding-bottom: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d1d1d1;
	font-size: 38px;

}
.title strong{
	
    font-family: 'GmarketSansBold' !important;
	color:#000;
	
}
.title .page{
	font-family: 'Noto Sans KR';
	font-size: 14px;

}
.title .page a{
	position: relative;
	margin-right: 40px;
}
.title .page a:last-child{
	margin-right: 0;
	color: #1f73ec;
}
.title .page a:not(:last-child)::after{
	position: absolute;
	background: url(../img/logo/arrow.png) no-repeat;
	width: 12px;
	height: 23px;
	content: '';
	display: inline-block;
	transform: translateY(6px);
	right: -31px;
}


  @media screen and (max-width: 769px){
    .title strong {
    font-size:25px;
		
  } 
	  .title{
		  margin-left:20px;
		  margin-right:20px;
	  }
}

  @media screen and (max-width: 1424px){
    .title{
     margin-left:20px;
		  margin-right:20px;
		
  }
}




/* ======================================================================================================== */

/* ëª¨ë°”ì¼ */
@media only screen and (max-width:414px) and (max-height:896px){
		.title strong {
    font-size: 21px;
}

.title .page {
    font-size: 13px;
}

.title .page a {
    margin-right: 22px;
}

.title .page a:not(:last-child)::after {
    position: absolute;
    background: url(../img/logo/arrow.png) no-repeat;
    width: 12px;
    height: 23px;
    content: '';
    display: inline-block;
    transform: translateY(6px);
    right: -21px;
	}
		
}
@media only screen and (max-width:412px) and (max-height:915px){
	.title strong {
    font-size: 21px;
	}

.title .page {
    font-size: 13px;
	}

.title .page a {
    margin-right: 22px;
	}

.title .page a:not(:last-child)::after {
   		position: absolute;
		background: url(../img/logo/arrow.png) no-repeat;
		width: 12px;
		height: 23px;
		content: '';
		display: inline-block;
		transform: translateY(6px);
		right: -21px;
	}
}





@media only screen and (max-width:393px) and (max-height:851px){
	.title strong {
    font-size: 21px;
}

.title .page {
    font-size: 13px;
}

.title .page a {
    margin-right: 22px;
}

.title .page a:not(:last-child)::after {
    position: absolute;
    background: url(../img/logo/arrow.png) no-repeat;
    width: 12px;
    height: 23px;
    content: '';
    display: inline-block;
    transform: translateY(6px);
    right: -21px;
	}
		
}


	@media only screen and (max-width:390px) and (max-height:844px){
	.title strong {
    font-size: 21px;
}

.title .page {
    font-size: 13px;
}

.title .page a {
    margin-right: 22px;
}

.title .page a:not(:last-child)::after {
    position: absolute;
    background: url(../img/logo/arrow.png) no-repeat;
    width: 12px;
    height: 23px;
    content: '';
    display: inline-block;
    transform: translateY(6px);
    right: -21px;
	}
		
}
	
	/*
		ê²Œì‹œíŒ ëª¨ë°”ì¼ í™”ë©´ 
	*/
@media only screen and (max-width:375px) and (max-height:667px){
	.title strong {
    font-size: 21px;
}

.title .page {
    font-size: 13px;
}

.title .page a {
    margin-right: 22px;
}

.title .page a:not(:last-child)::after {
    position: absolute;
    background: url(../img/logo/arrow.png) no-repeat;
    width: 12px;
    height: 23px;
    content: '';
    display: inline-block;
    transform: translateY(6px);
    right: -21px;
}
		
}
@media only screen and (max-width:360px) and (max-height:740px){
	.title strong {
    font-size: 21px;
	letter-spacing: -1px;
	}

.title .page {
    font-size: 13px;
	letter-spacing: -1px;
	}

.title .page a {
    margin-right: 22px;
	}

.title .page a:not(:last-child)::after {
   		position: absolute;
		background: url(../img/logo/arrow.png) no-repeat;
		width: 12px;
		height: 23px;
		content: '';
		display: inline-block;
		transform: translateY(6px);
		right: -21px;
	}
		
}</pre></body></html>