@charset "UTF-8";
@font-face {
  font-family:'NanumBarunGothic';
  src: url('./images/NanumBarunGothic.eot');
  src: url('./images/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
    url('./images/NanumBarunGothic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
/*card*/
.card {
  margin: 0 0 8px;
  background-color: #fff;
  box-shadow: 3px 3px 9px 0.9px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.card-padding {
  padding: 16px;
}

.flatbutton {
  background: inherit;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  min-width: 88px;
  border: none;
  border-radius: 2px;
  padding: 0 8px;
  font-weight: bold;
  line-height: 36px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.flatbutton:hover {
  z-index: 10;
  box-shadow: 4px 4px 12px 1.2px rgba(0, 0, 0, 0.2);
}

.iconbutton {
  background: #fff;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.iconbutton:hover {
  z-index: 10;
  box-shadow: 4px 4px 12px 1.2px rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  color: #fff;
  background: #ff4081;
}

::selection {
  color: #fff;
  background: #ff4081;
}

li[onclick^="window.open"], div[onclick^="window.open"] {
  cursor: pointer;
}

img[src=""] {
  display: none;
}

/*표스크롤*/
.scrollableTable {
  overflow-x: scroll;
}
.scrollableTable:after {
  content: '< - - 스크롤 - - >';
  color: #999;
  font-size: xx-small;
  padding-left: 40vw;
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 650px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 650px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 650px;
  }
}
body {
  padding-top: 65px;
  margin: 0;
  background: #eee;
  font-family: "NanumBarunGothic", 맑은 고딕, malgun gothic, AppleGothicNeoSD, Apple SD 산돌고딕 Neo, Microsoft NeoGothic,  Droid sans, sans-serif;
}

div, li, p {
  word-break: break-word;
}

.loadingSpinner {
  position: absolute;
  top: 40vh;
  left: 50%;
  margin-left: -15px;
}

/*헤더*/
header {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: #3F51B5;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  z-index: 900;
  box-shadow: 4px 4px 12px 1.2px rgba(0, 0, 0, 0.2);
}
header a, header a:hover, header a:focus {
  text-decoration: none;
  color: #fff;
}
header .drawer-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 56px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px, rgba(0, 0, 0, 0.3) 0 0 10px;
}
header h3 {
  position: absolute;
  top: 0;
  left: 55px;
  margin: 0;
  line-height: 36px;
  font-size: 15px;
}
header #search-box {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 36px;
  background: #3F51B5;
}
header #search-box .search-icon {
  position: fixed;
  right: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
header #search-box input {
  background: #3F51B5;
  width: 50%;
  height: 32px;
  margin: 2px 0;
  padding: 0 10px;
  border: none;
  color: #fff;
  font-size: 15px;
}
header #search-box input:focus {
  outline: none;
}
header #search-box.opened {
  left: 0;
}
header #search-box.opened .search-icon {
  position: static;
  margin: 0 16px;
}

#search-resultWrap {
  display: none;
  height: 110px;
  -webkit-transition: .3s ease-in;
          transition: .3s ease-in;
}
#search-resultWrap .spinner {
  position: relative;
  left: 50%;
  margin-top: 50px;
}
#search-resultWrap #search-result-close {
  float: right;
  margin: 16px;
  z-index: 1;
}
#search-resultWrap #search-result {
  position: relative;
  top: -80px;
  background: #fff;
  padding: 16px;
}
#search-resultWrap h3 {
  position: static;
  line-height: 1.17em;
  font-size: 1.17em;
  margin-left: 1.17em;
}
#search-resultWrap.opened {
  display: block;
}
#search-resultWrap .moreResult {
  float: right;
}
#search-resultWrap .moreResult a {
  color: #4285f4;
}
#search-resultWrap .moreResult a:hover, #search-resultWrap .moreResult a:focus {
  text-decoration: none;
}

#searchList ul {
  margin-left: 15px;
  padding: 0;
}
#searchList ul li {
  position: relative;
  display: block;
  height: 32px;
  line-height: 32px;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  border-left: #4285f4 solid 2px;
  overflow: hidden;
}
#searchList ul li span {
  margin: 0 auto;
}

