/****************************
-- Banner Section --
****************************/
.banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 290px;
  padding: 50px 0;
  text-align: center;
}

.banner-inner {
  position: relative;
  margin: 0 auto;
  width: 750px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 90%;
  border-radius: 5px;
  padding: 40px;
  box-sizing: border-box;
  padding-bottom: 15px;
  display: inline-block;
}

.banner-section .success-msg-spc {
  padding: 40px 40px 20px;
  border-top: 2px solid #e1e1e1;
}

.banner-inner p {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .regular {
    font-size: 14px;
  }
}

/****************************
-- Button --
****************************/
.buttons-wrap {
  display: table;
  width: 100%;
  margin: 30px 0 40px;
}
.buttons-wrap .left {
  display: table-cell;
}
.buttons-wrap .right {
  display: table-cell;
}
.buttons-wrap .button-pre {
  display: table-cell;
  text-align: center;
}
.buttons-wrap .button-next {
  display: table-cell;
  text-align: center;
}
.button-next button {
  transition: all 0.5s;
  cursor: pointer;
  outline : none;
}

.button-next button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  padding: 10px 20px;
}
.button-next button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 4px;
  right: -10px;
  transition: 0.5s;
  font-size: 22px;
}
.button-next button:hover span {
  padding-right: 25px;
}
.button-next button:hover span::after {
  opacity: 1;
  right: 0;
}
.button-next button.previous {
  border: 1px solid #652c80;
  padding: 10px 20px;
  color: #662c7f;
  font-size: 14.5px;
  font-style: normal;
  background: none;
  cursor: pointer;/*min-width: 45%;*/
  width: 158px;
  transition: all 200ms ease-in-out;
  border-radius: 4px;
  max-width: 100%;
}
.button-next button.normal {
  border: 1px solid #652c80;
  padding: 10px 20px;
  color: #662c7f;
  font-size: 14.5px;
  font-style: normal;
  background: none;
  cursor: pointer;/*min-width: 45%;*/
  width: 158px;
  transition: all 200ms ease-in-out;
  border-radius: 4px;
  max-width: 100%;
}
.button-next button.next {
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1;
  background: #652c80;
  border: 1px solid #652c80;
  cursor: pointer;  /*min-width: 45%;*/
  transition: all 200ms ease-in-out;
  border-radius: 4px;
  max-width: 100%;
  min-width: 200px;
  text-transform: uppercase;
}
button.normal-fill {
  padding: 0;
  color: #ffffff;
  font-size: 14.5px;
  font-style: normal;
  background: #652c80;
  border: 1px solid #652c80;
  cursor: pointer;  /*min-width: 45%;*/
  width: 158px;
  transition: all 200ms ease-in-out;
  border-radius: 4px;
  max-width: 100%;
}
.button-next button.next:hover {
  background: #6a477b;
}
button.normal {
  border: 1px solid #652c80;
  padding: 10px 20px;
  color: #662c7f;
  font-size: 14.5px;
  font-style: normal;
  background: none;
  cursor: pointer;
  min-width: 200px;
  transition: all 200ms ease-in-out;
  border-radius: 4px;
  text-transform: uppercase;
}

