/*========== Reset ==========*/
body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    overflow-y: visible;
    overflow-x: hidden;
    font-family: kurious-looped;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

p {
    margin: 0;
}

ul, ol {
    list-style: none;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
a[href^=tel] {
    white-space: nowrap;
}

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    width: 100%;
}
th {
    font-weight: 500;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

iframe {
    border: 0;
}

video::-webkit-media-controls {
    display: none !important;
}
/* {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
.icw,
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-family: kurious-looped;
    color: #333;
}

small {
    font-size: 13px;
    display: inline-block;
}

address {
    font-style: normal;
}

dd {
    -webkit-margin-start: 20px;    
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
h1 > b, .h1 > b, 
h2 > b, .h2 > b, 
h3 > b, .h3 > b, 
h4 > b, .h4 > b, 
h5 > b, .h5 > b, 
h6 > b, .h6 > b, 
h1 > strong, .h1 > strong, 
h2 > strong, .h2 > strong, 
h3 > strong, .h3 > strong, 
h4 > strong, .h4 > strong, 
h5 > strong, .h5 > strong, 
h6 > strong, .h6 > strong { 
    font-family: kurious-looped;
    font-weight: 500;
}

h1, .h1, .popup-content-style h1 { 
    font-size: 42px;
}
h2, .h2, .popup-content-style h2 { 
    font-size: 33px;
}
h3, .h3, .popup-content-style h3 { 
    font-family: kurious-looped;
    font-size: 26px;
}
h4, .h4, .popup-content-style h4 { 
    font-family: kurious-looped;
    font-size: 18px;
}
h5, .h5, .popup-content-style h5 { 
    font-family: kurious-looped;
    font-size: 16px;
}
h6, .h6, .popup-content-style h6 { 
    font-family: kurious-looped;
    font-size: 16px;
}

h1 > i, .h1 > i, 
h2 > i, .h2 > i, 
h1 > em, .h1 > em, 
h2 > em, .h2 > em { 
    font-family: kurious-looped;
}

h3 > i, .h3 > i, 
h4 > i, .h4 > i, 
h5 > i, .h5 > i, 
h6 > i, .h6 > i, 
h3 > em, .h3 > em, 
h4 > em, .h4 > em, 
h5 > em, .h5 > em, 
h6 > em, .h6 > em { 
    font-family: kurious-looped;
}

a,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a {
    color: inherit;
    cursor: pointer;
}
a:focus,
a:hover, 
a:active { 
    
}

a[href^=tel],
a[href^=mail] { 
    outline: none;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

.a-center { text-align: center !important; }
.c-white { color: #fff !important; }
.c-red { color: #EF2524 !important; }
.c-green { color: #00A950 !important; }
.c-black { 
    color: #333 !important;
    font-family: kurious-looped;
}
figure {
    margin: 0;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.img {
    display: block;
}
.imgfull,
.img-full {
    display: block;
    width: 100%;
}

.img-inline {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 5px 0;
}

.u-none,
a.u-none,
a.u-none:hover {
    text-decoration: none;
}

.icw-row {
    font-size: 0;
}
.icw-col {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
th, 
td {
    padding: 0;
    font-weight: inherit;
    text-align: left;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}

label {
    display: inline-block;
}

legend {
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}

small,
.note-box {
    font-size: 13px
}
.note-box {
    margin: 15px 0 20px;
}
.note-box .heading {
    font-weight: 600;
}
.note-box p,
.note-box li {
    margin-bottom: 5px;
}

button {
    overflow: visible;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}

:-ms-input-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.placeholder {
    color: #999;
}

label,
input,
textarea,
select {
    font-size: 16px;
    line-height: 1.5;
}

input,
textarea,
select {
    line-height: normal;
}

input[type="text"], 
input[type="password"], 
input[type="date"],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"],
input[type="week"], 
input[type="email"], 
input[type="number"],
input[type="search"], 
input[type="tel"], 
input[type="time"],
input[type="url"],
textarea,
select {
    padding: 5px 15px;
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}

input[type="text"], 
input[type="password"], 
input[type="date"],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"],
input[type="week"], 
input[type="email"], 
input[type="number"],
input[type="search"], 
input[type="tel"], 
input[type="time"],
input[type="url"],
textarea,
select,
.select .chosen-container-single .chosen-single {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="text"], 
input[type="password"], 
input[type="date"],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"],
input[type="week"], 
input[type="email"], 
input[type="number"],
input[type="search"], 
input[type="tel"], 
input[type="time"],
input[type="url"],
textarea,
select {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
}

input[type="text"], 
input[type="password"], 
input[type="date"],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"],
input[type="week"], 
input[type="email"], 
input[type="number"],
input[type="search"], 
input[type="tel"], 
input[type="time"],
input[type="url"],
textarea,
select,
.chosen-container-single .chosen-single {
    border: 1px solid #eee;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop {
    border-color: #00a950;
}

input[type="password"] {
    letter-spacing: 1px;
}

textarea {
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: -1px;
}

.icw-form .icw-label,
.icw-input-unit .unit,
.css-label {
    color: #999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop,
.select .chosen-container-single .chosen-single,
.select-transparent select, 
.select-transparent .chosen-container-single .chosen-single,
.icw-form .filled input,
.icw-form .filled textarea,
.icw-form .filled select {
    color: #666;
}
.select .chosen-container .chosen-results li.disabled-result {
    color: #999;
}
.select {
    position: relative;
}
.select:after {
    content: "";
	position: absolute;
    right: 1px;
    top: 1px;
    bottom: 0;
    z-index: 1;
	pointer-events: none;
    display: inline-block;
    width: 40px; 
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.select:after {
    content: "\e900";
    font-family: 'iconfont';
    font-size: 40%;
}
.select select, 
.select select:focus {
    width: 100%;
    cursor: pointer;
    text-overflow: "";
}
.select select {
    padding-right: 20px;
    color: #999;
}
.select .chosen-single {
    text-decoration: none !important;
    box-shadow: none;
    outline: 0;
}
.select .chosen-container {
    text-align: left;
}
.select .chosen-container-single .chosen-single div {
    /*display: none;*/
}
.select .chosen-container-single .chosen-single div b { 
    background: none !important;
}
.select .chosen-container-single .chosen-default {
    color: #999;
   
}
.select .chosen-container-single .chosen-drop {
    margin-top: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select .chosen-container-active .chosen-drop {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.select .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 140px;
}
.select .chosen-container .chosen-results li {
    padding: 8px 15px;
    line-height: 1.5;
}

.select-transparent select, 
.select-transparent .chosen-container-single .chosen-single {
    height: 29px;
    line-height: 29px;
    padding-top: 0;
    padding-bottom: 0;
}
.select-transparent select, 
.select-transparent .chosen-container-single .chosen-single,
.select-transparent .chosen-container .chosen-results li {
    padding-left: 10px;
    
}
.select-transparent select,
.select-transparent .chosen-container-single .chosen-single,
.select-transparent .chosen-container .chosen-drop {
    background: none;
    border: 0;
    box-shadow: none;
}
.select-transparent .chosen-container .chosen-drop {
    background-color: #fff;
}
.select-transparent .chosen-container-single .chosen-single span {
    margin-right: 15px;
}
.select-transparent:after {
    width: 20px; 
    height: 31px;
    line-height: 30px;
    top: -1px; 
    right: 0;
    text-align: right;
    background-color: transparent;
}

.radio, 
.checkbox {
    position: relative;
    margin: 10px 0;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox {
    position: absolute; 
    z-index: -1000; 
    /*top: -1000px;*/
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; 
    border: 0;
}
input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label {
    display: inline-block;
    padding-left: 30px;
    height: auto;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
    cursor: pointer;
}
input[type=radio].css-checkbox + .css-label {
    background-image: url(../img/icon/radio.png);
}
input[type=radio].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/radio-chk.png);
}
input[type=checkbox].css-checkbox + .css-label {
    background-image: url(../img/icon/checkbox.png);
}
input[type=checkbox].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/checkbox-chk.png);
}