.searchListWrap {
  padding: 16px;
}

/*홈카드*/
.home {
  margin-left: -4px;
  margin-right: -4px;
}

.homeBG {
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 40vh 24px 24px;
  background: url("./images/homeBG3.png");
  background-size: cover;
  background-position-y: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -6px 6px inset;
}
.homeBG .homeDesc {
  color: #fff;
  text-align: center;
  font-size: 16pt;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px;
}

.homeProfile {
  position: absolute;
  top: 70vh;
  left: 50%;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin-top: -48px;
  margin-left: -36px;
  box-shadow: 8px 8px 24px 2.4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border: rgba(255, 255, 255, 0.5) solid 2px;
}
.homeProfile img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .homeProfile {
    width: 102px;
    height: 102px;
    margin-top: -72px;
    margin-left: -51px;
  }
}
.homeCardWrap {
  padding: 0 4px;
}

.homeCard {
  min-height: 180px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.homeCard img {
  max-width: 100%;
  width: 180px;
  height: auto;
  float: left;
}
.homeCard img[src^="http"] ~ .headAndDesc {
  width: 50%;
}
.homeCard .headAndDesc {
  float: left;
}
.homeCard .headAndDesc h3 {
  margin: 16px;
}
.homeCard .headAndDesc p {
  margin: 16px;
}
.homeCard:hover {
  box-shadow: 8px 8px 24px 2.4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media (max-width: 768px) {
  .homeCard img {
    width: 100%;
  }
  .homeCard img[src^="http"] ~ .headAndDesc {
    width: 100%;
  }
}
/*본문 영역*/
article .titleWrap {
  margin-bottom: 1em;
}
article .titleWrap h2 {
  font-weight: 600;
  font-size: 2em;
  font-stretch: expanded;
  margin: 0.4em 0 0.7em;
}
article .titleWrap a {
  text-decoration: none;
}
article .titleWrap .category {
  font-stretch: expanded;
}
article .titleWrap .date {
  float: right;
  font-stretch: expanded;
}
article .titleWrap .category a, article .titleWrap .date {
  color: #aaa;
}
article .article h1, article .article h2, article .article h3, article .article h4, article .article h5, article .article h6 {
  border-left: #4285f4 solid 5px;
  border-bottom: #4285f4 solid 2px;
  text-indent: 16px;
}
article .article img, article .article .imageblock {
  max-width: 100%;
  height: auto;
}
article .article span {
  max-width: 100%;
}
article .article sup.footnote {
  display: inline-block;
}
article .author {
  float: right;
  margin: 15px;
}

/*탭*/
.tabs .labels {
  background: #4285f4;
  box-shadow: 3px 3px 9px 0.9px rgba(0, 0, 0, 0.2);
}
.tabs .labels label {
  width: 150px;
  height: 46px;
  line-height: 46px;
  border-bottom: #4285f4 solid 2px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
}
.tabs .labels label:hover {
  color: #fff;
}
.tabs .labels label a {
  color: inherit;
}
.tabs input#tab1:checked ~ .labels > label[for="tab1"],
.tabs input#tab2:checked ~ .labels > label[for="tab2"],
.tabs input#tab3:checked ~ .labels > label[for="tab3"],
.tabs input#tab4:checked ~ .labels > label[for="tab4"] {
  color: #fff;
  border-bottom: #FFF176 solid 2px;
}
.tabs input[type="radio"], .tabs .tab_content {
  display: none;
}
.tabs input[name="tabs"]:checked ~ .tab_container > .notAvailable {
  display: none;
}
.tabs input#tab1:checked ~ .tab_container > #tab1C,
.tabs input#tab2:checked ~ .tab_container > #tab2C,
.tabs input#tab3:checked ~ .tab_container > #tab3C,
.tabs input#tab4:checked ~ .tab_container > #tab4C {
  display: block;
}
.tabs .tab_container {
  clear: both;
  overflow: auto;
  width: 100%;
}
.tabs .tab_container .notAvailable {
  border: #f00 solid 1px;
  background: #fdd;
  padding: 1em;
}

