@charset "UTF-8";
/* 카테고리 제목 배경 */
.sw-bg {
  background-image: url(../image/software_banner.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

/* 이미지가 들어가는 원형 틀 */
.sw-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.sw-circle img {
  width: 55px;
}

/* 제품 이미지 */
.sw-imgbox {
  display: block;
}

/* Adobe */
.sw-adobe-theme .sw-imgbox {
  transform: translateX(-280px);
}

.sw-adobe-ps .btn-round {
  background-color: #30A8FF;
  transition-duration: 0.1s;
}
.sw-adobe-ps .sw-circle {
  background-color: #30A8FF;
}
.sw-adobe-ps .card h4 {
  color: #30A8FF;
}

.sw-adobe-ai .btn-round {
  background-color: #FF9A00;
  transition-duration: 0.1s;
}
.sw-adobe-ai .sw-circle {
  background-color: #FF9A00;
}
.sw-adobe-ai .card h4 {
  color: #FF9A00;
}

.sw-adobe-ac .btn-round {
  background-color: #B30B00;
  transition-duration: 0.1s;
}
.sw-adobe-ac .sw-circle {
  background-color: #B30B00;
}
.sw-adobe-ac .card h4 {
  color: #B30B00;
}

/* AhnLab */
.sw-ahnlab-theme .btn-round {
  background-color: #1F4687;
  transition-duration: 0.1s;
}
.sw-ahnlab-theme .sw-circle {
  background-color: #1F4687;
}
.sw-ahnlab-theme .card h4 {
  color: #1F4687;
}
.sw-ahnlab-theme .btn-round:hover {
  background-color: #3a60a1;
}
.sw-ahnlab-theme .title {
  background-color: #1F4687;
  color: white;
}
.sw-ahnlab-theme .card {
  align-items: flex-start;
  width: 378px;
  height: 290px;
  text-align: start;
  flex-shrink: 0;
  padding: 40px 30px 40px 40px;
}
.sw-ahnlab-theme .card h4 {
  margin-top: 4px;
  margin-bottom: 22px;
  font-size: 20px;
}
.sw-ahnlab-theme .card ul {
  padding-left: 6px;
}
.sw-ahnlab-theme .ahnlab-cardline {
  width: 25px;
  border-top: 2px solid #1F4687;
}
.sw-ahnlab-theme .ahnlab-slide-wrapper {
  text-align: center;
}
.sw-ahnlab-theme .ahnlab-slide-wrapper input[type=radio] {
  transform: translateY(342px);
  display: inline-block;
  appearance: none;
  border-radius: 50%;
  background-color: lightgray;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition-duration: 0.3s;
}
.sw-ahnlab-theme .ahnlab-slide-wrapper input[type=radio]:checked {
  background-color: #1F4687;
}
.sw-ahnlab-theme .ahnlab-slide-wrapper .slide-button {
  display: inline-block;
  transform: translateY(345px);
}
.sw-ahnlab-theme .ahnlab-slide-wrapper .card {
  display: inline-block;
  margin-right: 32px;
  transition-duration: 0.3s;
}
.sw-ahnlab-theme .ahnlab-slide-wrapper .sw-card-wrapper {
  width: max-content;
}
.sw-ahnlab-theme .ahnlab-slide-wrapper input[id=slide1]:checked ~ .sw-card-wrapper > .card {
  transform: translateX(0%);
}
.sw-ahnlab-theme .ahnlab-slide-wrapper input[id=slide2]:checked ~ .sw-card-wrapper > .card {
  transform: translateX(-410px);
}

/* Autodesk */
.sw-autodesk-theme .btn-round {
  background-color: #E51050;
  transition-duration: 0.1s;
}
.sw-autodesk-theme .sw-circle {
  background-color: #E51050;
}
.sw-autodesk-theme .card h4 {
  color: #E51050;
}
.sw-autodesk-theme .sw-imgbox {
  transform: translateX(-300px);
}

/* 한컴오피스 2022 */
.sw-hc-theme .sw-imgbox {
  padding-right: 280px;
}
.sw-hc-theme .desc-wrapper {
  margin-bottom: 120px;
}
.sw-hc-theme .card:not(:last-child) {
  margin-right: 10px;
}

.sw-hc-hangul .btn-round {
  background-color: #006DCC;
  transition-duration: 0.1s;
}
.sw-hc-hangul .sw-circle {
  background-color: #006DCC;
}
.sw-hc-hangul .card h4 {
  color: #006DCC;
}
.sw-hc-hangul .sw-circle {
  background-color: transparent;
  border: 1px solid #006DCC;
}
.sw-hc-hangul .card b {
  font-size: inherit;
  font-weight: inherit;
  color: #003D75;
}

.sw-hc-hancell .btn-round {
  background-color: #127369;
  transition-duration: 0.1s;
}
.sw-hc-hancell .sw-circle {
  background-color: #127369;
}
.sw-hc-hancell .card h4 {
  color: #127369;
}
.sw-hc-hancell .sw-circle {
  background-color: transparent;
  border: 1px solid #127369;
}
.sw-hc-hancell .card b {
  font-size: inherit;
  font-weight: inherit;
  color: #084042;
}

.sw-hc-hanshow .btn-round {
  background-color: #C23C17;
  transition-duration: 0.1s;
}
.sw-hc-hanshow .sw-circle {
  background-color: #C23C17;
}
.sw-hc-hanshow .card h4 {
  color: #C23C17;
}
.sw-hc-hanshow .sw-circle {
  background-color: transparent;
  border: 1px solid #C23C17;
}
.sw-hc-hanshow .card b {
  font-size: inherit;
  font-weight: inherit;
  color: #4D1709;
}

.sw-hc-handoc .btn-round {
  background-color: #5816DB;
  transition-duration: 0.1s;
}
.sw-hc-handoc .sw-circle {
  background-color: #5816DB;
}
.sw-hc-handoc .card h4 {
  color: #5816DB;
}
.sw-hc-handoc .sw-circle {
  background-color: transparent;
  border: 1px solid #5816DB;
}
.sw-hc-handoc .card b {
  font-size: inherit;
  font-weight: inherit;
  color: #350D80;
}

/* 두레이 */
.sw-dooray-theme {
  background-image: url(../image/sw-dooray/dooray_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 763px;
}
.sw-dooray-theme .btn-round {
  background-color: #115DE6;
  transition-duration: 0.1s;
}
.sw-dooray-theme .sw-circle {
  background-color: #115DE6;
}
.sw-dooray-theme .card h4 {
  color: #115DE6;
}
.sw-dooray-theme .btn-round:hover {
  background-color: #266ef0;
}
.sw-dooray-theme .sw-imgbox {
  padding-right: 180px;
  font-size: 26px;
  color: black;
}
.sw-dooray-theme .sw-imgbox p {
  margin-bottom: 14px;
}
.sw-dooray-theme .sw-imgbox span {
  color: #115DE6;
  font-weight: bold;
}
.sw-dooray-theme .col-2 {
  text-align: center;
  font-size: 15px;
  line-height: 1.9em;
}
.sw-dooray-theme .col-2 img {
  margin-bottom: 12px;
}

/* 웹한글기안기 */
.sw-webhangul-theme .btn-round {
  background-color: #3B71B9;
  transition-duration: 0.1s;
}
.sw-webhangul-theme .sw-circle {
  background-color: #3B71B9;
}
.sw-webhangul-theme .card h4 {
  color: #3B71B9;
}
.sw-webhangul-theme .btn-round:hover {
  background-color: #4f83c9;
}
.sw-webhangul-theme span {
  color: #3B71B9;
}
.sw-webhangul-theme .desc-wrapper {
  margin-bottom: 32px;
}

.sw-webhangul-spec {
  margin-top: 70px;
  padding: 38px 56px;
  background-color: #F9F9F9;
}
.sw-webhangul-spec h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}

/* 한컴통합문서뷰어 */
.sw-hcviewer-table {
  margin-top: 54px;
  font-size: 16px;
  border: 1px solid #F9F9F9;
}
.sw-hcviewer-table th {
  font-size: 18px;
  padding: 8px;
  background-color: #F9F9F9;
  font-weight: normal;
}
.sw-hcviewer-table td {
  padding: 20px 10px 20px 30px;
  border-bottom: 1px solid black;
}
.sw-hcviewer-table tr th:nth-child(1),
.sw-hcviewer-table td:nth-child(1) {
  border-right: 1px solid black;
}
.sw-hcviewer-table ul {
  padding-left: 8px;
  font-size: 15px;
  list-style-type: "- ";
}
.sw-hcviewer-table li {
  margin-bottom: 4px;
  font-weight: 300;
}

/* 한컴싸인 */
.sw-hcsign-theme .btn-round {
  background-color: #00AA7D;
  transition-duration: 0.1s;
}
.sw-hcsign-theme .sw-circle {
  background-color: #00AA7D;
}
.sw-hcsign-theme .card h4 {
  color: #00AA7D;
}
.sw-hcsign-theme .btn-round:hover {
  background-color: #13c294;
}
.sw-hcsign-theme .sw-imgbox {
  padding-right: 140px;
}

/* Microsoft */
.sw-ms-azure .btn-round {
  background-color: #0079D4;
  transition-duration: 0.1s;
}
.sw-ms-azure .sw-circle {
  background-color: #0079D4;
}
.sw-ms-azure .card h4 {
  color: #0079D4;
}
.sw-ms-azure .btn-round:hover {
  background-color: #1b8ce0;
}
.sw-ms-azure .title {
  background-color: #006BBB;
  color: white;
}
.sw-ms-azure .title p {
  margin-top: 12px;
}
.sw-ms-azure .sw-circle {
  background-color: transparent;
  border: 1px solid #0079D4;
}
.sw-ms-azure .sw-imgbox {
  width: 440px;
}

.sw-ms-365 .card {
  width: 582px;
  height: 400px;
  padding: 30px;
}
.sw-ms-365 .card ul {
  text-align: start;
  padding-left: 6px;
  color: #787878;
}
.sw-ms-365 .card li {
  font-size: 15px;
}

.ms-card-wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.ms-card-wrapper .card > .d-flex {
  width: 100%;
}
.ms-card-wrapper h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
.ms-card-wrapper h6 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 12px;
}
.ms-card-wrapper p {
  font-size: 16px;
}
.ms-card-wrapper .sw-textbox {
  margin-top: 10px;
  text-align: start;
  width: 50%;
  height: 295px;
}
.ms-card-wrapper .sw-textbox p {
  font-size: 15px;
  margin-bottom: 10px;
}
.ms-card-wrapper .sw-imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ms-card-wrapper .row p {
  font-size: 8px;
  line-height: 16px;
}
.ms-card-wrapper .col-3 {
  height: 88px;
}

.ms-vline {
  width: 100%;
  height: 150px;
  border-left: 1px solid #EFEFEF;
  transform: translateY(-30px);
}

/* RSupport */
.sw-rsupport-theme .btn-round {
  background-color: #E91D26;
  transition-duration: 0.1s;
}
.sw-rsupport-theme .sw-circle {
  background-color: #E91D26;
}
.sw-rsupport-theme .card h4 {
  color: #E91D26;
}
.sw-rsupport-theme .sw-imgbox {
  padding-right: 100px;
}

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