input[type=radio].css-checkbox[disabled] + .css-label,
input[type=checkbox].css-checkbox[disabled] + .css-label {
    color: #999;
    cursor: default;
}

.checkboxfull {
    position: relative;
    margin: 0;
}
.checkboxfull .css-label {
    width: 100%;
}
.checkboxfull .css-label:after {
    font-family: 'iconfont';
    content: "";
    position: absolute;
    right: 0; top: 7px;
    font-size: 80%;
    color: #00a950;
}
.checkboxfull input[type=checkbox].css-checkbox + .css-label {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 30px;
}
.checkboxfull input[type=checkbox].css-checkbox:checked + .css-label:after {
    content: "\e914";
}
.checkboxbd {
    position: relative;
    margin: 0;
    display: table;
    width: 100%;
}
.checkboxbd .css-label {
    width: 100%;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
}
.checkboxbd input[type=checkbox].css-checkbox + .css-label,
.checkboxbd input[type=radio].css-checkbox + .css-label {
    margin-bottom: 0;
    padding: 15px;
    display: table-cell;
    height: 110px;
    vertical-align: middle;
    border: 1px solid #eee;
    text-align: center;
}
.checkboxbd input[type=checkbox].css-checkbox:checked + .css-label,
.checkboxbd input[type=radio].css-checkbox:checked + .css-label {
    border-color: #00a950;
    color: #00a950;
}
.checkboxfull input[type=checkbox].css-checkbox + .css-label,
.checkboxfull input[type=checkbox].css-checkbox:checked + .css-label,
.checkboxbd input[type=checkbox].css-checkbox + .css-label,
.checkboxbd input[type=checkbox].css-checkbox:checked + .css-label,
.checkboxbd input[type=radio].css-checkbox + .css-label,
.checkboxbd input[type=radio].css-checkbox:checked + .css-label  {
    background-image: none;
}

input[disabled], 
textarea[disabled], 
select[disabled] {
    background-color: #f2f2f2;
    color: #999 !important;
    opacity: 1 !important;
}

.icw-fields:after {
    content: "";
    display: table;
    clear: both;
}
ul.icw-fields,
.icw-fields {
    position: relative;
    margin: 0 -10px !important;
    font-size: 0;
}
ul.icw-fields,
ul.icw-fields li {
    list-style: none !important;
}
.icw-fields .icw-field {
    /*float: left;*/
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 0;
}
.icw-fields .icw-field.col-3 {
    width: 30%;
}
.icw-fields .icw-field.col-7 {
    width: 70%; 
    text-align: right;
    margin-top: -12px;
}
.icw-fields .icw-field.no-pleft .overlabel,
.icw-fields .icw-field.no-pleft .icw-label,
.icw-fields .icw-field.no-pleft .checkbox {
    padding-left: 0;
}
.icw-fields .icw-field-full {
    float: none;
    width: 100%;
    clear: both;
}
.icw-fields:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}