/****************************
-- Form --
****************************/
.form-wrap {
  position: relative;
  max-width: 750px !important;
  background: #ffffff;
  border-radius: 5px;
  padding: 40px;
  box-sizing: border-box;
  padding-bottom: 15px;
  font-family: Nunito Sans;
}
.form-wrap .top-pad,
.customBox .top-pad {
  padding-top: 20px;
}
.form-wrap .top-pad-light {
  padding-top: 10px;
}
.form-wrap .regular,
.customBox .regular{
  font-size: 15px;
  color: #333;
}
.fancybox-skin {
  padding: 0 !important;
}
.form-wrap section {
  display: none;
}
.form-wrap section.selected {
  display: block;
}
.form-wrap > section img {
  margin-left: auto;
  margin-right: auto;
}
.form-wrap .text-n-banner {
  position: relative;
  margin: -42px -40px 0px -40px;
  background: #ececec;
  overflow: hidden;
}
.form-wrap .text-n-banner .img-wrap {
  position: relative;
  background-size: cover;
  min-height: 290px;
}
.form-wrap .text-n-banner .banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  line-height: 51px;
  padding: 0 20px;
  width: 100%;
  color: #ffffff;
  font-size: 52.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(51,0,0,0);
  box-sizing: border-box;
  transform: translatey(-50%)
}
.form-wrap .success-msg-spc {
  padding: 40px 40px 20px;
}
.form-wrap .qnq-second-footer {
  text-align: center;
  padding: 5px 0;
  border-top: 1px dashed #e1e1e1;
}
.form-wrap .footer-list {
  display: inline-block;
  padding: 15px 20px 0;
}
.footer-list span {
    display: block;
    text-align: center;
    color: #7C706C;
    padding-top: 10px;
}
.form-wrap .footer-list img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.form-wrap a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #190DAB;
  text-decoration: none;
}
.form-wrap .footer-list p {
  display: block;
  text-align: center;
  color: #7C706C;
  padding-top: 10px;
}
.form-wrap .suggested-sec {
  position: relative;
  margin: -40px -40px 20px -40px;
  background: #ececec;
  overflow: hidden;
  padding: 20px 40px 10px 40px;
}
.form-wrap .suggested-sec h3 {
  color: #333;
  font-size: 18px;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
/*.form-wrap .suggested-sec ul {
max-height: 180px;
overflow: auto;
}*/
.form-wrap ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.form-wrap .suggested-sec a {
  color: #190DAB;
  font-size: 15.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  text-align: left;
}
.form-wrap .question,
.customBox .question {
  color: #662c7f;
  font-size: 22.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 15px;
}
.form-wrap .options {
  display: block;
  height: auto;
  padding: 30px 20px 0;
}
.form-wrap .options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.form-wrap ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.form-wrap ul li input[type=radio], .form-wrap ul li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.form-wrap input, .form-wrap select {
  vertical-align: middle;
}
.form-wrap ul li label {
  display: block;
  position: relative;
  padding: 0px 25px 0px 50px;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #333333;
  font-size: 15.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  text-align: left;
}
.form-wrap ul li .check {
  display: block;
  position: absolute;
  border: none;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 11px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.form-wrap ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0%;
  height: 12px;
  width: 12px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  content: "";
  height: 8px;
  width: 8px;
  border: 3px solid #7c706c;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
.form-wrap .search-wrap {
  text-align: center;
}
.form-wrap .options.search-wrap li {
  margin: 10px 0;
}
.form-wrap .search-wrap .search-box {
  border: 1px solid #b8c5d0;
  width: 500px;
  height: 42px;
  background: #eef2f5;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 18.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  text-align: left;
  max-width: 100%;
  box-sizing: border-box;
}
.form-wrap input[type=radio] + label:before, .form-wrap input[type=checkbox] + label:before,
.form-wrap input[type=radio] + label:after {
  visibility: hidden;
}
.form-wrap .qnq-common-footer {
  border-top: 1px dashed #e1e1e1;
  padding: 15px 0 0;
  width: 100%;
  display: inline-block;
  margin-top: 0px;
  line-height: 37px;
}
.form-wrap .qnq-common-footer .a-text {
  color: #190dab;
  font-size: 15.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  display: block;
  padding-left: 20px;
  margin: 0px 0 5px;
}
.form-wrap .qnq-common-footer .a-text:hover ,
.form-wrap .a-link:hover {
  color: #169BD5;
}
.qnq-dummy-footer {
  padding: 15px 0 0;
  width: 100%;
  display: inline-block;
  margin-top: 0px;
  line-height: 15px;
}
.form-wrap .footer-links {
  float: right;
  padding-top: 2px;
}
.form-wrap .a-back {
  font-size: 0;
  padding-right: 12px;
  text-decoration: none;
}
.form-wrap .qnq-common-footer .a-home::before{
  font-family: FontAwesome;
  content: "\f015";
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.form-wrap .qnq-common-footer .a-home {
  color: #7c706c;
  font-size: 10.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  float: right;
  line-height: 12px;
  margin-top: 5px;
}

.form-wrap .qnq-common-footer .a-back:hover::after,
.form-wrap .qnq-common-footer .a-home:hover {
  color: #652c80;
}

.form-wrap .a-back::after {
  font-family: FontAwesome;
  content: "\f100";
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #786f6a;
}
.form-wrap .numb-list {
  margin: 20px 0;
  padding: 30px 0 10px;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.form-wrap .numb-list ol li, .form-wrap .numb-list h3, .form-wrap .bullet-list h3, .form-wrap .bullet-list ul li {
  font-size: 15.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  text-align: left;
  color: #333333;
  float: none;
}
.form-wrap .numb-list > ol {
  max-height: 200px;
  overflow: auto;
}
.form-wrap ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-position: inside;
  padding: 0;
}
.form-wrap ol li:before {
  display: none;
}
.form-wrap .barcode-section {
  display: table;
  font-size: 15px;
  padding-bottom: 20px;
}
.form-wrap .left {
  position: relative;
}
.form-wrap .barcode-section h2 {
  color: #333;
  font-size: 18px;
}
.form-wrap .barcode-section .right {
  text-align: center;
}
.form-wrap .barcode-section .left, .form-wrap .barcode-section .right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.form-wrap .barcode-section .right img {
  width: 60%;
}
.form-wrap .barcode-section img {
  max-width: 100%;
  margin: 0 auto;
}
.form-wrap p {
  margin: 10px 0;
}
.form-wrap .bullet-list {
  margin: 20px 0;
  padding: 30px 0 10px;
}
.form-wrap ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-position: inside;
}
.form-wrap ul li:before {
  color: #333333;
}
.form-wrap .registration {
  display: table;
  margin: 10px 0;
  width: 100%;
}
.form-wrap .col-md-6 {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
}
.form-wrap .form-group {
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
}
.form-wrap .form-group label {
  color: #333333;
  font-size: 15.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  padding-bottom: 10px;
  display: block;
  text-align: left;
}
.form-wrap .form-control, .form-wrap .form-select {
  border: 1px solid #b8c5d0;
  width: 500px;
  height: 35px;
  background: #eef2f5;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 15.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  text-align: left;
  max-width: 100%;
  box-sizing: border-box;
}
.form-wrap .registration .options {
  display: inline-block;
  width: 100%;
  padding: 10px 5px 0;
  box-sizing: border-box;
}
.form-wrap ul li input[type=radio], .form-wrap ul li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.form-wrap .registration ul li label {
  font-size: 15px;
  padding: 10px 25px 10px 60px;
}
.form-wrap .registration ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #7c706c;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 15px;
  left: 15px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  border-radius: 4px;
  line-height: 25px;
}
.form-wrap .registration ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  border-radius: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border: none;
  transform: rotate(0deg);
}
.form-wrap input[type=radio]:checked ~ .check {
  border: none;
}
.form-wrap input[type=checkbox]:checked ~ .check {
  border: 1px solid #0DFF92;
}
.form-wrap input[type=radio]:checked ~ .check::before {
  background: none;
}
.form-wrap input[type=checkbox]:checked ~ .check::before {
  background: #0DFF92;
}
.form-wrap .registration input[type=checkbox]:checked ~ .check::before {
  background: #0DFF92;
  content: '\2713';
}
.form-wrap input[type=checkbox]:checked + label:before{
  display: none
}
.form-wrap input[type=checkbox]:checked + label:after {
  display: none;
}
.form-wrap input[type=checkbox]:hover + label:before{
  display: none
}
.form-wrap input[type=checkbox]:hover + label:after {
  display: none;
}
.hidden-content-like .normal, .hidden-content-like .normal-fill {
  width: auto;
  min-width: 100px;
}
.hidden-content-like .success-msg-spc {
  padding: 25px 0px 20px;
}
.hidden-content-like .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.hidden-content-like .close:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}
.success-msg-spc textarea {
  width: 100%;
  background: #eff1f7;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0;
  height: auto;
  padding: 0;
}
.hidden-content-like .buttons-wrap {
  padding: 10px 0 0;
  margin: 0;
}
.hidden-content-like .buttons-wrap {
  border-top: 1px dashed #e1e1e1;
}
.hidden-content-like p {
  color: #333;
  margin: 10px 0;
  font-size: 15px;
}
.hidden-content-like .selected-small {
  display: block;
}
.hidden-content-like, .unlike-lev-1 {
  display: none;
}
@media (min-width: 768px){
  .form-wrap {
    width: 750px;
  }
}
@media (max-width: 767px){
  .form-wrap {
    padding: 20px;
    padding-bottom: 10px;
  }
  .form-wrap a, .form-wrap p {
    font-size: 14px;
    line-height: 18px;
  }
  .form-wrap .suggested-sec {
    margin: -40px -20px 20px -20px;
    padding: 40px 40px 20px 40px;
  }
  .form-wrap .suggested-sec h3 {
    font-size: 16px;
  }
  .form-wrap .question {
    font-size: 18px;
  }
  .form-wrap ul li label {
    padding: 0px 25px 0px 60px;
    margin: 5px auto;
  }
  .form-wrap .registration ul li label, .form-wrap ul li label {
    font-size: 14px;
  }
  .form-wrap ul li .check::before {
    top: -1px;
    left: 12px;
  }
  .form-wrap .search-wrap .search-box {
    font-size: 14px;
    height: 35px;
  }
  .form-wrap .buttons-wrap {
    margin: 10px 0 20px;
  }
  .form-wrap .buttons-wrap .button-next {
    display: table;
    width: 100%;
    margin-top: 10px;
  }
  .form-wrap button.previous, .form-wrap button.next, .form-wrap button.normal, .form-wrap button.normal-fill {
    font-size: 14px;
    width: 150px;
  }
  .form-wrap .qnq-common-footer .a-text {
    font-size: 12px;
  }
  .form-wrap .a-back {
    padding-right: 14px;
  }
  .form-wrap .text-n-banner {
    margin: -42px -20px 0px -20px;
  }
  .form-wrap .text-n-banner .banner-text {
    font-size: 32px;
    line-height: 32px;
  }
  .form-wrap .success-msg-spc {
    padding: 30px 10px 10px;
  }
  .form-wrap .regular {
    font-size: 14px;
    line-height: 18px;
  }
  .form-wrap .footer-list {
    vertical-align: top;
  }
  .form-wrap .footer-list p {
    padding-top: 0;
  }
  .form-wrap .numb-list ol li, .form-wrap .numb-list h3, .form-wrap .bullet-list h3, .form-wrap .bullet-list ul li {
    font-size: 14px;
  }
  .form-wrap .bullet-list {
    margin: 10px 0;
    padding: 20px 0 5px;
  }
  .form-wrap .form-control, .form-wrap .form-select {
    font-size: 14px;
    width: 100%;
  }
  .form-wrap .buttons-wrap .button-pre {
    display: table;
    width: 100%;
  }
}
@media (max-width: 480px){
  .form-wrap .text-n-banner .banner-text {
    font-size: 26px;
    line-height: 26px;
  }
  .form-wrap .barcode-section .left, .form-wrap .barcode-section .right {
    display: table;
    width: 100%;
  }
  .form-wrap .col-md-6 {
    width: 100%;
  }
}

