@charset "utf-8";

/* 블로그 링크에 관한 아이콘을 지정합니다 */

/* 카테고리 아이콘 */

.another-link-button[href*="category"]:before {
	content: "\e634"
}

/* 태그 아이콘 */

.another-link-button[href*="tag"]:before {
	content: "\e636"
}

/* 말풍선 아이콘 */

.another-link-button[href*="guestbook"]:before,
.another-link-button[href*="comment"]:before {
	content: "\e635"
}

/* 본문 아이콘 */

.another-link-button[href*="entry"]:before,
.another-link-button[href*="article"]:before {
	content: "\e64d"
}

/* 다운로드 아이콘 */

.another-link-button[href*="download"]:before {
	content: "\e64e"
}

/* 정보 아이콘 */

.another-link-button[href*="notice"]:before,
.another-link-button[href*="intro"]:before,
.another-link-button[href*="info"]:before,
.another-link-button[href*="about"]:before,
.another-link-button[href*="who"]:before,
.another-link-button[href*="contect"]:before {
	content: "\e64f"
}

/* 추가 아이콘 */

.another-link-button[href*="add"]:before {
	content: "\e650"
}

/* 전자기기 아이콘 */
	
.another-link-button[href*="github"]:before,
.another-link-button[href*="code"]:before,
.another-link-button[href*="coding"]:before,
.another-link-button[href*="developer"]:before,
.another-link-button[href*="digital"]:before,
.another-link-button[href*="computer"]:before,
.another-link-button[href*="phone"]:before,
.another-link-button[href*="smart"]:before,
.another-link-button[href*="ware"]:before,
.another-link-button[href*="tech"]:before,
.another-link-button[href*="desktop"]:before,
.another-link-button[href*="notebook"]:before,
.another-link-button[href*="mobile"]:before,
.another-link-button[href*="microsoft"]:before,
.another-link-button[href*="apple"]:before,
.another-link-button[href*="google"]:before,
.another-link-button[href*="mozilla"]:before,
.another-link-button[href*="linux"]:before,
.another-link-button[href*="windows"]:before,
.another-link-button[href*="android"]:before,
.another-link-button[href*="browser"]:before,
.another-link-button[href*="safari"]:before,
.another-link-button[href*="chrome"]:before,
.another-link-button[href*="firefox"]:before,
.another-link-button[href*="social"]:before {
	content: "\e655"
}

/* 미디어 아이콘 */

.another-link-button[href*="media"]:before,
.another-link-button[href*="content"]:before,
.another-link-button[href*="entertain"]:before,
.another-link-button[href*="television"]:before,
.another-link-button[href*="play"]:before,
.another-link-button[href*="movie"]:before,
.another-link-button[href*="video"]:before,
.another-link-button[href*="flim"]:before,
.another-link-button[href*="cinema"]:before,
.another-link-button[href*="show"]:before,
.another-link-button[href*="drama"]:before,
.another-link-button[href*="anime"]:before,
.another-link-button[href*="vimeo"]:before {
	content: "\e651"
}

/* 음악 아이콘 */
	
.another-link-button[href*="music"]:before,
.another-link-button[href*="audio"]:before,
.another-link-button[href*="radio"]:before,
.another-link-button[href*="sound"]:before,
.another-link-button[href*="song"]:before,
.another-link-button[href*="sing"]:before,
.another-link-button[href*="beat"]:before,
.another-link-button[href*="rhythm"]:before,
.another-link-button[href*="track"]:before,
.another-link-button[href*="trax"]:before,
.another-link-button[href*="podcast"]:before {
	content: "\e652"
}
	
/* 사진 아이콘 */
	
.another-link-button[href*="photo"]:before,
.another-link-button[href*="picture"]:before,
.another-link-button[href*="shutter"]:before,
.another-link-button[href*="camera"]:before,
.another-link-button[href*="gallery"]:before,
.another-link-button[href*="leisure"]:before,
.another-link-button[href*="tour"]:before,
.another-link-button[href*="travel"]:before,
.another-link-button[href*="trip"]:before,
.another-link-button[href*="cook"]:before,
.another-link-button[href*="spoon"]:before,
.another-link-button[href*="500px"]:before,
.another-link-button[href*="flickr"]:before {
	content: "\e653"
}
	
/* 도서 아이콘 */
	
.another-link-button[href*="book"]:before,
.another-link-button[href*="guide"]:before,
.another-link-button[href*="read"]:before,
.another-link-button[href*="jurnal"]:before,
.another-link-button[href*="diary"]:before,
.another-link-button[href*="comic"]:before,
.another-link-button[href*="toon"]:before {
	content: "\e654"
}
	
