/*
	Author: Lumberjacks
	Template: Sawmill (HTML Template)
	Version: 1.0
	URL: http://themeforest.net/user/Lumberjacks/
*/



/* TABLE OF CONTENTS
  
  1. IMPORT SECTION
  2. BASIC STYLES
  3. MENU SECTION
  4. HEADER SECTION
  5. ICON INFO SECTION
  6. DESCRIPTION #1 SECTION
  7. CLIENTS SECTION
  8. NEWS SECTION
  9. BUTTON INFO SECTION
  10. DESCRIPTION #2 SECTION
  11. DOWNLOAD SECTION
  12. DESCRIPTION #3 SECTION
  13. FAQ SECTION
  14. PORTFOLIO SECTION
  15. TEAM SECTION
  16. PRICING SECTION
  17. TRIAL SECTION
  18. QUOTE SECTION
  19. TWITTER SECTION
  20. CONTACT SECTION
  21. FOOTER SECTION
  22. BREAKPOINTS

*/



/* 1. IMPORT SECTION */

	@import url("bootstrap.css");
	@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&subset=latin-ext,latin");
  @import url("slick.css");
	@import url("ionicons.min.css");
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* 2. BASIC STYLES */

  html,
  body {
    height: 100%;
    width: 100%;
  }

	body {
		font: 15px/1.5 'Source Sans Pro', sans-serif;
		background-color: #fff;
		color: #8797a7;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}

	a { 
    font-family: 'Noto Sans KR', sans-serif;  
		color: #8797a7;
    font-weight: 500;
    cursor: pointer;
		transition: all 0.125s ease-in-out 0s;
		-moz-transition: all 0.125s ease-in-out 0s;
		-webkit-transition: all 0.125s ease-in-out 0s;
		-o-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
	}

  a:focus {
    color: inherit;
  }

	a:hover {
		color: #4c8fff;
	}

	a, a:hover, a:active, a:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

  h1 {
    font-family: 'Noto Sans KR', sans-serif;  
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1.4em;
  }

  h2 {
    font-family: 'Noto Sans KR', sans-serif;  
    font-size: 2.3em;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 0;
  }

  h3 {
    font-family: 'Noto Sans KR', sans-serif;  
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
  }

  h4 {
    font-family: 'Noto Sans KR', sans-serif;  
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1em;
  }

  p {
    font-family: 'Noto Sans KR', sans-serif;  
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
  }

  strong {
    font-weight: 600;
  }

	.preloader {
		background: #fff url('../img/preloader.svg') no-repeat center center;
		bottom: 0;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}

  .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 3px;
  }

  .slick-dots li.slick-active button {
    background-color: #4c8fff;
  }

  @keyframes twitter-more-hover {
    0%, 100% {
      padding-left: 10px;
    }
    50% {
      padding-left: 20px;
    }
  }

  @keyframes arrow-right-hover {
    0%, 100% {
      padding-left: 5px;
      padding-right: 15px;
    }
    50% {
      padding-left: 15px;
      padding-right: 5px;
    }
  }

/* 3. MENU SECTION */

  .top {
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
  }

  .topbar {
    width: 100%;
    background: black;
    line-height: 80px;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  }

.col-xs-12{
    display: block;
    width: 100%;
    text-align: center;
}

.logo a > img {
    width: 190px;
}

  .wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

