@charset "UTF-8";
/* 한 줄 자르기 */
/* 여러 줄 자르기 추가 스타일 */
/* 한 줄 자르기 */
/* 여러 줄 자르기 추가 스타일 */
table {
  width: 960px;
  margin: 0 auto;
}
table tr {
  height: 50px;
  border-bottom: 1px solid #a3a3a3;
  vertical-align: middle !important;
}
table th {
  border-top: 2px solid #555555;
  border-bottom: 1px solid #555555;
  font-size: 15px;
}
table td {
  border-bottom: 1px solid #a3a3a3;
  font-size: 15px;
  color: #6f6f6f;
  font-weight: normal;
}

/* 게시판 글쓰기 */
table.table-write tr th, table.table-write tr td {
  text-align: left;
}
table.table-write thead {
  background: #f7f7f7;
}
table.table-write th:first-child, table.table-write td:first-child {
  text-align: left;
  padding: 0 10px 0 40px;
  color: #333;
  font-weight: bold;
}
table.table-write input[type=text] {
  border: none;
  box-sizing: border-box;
  padding: 10px 0px;
  margin: 0 0 0 0px;
  font-size: 1em;
  width: 790px;
  outline: none;
  background: none;
}
table.table-write td.write_note textarea {
  width: 820px;
  padding: 10px 20px;
  border: none;
  outline: none;
}
table.table-write td.write_select ul {
  margin: 0 0 0 0px;
}
table.table-write td.write_select ul:after {
  content: '';
  display: block;
  clear: both;
}
table.table-write td.write_select ul li {
  float: left;
  font-size: 14px;
  margin: 0 0 0 50px;
}
table.table-write td.write_select ul li:first-child {
  margin-left: 0px;
}
table.table-write td.write_select ul li input[type=radio] {
  border: none;
  width: auto;
  height: auto;
}
table.table-write td.write_select ul li -ms-input[type=radio] {
  border: 1px solid #e1e1e1;
}
table.table-write td.write_select .select_menu {
  margin-left: 30px;
}
table.table-write td.write_select .select_menu select {
  width: 200px;
}
table.table-write td.write_select select {
  font-size: 14px;
}
table.table-write .write_file .add_file {
  width: 650px;
  height: 40px;
  border: none;
  background: #f3f3f3;
  padding: 5px 15px;
  float: left;
  margin: 0 10px 0 0px;
}
table.table-write .write_file .add_style {
  width: 100px;
  height: 40px;
  background: #88d1d1;
  float: left;
  position: relative;
}
table.table-write .write_file .add_style:hover {
  opacity: 0.7;
}
table.table-write .write_file .add_style p {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 11px 0;
}
table.table-write .write_file .add_style input {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

/* 한 줄 자르기 */
/* 여러 줄 자르기 추가 스타일 */
/* CSS Document */
input[type=button].btn-greenline, input[type=submit].btn-greenline, input[type=reset].btn-greenline, button.btn-greenline {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #88d1d1;
  font-size: 16px;
  font-family: 'Nanum Gothic','Noto Sans KR',"san-serif", Malgun Gothic,'Malgun Gothic',"맑은 고딕","돋움",Dotum,'Dotum',AppleGothic;
  cursor: pointer;
  min-width: 100px;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #88d1d1;
  outline: none;
}
input[type=button].btn-greenline:hover, input[type=submit].btn-greenline:hover, input[type=reset].btn-greenline:hover, button.btn-greenline:hover {
  opacity: 0.7;
  cursor: pointer;
  background: #88d1d1;
  color: #fff;
}

/* 업로드된 컨텐츠 */
.read {
  width: 960px;
  margin: 0 auto;
}
.read table {
  width: 960px !important;
}
.read table td p {
  padding: 0 !important;
}
.read .title_area {
  border-bottom: 2px solid #555;
  margin: 0 0 40px 0;
}
.read .title_area h1 {
  font-size: 35px;
  letter-spacing: -0.015em;
  line-height: 1.5em;
}
.read .title_area .info {
  margin: 15px 0;
  font-size: 14px;
}
.read .title_area .info:after {
  content: '';
  display: block;
  clear: both;
}
.read .title_area .info::after {
  content: '';
  display: block;
  clear: both;
}
.read .title_area .info .date {
  padding: 0 0 0 10px;
  color: #555;
  float: left;
  background: url(../../img/tutorial_bar.png) no-repeat;
  background-position: left center;
}
.read .title_area .info .btn {
  float: right;
}
.read .title_area .info .btn a {
  padding: 5px 10px;
}
.read .title_area .info .btn a:first-child {
  background: url(../../img/tutorial_bar.png) no-repeat;
  background-position: right center;
}
.read .write_zone {
  width: 153px;
  height: 132px;
  position: relative;
  margin: 80px 0 30px 0;
}
.read .write_zone .photo {
  width: 90px;
  height: 90px;
  background: url(../../img/default_image.png);
  position: absolute;
  top: 22px;
  right: 32px;
}
.read .write_zone .cover {
  width: 153px;
  height: 132px;
  background: url(../../img/cover.png);
  position: absolute;
  top: 0px;
  right: 0px;
}
.read .profile {
  width: 807px;
  height: 132px;
  background: #f3f3f3;
  margin: 0px 0 0 153px;
}
.read .profile .name {
  padding: 35px 0 20px 35px;
  color: #505050;
  font-size: 16px;
}
.read .profile .name img {
  margin: 0 10px;
}
.read .profile .name span {
  font-size: 14px;
}
.read .profile .introduce {
  padding: 0 35px 25px 35px;
  font-size: 13px;
  font-family: 'Nanum Gothic',san-serif, Malgun Gothic,'Malgun Gothic',"맑은 고딕","돋움",Dotum,'Dotum',AppleGothic;
  line-height: 20px;
}
.read .tag {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  min-height: 50px;
}
.read .tag img {
  margin: 15px 20px 16px 0;
}
.read .tag span {
  color: #8f8e8e;
  font-size: 13px;
  font-family: 'Nanum Gothic',san-serif, Malgun Gothic,'Malgun Gothic',"맑은 고딕","돋움",Dotum,'Dotum',AppleGothic;
  line-height: 20px;
  display: block;
  margin-top: -36px;
  margin-left: 75px;
  margin-bottom: 13px;
}

.read {
  /* 댓글보기 */
}
.read .comment {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
}
.read .comment:after {
  content: '';
  display: block;
  clear: both;
}
.read .comment::after {
  content: '';
  display: block;
  clear: both;
}
.read .comment .photo {
  cursor: pointer;
  float: left;
}
.read .comment .photo > div {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  position: relative;
  background: url(../../img/defalt.png);
}
.read .comment .photo > div img {
  width: 50px;
  height: 50px;
  display: block;
  /*background: url(../../img/photo02.png);*/
  /*background-position: 0 0;*/
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
}
.read .comment .photo > div.cover {
  display: none;
  display: block\0/IE8;
  width: 50px;
  height: 50px;
  background: url(../../img/comment_cover.png);
  position: absolute;
  top: 20px;
  left: 20px;
  box-sizing: border-box;
}
.read .comment .text {
  float: left;
  max-width: 760px;
  padding: 0 0 0 20px;
}
.read .comment .text p {
  font-size: 13px;
  display: inline-block;
  max-width: 760px;
  width: 760px;
  word-break: break-word;
}
.read .comment .text p.info {
  font-weight: bold;
}
.read .comment .text p.info a {
  cursor: pointer;
  background: url(../../img/tutorial_bar.png) no-repeat center right;
  padding-right: 10px;
  margin-right: 10px;
}
.read .comment .text p img {
  padding: 10px 0px;
  width: 820px !important;
}
.read .comment .text p.custom-text {
  padding-top: 5px;
  letter-spacing: -0.015em;
  line-height: 1.5em;
  word-break: break-word;
}
.read .comment .text p.custom-text * {
  word-break: break-word;
}
.read .comment .text p.custom-text h1, .read .comment .text p.custom-text span {
  word-break: break-word;
}
.read .comment .text p.custom-text p span {
  width: 820px;
  display: inline-block;
}
.read .comment .text p.custom-text img {
  padding: 10px 0  !important;
  max-width: 820px !important;
  display: block;
}
.read .comment .btn {
  float: right;
  position: relative;
}
.read .comment .btn > div {
  position: relative;
}
.read .comment .btn > div:after {
  content: '';
  display: block;
  clear: both;
}
.read .comment .btn > div::after {
  content: '';
  display: block;
  clear: both;
}
.read .comment .btn > div a {
  display: block;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
}
.read .comment .btn > div a img {
  line-height: 20px;
  vertical-align: text-bottom;
}
.read .comment-edit {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
  padding: 10px 20px;
}
.read .comment-edit:after {
  content: '';
  display: block;
  clear: both;
}
.read .comment-edit::after {
  content: '';
  display: block;
  clear: both;
}
.read .comment-edit .photo {
  cursor: pointer;
  float: left;
}
.read .comment-edit .photo > div {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  position: relative;
  background: url(../../img/defalt.png);
}
.read .comment-edit .photo > div img {
  width: 50px;
  height: 50px;
  display: block;
  /*background: url(../../img/photo02.png);*/
  /*background-position: 0 0;*/
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #e1e1e1;
}
.read .comment-edit .photo > div.cover {
  display: none;
  display: block\0/IE8;
  width: 50px;
  height: 50px;
  background: url(../../img/comment_cover.png);
  position: absolute;
  top: 20px;
  left: 20px;
  box-sizing: border-box;
}
.read .comment-edit .text {
  float: left;
  max-width: 760px;
  padding: 0 0 0 20px;
}
.read .comment-edit .text p {
  font-size: 13px;
  display: inline-block;
  max-width: 760px;
  width: 760px;
  word-break: break-word;
}
.read .comment-edit .text p.info {
  font-weight: bold;
}
.read .comment-edit .text p.info a {
  cursor: pointer;
  background: url(../../img/tutorial_bar.png) no-repeat center right;
  padding-right: 10px;
  margin-right: 10px;
}
.read .comment-edit .text p img {
  padding: 10px 0px;
  width: 820px !important;
}
.read .comment-edit .text p.custom-text {
  padding-top: 5px;
  letter-spacing: -0.015em;
  line-height: 1.5em;
  word-break: break-word;
}
.read .comment-edit .text p.custom-text * {
  word-break: break-word;
}
.read .comment-edit .text p.custom-text h1, .read .comment-edit .text p.custom-text span {
  word-break: break-word;
}
.read .comment-edit .text p.custom-text p span {
  width: 820px;
  display: inline-block;
}
.read .comment-edit .text p.custom-text img {
  padding: 10px 0  !important;
  max-width: 820px !important;
  display: block;
}
.read .comment-edit .btn {
  float: right;
  position: relative;
}
.read .comment-edit .btn > div {
  position: relative;
}
.read .comment-edit .btn > div:after {
  content: '';
  display: block;
  clear: both;
}
.read .comment-edit .btn > div::after {
  content: '';
  display: block;
  clear: both;
}
.read .comment-edit .btn > div a {
  display: block;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
}
.read .comment-edit .btn > div a img {
  line-height: 20px;
  vertical-align: text-bottom;
}
.read .comment-edit .text-input {
  float: left;
  max-width: 870px;
  width: 870px;
  padding: 0 0 0 20px;
}
.read .comment-edit .text-input:after {
  content: '';
  display: block;
  clear: both;
}
.read .comment-edit .text-input::after {
  content: '';
  display: block;
  clear: both;
}
.read .comment-edit .text-input textarea {
  float: left;
  width: 730px;
  font-size: 14px;
  height: 70px;
  /*margin:10px;*/
  padding: 10px;
  border: 1px solid #f3f3f3;
}
.read .comment-edit .text-input input {
  float: right;
}
.read .comment-edit .text-input .btn-greenline {
  color: #88d1d1;
  float: right;
  margin: 15px 0px;
  cursor: pointer;
}
.read .comment-edit .text-input .btn-greenline:hover {
  opacity: 0.7;
  cursor: pointer;
  background: #88d1d1;
  color: #fff !important;
}
.read .comment-edit .photo {
  cursor: default;
  padding-top: 10px;
}
.read .comment-edit .photo div {
  border-radius: 25px;
  border: 1px solid #e1e1e1;
}

.read .comment_view {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.read .comment_view .photo01 {
  width: 50px;
  height: 50px;
  /* background:url(../../img/default_image.png); */
  position: absolute;
  top: 20px;
  left: 20px;
}
.read .comment_view .photo02 {
  width: 50px;
  height: 50px;
  background: url(../../img/photo03.png);
  position: absolute;
  top: 20px;
  left: 20px;
}
.read .comment_view .photo03 {
  width: 50px;
  height: 50px;
  background: url(../../img/photo02.png);
  position: absolute;
  top: 20px;
  left: 20px;
}
.read .comment_view .cover {
  width: 50px;
  height: 50px;
  background: url(../../img/comment_cover.png);
  position: absolute;
  top: 20px;
  left: 20px;
}

.otherpost {
  margin: 40px 0;
}
.otherpost .title {
  color: #88d1d1;
  font-size: 20px;
  font-weight: bold;
}
.otherpost .bar {
  width: 17px;
  height: 3px;
  background: #88d1d1;
  margin: 10px 0 5px 0;
}
.otherpost ul {
  width: 960px;
  margin-top: 20px;
}
.otherpost ul li {
  color: #555555;
  font-size: 14px;
  letter-spacing: -0.015em;
  line-height: 1.5em;
  color: #555555;
  border-bottom: 1px solid #dfdfdf;
  background: url(../../img/1123_bullet.png) left top no-repeat;
  background-position: 10px center;
  padding: 5px 0 5px 35px;
}
.otherpost ul li a {
  display: block;
  padding-top: 5px;
}
.otherpost ul li a:hover {
  opacity: 0.7;
}
.otherpost ul li.now {
  font-weight: bold;
  background: url(../../img/icon-arrow.png) left top no-repeat;
  background-position: 0px center;
  padding-left: 35px !important;
}
.otherpost ul li p {
  text-align: right;
  margin-top: -20px;
}

/* 업로드된 컨텐츠 보이는 부분*/
.contents {
  font-size: 15px;
  margin: 0 auto;
  color: #8f8e8e;
  letter-spacing: -0.015em;
  line-height: 1.5em;
  /*p img {
    text-align: center;
    margin: 15px auto 15px;
    display: block;
  }*/
}
.contents * {
  letter-spacing: -0.015em;
  line-height: 1.5em;
  letter-spacing: -0.018em !important;
}
.contents > p > img {
  padding-top: 0 !important;
}
.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
  color: #353a3d;
  letter-spacing: -0.015em;
  line-height: 1.5em;
}
.contents h1 {
  font-size: 2.1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contents h2 {
  font-size: 1.777em;
  padding-top: 10px;
  padding-bottom: 15px;
}
.contents h3 {
  font-size: 1.45em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contents h4 {
  font-size: 1.35em;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contents h5 {
  font-size: 1.3em;
  padding-top: 7px;
  padding-bottom: 17px;
}
.contents h6 {
  font-size: 1.2em;
  padding-top: 7px;
  padding-bottom: 17px;
}
.contents p, .contents div {
  font-size: 1em;
  letter-spacing: -0.015em;
  line-height: 1.6em;
  color: #8f8e8e;
  padding: 0;
  text-align: left;
  position: relative;
}
.contents p strong, .contents div strong {
  font-weight: bold !important;
  color: #353a3d;
}
.contents p em, .contents div em {
  font-style: italic !important;
}
.contents p iframe, .contents div iframe {
  margin: auto;
  display: block;
}
.contents p img, .contents div img {
  text-align: center;
  margin: 15px auto 15px;
  display: block;
}
.contents p a img, .contents div a img {
  text-align: center;
  margin: 15px auto 15px;
  display: block !important;
  /*position: absolute;*/
}
.contents span, .contents div {
  color: #8f8e8e;
}
.contents a, .contents p a, .contents a span {
  color: #f68b0d;
  text-decoration: underline;
  font-style: italic;
  padding-right: 2px;
  display: inline-block;
}
.contents a:hover, .contents p a:hover, .contents a span:hover {
  opacity: 0.7;
}
.contents pre {
  color: #3fbdbd;
  /*opacity: 0.7;*/
}
.contents ol li, .contents ul li {
  padding-left: 6px;
  margin-left: 60px;
  /*color: #353a3d;*/
  line-height: 1.8em;
}
.contents ol li strong, .contents ul li strong {
  font-weight: bold !important;
  color: #353a3d;
}
.contents ol li {
  list-style-type: decimal;
}
.contents ul li {
  list-style-type: disc;
}
.contents img {
  display: block;
  text-align: center;
  margin: 15px auto 15px;
  max-width: 960px;
}

.sns {
  width: 400px;
  background: #f7f7f7;
  margin: 50px auto;
  text-align: center;
}
.sns ul {
  margin: 0 auto;
  padding: 15px 0 0 0;
  text-align: center;
}
.sns ul li {
  display: inline-block;
}
.sns ul li a {
  display: block;
}
.sns ul li a img {
  padding: 0 5px;
  cursor: pointer;
}
.sns ul li.text {
  position: relative;
  top: -10px;
  background: url(../../img/contents_bar.png) no-repeat;
  background-position: right center;
  padding-right: 15px;
  font-size: 16px;
  margin-right: 5px;
}
.sns ul li.text a {
  padding: 10px 0;
  color: #c1c1c1;
}
.sns ul li.on a {
  color: #88d1d1;
}

table {
  /*width: 960px !important;*/
  /*width: 960px;*/
  border-top: 2px solid #353a3d;
  margin: 0 0 30px 0;
}
table tr {
  height: 50px;
  border-bottom: 1px solid #a3a3a3;
}
table tr td {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Nanum Gothic',san-serif , Malgun Gothic,'Malgun Gothic',"맑은 고딕","돋움",Dotum,'Dotum',AppleGothic;
  border-bottom: 1px solid #a3a3a3;
  text-align: center;
}

.contents_area {
  min-height: 700px;
  padding: 100px 0 100px 0;
  width: 990px;
  margin: 0 auto;
}

.btnset-right {
  text-align: right;
  margin: 20px 0 20px 0;
}
.btnset-right input {
  margin: 0 0 0 10px;
}

.btnset {
  text-align: center;
  margin: 50px 0 0px 0;
}
.btnset input {
  margin: 0 5px;
}

input[type=button].btn-green, input[type=submit].btn-green, input[type=reset].btn-green, button.btn-green {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Nanum Gothic','Noto Sans KR',"san-serif", Malgun Gothic,'Malgun Gothic',"맑은 고딕","돋움",Dotum,'Dotum',AppleGothic;
  padding: 10px 30px;
  background: #88d1d1;
  cursor: pointer;
  min-width: 100px;
  outline: none;
}
input[type=button].btn-green:hover, input[type=submit].btn-green:hover, input[type=reset].btn-green:hover, button.btn-green:hover {
  opacity: 0.7;
  cursor: pointer;
}

input[type=button].btn-gray, input[type=submit].btn-gray, input[type=reset].btn-gray, button.btn-gray {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Nanum Gothic','Noto Sans KR',"san-serif", Malgun Gothic,'Malgun Gothic',"맑은 고딕","돋움",Dotum,'Dotum',AppleGothic;
  padding: 10px 30px;
  background: #cbcbcb;
  cursor: pointer;
  min-width: 100px;
  outline: none;
}
input[type=button].btn-gray:hover, input[type=submit].btn-gray:hover, input[type=reset].btn-gray:hover, button.btn-gray:hover {
  opacity: 0.7;
  cursor: pointer;
  background: #88d1d1;
}

/*tap*/
.tab_area {
  width: 100%;
}
.tab_area:after {
  content: '';
  display: block;
  clear: both;
}
.tab_area::after {
  content: '';
  display: block;
  clear: both;
}
.tab_area .tab {
  text-align: center;
  height: 34px;
  margin: 0 auto 30px;
}
.tab_area .tab li {
  height: 34px;
  display: inline-block;
}
.tab_area .tab li a {
  display: block;
  height: 34px;
}

.tab_area .tab {
  padding-left: 10px;
}
.tab_area .tab .tab1.on a {
  background: url(../../img/1210_penon.png) no-repeat center top;
  width: 167px;
}
.tab_area .tab .tab1 a {
  background: url(../../img/1130_pen.png) no-repeat center top;
  width: 167px;
}
.tab_area .tab .tab1 a:hover {
  background: url(../../img/1210_penon.png) no-repeat center top;
  width: 167px;
}
.tab_area .tab .tab2.on a {
  background: url(../../img/1210_programmingon.png) no-repeat center top;
  width: 164px;
}
.tab_area .tab .tab2 a {
  background: url(../../img/1130_programming.png) no-repeat center top;
  width: 164px;
}
.tab_area .tab .tab2 a:hover {
  background: url(../../img/1210_programmingon.png) no-repeat center top;
  width: 164px;
}
.tab_area .tab .tab3.on a {
  background: url(../../img/1210_boardon.png) no-repeat center top;
  width: 133px;
}
.tab_area .tab .tab3 a {
  background: url(../../img/1130_board.png) no-repeat center top;
  width: 133px;
}
.tab_area .tab .tab3 a:hover {
  background: url(../../img/1210_boardon.png) no-repeat center top;
  width: 133px;
}
.tab_area .tab .bar {
  height: 19px;
  width: 1px;
  background: #eaeaea;
  margin: 7px 25px;
}

/*검색*/
.search-box {
  margin: 0 190px;
  position: relative;
}
.search-box button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
  background-color: #2baab3;
  border: 1px solid #2baab3;
  font-weight: bold;
  width: 100px;
  height: 50px;
  padding: 13px 30px;
  z-index: 1;
}
.search-box .search-input {
  display: block;
  height: 50px;
  margin: 0 99px 0 0px;
  padding: 9px 10px 9px 45px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  background: url(../../img/search_icon.png) no-repeat;
  background-position: 10px 8px;
}
.search-box .search-input input {
  width: 100%;
  color: #777;
  font-size: 1em !important;
  margin-top: 5px;
  border: none !important;
  outline: none;
}

.page-project {
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
.page-project div {
  position: relative;
}

/*카드형 리스트 */
.block-projects {
  margin: 50px 0 0 0;
}

.sub-title {
  color: #359a9a;
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 150px;
  padding-bottom: 10px;
}
.sub-title span {
  color: #359a9a;
}

.sub-title-btn {
  font-size: 1.1em;
  position: absolute;
  right: 15px;
  top: -8px;
  padding: 3px 20px;
  border: 1px solid #359a9a;
}

.cards {
  padding-left: 15px;
}
.cards:after {
  content: '';
  display: block;
  clear: both;
}
.cards::after {
  content: '';
  display: block;
  clear: both;
}

.card {
  font-size: 14px;
  border: 1px solid #eaeaea;
  width: 310px;
  margin: 0 14px 15px 0;
  float: left;
  box-sizing: border-box;
  text-align: left;
}
.card:after {
  content: '';
  display: block;
  clear: both;
}
.card::after {
  content: '';
  display: block;
  clear: both;
}
.card > a {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 210px;
  /* background: url(../../img/guide_circuit.png); */
  background-size: cover;
  background-position: center;
}
.card > a img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 210px;
  border-bottom: 1px solid #eaeaea;
}
.card .card-info {
  padding: 11px 11px 11px 11px;
  position: relative;
}
.card .card-info a {
  text-decoration: none;
}
.card .card-info a > .title {
  font-size: 1.1em;
  font-weight: bold;
  color: #535353;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 3px 0;
}
.card .card-info-name {
  font-size: 0.9em;
  color: #828587;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em;
}
.card .card-info a > .text {
  margin-top: 7px;
  font-size: 0.9em;
  color: #828587;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 2.4em;
}
.card .icon-set div {
  padding: 30px 0 20px 0;
}
.card .icon-set a {
  text-decoration: none !important;
  color: #828587;
  font-size: 0.9em;
}
.card .icon-set .like {
  background: url(../../img/ver3_like.png) no-repeat;
  padding-left: 20px;
  padding-right: 5px;
  background-position: 0px 1px;
}
.card .icon-set .comment {
  background: url(../../img/ver3_comment.png) no-repeat;
  padding-left: 20px;
  padding-right: 5px;
  background-position: 0px 2px;
}
.card .icon-set .view {
  background: url(../../img/ver3_view.png) no-repeat;
  padding-left: 20px;
  padding-right: 5px;
  background-position: 0px 1px;
}

/*하단페이징*/
.page {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.page ul li > a, .page ul li > a:link, .page ul li > a:visited, .page ul li > a:active {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  line-height: 40px;
  color: #aaaaaa;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.page ul li > a:hover {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c4e8e8;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
}

.page ul li > a.on {
  background: #88d1d1;
  color: #ffffff;
}

.page ul {
  display: inline;
}

.page ul li {
  display: inline-block;
  margin: 0 3px 0 3px;
}

.page {
  padding-bottom: 40px;
  padding-top: 40px;
}

/*# sourceMappingURL=tutorial.css.map */
