@charset "utf-8";
.form-control:focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #e0e0e0;
    outline: 1px;
}

.input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.625rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #202020;
    text-align: center;
    white-space: nowrap;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

/* Tabs */
.sub_min > .contents .tabsArea {
    position: relative;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
    padding: 24px 0px;
}

.sub_min > .contents .tabsArea.border-top {
    border-top: 1px solid #eeeeee;
}

.sub_min > .contents .nav-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom-color: #eee;
    margin: 0 auto;
}

.sub_min > .contents .nav-tabs li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 17%;
    font-size: 18px;
    text-align: center;
}

.sub_min > .contents .nav-tabs li .nav-link {
    width: calc(100% - 24px);
    font-weight: 600;
    border-radius: 50px;
    padding: 11px 24px;
    margin: 0px 12px;
}

.sub_min > .contents .nav-tabs li .nav-link, 
.sub_min > .contents .nav-tabs li .nav-link:hover {
    color: #616161;
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.sub_min > .contents .nav-tabs li .nav-link:hover {
    color: #ffffff;
    background-color: #f1692a;
    border: 1px solid #f1692a;
}

.sub_min > .contents .nav-tabs li .nav-link:active, .sub_min > .contents .nav-tabs li .nav-link:focus {
    border-bottom: 0;
}

.sub_min > .contents .nav-tabs li.active .nav-link,
.sub_min > .contents .nav-tabs li.active .nav-link:hover,
.sub_min > .contents .nav-tabs li.active .nav-link:focus {
    color: #ffffff;
    background-color: #f1692a;
    border: 1px solid #f1692a;
}

.sub_min > .contents .nav-tabs li .nav-link:hover .accent-co1,
.sub_min > .contents .nav-tabs li .nav-link:focus .accent-co1,
.sub_min > .contents .nav-tabs li.active .nav-link:hover .accent-co1,
.sub_min > .contents .nav-tabs li.active .nav-link:focus .accent-co1 {
    color: #ffffff;
}

.sub_min > .contents .tab-content {
    margin-top: 56px;
    margin-bottom: 56px;
}

.sub_min > .contents .tab-content > .tab-pane {
    display: none;
}
                
.sub_min > .contents .tab-content > .active {
    display: block;
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #333333;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #616161;
    border-radius: 0.25rem;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #616161;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #616161;
    border-top: 0;
    border-bottom-color: #616161;
    position: absolute;
}

/* Datepicker */
.datepicker {
    color: #333333;
    font-size: 14px;
    border-radius: 6px;
	padding: 16px;
}

.datepicker.datepicker-inline {
    width: 100%;
	line-height: normal;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td {
    border-radius: 0;
}

.datepicker table thead tr th {
	cursor: pointer;
	font-size: 15px;
    font-weight: 500;
	text-align: center;
}

.datepicker .datepicker-switch {
    font-size: 16px;
}

.datepicker table thead tr th.prev {
    content: '<<';
	font-size: 24px;
    padding-bottom: 6px;
}

.datepicker table thead tr th.next {
	content: '>>';
    font-size: 24px;
    padding-bottom: 6px;
}

.datepicker .datepicker-switch:hover,
.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
    color: #f04c1b;
    background-color: #ffffff;
}

.datepicker table thead tr:last-child th {
    font-weight: 500;
}

.datepicker table thead tr:nth-child(3) th:hover {
    color: #f04c1b;
}

.datepicker table td {
    font-size: 14px;
	text-align: center;
}

.datepicker table td.day {
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #dddddd;
    transition: none;
}

.datepicker table td.day:hover {
    color: #ffffff;
    background-color: #f04c1b !important;
    border-color: #f04c1b !important;
}

.datepicker table tbody tr td.day.active {
	background: #f04c1b;
    border-color: #dddddd;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    font-weight: 400;
    background: #f5f5f5;
}

.datepicker table tr td.selected, 
.datepicker table tr td.selected.highlighted {
    color: #ffffff;
    background-color: #f04c1b;
    border-color: #dddddd;
}

.datepicker table tr td.selected:hover, 
.datepicker table tr td.selected.highlighted:hover {
    color: #ffffff;
    background-color: #f04c1b;
    border-color: #f04c1b;
}

.datepicker table tr td.range {
    color: #212121;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.datepicker table tr td.old, 
.datepicker table tr td.new {
    color: #cccccc;
    font-weight: 300;
}

.datepicker table tr td.today {
    color: #f04c1b;
    font-weight: 600;
    background-color: #feefd9;
    border-color: #dddddd;
}

.datepicker table tr td.today:hover {
    color: #fff;
    background-color: #f04c1b;
    border-color: #dddddd;
}

.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:hover {
    background-color: #f04c1b;
    border-color: #f04c1b;
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 0px;
    border: none;
}

.datepicker table tfoot {
    background-color: #fcfcfc;
    border: 1px solid #dddddd;
}

/* Toggles */
.sub_min > .contents .toggle {
    position: relative;
    clear: both;
}

.sub_min > .contents .toggle .toggle {
    margin-top: 8px;
}

.sub_min > .contents .toggle > label {
    position: relative;
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    background: #73757f;
    border-radius: 5px;
    padding: 12px 24px 12px 32px;
    transition: all .15s ease-out;
    outline: 1px;
}

.sub_min > .contents .toggle > label > span {
    font-size: 16px;
    font-weight: 400;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 18px;
    margin-left: 20px;
}

.sub_min > .contents .toggle > label:before {
    position: absolute;
    top: 50%;
    right: 24px;
    content: '';
    border: 6px solid transparent;
    border-left-color: inherit;
    margin-top: -6px;
}

.sub_min > .contents .toggle > label > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    border-radius: 5px;
}

.sub_min > .contents .toggle > label:hover {
    background: #52535a;
}

.sub_min > .contents .toggle > label.culture:hover {
    background: #a61198;
}

.sub_min > .contents .toggle > label.physical:hover {
    background: #1f9c4c;
}

.sub_min > .contents .toggle > .toggle-content {
    display: none;
    padding-bottom: 40px;
}

.sub_min > .contents .toggle.active > label {
    color: #ffffff;
    background: #73757f;
    outline: 1px;
}

.sub_min > .contents .toggle.active > label.culture {
    background: #a61198;
}

.sub_min > .contents .toggle.active > label.physical {
    background: #1f9c4c;
}

.sub_min > .contents .toggle.active > label:before {
    border: 6px solid transparent;
    border-top-color: #ffffff;
    margin-top: -3px;
    right: 27px;
}

/* File Upload */
.sub_min > .contents .fileupload .uneditable-input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 4px 12px;
}