/* 4. HEADER SECTION */

  header {
    height: 950px;
    z-index: 1 !important;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  header .text h1 {
    color: #0a0a0a;
  }

header .text h1 span {
    color: #c02028;
}

.ransomware_text_span {
    font-size: 0.7em;
}

  header .text p {
    font-size: 1.6em;
    margin: 30px 0 50px;
    color: #0a0a0a;
    opacity: 0.75;
  }

  header .text a.button {
    width: 160px;
    line-height: 50px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
  }

  header .text a.solid {
    background: rgba(31, 31, 130, 0.7);
    border: 1px solid #1f1f82;
  }

  header .text a.solid:hover {
    background: rgba(31, 31, 130, 1);
  }

  header .text a.ghost {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
  }

  header .text a.ghost:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  header .text a.button > i {
    position: relative;
    top: 1px;
    margin-left: -5px;
    font-size: 1em;
    line-height: 1em;
    opacity: 0;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
  }

  header .text a.button:hover > i {
    margin-left: 15px;
    opacity: 1;
  }

  header .subscribe {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
  }

  header .subscribe h3 {
    font-weight: 300;
    color: #294661;
    margin-top: 0;
  }

  header .subscribe p {
    color: #8797a7;
  }

  header .subscribe input {
    outline: none;
    border: 1px solid #d4dadf;
    border-radius: 3px;
    width: 100%;
    padding: 13px 20px;
    background: #fff;
    color: #294661;
    font-size: 1.05em;
    margin-bottom: 20px;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
  }

  header .subscribe input:focus {
    border: 1px solid #4c8fff;
  }

  header .subscribe input#subscribe-submit {
    text-align: center;
    width: 140px;
    background: #4c8fff;
    border: 1px solid #4c8fff;
    color: #fff;
    margin-bottom: 10px;
  }

  header .subscribe input#subscribe-submit:hover {
    border: 1px solid #3663b2;
    background: #3663b2;
  }

  header .subscribe .message {
    display: inline-block;
    height: 50px;
    width: 140px;
    margin: 0 auto;
    text-align: center;
  }

  header .subscribe .message span {
    display: inline-block;
    position: relative;
    left: -1px;
    width: 140px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 3px;
  }

  header .subscribe .message span.success {
    color: #1cc900;
  }

  header .subscribe .message span.error {
    color: #f76868;
  }

  header .subscribe .message span > i {
    padding-right: 10px;
  }



/* 5. DESCRIPTION #1 SECTION */

  .description-1 {
    text-align: center;
    overflow-x: hidden;
    background-color: #f7f7f5;
  }

  .description-1 .text {
    position: relative;
    text-align: left;
  }

  .description-1 .text:first-child {
    margin-top: 110px;
  }


  .description-1 .text h3 {
    color: #000000;
    margin-left: 60px;
  }

  .description-1 .text p {
    margin-bottom: 50px;
    margin-left: 60px;
    color: #717170;
  }

  .description-1 .photo-left,
  .description-1 .photo-right {
    height: 530px;
  }

  .description-1 .photo-left img {
    position: absolute;
    right: 0;
    width: 587px;  
    height: 530px;
  }

  .description-1 .photo-right img {
    position: absolute;
    left: 0px;
      width: 587px; 
    height: 530px;
  }

.spc_txt {
    font-size: 13px;
    line-height: 2em;
}

/* 6. CLIENTS SECTION */

  .clients {
    padding: 90px 0;
    background-color: #242424;
    background-size: cover;
    background-position: center;
  }

.clients img {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px 0;
    
}

  .clients h2 {
    color: #fff;
      text-align: center;
  }

.clients h2 span {
    color:#f00e19;
}

.clients p {
    color:  #fff;
    text-align: center;
}


/* 7. 치료방법 */

  .portfolio {
    padding: 90px 0;
    text-align: center;
  }

  .portfolio h2 {
    color: #000000;
  }

.portfolio p strong {
    font-size: 20px;
}