@media screen and (max-width: 480px) {
  .tabs > .labels > label {
    width: 25%;
  }
}
/*방명록&댓글*/
#guestbook .guestbookDesc {
  color: #999;
}

#guestbook, #comments-box {
  border-bottom: #eee solid 1px;
}
#guestbook ul, #comments-box ul {
  margin: 0;
  padding: 0;
}
#guestbook li, #comments-box li {
  list-style: none;
  border-bottom: #eee solid 1px;
}
#guestbook li ul li, #comments-box li ul li {
  border: none;
  padding-left: 15px;
  background: #fafafa;
}
#guestbook li [class$="-wrap"], #comments-box li [class$="-wrap"] {
  padding: 15px;
  overflow: hidden;
}
#guestbook li [class$="-wrap"] .writer-info .profile-dummy, #comments-box li [class$="-wrap"] .writer-info .profile-dummy {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBzdHlsZT0iZmlsbDogcmdiKDYzLDgxLDE4MSk7IiByPSI1MCIvPjxjaXJjbGUgY3g9IjUwIiBjeT0iNDAiIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIHI9IjIyIiAvPjxlbGxpcHNlIGN4PSI1MCIgY3k9IjEyMCIgc3R5bGU9ImZpbGw6d2hpdGU7IiByeD0iNTAiIHJ5PSI1NSIvPjwvc3ZnPg==);
}
#guestbook li [class$="-wrap"] .writer-info .name, #comments-box li [class$="-wrap"] .writer-info .name {
  margin: 15px;
}
#guestbook li [class$="-wrap"] .writer-info .name img, #comments-box li [class$="-wrap"] .writer-info .name img {
  float: left;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  border-radius: 50%;
  margin-left: -40px;
  background: #fff;
  z-index: 100;
}
#guestbook li [class$="-wrap"] .writer-info .date, #comments-box li [class$="-wrap"] .writer-info .date {
  font-size: x-small;
  vertical-align: top;
  color: #aaa;
  margin-left: 15px;
}
#guestbook li [class$="-wrap"] p, #comments-box li [class$="-wrap"] p {
  margin: 0 40px;
  padding-left: 15px;
}
#guestbook li [class$="-wrap"] [class$="Control"], #comments-box li [class$="-wrap"] [class$="Control"] {
  float: right;
  margin: 0;
}
#guestbook .tistoryProfileLayerTrigger, #comments-box .tistoryProfileLayerTrigger {
  display: none;
}
#guestbook form .write, #comments-box form .write {
  padding: 15px;
}
#guestbook form .write .writerInfo label, #comments-box form .write .writerInfo label {
  color: #ff4081;
}
#guestbook form .write .writerInfo input[type="text"], #guestbook form .write .writerInfo input[type="password"], #comments-box form .write .writerInfo input[type="text"], #comments-box form .write .writerInfo input[type="password"] {
  outline: none;
  border: none;
  border-bottom: #aaa solid 2px;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
#guestbook form .write .writerInfo input[type="text"]:focus, #guestbook form .write .writerInfo input[type="password"]:focus, #comments-box form .write .writerInfo input[type="text"]:focus, #comments-box form .write .writerInfo input[type="password"]:focus {
  border-bottom: #ff4081 solid 2px;
}
#guestbook form .write textarea, #comments-box form .write textarea {
  resize: vertical;
  overflow: auto;
  outline: none;
  border: none;
  border-bottom: #aaa solid 2px;
  border-radius: 2px;
  width: 100%;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
#guestbook form .write textarea:focus, #comments-box form .write textarea:focus {
  border-bottom: #4285f4 solid 2px;
}
#guestbook form .write button.submit, #comments-box form .write button.submit {
  color: #4285f4;
  background: #fff;
  float: right;
}

