

.global_wrap { display: flex; flex-wrap: wrap; flex-direction: row; gap:5px; }
.global { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; border: 1px solid #c2c2c2; border-radius: 25px; padding: 12px 25px; }
.global a { font-size: 16px; color: #666; line-height: 100%; background:url('../images/common/global_Line.png') right 5px no-repeat; padding: 0 13px 0 12px; transition:0.2s; letter-spacing: -0.5px; }
.global a:first-child { padding-left: 0; }
.global a:last-child { background: none; padding-right: 0; }
.global a:hover { color: #111; }

.gnb_wrap { width: 100%; position: relative; background: #72461f; }
.gnb { max-width: 1810px; position: relative; background: url('../images/common/gnbLine.jpg') right center no-repeat;  display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; margin: 0 auto; padding: 0 20px; }
.gnb > li { position: relative; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; transition:0.2s; box-sizing: border-box; }
.gnb > li > a { width: 100%; height: 60px; font-size: 19px; font-weight: 500; color: #fff; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; letter-spacing: -1px; }
.gnb > li:first-child > a { padding-left: 0; }
.gnb > li:last-child > a { padding-right: 0; }
.gnb > li > a:after { display: block; content:''; width: 0; height: 3px; background: #fbd61f; position: absolute; left: 0; bottom: 0; transition:0.3s; }
.gnb > li.on > a:after, .gnb > li > a:hover { width: 100%; }
.gnb > li > a:hover, .gnb > li.on > a { color: #fbd61f; }

.gnb > li > ul { width: calc(100% + 200px); min-width:100%; position: absolute; top: 60px; left: -40px; z-index: 10000; display: none; }
.gnb > li > ul > li { letter-spacing: 0; line-height: 120%; }
.gnb > li > ul > li a { width: 100%; display: block; font-size: 17px; color: #fff; padding: 10px 20px; text-align: left; line-height: 130%; background: rgba(49,73,165,0.55); }
.gnb > li > ul > li a:hover { color: #fbf371;  background: rgba(49,73,165,0.9);}
.gnb > li > ul.snb04 { width: 200px; left: -70px; }
.gnb > li > ul.snb05 { width: 220px; left: -70px; }
.gnb > li > ul.snb06 { width: 220px; left: -70px; }

/* Injected CSS Code */

/* Begining of advanced designer */
/*PREFERENCES STYLE*/
/*  1 - Preferences style */
/*  1 - FONT FAMILY */
.form-all {
  /*font-family: "Inter", sans-serif;*/
  font-family: "Prompt", sans-serif;
}
/* 2 - FORM WIDTH */
.form-all {
  /*max-width: 758px;*/
 /* max-width: 1250px;*/
 max-width: 100%;
}
/* 5 - FONT SIZE */
.form-all {
  font-size: 16px;
}
/* 5 - input bg color */
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
/* 10 - LINE SPACING */
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.supernova .form-all,
.form-all {
  background-color: #f7f1ee;
}
.supernova {
  background-color: #527f6b;
}
.supernova body {
  background-color: transparent;
}
.form-all,
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label,
.form-sub-label {
  color: #2c3345;
}
/*PREFERENCES STYLE*/
/* 17 - INPUT WIDTHS */
/*  20 - FORM PADDING */
ul.form-section {
  /*padding: 0px 38px;*/
  padding: 0px 0px;
}
.form-textbox:not(#productSearch-input),
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  border-color: #ffffff;
}
.form-textarea:hover,
.form-textbox:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
.form-textarea:focus,
.form-textbox:focus,
li[data-type=control_fileupload] .qq-upload-button:focus,
.signature-wrapper:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
/* Heights */
/* 11 - LINE PADDING */
/* LABEL STYLE */
/* 12 - ROUNDED INPUTS */
.supernova .form-all,
.form-all {
  border-radius: 20px;
}
.form-section:first-child {
  border-radius: 20px 20px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 20px 20px;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 20px;
  height: 20px;
}
.submit-button {
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
}
.submit-button {
  min-width: 180px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.supernova {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.header-large h1.form-header {
  font-size: 2em;
}
.header-large h2.form-header {
  font-size: 1.5em;
}
.header-large h3.form-header {
  font-size: 1.17em;
}
.header-large h1 + .form-subHeader {
  font-size: 1em;
}
.header-large h2 + .form-subHeader {
  font-size: .875em;
}
.header-large h3 + .form-subHeader {
  font-size: .75em;
}
.header-default h1.form-header {
  font-size: 2em;
}
.header-default h2.form-header {
  font-size: 1.5em;
}
.header-default h3.form-header {
  font-size: 1.17em;
}
.header-default h1 + .form-subHeader {
  font-size: 1em;
}
.header-default h2 + .form-subHeader {
  font-size: .875em;
}
.header-default h3 + .form-subHeader {
  font-size: .75em;
}
.header-small h1.form-header {
  font-size: 2em;
}
.header-small h2.form-header {
  font-size: 1.5em;
}
.header-small h3.form-header {
  font-size: 1.17em;
}
.header-small h1 + .form-subHeader {
  font-size: 1em;
}
.header-small h2 + .form-subHeader {
  font-size: .875em;
}
.header-small h3 + .form-subHeader {
  font-size: .75em;
}
.form-header-group {
  text-align: left;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  margin: 0px -38px;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  padding: 20px 52px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: -1;
}
.form-header-group {
  border-bottom: none;
}
.form-line-error {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #fff4f4;
}
.form-line-error .form-error-message {
  background-color: #f23a3c;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #f23a3c;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #f23a3c;
  box-shadow: 0 0 3px #f23a3c;
}
.form-line-error {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #fff4f4;
}
.form-line-active {
  background-color: #f1f5ff;
}
/* 29 - FORM COLUMNS */

/*__INSPECT_SEPERATOR__*/
.form-all {
    background-size : 60%;
    background-position : top right;
}

.banner {
        /*background-image: url("../images/banner.png");*/
        background-size: cover;
        background-origin: content-box;
    }
.logo_banner{
        height: 100px;
    }    
.imglogo_banner{
        height: 72%;
        padding : 0px 5px;
    }    
@media (max-width: 768px) {
    .banner {
        /*background-image: url("../images/m_banner.png"); *//* Smaller image for mobile */
    }
    .logo_banner{
        height: 40px;
    }
    .imglogo_banner{
        height: 57%;
        padding : 0px 2px;
    }  
}
    /* Injected CSS Code */