.portfolio p {
    line-height: 2.5em;
    color: #000000;
}
  .portfolio .block {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .portfolio span {
    font-size: 25px;
    color: #9c1c22;
    font-weight: 700;
  }


/* 8. 프로세스 */
.process_img {
    width: 100%;
}

/* 9. 설치효과 */
 
.description-2 {
    padding: 100px 0 0;
    text-align: center;
  }

  .description-2 h2 {
    color: #000000;
  }

  .description-2 p {
    margin-bottom: 50px;
    color: #555554;
  }

  .description-2 img {
      margin-bottom: 50px;

  }

  .description-2 .texts {
    text-align: left;
  }

  .description-2 .text {
    position: relative;
  }

  .description-2 .text:first-child {
    margin-top: 50px;
  }

  .description-2 .text i {
    position: absolute;
    top: -12px;
    font-size: 50px;
    line-height: 1em;
    color: #4c8fff;
  }

  .description-2 .text h3 {
    color: #294661;
    margin-left: 60px;
  }

  .description-2 .text p {
    margin-bottom: 50px;
    margin-left: 60px;
  }

  .description-2 a.button {
    width: 160px;
    line-height: 50px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    margin-left: 60px;
    text-align: center;
  }

  .description-2 a.solid {
    background: rgba(76, 143, 255, 1);
    border: 1px solid #4c8fff;
  }

  .description-2 a.solid:hover {
    background: rgba(76, 143, 255, 0);
    color: #4c8fff;
  }

  .description-2 a.button > i {
    color: #4c8fff;
    opacity: 0;
    margin-left: -10px;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
  }

  .description-2 a.button:hover > i {
    opacity: 1;
    margin-left: 3px;
  }

.grph_03 {
    width: 100%;
    
}

.description-2 .col-sm-12 P{
    font-weight: 600;
    color: #1f1f82;
    font-size: 20px;
}

/* 10. BUTTON INFO SECTION */

  .button-info {
    padding: 70px 0 100px;
    color: #fff;
    text-align: center;
    background-image: url(../img/download.jpg);
    background-position: center center;
}

.button-info .col-sm-12 > img {
    width: 200px;
    margin-bottom: 20px;
}

  .button-info a.button {
 width: 160px;
    line-height: 50px;
    display: inline-block;
    border-radius: 3px;
    color: #000000;
    text-align: center;
    margin-right: 10px;
  }


  .button-info a.solid {
    background: rgba(247, 247, 245, 0.7);
    border: 1px solid #fff;
  }

  .button-info a.solid:hover {
    background: rgba(247, 247, 245, 1);
  }

/* 11. CONTACT SECTION */

  .contact {
    padding: 100px 0 30px;
    background: #f4f6f7;
  }

  .contact h2 {
    color: #000000;
    text-align: center;
  }

.contact img {
    margin-bottom: 20px;
}

  .contact .texts span {
    display: block;
    font-size: 22px;
    color: #294661;
    margin-bottom: 20px;
  }

  .contact .texts span.number {
    font-weight: 600;
    color: #1f1f82;
    margin-bottom: 0;
  }

  .contact .texts span.number > i {
    padding-right: 20px;

  }

  .contact .texts p {
    margin-top: 50px;
    max-width: 450px;
    color: #555554;
  }

  .contact input,
  .contact textarea {
    outline: none;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    color: #294661;
    border: 1px solid #d4dadf;
    border-radius: 3px;
    margin-bottom: 20px;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
  }

  .contact textarea {
    resize: vertical;
    min-height: 150px;
  }

  .contact input:focus,
  .contact textarea:focus {
    border: 1px solid #4c8fff;
  }

  .contact button {
    display: block;
    outline: none;
    width: 140px;
    padding: 15px 20px;
    line-height: 1em;
    background: rgba(31,31,130,0.7);
    color:#fff;
    border: 1px solid #1f1f82;
    border-radius: 3px;
    margin: 0 0 20px auto;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
     
  }

  .contact button:hover {
    background: rgba(31,31,130,1);
    border: 1px solid #1f1f82;
  }

  .contact button > i {
    margin-left: -14px;
    opacity: 0;
    transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
  }

  .contact button:hover > i {
    margin-left: 10px;
    opacity: 1;
  }

  .contact .message {
    height: 50px;
    width: 100%;
  }

  .contact .message span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
  }

  .contact .message span.success {
    border: 1px solid #1cc900;
    background: #dbf7e3;
    color: #1cc900;
  }

  .contact .message span.error {
    border: 1px solid #f76868;
    background: #f4e6e7;
    color: #f76868;
  }

  .contact .message span > i {
    padding-right: 10px;
  }



/* 21. FOOTER SECTION */


  footer .bottombar {
    background: #8797a7;
    color: #fff;
    line-height: 50px;
  }

.col-md-4 {
    text-align: center;
    width: 100%;
}
  