@media (min-width: 992px) {
  #guestbook li [class$="-wrap"] .writer-info .profile-dummy, #comments-box li [class$="-wrap"] .writer-info .profile-dummy {
    width: 64px;
    height: 64px;
    float: left;
  }
  #guestbook li [class$="-wrap"] .writer-info .name img, #comments-box li [class$="-wrap"] .writer-info .name img {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
    margin-left: -64px;
  }
  #guestbook li [class$="-wrap"] p, #comments-box li [class$="-wrap"] p {
    margin: 0 64px;
  }
}
#guestbook form .write textarea {
  border: #aaa solid 1px;
}

/*디스커스*/
/*공유*/
[class^="a2a"] {
  padding: 1em 0;
}

/*트랙백*/
.trackback {
  border: #eee solid 1px;
  padding: 8px;
}
.trackback h3, .trackback h4 {
  margin: 0.3em;
}
.trackback .antiSpamTrack {
  margin: 0.7em 0;
}
.trackback .antiSpamTrack input {
  width: 100%;
  height: 30px;
  border: 1px solid #E0E0E0;
  text-indent: 8px;
}
.trackback .antiSpamTrack .antiSpamTrackbackInfo {
  font-size: 12px;
  color: #999;
}

/*Paging*/
#paging {
  float: right;
  padding: 16px;
}
#paging a {
  display: inline-block;
  text-align: center;
  color: #4285f4;
}
#paging a:hover, #paging a:focus {
  text-decoration: none;
}
#paging [class^="no-more-"] {
  display: none;
}

/*사이드바*/
aside {
  padding: 0;
}
aside a:hover, aside a:focus {
  text-decoration: none;
}
aside .card-header {
  height: 56px;
  line-height: 56px;
  border-bottom: #ccc solid 1px;
  padding: 0 15px;
}
aside .card-header h3 {
  margin: 0;
  font-size: 1.17em;
}
aside .card-header h3 i {
  margin-right: 8px;
}
aside .card-header i.ic-more_vert {
  float: right;
  display: none;
}
aside .card-header.lessed i.ic-more_vert {
  display: block;
}
aside .card-header.lessed ~ .card-content, aside .card-header.lessed ~ .card-listed-content li {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
aside .card-content {
  padding: 15px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
aside .card-listed-content {
  padding: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
aside .card-listed-content ul {
  padding: 0;
  margin: 0;
}
aside .card-listed-content li {
  list-style: none;
  line-height: 56px;
  border-top: #eee solid 1px;
  padding-left: 55px;
  overflow: hidden;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
aside .card-listed-content li:hover {
  z-index: 10;
  position: relative;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  box-shadow: 4px 4px 12px 1.2px rgba(0, 0, 0, 0.2);
}
aside .card-listed-content li.more-post {
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
}
aside .card-listed-content li.more-post i {
  margin-right: 10px;
}
aside .card-listed-content li .info {
  line-height: 56px;
  font-size: smaller;
  color: #999;
  margin-top: -32px;
}
aside .card-listed-content .thumbnail {
  margin-left: -47px;
  margin-right: 3px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
aside .card-listed-content .thumbnail.byRSS[src=""] {
  display: none;
}
aside .card-listed-content a {
  pointer-events: none;
}

@media (min-width: 768px) {
  aside > #sidebar-col1 {
    float: left;
    width: 50%;
    padding-right: 4px;
  }

  aside > #sidebar-col2 {
    float: left;
    width: 50%;
    padding-left: 4px;
  }
}
/*드로워*/
#drawer {
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -280px;
  background: #fff;
  z-index: 1050;
  -webkit-transition: .3s;
          transition: .3s;
  overflow: hidden;
}
#drawer.opened {
  left: 0;
  box-shadow: 5px 5px 15px 1.5px rgba(0, 0, 0, 0.2);
}
#drawer #drawer_profile {
  background: url("./images/drawerBG.jpg");
  background-size: cover;
  height: 134px;
  padding: 16px 16px 8px;
  z-index: 10;
}
#drawer #drawer_profile img {
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  background: #fff;
  border-radius: 50%;
}
#drawer #drawer_profile a:hover, #drawer #drawer_profile a:focus {
  text-decoration: none;
}
#drawer #drawer_profile #drawer_name {
  color: #fff;
  line-height: 27px;
  font-weight: 900;
}
#drawer #drawer_profile #drawer_name p {
  margin: 0;
}
#drawer #drawer_profile #drawer_name .blogTitle {
  font-weight: bold;
  font-size: 20px;
}
#drawer #drawer_profile #drawer_name .blogDesc {
  font-size: 12px;
  margin-top: -5px;
}
#drawer #drawer_login {
  background: #fff;
  position: absolute;
  top: 16px;
  left: 224px;
  color: #aaa;
}
#drawer .drawer_container {
  width: 100%;
  position: absolute;
  top: 134px;
  bottom: 0;
  overflow-y: auto;
}
#drawer .drawer_container .listWrap h4, #drawer .drawer_container .listWrap a {
  margin: 0;
  line-height: 48px;
  padding-left: 16px;
}
#drawer .drawer_container .listWrap ul, #drawer .drawer_container .listWrap li {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#drawer .drawer_container .listWrap ul {
  margin: 0 0 8px;
}
#drawer .drawer_container .listWrap ul i {
  margin-right: 16px;
}
#drawer .drawer_container .listWrap ul li {
  padding-left: 16px;
}
#drawer .drawer_container .listWrap ul li:hover {
  background: #eee;
}
#drawer .drawer_container .listWrap ul li li:hover {
  background: #bbb;
}
#drawer .drawer_container .listWrap a {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
}
#drawer .drawer_container .listWrap .actoggle .open, #drawer .drawer_container .listWrap .actoggle .close {
  float: right;
}
#drawer .drawer_container .listWrap .actoggle .close {
  display: none;
}
#drawer .drawer_container .listWrap .actoggle.acopen .close {
  display: block;
}
#drawer .drawer_container .listWrap .actoggle.acopen .open {
  display: none;
}
#drawer .drawer_container .listWrap .actoggle > ul {
  display: none;
  padding-left: 23px !important;
}
#drawer #drawer-tmp-category {
  display: none;
}
#drawer #drawer_bottom {
  border-top: #eee solid 1px;
  padding: 24px 16px;
  box-sizing: content-box;
}
#drawer #drawer_bottom a {
  text-decoration: underline;
}