/* 트위터 아이콘 */
	
.another-link-button[href*="twitter.com"]:before {
	content: "\e63d"
}

html.no-touch .another-link-button[href*="twitter.com"]:hover:before,
html.touch.push .another-link-button[href*="twitter.com"].hover:before {
	background-color: #55acee !important
}

html.no-touch .another-link-button[href*="twitter.com"]:hover:before {
	box-shadow: 0 0 0 0 #55acee !important
}

/* Facebook 아이콘 */
	
.another-link-button[href*="facebook.com"]:before {
	content: "\e63e"
}

html.no-touch .another-link-button[href*="facebook.com"]:hover:before,
html.touch.push .another-link-button[href*="facebook.com"].hover:before {
	background-color: #3b5999 !important
}

html.no-touch .another-link-button[href*="facebook.com"]:hover:before {
	box-shadow: 0 0 0 0 #3b5999 !important
}
	
/* Instagram 아이콘 */
	
.another-link-button[href*="instagram.com"]:before {
	content: "\e656"
}

html.no-touch .another-link-button[href*="instagram.com"]:hover:before,
html.touch.push .another-link-button[href*="instagram.com"].hover:before {
	background-color: #2a5b83 !important
}

html.no-touch .another-link-button[href*="instagram.com"]:hover:before {
	box-shadow: 0 0 0 0 #2a5b83 !important
}
	
/* 카카오스토리 아이콘 */
	
.another-link-button[href*="story.kakao.com"]:before {
	content: "\e641"
}

html.no-touch .another-link-button[href*="story.kakao.com"]:hover:before,
html.touch.push .another-link-button[href*="story.kakao.com"].hover:before {
	background-color: #fec10d !important
}

html.no-touch .another-link-button[href*="story.kakao.com"]:hover:before {
	box-shadow: 0 0 0 0 #fec10d !important
}
	
/* 카카오채널 아이콘 */
	
.another-link-button[href*="ch.kakao.com"]:before,
.another-link-button[href*="story.kakao.com/ch"]:before {
	content: "\e657"
}

html.no-touch .another-link-button[href*="ch.kakao.com"]:hover:before,
html.touch.push .another-link-button[href*="ch.kakao.com"].hover:before,
html.no-touch .another-link-button[href*="story.kakao.com/ch"]:hover:before,
html.touch.push .another-link-button[href*="story.kakao.com/ch"].hover:before {
	background-color: #fcc82e !important
}

html.no-touch .another-link-button[href*="ch.kakao.com"]:hover:before,
html.no-touch .another-link-button[href*="story.kakao.com/ch"]:hover:before {
	box-shadow: 0 0 0 0 #fcc82e !important
}
	
/* Plusone 아이콘 */
	
.another-link-button[href*="plus.google.com"]:before {
	content: "\e640"
}

html.no-touch .another-link-button[href*="plus.google.com"]:hover:before,
html.touch.push .another-link-button[href*="plus.google.com"].hover:before {
	background-color: #dc4d3f !important
}

html.no-touch .another-link-button[href*="plus.google.com"]:hover:before {
	box-shadow: 0 0 0 0 #dc4d3f !important
}
	
/* YouTube 아이콘 */
	
.another-link-button[href*="youtube.com"]:before {
	content: "\e658"
}

html.no-touch .another-link-button[href*="youtube.com"]:hover:before,
html.touch.push .another-link-button[href*="youtube.com"].hover:before {
	background-color: #e62d27 !important
}

html.no-touch .another-link-button[href*="youtube.com"]:hover:before {
	box-shadow: 0 0 0 0 #e62d27 !important
}
	
/* SoundCloud 아이콘 */
	
.another-link-button[href*="soundcloud.com"]:before {
	content: "\e659"
}

html.no-touch .another-link-button[href*="soundcloud.com"]:hover:before,
html.touch.push .another-link-button[href*="soundcloud.com"].hover:before {
	background-color: #f30 !important
}

html.no-touch .another-link-button[href*="soundcloud.com"]:hover:before {
	box-shadow: 0 0 0 0 #f30 !important
}
	
/* Vingle 아이콘 */
	
.another-link-button[href*="vingle.net"]:before {
	content: "\e65a"
}

html.no-touch .another-link-button[href*="vingle.net"]:hover:before,
html.touch.push .another-link-button[href*="vingle.net"].hover:before {
	background-color: #a90315 !important
}