footer .right span:first-child {
    padding-left: 0;
  }








/* 22. BREAKPOINTS */

  @media (max-width: 1199px) {

    .icon-info .col-sm-4 {
      padding: 30px 15px;
    }

    .icon-info i {
      top: 20px;
    }

    .description-1 .photo-left img {
      right: 30px;
    }

    .description-1 .photo-right img {
      left: 30px;
    }

    .description-1 .text:first-child {
      margin-top: 70px;
    }

    .client {
      padding: 0 55px;
    }

    .description-3 .text:first-child {
      margin-top: 0;
    }

    .description-3 img {
      margin-top: 70px;
    }

    .team .block .mask {
      padding-top: 90px;
    }

    .team .block:hover .mask {
      padding-top: 60px;
    }
  }

  @media (max-width: 991px) {

    .topcontact > .container {
      width: 100%;
    }

    .topbar > .container {
      width: 100%;
    }

    header .text h1,
    header .text p {
      text-align: center;
    }

    .description-1 .photo-left img {
      position: relative;
      right: 0;
      width: 100%;
      height: auto;
    }

    .description-1 .photo-right img {
      position: relative;
      left: 0;
      width: 100%;
      height: auto;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .description-1 .text p {
      margin-bottom: 0;
    }

    .description-1 .text:first-child {
      margin-top: 0;
    }

    .description-1 .photo-left .text:first-child {
      margin-top: 50px;
    }

    .news-panel {
      margin-bottom: 50px;
    }

    .download {
      padding: 100px 0;
    }

    .download h2 {
      margin-bottom: 50px;
      width: 
    }

    .description-3 p {
      margin-bottom: 0;
    }

    .description-3 img {
      max-width: 480px;
      margin-top: 0;
    }

    .description-3 .text:first-child {
      margin-top: 50px;
    }

    .team .block .mask {
      padding-top: 50px;
    }

    .team .block:hover .mask {
      padding-top: 30px;
    }

    .twitter .name {
      margin-bottom: 30px;
    }

    footer .right span {
      display: block;
    }

    footer .bottombar {
      padding: 20px 0;
      line-height: 30px;
    }

  }

  @media (max-width: 767px) {

    .menu {
      text-align: right;
    }

    .menu > a {
      position: absolute;
      top: -78px;
      right: 15px;
      font-size: 1.8em;
      color: #262626;
    }

    .menu > a:hover {
      color: #4c8fff;
    }

    .menu > ul {
      height: 0;
      text-align: center;
      overflow: hidden;
    }

    .menu > ul.active {
      height: auto;
      overflow: visible;
    }

    header {
      height: auto;
      padding: 100px 0;
    }

    header .text p {
      opacity: 1;
    }

    .wrapper {
      position: relative;
      top: 0;
      transform: translateY(0);
    }

    .icon-info .col-sm-4 {
      border-right: none;
    }

    .icon-info i {
      top: 10px;
    }

    .description-1 .photo-left,
    .description-1 .photo-right {
      height: auto;
    }

    .client {
      padding: 0 30px;
    }

    .description-2 {
      padding: 100px 0;
    }

    .description-2 p {
      margin-bottom: 18px;
    }

    .download a.button {
      margin-bottom: 10px;
    }

    .team .block .mask {
      padding-top: 120px;
    }

    .team .block:hover .mask {
      padding-top: 90px;
    }

    .pricing .block {
      margin-bottom: 30px;
    }

    .trial input {
      width: 100%;
      border-radius: 3px;
      margin-bottom: 10px;
    }

    .trial input#trial-email {
      left: 0;
    }

    .trial input#trial-submit {
      left: 0;
    }

    .trial .message {
      width: 100%;
    }

    .trial span {
      width: 100%;
    }

      
    footer span {
      display: block;
      margin-bottom: 30px;
    }

    footer .bottombar {
      text-align: center;
      padding: 20px 0;
      line-height: 30px;
    }

    footer .bottombar span {
      margin-bottom: 0;
      text-align: center;
    }

    footer .right span {
      padding-left: 0;
    }

	}