.ui-dialog {
  width: auto !important;
  max-width: 700px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

.fancybox-overlay-fixed {
  position: fixed;
}

#ajax-loader img,
#secRegisterCheckEmailUsage-loader img,
#secKBSearchList-loader img {
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
}

#ajax-loader,
#secRegisterCheckEmailUsage-loader,
#secKBSearchList-loader {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
}

.form-wrap .error,
.customBox .error {
  color: #FB3757 !important;
  font-size: 13.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  text-align: left;
}

.kb-view {
  max-height: 250px;
  overflow: auto;
}

.suggested-sec ul {
  max-height: 250px;
  overflow: auto;
}

.errorClass {
  border-color: red;
}

#secGetSN .buttons-wrap {
  margin-top: 0;
}

#secKBSearchListResult{
  padding-left: 0;
}

#secKBSearchListResult li:before{
  display: none;
}

#secKBSearchEmbed .buttons-wrap {
  margin-top: 10px;
}

#secKBSearchEmbed .options.search-wrap{
  padding: 30px 20px 0;
}
#secKBSearchEmbed .options ul li label {
  padding: 0 0 0 25px;
}
#secKBSearchEmbed .options ul li .check {
  left:0;
}
#secKBSearchEmbed .options{
  padding: 0
}
#secKBSearchArticle ul li {
  color: #333;
}
@media (max-width: 767px) {
  #secKBSearchEmbed .buttons-wrap .button-next {
      margin-bottom: 20px;
  }
}
/****************************
-- customBox --
****************************/
.customBox {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 9000;
  text-align: center;
  font-family: Nunito Sans;
}
.customBox::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.customBox .popup {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  max-width: 90%;
}