@charset "utf-8";
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
@media (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
}



.krds-btn {
        font-family: 'Noto Sans KR';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: auto;
    border-style: solid;
    cursor: pointer;
    white-space: nowrap;
    transition: var(--krds-transition-base);
    border-width: 1px;
    line-height: 1.5;

    /**/
        background-color: #fff;
    border-color:#fff;
    color: #1e2124;
}
.krds-btn.xsmall {
    gap: 5px;
    height: 32px;
    padding: 0 10px;
    border-radius:4px;
    font-size: 15px;
    font-weight:400;
}
.krds-btn.small {
    gap: 2px;
    height: 40px;
    padding: 0 12px;
    border-radius:6px;
    font-size: 15px;
    font-weight:400;
}
.krds-btn.xsmall .svg-icon {
   width: 16px;
    height:16px;
}


.krds-btn.icon {
    --krds-button--icon-size-xsmall: 16px;
    --krds-button--icon-size-small: 20px;
    --krds-button--icon-size-medium: 24px;
    --krds-button--icon-size-large: var(--krds-size-height-5);
    --krds-button--icon-size-xlarge: var(--krds-size-height-6);
    width: var(--krds-button--icon-size-medium);
    height: var(--krds-button--icon-size-medium);
    padding: 0 !important;
    background-color: transparent;
    border-color: var(--krds-light-color-border-transparency);
    color: inherit;
    border: 0;
}
.krds-btn.icon.xsmall {
    width: var(--krds-button--icon-size-xsmall);
    height: var(--krds-button--icon-size-xsmall);
}
.krds-btn.icon.small {
    width: var(--krds-button--icon-size-small);
    height: var(--krds-button--icon-size-small);
}
.krds-btn.icon.medium {
    width: var(--krds-button--icon-size-medium);
    height: var(--krds-button--icon-size-medium);
}
.top-bar{
border-bottom: 1px solid #2f4069;
background-color: #2f5fba;
}
.top-bar .wrap{
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
.top-nav, .top-utils {
 display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
}
.top-nav button{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: auto;
    height: 32px;
 font-family: 'Noto Sans KR';
    font-size: 15px;
    border: 1px solid #fff;
        text-decoration: none;
        color: #fff;
        border-radius: 4px;
            line-height: 1.5;
            gap: 2px;
}
.top-nav button{
padding: 0px 10px;

}
.top-nav button .svg-icon{
background-color: #fff;
}


.svg-icon{
/*xsmall*/
width: 16px;
height: 16px;
background-color: #333C3D;
    display: inline-flex;
}
.svg-icon.ico-home{
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url('/images/new/schoolinfo/home.svg');/*파일경로*/
    mask-image: url('/images/new/schoolinfo/home.svg');/*파일경로*/
}
.svg-icon.ico-star{
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url('/images/new/schoolinfo/star.svg');/*파일경로*/
    mask-image: url('/images/new/schoolinfo/star.svg');/*파일경로*/
}
.svg-icon.ico-link{
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url('/images/new/schoolinfo/link.svg');/*파일경로*/
    mask-image: url('/images/new/schoolinfo/link.svg');/*파일경로*/
}
.svg-icon.ico-bookmarks{
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url('/images/new/schoolinfo/bookmarks.svg');/*파일경로*/
    mask-image: url('/images/new/schoolinfo/bookmarks.svg');/*파일경로*/
}
.svg-icon.ico-star-fill{
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url('/images/new/schoolinfo/star-fill.svg');/*파일경로*/
    mask-image: url('/images/new/schoolinfo/star-fill.svg');/*파일경로*/
}
.svg-icon.ico-kakao{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url('/images/new/schoolinfo/kakao.svg');/*파일경로*/
    background-color:#fff;
}
.top-utils .kakaotalk_sharing_btn{
background-image: none;
}

/*즐겨찾기 선택됨*/
.fav_school.onoff .svg-icon.ico-star{
-webkit-mask-image: url('/images/new/schoolinfo/star-fill.svg');/*파일경로*/
    mask-image: url('/images/new/schoolinfo/star-fill.svg');/*파일경로*/
    background-color: rgb(247 210 58);
}

@media (max-width: 899px) {
.top-bar .wrap{
flex-direction: column;
gap: 10px;
}

.top-nav button, .top-utils button{
flex:1;
}
}
@media (max-width: 486px) {
.top-utils button span{
width: 8ch;       
  white-space: nowrap;   
  overflow: hidden;      
  text-overflow: ellipsis;
}
}
@media (max-width: 476px) {
.top-nav button span{
max-width: 12ch;    
  white-space: nowrap;   
  overflow: hidden;     
  text-overflow: ellipsis;
}
}
@media (max-width: 486px) {
.top-utils button span{
width: 5ch;       
  white-space: nowrap;   
  overflow: hidden;      
  text-overflow: ellipsis;
}
}
/*main*/
.contents_wrap .main_section2 .MD .main_rbox a span.rimg.s2img5 {
  background-image: url('/images/new/schoolinfo/s2img5.png');/*파일경로*/
  background-repeat: no-repeat;
}


/*layout*/
.HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite{
display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.HD .HD_inner .gnb_wrap .gnb_inner .hd_R .btn_favorite .svg-icon {
background-color: #fff;
width: 20px;
height: 20px;
}

/*URL 복사 버튼*/
.link_copy_btn.krds-btn{
	width: auto;
	background: #fff;
	color: #1e2124;
	margin: 0;
}

/*카카오톡 공유 보내기 버튼*/
.kakaotalk_sharing_btn.krds-btn{
	width: auto;
	margin: 0;
	color: #1e2124;
	text-indent: inherit;
}

/*즐겨찾는 학교 비교 URL 복사 버튼*/
.svg-icon.ico-share{
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: contain;
	-webkit-mask-image: url('/images/new/schoolinfo/share.svg');/*파일경로*/
	mask-image: url('/images/new/schoolinfo/share.svg');/*파일경로*/
}