@charset "UTF-8";
.sw-bg {
  background-image: url(../image/solution_banner.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.submenu-btn {
  margin: 0 100px;
}
.submenu-btn input[type=radio]:checked + p {
  color: black;
}

/* LogRAY */
.sol-logray-theme h2 {
  font-size: 30px;
  margin: 0;
}
.sol-logray-theme p {
  font-size: 18px;
  margin: 0;
}
.sol-logray-theme .title {
  background-image: url(../image/sol-logray/logray_bg.jpg);
  height: 300px;
}
.sol-logray-theme .title p {
  color: white;
}

.lr-desclist .small-bar {
  width: 40px;
  margin-bottom: 42px;
  border-bottom: 3px solid black;
}
.lr-desclist .subtitle {
  display: flex;
  align-items: center;
}
.lr-desclist .subtitle h2 {
  display: inline-block;
  margin-right: 42px;
}
.lr-desclist .subtitle p {
  display: inline-block;
  font-weight: 300;
  border-left: 1px solid black;
  padding-left: 48px;
}
.lr-desclist .card {
  width: 280px;
  height: 270px;
  padding: 10px;
}
.lr-desclist .card img {
  width: 130px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.lr-desclist .card p {
  font-weight: 400;
  font-size: 16px;
}
.lr-desclist .block {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.lr-desclist .block img {
  margin-right: 30px;
}
.lr-desclist .block h3 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 8px;
}
.lr-desclist .block p {
  font-size: 18px;
  font-weight: 300;
}
.lr-desclist .block ul {
  font-size: 16px;
  font-weight: 300;
  list-style-type: "-";
  padding-left: 8px;
}
.lr-desclist .block li {
  padding-left: 4px;
  padding-bottom: 4px;
}

.lr-slide-wrapper {
  text-align: center;
  width: 100%;
}
.lr-slide-wrapper h4 {
  color: #1979FF;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.lr-slide-wrapper p {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px 0;
}
.lr-slide-wrapper li {
  font-size: 14px;
  margin-bottom: 6px;
}
.lr-slide-wrapper .card-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lr-slide-wrapper .card {
  display: inline-block;
  width: 430px;
  height: 320px;
  text-align: start;
  flex-shrink: 0;
  margin-right: 50px;
  padding: 32px 10px 10px 50px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier();
}
.lr-slide-wrapper input[type=radio] {
  transform: translateY(382px);
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  background-color: lightgray;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition-duration: 0.3s;
}
.lr-slide-wrapper input[type=radio]:checked {
  background-color: #787878;
}
.lr-slide-wrapper input[id=lr-item1]:checked ~ .card-wrapper > .card {
  transform: translateX(0%);
}
.lr-slide-wrapper input[id=lr-item2]:checked ~ .card-wrapper > .card {
  transform: translateX(-480px);
}
.lr-slide-wrapper input[id=lr-item3]:checked ~ .card-wrapper > .card {
  transform: translateX(-960px);
}

.lr-cardbox {
  width: 610px;
}
.lr-cardbox h4 {
  text-align: left;
  font-size: 18px;
  margin: 0;
}
.lr-cardbox p {
  text-align: left;
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}
.lr-cardbox .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 56px;
  background-color: black;
  color: white;
  margin: 0 25px;
}
.lr-cardbox .card {
  width: 100%;
  height: 130px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 10px;
  margin-bottom: 9px;
}

.lr-textbox {
  width: 390px;
  height: 160px;
  color: #0B4FA0;
  border: 5px solid #0B4FA0;
  font-size: 22px;
  text-align: center;
}

.lr-line {
  width: 456px;
  height: 8px;
  border-bottom: 1px solid #5A9BD3;
  color: #5A9BD3;
  text-align: right;
  transform: translateY(-4px);
}
.lr-line span {
  display: inline-block;
  font-size: 24px;
  transform: translateY(-13px) translateX(4px);
}

/* HALOS */
.sol-halos-theme .title {
  background-image: url(../image/sol-halos/halos_title_img.jpg);
  height: 300px;
}
.sol-halos-theme .title p {
  color: white;
  margin: 0;
}
.sol-halos-theme .desc-wrapper span {
  color: #FE6400;
}
.sol-halos-theme .desc-wrapper p {
  margin-top: 28px;
  font-size: 16px;
  color: #787878;
}

.halos-ossa ul {
  color: #787878;
  font-size: 15px;
}
.halos-ossa ul > ul {
  padding-left: 16px;
}
.halos-ossa ul > ul > ul {
  padding-left: 16px;
  list-style-type: "· ";
}
.halos-ossa li {
  margin-bottom: 4px;
}

.halos-guard h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 28px;
}
.halos-guard h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.halos-guard .card {
  width: 260px;
  height: 495px;
  padding: 30px 10px;
}
.halos-guard .card p {
  font-size: 16px;
  font-weight: 500;
}
.halos-guard .card ul {
  padding-left: 30px;
  text-align: start;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

.webshell {
  background-color: #F9F9F9;
  color: #505050;
  padding: 44px 52px;
  margin-top: 75px;
  margin-bottom: 50px;
}
.webshell h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.webshell li {
  margin-bottom: 18px;
}

/* 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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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: -webkit-max-content;
  width: -moz-max-content;
  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);
}/*# sourceMappingURL=solution.css.map */