<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

body {
  color: #222;
}
/* Section/Article */

section.special,
article.special {
  text-align: center;
}

/* Header */

#page-wrapper {
  padding-top: 3em;
  background-color: #fff;
}

body.landing #page-wrapper {
  padding-top: 0;
}

/* Banner */

#banner {
  background-color: #666;
  background-image: url("/images/banner5_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 14em 0 12em 0;
  text-align: center;
}

#banner :last-child {
  margin-bottom: 0;
}

#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
  color: #fff;
}

#banner h2 {
  font-size: 52px;
  line-height: 1.35em;
  margin: 0 0 0.5em 0;
  padding: 0;
}

#banner h2::after {
  margin: 0 auto;
  content: "";
  display: block;
  width: 1em;
  padding-top: 0.5em;
  border-bottom: 2px solid #9f9f9f;
}

#banner p {
  font-size: 1em;
  margin-bottom: 1.75em;
}

/* Banner &gt; Page Route */
#banner .subnav {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #bbb;
}

#banner .subnav strong {
  color: #fff;
}

.fa-chevron-right {
  padding: 0 10px;
}

/* Tap */
.content1 {
  margin: 30px 0 0 0;
}
.taps_wrap {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: -40px auto 0;
  border: 1px solid #ddd;
  z-index: 3;
  position: relative;
  font-weight: 300;
  box-sizing: border-box;
  background: #FFF;
}
.taps_wrap .home {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  border-right: 1px solid #ddd;
}
.taps_wrap .home a {
  text-align: center;
}
.taps_wrap .home a {
  display: block;
  width: 100%;
  height: 100%;
}
.taps_wrap .dep_box {
  text-align: center;
}
.taps_wrap .dep_box ul li {
  position: relative;
  display: inline-block;
  color: #444444;
  padding: 0 40px;
}
.taps_wrap .dep_box ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #DDD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.taps_wrap .dep_box ul li:first-child::before {
  display: none;
}
.taps_wrap .dep_box ul li a {
  color: #686868;
  transition: 0.3s;
}
.taps_wrap .dep_box ul li a:hover {
  font-weight: 500;
  color: #434F50;
}
.taps_wrap .dep_box ul li a.on {
  font-weight: 500;
  border-bottom: 2px solid #434F50;
  color: #434F50;
  padding-bottom: 2px;
}

@media screen and (max-width: 480px) {
  .taps_wrap .dep_box {
    padding-left: 70px;
  }
  .taps_wrap .dep_box ul li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 390px) {
  .taps_wrap .home {
    display: none;
  }
  .taps_wrap .dep_box {
    padding-left: 0;
  }
  .taps_wrap .dep_box ul li {
    padding: 0 15px;
  }
}

/* Main */

#main {
  padding: 6em 0;
}

#main h2 {
  font-size: 1.8em;
  color: #2f2f2f;
  font-weight: 600;
}

#main .image {
  float: left;
  padding: 0 80px 0 0;
}

.content1:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 480px) {
  #main h2 {
    margin-top: 0;
  }
}

/* Content2 기술제휴 */

.content2 {
  padding-top: 7em;
}
.content2 p {
  color: #0071d7;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.techWrap {
  margin: 30px 0 0 0;
}
.techWrap .techList {
  border-bottom: 1px solid #e1e1e1;
  padding: 2em 0;
  font-size: 1em;
}
.techWrap .techList:first-child {
  border-top: 1px solid #e1e1e1;
}
.techWrap .techList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.techWrap .techList ul li:first-child {
  font-weight: 600;
  width:17%;
}
.techWrap .techList ul li:first-child::before {
  content: "●";
  margin-right: 10px;
}
.techWrap .techList ul li:nth-child(2) {
  width: 54%;
}
.techWrap .techList ul li img {
  width: 100%;
}

/* Content3 강연 및 발표 */

article {
  background-color: #f7f7f7;
}
.content3 p {
  color: #0071d7;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.historyWrap {
  margin: 30px 0 0 0;
}
.historyWrap .historyList {
  padding: 2em 0;
  border-bottom: 1px solid #e1e1e1;
}
.historyWrap .historyList:first-child {
  border-top: 1px solid #e1e1e1;
}
.historyWrap .historyList .listWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.historyWrap .historyList .listWrap h3 {
  width: 120px;
  font-size: 3em;
  font-weight: 800;
  color: #e2e2e2;
  margin: 0 0 0 0;
}
.historyWrap .historyList .listWrap ul {
  width: 82%;
}
.historyWrap .historyList .listWrap ul li {
  font-size: 1em;
}
.historyWrap .historyList .listWrap ul li:first-child {
  font-weight: 600;
}
.historyWrap .historyList.historyList2007 li:nth-child(3) {
  font-weight: 600;
  margin-top: 15px;
}

@media screen and (max-width: 798px) {
  .techWrap .techList ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .techWrap .techList ul li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .techWrap .techList ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .content2 h2 {
    display: block;
  }
  .historyWrap .historyList .listWrap h3 {
    font-size: 2.2em;
  }
}

/* Tap Menu */

.tabs {
  padding-bottom: 40px;
  background-color: #ffffff;
  width: 500px;
  float: left;
}
.tab_item {
  width: calc(100% / 2);
  height: 50px;
  background-color: #f8f8f8;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] {
  display: none;
}

/* 탭 컨텐츠 스타일 */
.tab_content {
  display: none;
  padding: 30px 0 0;
  clear: both;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 1em;
  word-break: keep-all;
}

.tab_content ul li::before {
  content: "•";
  margin-right: 5px;
}

/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/* 선택된 탭 스타일 */
.tabs input:checked + .tab_item {
  background-color: #0071d7;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  /* Tap Menu */
  .tabs {
    width: 400px;
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  #main .image {
    padding: 0 30px 0 0;
  }

  #main .image2 img {
    width: 100%;
  }

  /* Tap Menu */
  .tabs {
    width: 360px;
  }
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 840px) {
  #main .image {
    padding: 0 0 0 0;
  }

  #main .image img {
    width: 100%;
  }

  /* Tap Menu */
  .tabs {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media screen and (max-width: 736px) {
  #main .image {
  }

  #main .image img {
    /* width: 100%; */
  }

  /* Tap Menu */
  .tabs {
    width: 100%;
  }
  .nonebr br {
    display: none;
  }
}

/* Wide */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }
}

/* Normal */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Header */

  .dropotron.level-0 {
    font-size: 1em;
  }

  /* Banner */

  #banner {
    background-attachment: scroll;
  }
}

/* Narrow */

@media screen and (max-width: 980px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

@media screen and (max-width: 840px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Section/Article */

  header br {
    display: none;
  }

  /* Header */

  #page-wrapper {
    padding-top: 0;
  }
}

/* Mobile */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  h2 {
    font-size: 1.75em;
    line-height: 1.35em;
    letter-spacing: -0.025em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1em;
  }

  /* Banner */

  #banner h2 {
    font-size: 2.25em;
  }

  #banner p {
    font-size: 1.25em;
  }

  /* Main */

  #main {
    padding: 4em 0 4em 0;
  }

  body.landing #main {
    margin-top: 0;
  }
}

/* Mobile (Portrait) */

@media screen and (max-width: 480px) {
  /* Basic */

  html,
  body {
    min-width: 320px;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Main */

  #main &gt; .box:first-child {
    margin-top: 0;
  }
}


</pre></body></html>