#background_blocker {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
#background_blocker.opened {
  display: block;
}

#drawer.opened + #background_blocker {
  display: block;
}

html.opened {
  overflow: hidden;
}

@media (min-width: 768px) {
  #drawer {
    width: 400px;
    left: -400px;
  }
  #drawer #drawer_login {
    left: 344px;
  }
}
/*푸터영역*/
footer {
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 1em;
  margin-top: 1em;
  color: #eee;
  text-align: center;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #333;
  text-decoration: none;
}

/*toTop*/
#toTop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  font-weight: bold;
  background: #ff4081;
  color: #fff;
  box-shadow: 2px 2px 6px 0.6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@media (min-width: 992px) {
  #toTop {
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-size: 24px;
  }
}
/*ink effect*/
.ripplelink {
  display: block;
  position: relative;
  overflow: hidden;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(230, 230, 230, 0.5);
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
          animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
/*spinner*/
.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
/*카드 등장 효과*/
.sidebar-temp {
  opacity: 0;
}

.appearing, #sidebar-col1 .card, #sidebar-col2 .card {
  -webkit-animation: appearing 0.65s ease-out;
          animation: appearing 0.65s ease-out;
}

@-webkit-keyframes appearing {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    -webkit-transform-origin: -20% -20%;
            transform-origin: -20% -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: -20% -20%;
            transform-origin: -20% -20%;
  }
}

@keyframes appearing {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    -webkit-transform-origin: -20% -20%;
            transform-origin: -20% -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: -20% -20%;
            transform-origin: -20% -20%;
  }
}