.sub_min > .contents .fileupload .uneditable-input.uneditable-input-sm {
    height: 35px;
    line-height: 1.2;
}

.sub_min > .contents .fileupload .uneditable-input .fileupload-preview {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    color: #333333;
    line-height: 25px;
}

.sub_min > .contents .fileupload .btn-file {
    display: inline-block;
    color: #212121;
    font-size: inherit;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    margin-left: -8px;
}

.sub_min > .contents .fileupload .btn-file.btn-file-sm {
    min-width: 60px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0px 20px;
}

.sub_min > .contents .fileupload .btn-file > input {
    position: absolute;
    top: 1px;
    right: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    text-indent: -9999em;
    filter: none;
    transform: none;
    font-size: inherit;
    direction: inherit;
    margin: 0;
    cursor: pointer;
    opacity: 1;
}

.sub_min > .contents .fileupload .btn-file > input:focus {
    border-color: #616161;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: auto;
}

.sub_min > .contents .fileupload .fileupload-new {
    padding: 4px 8px;
}

.sub_min > .contents .fileupload .fileupload-exists {
    height: 36px;
    font-size: inherit;
    line-height: inherit;
    padding: 0px 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sub_min > .contents .fileupload .fileupload-exists.fileupload-exists-sm {
    height: 35px;
    color: #212121;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    background-color: #eeeeee;
    border: 1px solid #e0e0e0;
    padding: 0px 25px;
    margin-left: -5px;
    z-index: 1;
}

/* Slick */
.sub_min > .contents .slider {
    width: 1000px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

.sub_min > .contents .slick-slide {
    height: 94px;
    
}

.sub_min > .contents .slick-prev {
    left: -42px;
}

.sub_min > .contents .slick-next {
    right: -31px;
}

.sub_min > .contents .slick-prev:before {
    content: '';
    background: url('../../../new/images/sub/search/slick-prev.svg') no-repeat 7px 50%;
    filter: invert(64%) sepia(8%) saturate(19%) hue-rotate(38deg) brightness(88%) contrast(86%);
    background-size: 100%;
    padding: 9px 16px 10px 16px;
}

.sub_min > .contents .slick-next:before {
    content: '';
    background: url('../../../new/images/sub/search/slick-next.svg') no-repeat 50% 50%;
    filter: invert(64%) sepia(8%) saturate(19%) hue-rotate(38deg) brightness(88%) contrast(86%);
    background-size: 100%;
    padding: 9px 16px 10px 16px;
}

.sub_min > .contents .slick-prev:before,
.sub_min > .contents .slick-next:before {
    border: 1px solid transparent;
    opacity: 1;
}

.sub_min > .contents .slick-prev:focus:before,
.sub_min > .contents .slick-next:focus:before {
    border-color: #616161;
    border-radius: 6px;
    opacity: 1;
    outline: 1px;
}

.sub_min > .contents .slick-prev:hover:before,
.sub_min > .contents .slick-next:hover:before,
.sub_min > .contents .slick-prev:active:before,
.sub_min > .contents .slick-next:active:before {
    border: 1px solid transparent;
    outline: none;
}

.sub_min > .contents .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.sub_min > .contents .slick-active {
    opacity: 1;
}

.sub_min > .contents .slick-current {
    opacity: 1;
}

.sub_min > .contents .slick-list {
    height: 94px;
}

/* Animation */
@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-moz-keyframes fadein { /* Firefox */
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {opacity: 0;}
    to {opacity: 1;}
}
@-o-keyframes fadein { /* Opera */
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Pager */
.sub_min > .contents .form-wizard .pager:after {
	clear: both;
	content: "";
	display: block;
}

.sub_min > .contents .form-wizard .pager {
	list-style: none;
	text-align: center;
	margin-top: 20px;
}

.sub_min > .contents .form-wizard .pager li {
	display: inline;
}

.sub_min > .contents .form-wizard .pager li > button, 
.sub_min > .contents .form-wizard .pager li > span {
	display: inline-block;
    color: #212121;
    font-weight: 500;
    line-height: 35px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	padding: 0px 24px;
}

.sub_min > .contents .form-wizard .pager li > button:hover, 
.sub_min > .contents .form-wizard .pager li > button:focus {
    color: #ffffff;
	background-color: #f1692a;
    border: 1px solid #f1692a;
}

.sub_min > .contents .form-wizard .pager .next > button, 
.sub_min > .contents .form-wizard .pager .next > span {
	float: right;
}

.sub_min > .contents .form-wizard .pager .previous > button, 
.sub_min > .contents .form-wizard .pager .previous > span {
	float: left;
}

.sub_min > .contents .form-wizard .pager .disabled > button {
	color: #bdbdbd;
	background-color: #ffffff;
	cursor: not-allowed;
}

.sub_min > .contents .form-wizard .pager .disabled > button:hover, 
.sub_min > .contents .form-wizard .pager .disabled > button:focus {
	color: #bdbdbd;
	background-color: #ffffff;
	cursor: not-allowed;
}

.sub_min > .contents .form-wizard .pager li > button:focus {
    outline: 1;
}

.sub_min > .contents .form-wizard .pager .disabled > button:hover,
.sub_min > .contents .form-wizard .pager .disabled > button:focus {
    border-color: #eeeeee;
    outline: 0px;
}

.sub_min > .contents .form-wizard .pager .disabled > span {
	color: #bdbdbd;
	background-color: #ffffff;
	cursor: not-allowed;
}

/* Wizard */
.sub_min > .contents .wizard-progress .steps-progress {
    position: relative;
    top: 15px;
    height: 2px;
    background: #bdbdbd;
    margin: 0 38px;
}

.sub_min > .contents .wizard-progress .steps-progress .progress-indicator {
    height: 100%;
    width: 0;
    background: #4f7a89;
    transition: width .2s ease-in;
}

.sub_min > .contents .wizard-progress .wizard-steps {
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
    display: inline-block;
    width: 100%;
    font-size: 0;
    text-align: justify;
}

.sub_min > .contents .wizard-progress .wizard-steps:after {
    display: inline-block;
    width: 100%;
    content: '.';
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.sub_min > .contents .wizard-progress .wizard-steps li {
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    max-width: 100px;
    margin: 0 auto;
}

.sub_min > .contents .wizard-progress .wizard-steps li a {
    position: relative;
    display: block;
    width: 200px;
    padding: 25px 8px 0;
    font-size: 13px;
    color: #333333;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
}

.sub_min > .contents .wizard-progress .wizard-steps li a span {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: #808080;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    font-size: 13px;
    border: 2px solid #808080;
    transition: all .2s ease-in;
}

.sub_min > .contents .wizard-progress .wizard-steps li a span:after {
    position: absolute;
    top: 48px;
    left: 34px;
    display: block;
    width: 48px;
    height: 48px;
    content: "";
    filter: invert(85%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(101%);
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-01 li.active a span:after,
.sub_min > .contents .wizard-progress .wizard-steps.procedure-02 li.active a span:after {    
    filter: invert(39%) sepia(1%) saturate(0%) hue-rotate(234deg) brightness(96%) contrast(95%);
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-01 li:nth-child(1) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step101.svg') no-repeat 50% 50%;
    background-size: 130%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-01 li:nth-child(2) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step102.svg') no-repeat 50% 50%;
    background-size: 115%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-01 li:nth-child(3) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step103.svg') no-repeat 50% 50%;
    background-size: 105%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-01 li:nth-child(4) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step104.svg') no-repeat 50% 50%;
    background-size: 110%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-01 li:nth-child(5) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step105.svg') no-repeat 50% 50%;
    background-size: 122%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-02 li:nth-child(1) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step201.svg') no-repeat 50% 50%;
    background-size: 110%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-02 li:nth-child(2) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step202.svg') no-repeat 50% 50%;
    background-size: 105%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-02 li:nth-child(3) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step203.svg') no-repeat 50% 50%;
    background-size: 115%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-02 li:nth-child(4) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step204.svg') no-repeat 50% 50%;
    background-size: 110%;
}

.sub_min > .contents .wizard-progress .wizard-steps.procedure-02 li:nth-child(5) a span:after {
    background: url('../../../new/images/sub/site-guide/icon-step205.svg') no-repeat 50% 50%;
    background-size: 105%;
}

.sub_min > .contents .wizard-progress .wizard-steps li.completed a span {
    color: #ffffff;
    background: #4f7a89;
    border-color: #4f7a89;
}

.sub_min > .contents .wizard-progress .wizard-steps li.active a span {
    color: #f1692a;
    background: #ffffff;
    border-color: #808080;
}

.sub_min > .contents .wizard-progress .wizard-steps li.completed.active a span {
    color: #f1692a;
}

.sub_min > .contents .wizard-progress.wizard-progress-lg {
    width: 85%;
    margin: 48px auto;
}

.sub_min > .contents .wizard-progress.wizard-progress-lg .steps-progress {
    top: 58px;
    height: 3px;
    margin: 0 52px;
}

.sub_min > .contents .wizard-progress.wizard-progress-lg .wizard-steps {
    padding-top: 56px;
}

.sub_min > .contents .wizard-progress.wizard-progress-lg ul li {
    max-width: 220px;
}

.sub_min > .contents .wizard-progress.wizard-progress-lg ul li a {
    font-size: 16px;
    padding-top: 76px;
    padding-bottom: 2px;
}

.sub_min > .contents .wizard-progress.wizard-progress-lg ul li a span {
    width: 121px;
    height: 121px;
    font-size: 15px;
    line-height: 72px;
    border-width: 3px;
    border-radius: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

.sub_min > .contents .form-wizard .contentWrap > .tab-content {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 40px 80px;
    margin-bottom: 0;
}

.sub_min > .contents .form-wizard ul.pager .next a,
.sub_min > .contents .form-wizard ul.pager .previous a,
.sub_min > .contents .form-wizard ul.pager .first a,
.sub_min > .contents .form-wizard ul.pager .last a,
.sub_min > .contents .form-wizard ul.pager .finish a {
    cursor: pointer;
}

.sub_min > .contents .form-wizard ul.pager .disabled a {
    cursor: not-allowed;
}

/* Dialog */
.dialog {
    position: relative;
    max-width: 600px;
    background: #ffffff;
    border: 4px solid rgba(241, 105, 42, 0.5);
    margin: 40px auto;
}

.dialog-title {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    background: rgba(241, 105, 42, 0.05);
    border-bottom: 1px solid rgba(241, 105, 42, 0.5);
    padding: 16px 24px;
}

.dialog > .contents {
    font-size: 16px;
    padding: 24px !important;
}

.mfp-close {
    top: 8px;
    color: #212121;
    font-size: 2rem;
}

.dialog.dialog-xs {max-width: 400px;}
.dialog.dialog-sm {max-width: 600px;}
.dialog.dialog-md {max-width: 800px;}
.dialog.dialog-lg {max-width: 1000px;}
.dialog.dialog-xl {max-width: 90%;}