html.no-touch .another-link-button[href*="vingle.net"]:hover:before {
	box-shadow: 0 0 0 0 #a90315 !important
}

/* Opencast 아이콘 */
	
.another-link-button[href*="opencast.naver"]:before {
	content: "\e65b"
}

html.no-touch .another-link-button[href*="opencast.naver"]:hover:before,
html.touch.push .another-link-button[href*="opencast.naver"].hover:before {
	background-color: #54c9c9 !important
}

html.no-touch .another-link-button[href*="opencast.naver"]:hover:before {
	box-shadow: 0 0 0 0 #54c9c9 !important
}

/* TISTORY 아이콘 */
	
.another-link-button[href*="tistory.com"]:before {
	content: "\e65d"
}

html.no-touch .another-link-button[href*="tistory.com"]:hover:before,
html.touch.push .another-link-button[href*="tistory.com"].hover:before {
	background-color: #f1631b !important
}

html.no-touch .another-link-button[href*="tistory.com"]:hover:before {
	box-shadow: 0 0 0 0 #f1631b !important
}

/* 네이버 블로그 아이콘 */
	
.another-link-button[href*="blog.naver.com"]:before,
.another-link-button[href*="blog.me"]:before {
	content: "\e65e"
}

html.no-touch .another-link-button[href*="blog.naver.com"]:hover:before,
html.touch.push .another-link-button[href*="blog.naver.com"].hover:before,
html.no-touch .another-link-button[href*="blog.me"]:hover:before,
html.touch.push .another-link-button[href*="blog.me"].hover:before {
	background-color: #00c73c !important
}

html.no-touch .another-link-button[href*="blog.naver.com"]:hover:before,
html.no-touch .another-link-button[href*="blog.me"]:hover:before {
	box-shadow: 0 0 0 0 #00c73c !important
}

/* 네이버 블로그 추가 아이콘 */
	
.another-link-button[href*="blog.naver.com/connect/Pop"]:before {
	content: "\e650"
}

html.no-touch .another-link-button[href*="blog.naver.com/connect/Pop"]:hover:before,
html.touch.push .another-link-button[href*="blog.naver.com/connect/Pop"].hover:before {
	background-color: #00c73c !important
}

html.no-touch .another-link-button[href*="blog.naver.com/connect/Pop"]:hover:before {
	box-shadow: 0 0 0 0 #00c73c !important
}

/* Extra 아이콘 */

.another-link-button[href*="sewolho"]:before,
.another-link-button[href*="Sewolho"]:before,
.another-link-button[href*="세월호"]:before {
	content: "\e65f"
}

html.no-touch .another-link-button[href*="sewolho"]:hover:before,
html.touch.push .another-link-button[href*="sewolho"].hover:before,
html.no-touch .another-link-button[href*="Sewolho"]:hover:before,
html.touch.push .another-link-button[href*="Sewolho"].hover:before,
html.no-touch .another-link-button[href*="세월호"]:hover:before,
html.touch.push .another-link-button[href*="세월호"].hover:before {
	background-color: #fc0 !important
}

html.no-touch .another-link-button[href*="sewolho"]:hover:before,
html.no-touch .another-link-button[href*="Sewolho"]:hover:before,
html.no-touch .another-link-button[href*="세월호"]:hover:before {
	box-shadow: 0 0 0 0 #fc0 !important
}