.icw-form .hide {
    display: none;
}
.icw-form .icw-fieldset {
    margin-bottom: 40px;
}
.icw-form .icw-fieldset .form-block {
    margin-bottom: 0;
}
.icw-form .icw-fieldset-inner {
    padding: 0 30px;
}
.icw-form .icw-legend {
    color: #333;
    margin-bottom: 15px;
}
.icw-form .icw-legend .num-topic {
    font-size: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    color: #fff;
}
.num-topics {
    width: 100%;
    display: inline-block;
    padding-left: 45px;
    position: relative;
}
.num-topics .num-topic {
    position: absolute;
    top: 0;
    left: 0;
}
.icw-form .icw-label {
    display: block;
    margin-bottom: 5px;
    padding-left: 15px;
}
.icw-form .icw-label-inline {
    line-height: 1.5;
    margin-right: 10px;
}
.icw-form .icw-input {
    width: 100%;
    position: relative;
    padding: 20px 0;
}
.icw-form .icw-input.padding-0 {
    padding: 0;
}
.icw-form .icw-input.padding-top-0 {
    padding-top: 0;
}
.icw-form .icw-input.padding-bottom-0 {
    padding-bottom: 0;
}
.icw-form .overlabel {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    padding-left: 15px;
    margin: 0;
    position: absolute;
    top: 20px; left: 0;
    z-index: 0;
    text-transform: none;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.icw-form textarea + .overlabel {
    top: 19px;
}
.icw-form input:focus + .overlabel,
.icw-form textarea:focus + .overlabel,
.icw-form .filled input + .overlabel,
.icw-form .filled textarea + .overlabel,
.icw-form .overlabel-fixed {
    line-height: 1.5;
    top: -1px;
}

.icw-form .filled input,
.icw-form .filled textarea {
    color: #333;
}

.icw-form .input-group .overlabel {
    top: 0;
}
.icw-form .input-group input:focus + .overlabel,
.icw-form .filled .input-group input + .overlabel {
    top: -24px;
}

.icw-form input:focus + .overlabel-fade, 
.icw-form textarea:focus + .overlabel-fade, 
.icw-form .filled input + .overlabel-fade, 
.icw-form .filled textarea + .overlabel-fade {
    line-height: 1.5;
    top: 20px;
    opacity: 0;
    visibility: hidden;
}
.icw-form .icw-input.padding-0 input + .overlabel-fade, 
.icw-form .icw-input.padding-0 textarea + .overlabel-fade, 
.icw-form .icw-input.padding-0 .filled input + .overlabel-fade, 
.icw-form .icw-input.padding-0 .filled textarea + .overlabel-fade {
    top: 0 !important;
}

.icw-input .radio-inline,
.icw-input .checkbox-inline {
    min-width: 100px;
    margin: 9px 15px 0 0;
}
.icw-input-date:after {
    content: "";
    display: table;
    clear: both;
}
.icw-input-date .select {
    width: 33.3333333%;
    float: left;
}
.icw-input-date .select-w50 { 
    width: 50%;
}
.icw-input-date .select select,
.icw-input-date .select .chosen-container-single .chosen-single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.icw-input-date .select-first select,
.icw-input-date .select-first .chosen-container-single .chosen-single {
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.icw-input-date .select-last select,
.icw-input-date .select-last .chosen-container-single .chosen-single {
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.icw-form .icw-inputnote {
    clear: both;
    margin: 0;
    padding: 5px 15px 0;
    font-size: 22px;
    color: #bbb;
}
.icw-form .icw-inputvalid {
    clear: both;
    margin: 0;
    font-size: 13px;
    color: #ed1b2e;
}
.icw-form .icw-inputnote ul,
.icw-form .icw-inputnote ol,
.icw-form .icw-inputnote li {
    margin: 0;
}

.icw-input-unit .unit-col {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.icw-input-unit .unit {
    display: inline-block;
    min-width: 85px;
    text-align: center;
    font-size: 16px;
    padding-left: 15px;
    white-space: nowrap;
}

.input-required,
.input-required + .chosen-container-single .chosen-single,
.input-required + .chosen-container-active .chosen-drop {
    border-color: #f91919 !important;
}

input[type="text"].input-gray, 
input[type="password"].input-gray, 
input[type="date"].input-gray,
input[type="datetime"].input-gray, 
input[type="datetime-local"].input-gray, 
input[type="month"].input-gray,
input[type="week"].input-gray, 
input[type="email"].input-gray, 
input[type="number"].input-gray,
input[type="search"].input-gray, 
input[type="tel"].input-gray, 
input[type="time"].input-gray,
input[type="url"].input-gray,
textarea.input-gray, 
select.input-gray {
    background-color: #fafafa;
}

.asterisk {
    font-size: 23px;
    color: #f91919;
}

.action-form {
    margin-top: 30px;
    text-align: center;
}
.action-form .btn {
    margin-right: 10px;
}
.action-form .btn:last-child {
    margin-right: 0;
}

.entryform .radio, 
.entryform .checkbox {
    padding-left: 15px;
}

.entryform .checkbox.hv-border {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}
.entryform .checkbox.checked {
     border: 1px solid #00A950;
}
.entryform .checkbox.hv-border label {
    width: 100%;
}
.entryform dd {
    margin-left: 30px;
}

.entryform-box,
.form-message-box {
    padding: 40px 30px;
    background-color: #fafafa;
    margin-bottom: 30px;
}
.form-message-box .heading {
    margin-bottom: 20px;
}

.entryform.md {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

.form-box {
    display: block;
    margin: 0 auto;
}
.form-box-sm {
    width: 360px;
    max-width: 100%;
}
.form-box .icw-form .icw-input {
    padding-bottom: 10px;
}
.btn {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.btn-xs {
    padding: 3px 15px;
    font-size: 14px;
    min-width: 0;
}
.btn-sm {
    padding: 5px 15px;
    font-size: 14px;
    min-width: 0;
}
.btn-md {
    padding: 7px 20px;
    min-width: 120px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.5;
}
.btn,
.btn-green {
    background-color: #00a950;
    color: #fff !important;
}
.btn-pink {
    background-color: #FF8383;
    color: #fff !important;
}
input[type="reset"],
.btn-gray,
.btn-gray:hover {
    background-color: #bbb;
    color: #fff !important;
}
.btn .ic {
    font-size: 14px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-refresh {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #00a950;
    text-decoration: none;
}
.btn-refresh:before {
    font-family: 'iconfont';
    content: "\e908";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-size: 20px;
}
.btn-refresh:hover {
    text-decoration: none;
}
.btn-outline,
.btn-outline:hover {
    border-color: #028f44 !important;
    color: #028f44 !important;
    background-color:  transparent !important;
}
.btn-outline-white,
.btn-outline-white:hover {
    border-color: #fff !important;
    color: #fff !important;
}

/* Header Doc Style */
.header {
    position: relative;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.header-docstyle {
    position: relative;
    border-top: 3px solid #00a950;
}
.header-docstyle .inner {
    display: table;
    width: 100%;
    padding: 30px 0;
}
.header-docstyle .header-logo {
    float: left;
}
.header-docstyle .header-heading {
    float: left;
    margin-left: 50px;
    margin-top: 8px;
}
.header-docstyle .heading {
    line-height: 1.5;
    color: #00a950;
}
.heading-bar {
    background-color: #fafafa;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.heading-bar .container,
.heading-bar .container-sm {
    position: relative;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.heading-bar .heading {
    padding: 0;
}
.heading-bar .fixed-bottom {
    position: absolute;
    width: 100%;
    left: 0; bottom: 15px;
}
.heading-bar .fixed-bottom .edit {
    margin-left: -12px;
}
.heading-bar img {
    max-height: 110px;
    margin-bottom: 20px;
}
.footer {
    background-color: #fafafa;
    font-size: 12px;
}
.footer-docstyle {
    background-color: #fff;
    padding: 0;
}
.footer-docstyle .container-sm {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.footer-docstyle .footer-legal {
    text-align: center;
    border-top: 0;
    display: none;
}
.footer-docstyle .footer-legal .copyright {
    float: none;
}
.slogan {
    padding: 30px 0;
}
.slogan .img {
    margin: 0 auto;
    width: 183px;
}
.head-wt-img .image {
    width: 10%; 
    float: left;
}
.head-wt-img .caption {
    width: 90%; 
    float: left;
    padding-left: 20px;
}
.localnav {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.localnav-wrap {
    position: relative;
    height: 65px;
    line-height: 65px;
}
.localnav-wrap .heading { 
    line-height: 65px;    
    font-family: kurious-looped;
}

/* Entry Content */
.entrycontent h1,
.entrycontent h2,
.entrycontent h3,
.entrycontent h4,
.entrycontent h5,
.entrycontent h6,
.entrycontent .h1,
.entrycontent .h2,
.entrycontent .h3,
.entrycontent .h4,
.entrycontent .h5,
.entrycontent .h6 {
    margin-bottom: 10px;
}
.entrycontent p {
    margin-bottom: 10px;
}
.entrycontent a {
    color: #00a950;
}
/*
.entrycontent a,
.entrycontent a:hover {
    text-decoration: underline;
}
*/
.entrycontent h1 a,
.entrycontent h2 a,
.entrycontent h3 a,
.entrycontent h4 a,
.entrycontent h5 a,
.entrycontent h6 a,
.entrycontent .h1 a,
.entrycontent .h2 a,
.entrycontent .h3 a,
.entrycontent .h4 a,
.entrycontent .h5 a,
.entrycontent .h6 a {
    display: inline-block;
    line-height: 1.5;
    border-bottom: 1px solid;
    text-decoration: none !important;
    color: inherit;
}
.entrycontent ul,
.entrycontent ol {
    margin-bottom: 15px;
    margin-left: 1.3em;
}
.entrycontent li ol {
    margin-left: 0;
}
.entrycontent li {
    margin-bottom: 6px;
}
.entrycontent li:last-child {
    /*margin-bottom: 0;*/
}
.entrycontent li li {
    margin-top: 5px;
    /*margin-bottom: 5px !important;*/
}
.entrycontent li ul,
.entrycontent li ol {
    margin-bottom: 10px;
}
.entrycontent li ul:last-child,
.entrycontent li ol:last-child {
    margin-bottom: 0;
}
.entrycontent ul > li {
    list-style-type: disc;
}
.entrycontent ol > li {
    list-style-type: decimal;
}
.entrycontent ol { 
    counter-reset: item;
    margin-left: 0;
}
.entrycontent ol > li { 
    display: table;
    width: 100%;
    text-align: left;
}
.entrycontent ol > li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item;
    display: table-cell;
    padding-right: 0.45em;
    width: 1%;
    font-weight: normal;
}
.entrycontent ol > li > ol > li:before {
    content: counters(item, ".") ""; 
}
.entrycontent .risk-tag {
    margin-left: 0;
    margin-bottom: 0;
}
.entrycontent .risk-tag-arrow {
    position: relative;
}
.entrycontent .risk-tag-arrow:after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -22%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;;
    border-color: #00A950 transparent transparent transparent;
}
.entrycontent .risk-tag li {
    list-style-type: none;
    float: left;
    width: 25px;
    height: 40px;
    line-height: 40px;
    background-color: #06AF03;
    color: #fff;
    text-align: center;
    border: 1px solid #eee;
}
.entrycontent .risk-tag li:first-child,
.entrycontent .risk-tag li:last-child {
    width: auto;
    background-color: transparent;
    color: #333;
    border: 0;
}
.entrycontent .risk-tag li:first-child {
    margin-right: 10px;
}
.entrycontent .risk-tag li:last-child {
    margin-right: 0;
    margin-left: 10px;
}
.entrycontent .risk-tag li.second {
    background-color: #66AE05;
}
.entrycontent .risk-tag li.third {
    background-color: #77C603;
}
.entrycontent .risk-tag li.fourth {
    background-color: #BFC704;
}
.entrycontent .risk-tag li.fifth {
    background-color: #FCF000;
}
.entrycontent .risk-tag li.sixth {
    background-color: #FAC902;
}
.entrycontent .risk-tag li.seventh {
    background-color: #F97D00;
}
.entrycontent .risk-tag li.eighth {
    background-color: #F30102;
}
.entrycontent .risk-tag li.ninth {
    background-color: #C30002;
}
.ct-bg-gray {
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #FAFAFA;
    padding: 20px 30px;
    margin: 20px 0;
}

/* Section */
.section {
    position: relative;
}
.section:after {
    content: "";
    display: table;
    clear: both;
}
.section .sc-inner {
    padding: 60px 0;
}
.main-bg-gray {
    background-color: #fafafa;
}
.section .sc-headline {
    text-align: center;
    margin-bottom: 40px;
}
.action-main-bottom {
    padding-top: 60px;
}

/* Style for Apply Pages */
.main-apply .section-items .sc-inner {
    padding-bottom: 40px;
}
.main-apply .section-items .sc-heading {
    margin-bottom: 0;
}
.main-apply .icw-form .icw-fieldset-inner {
    padding: 0;
}
.icw-alert {
    margin-bottom: 40px;
}
.article-box {
    background-color: #fff;
    padding: 10px;
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.article-box .article-box-inner {   
    padding: 30px;
}
.article-box .article-header {
    margin-bottom: 30px;
}
.terms-conditions-box .article-box-inner {
    height: 35vh;
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.terms-conditions-box {
    padding-bottom: 0;
    overflow: hidden;
}
.terms-conditions-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0; left: 0;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffffff 90%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 90%);
    pointer-events: none;
}


.application-process .popup-headline,
.application-process .action-bottom {
    text-align: center;
}
.application-process .action-bottom {
    margin-top: 60px;
}
.process-summary {
    max-width: 500px;
    margin: 0 auto 40px;
}
.process-step .step {
    position: relative;
    margin: 30px 0 0;
}
.process-step .step:last-child {
    margin-bottom: 0;
}
.process-step .step-wrap {
    padding: 20px 0;
}
.process-step .step-prg {
    position: relative;
    color: #333;
}
.process-step .step-wrap,
.process-step .step-prg {
    padding-left: 45px;
}
.process-step .step-img {
    display: block;
    margin: 15px auto 80px;
}
.process-step .step-img img {
    display: block;
    margin: 0 auto;
}
.process-step .crop-circle {
    position: absolute;
    left: 0; margin-top: -2px;
    background-color: #bbb;
    color: #fff;
}

.pre-screen-box {
    /*padding: 40px 0 20px;*/
}
.pre-screen-box .heading {
    margin-bottom: 15px;
}
.pre-screen-result .product {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 15px;
}
.pre-screen-result .product img {
    line-height: 1;
    margin-bottom: 15px;
    max-width: 139px;
}
.pre-screen-result .product .heading {
    margin-bottom: 5px;
}
.pre-screen-result .result {
    display: inline-block;
    /*font-size: 14px;*/
    font-weight: 400;
}
.pre-screen-result .result .ic,
.pre-screen-result .result .ic-label {
    display: table-cell;
    vertical-align: top;
}
.pre-screen-result .result .ic:before {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.pre-screen-result .result .ic-label {
    padding-left: 6px;
    text-align: left;
}
.pre-screen-result .result-past {
    color: #00a950;
}
.pre-screen-result .result-past .ic:before {
    content: "\e914";
    background-color: #00a950;
}

.pre-screen-result .result-fail {
    color: #f91919;
}
.pre-screen-result .result-fail .ic:before {
    font-size: 10px;
    font-weight: bold;
    background-color: #f91919;
    content: "\e90a";
}

.main-apply .togglenav {
    border-top: 1px solid #f2f2f2;
    -webkit-transition: background-color ease-in-out .2s;
    -moz-transition: background-color ease-in-out .2s;
    transition: background-color ease-in-out .2s;
}
.main-apply .togglenav .more:after {
    margin-left: 15px;
    content: "\e900";
}
.main-apply .togglenav.active .more:after {
    content: "\e90e";
}
.accordion-services .accordion-title {
    text-align: center;
    padding-right: 0;
}
.accordion-services .accordion-title:after,
.accordion-services .accordion-title.active:after {
    content: "";
}
.accordion-services .accordion-title.active,
.accordion-services .accordion-content {
    background-color: #fafafa;
}
.main-apply .entryform {
    padding: 60px 0;
}
/*
.main-apply .entryform .action-form {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
    margin-top: 60px;
}
*/

.form-message .icw-form .icw-fieldset:last-child {
    margin-bottom: 0;
}

a.btn-add,
a.btn-remove {
    display: inline-block;
    font-size: 14px;
    color: inherit;
    text-decoration: none !important;
}
a.btn-add .ic,
a.btn-remove .ic {
    display: inline-block;
    vertical-align: middle;
    width: 38px; 
    height: 38px;
    line-height: 37px;
    font-size: 18px;
    color: #00a950;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a.btn-add .ic-label,
a.btn-remove .ic-label {
    margin-left: 10px;
}
a.btn-add .ic:before,
a.btn-remove .ic:before {
    font-size: inherit;
    color: inherit;
}
a.btn-add .ic:before {
    content: "\e915";
}
a.btn-remove .ic:before {
    content: "\e91e";
}
a.btn-add:hover .ic,
a.btn-remove:hover .ic {
    color: #fff;
    background-color: #00a950;
    border-color: #00a950;
}

.fields-group .btn-add {
    margin-bottom: 40px;
}

.btn-co-borrower {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
}
.btn-co-borrower .ic {
    width: 38px; 
    height: 38px;
    line-height: 37px;
    font-size: 18px;
    color: #00a950;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.btn-co-borrower:hover .ic {
    color: #fff;
    border-color: #00a950;
    background-color: #00a950;
}

.co-borrower-block {
    position: relative;
    /*margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #f2f2f2;*/
}
.co-borrower-block .remove-co-borrower {
    position: absolute;
    right: 0; top: 0;
}
.select-box {
    width: 360px;
    max-width: 100%;
    margin: 40px auto;
}
.select-box .action-form {
    margin-top: 40px;
}
.select-box .select-image img {
    margin-bottom: 40px;
}

/* Select Products */
#fx-step01 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;    
    -webkit-transition: max-height 640ms, overflow 640ms, opacity 640ms;
    -moz-transition: max-height 640ms, overflow 640ms, opacity 640ms;
    -o-transition: max-height 640ms, overflow 640ms, opacity 640ms;
    transition: max-height 640ms, overflow 640ms, opacity 640ms;
}
#fx-step01.show {
    overflow: visible;
    opacity: 1;
    max-height: 500px;
}

#fx-step02 {
    position: relative;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
#fx-step02.activate {
    visibility: visible;
    max-height: 4000px;
    opacity: 1;
}
#fx-step02.activate.inactive {
    opacity: 0.4;
    transition-duration: 640ms;
    transition-delay: 200ms;
}
#fx-step02.inactive .sc-inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%; height: 100%;
    z-index: 1;
    top:0; left: 0;
}

.tabs-info-bar .tabs-list {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tabs-info-bar .tabs-list li {
    display: table-cell;
    width: 33.3333333%;
    max-width: 220px;
}

.step-recheck .recheck-box {
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.step-recheck .recheck-box:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.step-recheck .recheck-title {
    margin-bottom: 30px;
}
.step-recheck .recheck-title:after {
    content: "";
    display: table;
    clear: both;
}
.step-recheck .recheck-title .icw-legend {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
}
.step-recheck .recheck-title a.edit {
    float: right;
    text-decoration: none;
}

.step-recheck .recheck-title a.edit:before {
    display: none;
}
.step-control {
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.step-control .btn {
    display: inline-block;
}
.step-control .btn-prev {
    float: left;
    margin-left: 0;
}
.step-control .btn-next {
    float: right;
    margin-right: 0;
}
.step-control .btn.px-formSteps-submit {
    margin: 0;
}

ul.info-list,
ul.info-list li {
    list-style: none;
    margin: 0;
}
ul.info-list {
    font-size: 0;
}
ul.info-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 15px;
}
ul.info-list li.full {
    width: 100%;
    padding-right: 0;
    clear: both;
}
ul.info-list .title {
    color: #333;
    margin-bottom: 5px;
}
ul.info-list .value {
    /*font-size: 14px;*/
    margin-bottom: 0;
}

.approval-box {
    padding: 30px 15px;
    background-color: #fafafa;
    margin-bottom: 60px;
}

ul.steps-list,
ul.steps-list li {
    list-style: none;
    margin: 0;
}
ul.steps-list {
    position: relative;
    z-index: 2;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.steps-list.fixto-fixed {
    background-color: #fafafa;
}
ul.steps-list li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    opacity: 0.4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: kurious-looped;
}
ul.steps-list .ic {
    text-align: center;
    border: 1px solid #bbb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 50%; 
    padding: 3px 12px;
    font-size: 16px;
    font-family: kurious-looped !important;
}
ul.steps-list .ic:before {
    content: "\e914";
}
ul.steps-list .ic-label {
    font-weight: 400;
    margin-left: 10px;
}
ul.steps-list li.active,
ul.steps-list li.completed {
    opacity: 1;
}
ul.steps-list li.active .ic,
ul.steps-list li.completed .ic {
    border-color: #00a950;
}
ul.steps-list li.active .ic-label,
ul.steps-list li.completed .ic-label {
    color: #00a950;
}
ul.steps-list li.active .ic {
    color: #00a950;
    border-color: #00a950;
}
ul.steps-list li.completed .ic {
    background-color: #00a950;
    color: #fff;
}
ul.steps-list li.edit .ic:before {
    content: "\e922";
}
ul.steps-list li.edit .ic.one:before,
ul.steps-list .ic.one:before {
    content: "1";
}
ul.steps-list li.edit .ic.two:before,
ul.steps-list .ic.two:before {
    content: "2";
}
ul.steps-list li.edit .ic.three:before,
ul.steps-list .ic.three:before {
    content: "3";
}
ul.steps-list li.edit .ic.four:before,
ul.steps-list .ic.four:before {
    content: "4";
}
ul.steps-list li.edit .ic.five:before,
ul.steps-list .ic.five:before {
    content: "5";
}
.steps-form {
    background-color: #fff;
    padding: 40px 20px;
}
.steps-form .action {
    width: 100%;
    display: inline-block;
}
.steps-form .action.less-width {
    width: 250px; 
    display: block;
    margin: auto;
}
/* PX formStep */
.px-formSteps {
    position: relative;
}
.px-formSteps-section {
    /*display: none;*/
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: overflow 640ms, opacity 640ms;
    -moz-transition: overflow 640ms, opacity 640ms;
    -o-transition: overflow 640ms, opacity 640ms;
    transition: overflow 640ms, opacity 640ms;
}
.px-formSteps-section.focus {
    display: block;
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.px-formSteps .px-formSteps-save,
.px-formSteps .px-formSteps-submit {
    display: none;
}

/* Campaign */
.campaign-bar .sc-headline,
.campaign-bar .img {
    margin-bottom: 30px;
}
.campaign-bar .img {
    margin-left: auto;
    margin-right: auto;
}
.campaign-bar .select-box {
    margin-top: 0;
    margin-bottom: 30px;
}
.campaign-bar .condition-link {
    font-size: 14px;
    color: #00a950;
    margin-bottom: 0;
}
.campaign-bar .condition-box {
    text-align: left;
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}
.campaign-bar .condition-box .inner {
    padding-top: 20px;
}

.privilege-lists,
.privilege-lists li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.campaign-bar .privilege-lists li {
    display: table;
    width: 100%;
    margin: 8px 0;
}
.campaign-bar .privilege-lists li:last-child {
    margin-bottom: 0;
}
.campaign-bar .privilege-lists li>span {
    display: table-cell;
    width: auto;
}
.privilege-lists .ic {
    width: 26px; 
    height: 26px;
    line-height: 18px;
    text-align: center;
    border: 2px solid #00a950;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: top;
}
.privilege-lists .ic:before {
    content: "\e914";
    color: #00a950;
    font-size: 12px;
    line-height: 1;
}
.privilege-lists .ico {
    width: 26px;
}
.privilege-lists .txt {
    padding-left: 10px;
}

.biz-info-format {
    position: relative;
}
.biz-info-format:after,
.biz-info-format .format-row:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}
.biz-info-format .format-row {
    position: relative;
}
.biz-info-format .format-col {
    display: inline-block;
    float: left;
    text-align: center;
    padding: 0;
    margin-right: 20px;
}
.biz-info-format .format-row .format-col:last-child {
    margin-right: 0;
}
.biz-info-format .img,
.biz-info-format .banner-krate {
    margin: 0 auto 20px;
}

#currency-fields-group .currency-fields {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
#currency-fields-group .currency-fields:first-child {
    padding-top: 0;
    border-top: 0;
}

.entryform .bannerads-bottom {
    margin: 40px 0 0;
}

.btn-row {
    position: relative;
    margin: -6px;
}
.btn-row .btn-col {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
}
.nowrap {
    white-space: nowrap;
}

.heading-bar img:last-child {
    margin-bottom: 0;
}

.action-form:after {
    content: "";
    display: table;
    clear: both;
}
.action-form.nobd {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.txt-note {
    font-size: 13px;
    color: #999;
}

.entryform .chk-agree {
    padding-left: 0;
}
.questionnaire-progress { display: none; }
.tag-risk {
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background-color: #03AE05;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
}
.tag-risk.second {
    background-color: #77C702
}
.tag-risk.third {
    background-color: #FDF003;
}
.tag-risk.fourth {
    background-color: #F97D01;
}
.tag-risk.fifth {
    background-color: #F50002;
}
.risk-result {
    display: none;
    position: absolute;
    top: 15px;
    right: 18px;
}
.risk-result .ic { font-size: 20px; }
.chosen-container-single .chosen-single span {
    padding: 6px 0;
}
.chosen-container {
    font-size: 16px;
}
.ct {
    width: 100%;
    position: relative;
    display: inline-block;
}
.ct-padding {
    padding: 0 40px;
}
.line {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #F1F1F1;
    margin: 15px 0;
}
.summary {
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    display: inline-block;
    margin-bottom: 20px;
}
.summary .num {
    font-size: 36px;
    color: #333;
    font-family: kurious-looped;
}
.summary .ct-right {
    text-align: right;
}
.clear { clear: both; }
.link-icon .ic {
    font-size: 12px;
    margin-right: 5px;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #00A950;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 50px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.success-kplus {
    max-width: 550px;
    margin: auto;
    background-color: #fff;
    padding: 50px;
    margin-top: 50px;
}
.success-kplus .image {
    margin: 30px auto;
    width: 80px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.factsheet {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.risk-level-wrapper {
    width: 100%;
    margin-top: 20px;
}
.risk-level {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.risk-level .risk-level-num {
    width: 50px;
    display: table-cell;
    vertical-align: top;
    padding-top: 6px;
}
.risk-level .risk-level-num .risk-tag {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #06AF03;
    color: #fff;
    border-radius: 4px;
}
.risk-level .risk-level-num .risk-tag.second {
    background-color: #66AE05;
}
.risk-level .risk-level-num .risk-tag.third {
    background-color: #77C603;
}
.risk-level .risk-level-num .risk-tag.fourth {
    background-color: #BFC704;
}
.risk-level .risk-level-num .risk-tag.fifth {
    background-color: #FCF000;
}
.risk-level .risk-level-num .risk-tag.sixth {
    background-color: #FAC902;
}
.risk-level .risk-level-num .risk-tag.seventh {
    background-color: #F97D00;
}
.risk-level .risk-level-num .risk-tag.eighth {
    background-color: #F30102;
}
.risk-level .risk-level-detail {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.risk-level .risk-level-detail .detail {
    margin-bottom: 0;
    color: #666;
}
.risk-level .risk-level-detail .detail span {
    display: block;
    color: #333;
}
/* Table Data */
.table-data {
margin-bottom: 20px;
}
.table-wrap .table-data {
margin-bottom: 0;
}
.table-data tr {
background-color: #fff;
border-bottom: 1px solid #f0f0f0;
}
.table-data thead,
.table-data tfoot,
.table-data tbody th {
color: #333;
font-weight: 400;
}
.table-data thead {
font-family: kurious-looped;
font-size: 26px;
line-height: 1.5;
border-top: 3px solid #00a950;
}
.table-data thead tr {
border-color: #e1e1e1;
}
.table-data tfoot tr,
.table-data tbody th {
background-color: #fafafa;
}
.table-data tbody th {
font-size: 16px; 
}
.table-data tbody td {
/*font-size: 14px;*/
}
.table-data th,
.table-data td {
padding-left: 25px;
padding-right: 25px;
}
.table-data thead th {
padding-top: 15px;
padding-bottom: 15px;
white-space: nowrap;
}
.table-data tbody th,
.table-data td {
padding-top: 14px;
padding-bottom: 14px;
}
.table-data thead small {
display: inline-block;
font-family:kurious-looped;
font-size: 13px;
line-height: 1.5;
color: inherit;
}
.table-data small {
color: #666;
}

table td ul:last-child,
table td ol:last-child,
table td li:last-child,
table td p:last-child {
margin-bottom: 0;
}

table th.nowrap,
table td.nowrap {
white-space: nowrap;
}

.icw .nopdt {
padding-top: 0;
}
.icw .nopdb {
padding-bottom: 0;
}

.icw .nopdlr,
table th.nopdlr,
table td.nopdlr {
padding-left: 0;
padding-right: 0;
}
.icw .nopdl,
table th.nopdl,
table td.nopdl {
padding-left: 0;
}
.icw .nopdr,
table th.nopdr,
table td.nopdr {
padding-right: 0;
}
table th.td-divide,
table td.td-divide {
border-left: 1px solid #f0f0f0;
}
table th.td-order,
table td.td-order {
width: 85px !important;
min-width: 85px !important;
text-align: center !important;
padding-right: 0;
}

.table-data.a-center th,
.table-data.a-center td {
text-align: center;
}
.table-data .tr-empty {
height: 15px;
background-color: transparent;
}
.table-data .tr-empty td {
padding: 0;
line-height: 0;
}
.table-data .tr-rowspan {
border-bottom: 0;
}
.table-data .tr-rowspan td {
padding-bottom: 0;
}
.table-data .td-title {
/*font-size: 16px;*/
color: #333;
}
.table-data .td-order a,
.table-data .td-title a {
text-decoration: none;
color: inherit;
}

.table-data .td-download {
text-align: right;
white-space: nowrap;
}
.table-data .td-download a {
color: inherit;
text-decoration: none;
}
.table-data .td-download .ic {
font-size: 20px;
color: #00a950;
vertical-align: top;
margin-left: 6px;
}
.table-data .td-download .cast {
display: block;
margin: 10px 0;
}
.table-data .td-download .cast:last-child {
margin-bottom: 0;
}


table .bg-green {
background-color: #00a950;
color: #fff;
}
table .bg-green-light {
background-color: #01bb59;
color: #fff;
}
table .bg-gray {
background-color: #fafafa;
}

.table-wrap .table-responsive {
overflow-x:auto;
}
/*========== Popup ==========*/
.popup-content-style .mfp-content {
    max-width: 800px;
    background-color: #fff;
    padding: 60px;
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.popup-content-style.mfp-close-btn-in .mfp-close,
.popup-content-style.hv-bg.mfp-close-btn-in .mfp-close {
    color: transparent;
}
.popup-content-style .mfp-content .popup-modal-dismiss {
    position: absolute;
    top: 15px;
    right: 15px;
}
.popup-content-style .mfp-content .popup-modal-dismiss .ic {
    font-size: 15px;
}
.popup-content-style .mfp-content::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
    background-color: #999;
}
.popup-content-style .mfp-content::-webkit-scrollbar-track,
.popup-content-style .mfp-content::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #efefef;
}
.popup-content-style .mfp-content::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 50px;
}
.popup-content-style .mfp-content::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #999;
}
.popup-content-style .mfp-content::-webkit-scrollbar-thumb:hover {
    width: 5px;
    background-color: #efefef;
}
.popup-content-style .tag-risk {
    margin-left: 0;
    margin-right: 10px;
}
.successes {
    width: 100%;
    display: table;
    margin: 30px 0;
}
.successes .success {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: none;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}
a.link span {
    border-bottom: 1px solid #00a950;
}