@media all and (max-width: 760px) {

	/* 모바일 모드의 메뉴에 관한 아이콘을 지정합니다 */
	
	/* 외부 링크 아이콘 */

	.navigation .menu a[target*="blank"]:before {
		content: "\e65c"
	}
	
	/* 카테고리 아이콘 */
	
	.navigation .menu a[href*="category"]:before {
		content: "\e634"
	}
	
	/* 태그 아이콘 */
	
	.navigation .menu a[href*="tag"]:before {
		content: "\e636" !important
	}
	
	/* 말풍선 아이콘 */
	
	.navigation .menu a[href*="guestbook"]:before {
		content: "\e635" !important
	}
	
	/* 본문 아이콘 */
	
	.navigation .menu a[href*="entry"]:before,
	.navigation .menu a[href*="article"]:before,
	.navigation .menu a[href*="text"]:before,
	.navigation .menu a[href*="Article"]:before,
	.navigation .menu a[href*="Text"]:before,
	.navigation .menu a[href*="본문"]:before,
	.navigation .menu a[href*="글"]:before,
	.navigation .menu a[href*="텍스트"]:before {
		content: "\e64d"
	}
	
	/* 다운로드 아이콘 */
	
	.navigation .menu a[href*="download"]:before,
	.navigation .menu a[href*="Download"]:before,
	.navigation .menu a[href*="DOWNLOAD"]:before,
	.navigation .menu a[href*="다운로드"]:before {
		content: "\e64e"
	}
	
	/* 정보 아이콘 */
	
	.navigation .menu a[href*="notice"]:before,
	.navigation .menu a[href*="intro"]:before,
	.navigation .menu a[href*="info"]:before,
	.navigation .menu a[href*="about"]:before,
	.navigation .menu a[href*="who"]:before,
	.navigation .menu a[href*="contect"]:before,
	.navigation .menu a[href*="Notice"]:before,
	.navigation .menu a[href*="Intro"]:before,
	.navigation .menu a[href*="Info"]:before,
	.navigation .menu a[href*="About"]:before,
	.navigation .menu a[href*="Who"]:before,
	.navigation .menu a[href*="Contect"]:before,
	.navigation .menu a[href*="NOTICE"]:before,
	.navigation .menu a[href*="INTRO"]:before,
	.navigation .menu a[href*="ABOUT"]:before,
	.navigation .menu a[href*="공지"]:before,
	.navigation .menu a[href*="소개"]:before,
	.navigation .menu a[href*="정보"]:before,
	.navigation .menu a[href*="관하여"]:before,
	.navigation .menu a[href*="누구"]:before,
	.navigation .menu a[href*="연락처"]:before {
		content: "\e64f"
	}
	
	/* 추가 아이콘 */
	
	.navigation .menu a[href*="add"]:before,
	.navigation .menu a[href*="Add"]:before,
	.navigation .menu a[href*="추가"]:before, {
		content: "\e650"
	}
	
	/* 전자기기 아이콘 */
	
	.navigation .menu a[href*="github"]:before,
	.navigation .menu a[href*="code"]:before,
	.navigation .menu a[href*="coding"]:before,
	.navigation .menu a[href*="application"]:before,
	.navigation .menu a[href*="developer"]:before,
	.navigation .menu a[href*="digital"]:before,
	.navigation .menu a[href*="computer"]:before,
	.navigation .menu a[href*="phone"]:before,
	.navigation .menu a[href*="smart"]:before,
	.navigation .menu a[href*="ware"]:before,
	.navigation .menu a[href*="tech"]:before,
	.navigation .menu a[href*="desktop"]:before,
	.navigation .menu a[href*="notebook"]:before,
	.navigation .menu a[href*="mobile"]:before,
	.navigation .menu a[href*="microsoft"]:before,
	.navigation .menu a[href*="apple"]:before,
	.navigation .menu a[href*="google"]:before,
	.navigation .menu a[href*="mozilla"]:before,
	.navigation .menu a[href*="linux"]:before,
	.navigation .menu a[href*="windows"]:before,
	.navigation .menu a[href*="android"]:before,
	.navigation .menu a[href*="browser"]:before,
	.navigation .menu a[href*="safari"]:before,
	.navigation .menu a[href*="chrome"]:before,
	.navigation .menu a[href*="firefox"]:before,
	.navigation .menu a[href*="social"]:before,
	.navigation .menu a[href*="Code"]:before,
	.navigation .menu a[href*="Coding"]:before,
	.navigation .menu a[href*="Application"]:before,
	.navigation .menu a[href*="Developer"]:before,
	.navigation .menu a[href*="Digital"]:before,
	.navigation .menu a[href*="Computer"]:before,
	.navigation .menu a[href*="Phone"]:before,
	.navigation .menu a[href*="Smart"]:before,
	.navigation .menu a[href*="Ware"]:before,
	.navigation .menu a[href*="Tech"]:before,
	.navigation .menu a[href*="Desktop"]:before,
	.navigation .menu a[href*="Notebook"]:before,
	.navigation .menu a[href*="Mobile"]:before,
	.navigation .menu a[href*="Microsoft"]:before,
	.navigation .menu a[href*="Apple"]:before,
	.navigation .menu a[href*="Google"]:before,
	.navigation .menu a[href*="Mozilla"]:before,
	.navigation .menu a[href*="Mac"]:before,
	.navigation .menu a[href*="OS"]:before,
	.navigation .menu a[href*="Linux"]:before,
	.navigation .menu a[href*="Windows"]:before,
	.navigation .menu a[href*="Android"]:before,
	.navigation .menu a[href*="Browser"]:before,
	.navigation .menu a[href*="Safari"]:before,
	.navigation .menu a[href*="Chrome"]:before,
	.navigation .menu a[href*="Firefox"]:before,
	.navigation .menu a[href*="Social"]:before,
	.navigation .menu a[href*="코드"]:before,
	.navigation .menu a[href*="코딩"]:before,
	.navigation .menu a[href*="개발"]:before,
	.navigation .menu a[href*="애플리케이션"]:before,
	.navigation .menu a[href*="어플"]:before,
	.navigation .menu a[href*="개발자"]:before,
	.navigation .menu a[href*="디지털"]:before,
	.navigation .menu a[href*="컴퓨터"]:before,
	.navigation .menu a[href*="폰"]:before,
	.navigation .menu a[href*="전화"]:before,
	.navigation .menu a[href*="스마트"]:before,
	.navigation .menu a[href*="웨어"]:before,
	.navigation .menu a[href*="기술"]:before,
	.navigation .menu a[href*="데스크탑"]:before,
	.navigation .menu a[href*="노트북"]:before,
	.navigation .menu a[href*="모바일"]:before,
	.navigation .menu a[href*="마이크로"]:before,
	.navigation .menu a[href*="애플"]:before,
	.navigation .menu a[href*="구글"]:before,
	.navigation .menu a[href*="모질라"]:before,
	.navigation .menu a[href*="운영체제"]:before,
	.navigation .menu a[href*="리눅스"]:before,
	.navigation .menu a[href*="윈도우"]:before,
	.navigation .menu a[href*="안드로이드"]:before,
	.navigation .menu a[href*="브라우저"]:before,
	.navigation .menu a[href*="사파리"]:before,
	.navigation .menu a[href*="구글"]:before,
	.navigation .menu a[href*="파이어폭스"]:before,
	.navigation .menu a[href*="소셜"]:before {
		content: "\e655"
	}
	
	/* 미디어 아이콘 */
	
	.navigation .menu a[href*="media"]:before,
	.navigation .menu a[href*="content"]:before,
	.navigation .menu a[href*="entertain"]:before,
	.navigation .menu a[href*="television"]:before,
	.navigation .menu a[href*="play"]:before,
	.navigation .menu a[href*="movie"]:before,
	.navigation .menu a[href*="video"]:before,
	.navigation .menu a[href*="flim"]:before,
	.navigation .menu a[href*="cinema"]:before,
	.navigation .menu a[href*="show"]:before,
	.navigation .menu a[href*="drama"]:before,
	.navigation .menu a[href*="anime"]:before,
	.navigation .menu a[href*="Media"]:before,
	.navigation .menu a[href*="Content"]:before,
	.navigation .menu a[href*="Entertain"]:before,
	.navigation .menu a[href*="Television"]:before,
	.navigation .menu a[href*="Player"]:before,
	.navigation .menu a[href*="Movie"]:before,
	.navigation .menu a[href*="Video"]:before,
	.navigation .menu a[href*="Flim"]:before,
	.navigation .menu a[href*="Cinema"]:before,
	.navigation .menu a[href*="Show"]:before,
	.navigation .menu a[href*="Drama"]:before,
	.navigation .menu a[href*="Anime"]:before,
	.navigation .menu a[href*="MEDIA"]:before,
	.navigation .menu a[href*="VIDEO"]:before,
	.navigation .menu a[href*="CONTENT"]:before,
	.navigation .menu a[href*="MOVIE"]:before,
	.navigation .menu a[href*="미디어"]:before,
	.navigation .menu a[href*="콘텐"]:before,
	.navigation .menu a[href*="엔터테인"]:before,
	.navigation .menu a[href*="텔레비전"]:before,
	.navigation .menu a[href*="플레이어"]:before,
	.navigation .menu a[href*="재생"]:before,
	.navigation .menu a[href*="영화"]:before,
	.navigation .menu a[href*="무비"]:before,
	.navigation .menu a[href*="비디오"]:before,
	.navigation .menu a[href*="영상"]:before,
	.navigation .menu a[href*="시네마"]:before,
	.navigation .menu a[href*="필름"]:before,
	.navigation .menu a[href*="TV프로"]:before,
	.navigation .menu a[href*="드라마"]:before,
	.navigation .menu a[href*="예능"]:before,
	.navigation .menu a[href*="애니"]:before {
		content: "\e651"
	}
	
	/* 음악 아이콘 */
	
	.navigation .menu a[href*="music"]:before,
	.navigation .menu a[href*="audio"]:before,
	.navigation .menu a[href*="radio"]:before,
	.navigation .menu a[href*="sound"]:before,
	.navigation .menu a[href*="song"]:before,
	.navigation .menu a[href*="sing"]:before,
	.navigation .menu a[href*="beat"]:before,
	.navigation .menu a[href*="rhythm"]:before,
	.navigation .menu a[href*="track"]:before,
	.navigation .menu a[href*="trax"]:before,
	.navigation .menu a[href*="podcast"]:before,
	.navigation .menu a[href*="Music"]:before,
	.navigation .menu a[href*="Audio"]:before,
	.navigation .menu a[href*="Radio"]:before,
	.navigation .menu a[href*="Sound"]:before,
	.navigation .menu a[href*="Song"]:before,
	.navigation .menu a[href*="Sing"]:before,
	.navigation .menu a[href*="Beat"]:before,
	.navigation .menu a[href*="Rhythm"]:before,
	.navigation .menu a[href*="Track"]:before,
	.navigation .menu a[href*="Trax"]:before,
	.navigation .menu a[href*="Podcast"]:before,
	.navigation .menu a[href*="Hop"]:before,
	.navigation .menu a[href*="Pop"]:before,
	.navigation .menu a[href*="BGM"]:before,
	.navigation .menu a[href*="OST"]:before,
	.navigation .menu a[href*="MUSIC"]:before,
	.navigation .menu a[href*="RADIO"]:before,
	.navigation .menu a[href*="AUDIO"]:before,
	.navigation .menu a[href*="SOUND"]:before,
	.navigation .menu a[href*="음악"]:before,
	.navigation .menu a[href*="오디오"]:before,
	.navigation .menu a[href*="음향"]:before,
	.navigation .menu a[href*="라디오"]:before,
	.navigation .menu a[href*="사운드"]:before,
	.navigation .menu a[href*="노래"]:before,
	.navigation .menu a[href*="곡"]:before,
	.navigation .menu a[href*="비트"]:before,
	.navigation .menu a[href*="리듬"]:before,
	.navigation .menu a[href*="트랙"]:before,
	.navigation .menu a[href*="가수"]:before,
	.navigation .menu a[href*="힙합"]:before,
	.navigation .menu a[href*="팝"]:before,
	.navigation .menu a[href*="가요"]:before,
	.navigation .menu a[href*="브금"]:before,
	.navigation .menu a[href*="반주"]:before,
	.navigation .menu a[href*="박자"]:before,
	.navigation .menu a[href*="팟캐스트"]:before {
		content: "\e652"
	}
	
	/* 사진 아이콘 */
	
	.navigation .menu a[href*="photo"]:before,
	.navigation .menu a[href*="picture"]:before,
	.navigation .menu a[href*="shutt"]:before,
	.navigation .menu a[href*="camera"]:before,
	.navigation .menu a[href*="gallery"]:before,
	.navigation .menu a[href*="leisure"]:before,
	.navigation .menu a[href*="tour"]:before,
	.navigation .menu a[href*="travel"]:before,
	.navigation .menu a[href*="trip"]:before,
	.navigation .menu a[href*="cook"]:before,
	.navigation .menu a[href*="spoon"]:before,
	.navigation .menu a[href*="500px"]:before,
	.navigation .menu a[href*="flickr"]:before,
	.navigation .menu a[href*="Photo"]:before,
	.navigation .menu a[href*="Foto"]:before,
	.navigation .menu a[href*="Picture"]:before,
	.navigation .menu a[href*="Shutt"]:before,
	.navigation .menu a[href*="Camera"]:before,
	.navigation .menu a[href*="Gallery"]:before,
	.navigation .menu a[href*="Leisure"]:before,
	.navigation .menu a[href*="Tour"]:before,
	.navigation .menu a[href*="Travel"]:before,
	.navigation .menu a[href*="Trip"]:before,
	.navigation .menu a[href*="Art"]:before,
	.navigation .menu a[href*="Cook"]:before,
	.navigation .menu a[href*="Spoon"]:before,
	.navigation .menu a[href*="Flickr"]:before,
	.navigation .menu a[href*="사진"]:before,
	.navigation .menu a[href*="포토"]:before,
	.navigation .menu a[href*="그림"]:before,
	.navigation .menu a[href*="카메라"]:before,
	.navigation .menu a[href*="갤러리"]:before,
	.navigation .menu a[href*="레저"]:before,
	.navigation .menu a[href*="투어"]:before,
	.navigation .menu a[href*="여행"]:before,
	.navigation .menu a[href*="일주"]:before,
	.navigation .menu a[href*="예술"]:before,
	.navigation .menu a[href*="아트"]:before,
	.navigation .menu a[href*="맛집"]:before,
	.navigation .menu a[href*="먹거리"]:before,
	.navigation .menu a[href*="먹자"]:before,
	.navigation .menu a[href*="음식"]:before,
	.navigation .menu a[href*="스푼"]:before,
	.navigation .menu a[href*="500픽스"]:before,
	.navigation .menu a[href*="플리커"]:before {
		content: "\e653"
	}
	
	/* 도서 아이콘 */
	
	.navigation .menu a[href*="book"]:before,
	.navigation .menu a[href*="guide"]:before,
	.navigation .menu a[href*="read"]:before,
	.navigation .menu a[href*="jurnal"]:before,
	.navigation .menu a[href*="diary"]:before,
	.navigation .menu a[href*="comic"]:before,
	.navigation .menu a[href*="toon"]:before,
	.navigation .menu a[href*="Book"]:before,
	.navigation .menu a[href*="Guide"]:before,
	.navigation .menu a[href*="Read"]:before,
	.navigation .menu a[href*="Jurnal"]:before,
	.navigation .menu a[href*="Diary"]:before,
	.navigation .menu a[href*="Comic"]:before,
	.navigation .menu a[href*="Toon"]:before,
	.navigation .menu a[href*="책"]:before,
	.navigation .menu a[href*="도서"]:before,
	.navigation .menu a[href*="가이드"]:before,
	.navigation .menu a[href*="설명서"]:before,
	.navigation .menu a[href*="읽"]:before,
	.navigation .menu a[href*="독서"]:before,
	.navigation .menu a[href*="독후"]:before,
	.navigation .menu a[href*="저널"]:before,
	.navigation .menu a[href*="소설"]:before,
	.navigation .menu a[href*="일기"]:before,
	.navigation .menu a[href*="만화"]:before,
	.navigation .menu a[href*="툰"]:before {
		content: "\e654"
	}
	
	/* 트위터 아이콘 */
	
	.navigation .menu a[href*="twitter.com"]:before {
		content: "\e63d"
	}
	
	html.no-touch .navigation .menu a[href*="twitter.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="twitter.com"].hover:before {
		background-color: #55acee !important
	}

	html.no-touch .navigation .menu a[href*="twitter.com"]:hover:before {
		box-shadow: 0 0 0 0 #55acee !important
	}
	
	/* Facebook 아이콘 */
	
	.navigation .menu a[href*="facebook.com"]:before {
		content: "\e63e"
	}
	
	html.no-touch .navigation .menu a[href*="facebook.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="facebook.com"].hover:before {
		background-color: #3b5999 !important
	}

	html.no-touch .navigation .menu a[href*="facebook.com"]:hover:before {
		box-shadow: 0 0 0 0 #3b5999 !important
	}
	
	/* Instagram 아이콘 */
	
	.navigation .menu a[href*="instagram.com"]:before {
		content: "\e656"
	}
	
	html.no-touch .navigation .menu a[href*="instagram.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="instagram.com"].hover:before {
		background-color: #2a5b83 !important
	}

	html.no-touch .navigation .menu a[href*="instagram.com"]:hover:before {
		box-shadow: 0 0 0 0 #2a5b83 !important
	}
	
	/* 카카오스토리 아이콘 */
	
	.navigation .menu a[href*="story.kakao.com"]:before {
		content: "\e641"
	}
	
	html.no-touch .navigation .menu a[href*="story.kakao.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="story.kakao.com"].hover:before {
		background-color: #fec10d !important
	}

	html.no-touch .navigation .menu a[href*="story.kakao.com"]:hover:before {
		box-shadow: 0 0 0 0 #fec10d !important
	}
	
	/* 카카오채널 아이콘 */
	
	.navigation .menu a[href*="ch.kakao.com"]:before,
	.navigation .menu a[href*="story.kakao.com/ch"]:before {
		content: "\e657"
	}
	
	html.no-touch .navigation .menu a[href*="ch.kakao.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="ch.kakao.com"].hover:before,
	html.no-touch .navigation .menu a[href*="story.kakao.com/ch"]:hover:before,
	html.touch.push .navigation .menu a[href*="story.kakao.com/ch"].hover:before {
		background-color: #fcc82e !important
	}

	html.no-touch .navigation .menu a[href*="ch.kakao.com"]:hover:before,
	html.no-touch .navigation .menu a[href*="story.kakao.com/ch"]:hover:before {
		box-shadow: 0 0 0 0 #fcc82e !important
	}
	
	/* Plusone 아이콘 */
	
	.navigation .menu a[href*="plus.google.com"]:before {
		content: "\e640"
	}
	
	html.no-touch .navigation .menu a[href*="plus.google.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="plus.google.com"].hover:before {
		background-color: #dc4d3f !important
	}

	html.no-touch .navigation .menu a[href*="plus.google.com"]:hover:before {
		box-shadow: 0 0 0 0 #dc4d3f !important
	}
	
	/* YouTube 아이콘 */
	
	.navigation .menu a[href*="youtube.com"]:before {
		content: "\e658"
	}
	
	html.no-touch .navigation .menu a[href*="youtube.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="youtube.com"].hover:before {
		background-color: #e62d27 !important
	}

	html.no-touch .navigation .menu a[href*="youtube.com"]:hover:before {
		box-shadow: 0 0 0 0 #e62d27 !important
	}
	
	/* SoundCloud 아이콘 */
	
	.navigation .menu a[href*="soundcloud.com"]:before {
		content: "\e659"
	}
	
	html.no-touch .navigation .menu a[href*="soundcloud.com"]:hover:before,
	html.touch.push .navigation .menu a[href*="soundcloud.com"].hover:before {
		background-color: #f30 !important
	}

	html.no-touch .navigation .menu a[href*="soundcloud.com"]:hover:before {
		box-shadow: 0 0 0 0 #f30 !important
	}
	
	/* Vingle 아이콘 */
	
	.navigation .menu a[href*="vingle.net"]:before {
		content: "\e65a"
	}
	
	html.no-touch .navigation .menu a[href*="vingle.net"]:hover:before,
	html.touch.push .navigation .menu a[href*="vingle.net"].hover:before {
		background-color: #a90315 !important
	}

	html.no-touch .navigation .menu a[href*="vingle.net"]:hover:before {
		box-shadow: 0 0 0 0 #a90315 !important
	}
	
	/* Opencast 아이콘 */

	.navigation .menu a[href*="opencast.naver"]:before {
		content: "\e65b"
	}
	
	html.no-touch .navigation .menu a[href*="opencast.naver"]:hover:before,
	html.touch.push .navigation .menu a[href*="opencast.naver"].hover:before {
		background-color: #54c9c9 !important
	}

	html.no-touch .navigation .menu a[href*="opencast.naver"]:hover:before {
		box-shadow: 0 0 0 0 #54c9c9 !important
	}
	
	/* Extra 아이콘 */

	.navigation .menu a[href*="sewol"]:before,
	.navigation .menu a[href*="sewolho"]:before,
	.navigation .menu a[href*="Sewol"]:before,
	.navigation .menu a[href*="Sewolho"]:before,
	.navigation .menu a[href*="세월"]:before,
	.navigation .menu a[href*="세월호"]:before {
		content: "\e65f"
	}

	html.no-touch .navigation .menu a[href*="sewolho"]:hover:before,
	html.touch.push .navigation .menu a[href*="sewolho"].hover:before,
	html.no-touch .navigation .menu a[href*="Sewolho"]:hover:before,
	html.touch.push .navigation .menu a[href*="Sewolho"].hover:before,
	html.no-touch .navigation .menu a[href*="세월호"]:hover:before,
	html.touch.push .navigation .menu a[href*="세월호"].hover:before {
		background-color: #fc0 !important
	}

	html.no-touch .navigation .menu a[href*="sewolho"]:hover:before,
	html.no-touch .navigation .menu a[href*="Sewolho"]:hover:before,
	html.no-touch .navigation .menu a[href*="세월호"]:hover:before {
		box-shadow: 0 0 0 0 #fc0 !important
	}
	
	/* TISTORY 아이콘 */

	.menu a[href*=".tistory.com"]:before {
		content: "\e65d"
	}

	/* 네이버 블로그 아이콘 */

	.menu a[href*="blog.naver.com/"]:before,
	.menu a[href*=".blog.me"]:before {
		content: "\e65e"
	}

	html.no-touch .menu a[href*="blog.naver.com/"]:hover:before,
	html.touch.push .menu a[href*=".blog.me"].hover:before,
	html.no-touch .menu a[href*=".blog.me"]:hover:before,
	html.touch.push .menu a[href*=".blog.me"].hover:before {
		background-color: #00c73c !important
	}

	html.no-touch .menu a[href*="blog.naver.com/"]:hover:before,
	html.no-touch .menu a[href*=".blog.me"]:hover:before {
		box-shadow: 0 0 0 0 #00c73c !important
	}
}