
/* site_config */
#site_config {
    position: relative;
    z-index: 30;
}
#site_config .site {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}/*
#site_config .site .home {
    line-height: 1em;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    background-color: #fff;
}
#site_config .site .home.act,
#site_config .site .home:hover {
    background-color: #fff;
}
#site_config .site .home.home2,
#site_config .site .home.home3,
#site_config .site .home.home4 {
    width: 230px;
    position: relative;
}
#site_config .site .home:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
    border: 0px;
}
#site_config .site .home > span {
    display: block;
    cursor: pointer;
    position: relative;
    color: #111;
    padding: 18px 20px;
    font-weight: 600;
    z-index: 4;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
    z-index: 5;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    background-color: #333;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}*/



/*subtop*/
#subtop {
    border-bottom: 1px solid #eee;
}
#subtop,
#subtop .container {
    position: relative;
}
#site_config .site .home > ul li {
    display: inline-block;
    margin: 20px 60px 0px;
}
#site_config .site .home > ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    display: inline-block;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
#site_config .site .home > ul li.act a {
    color: #fff900;
    border-color: #fff900;
}
#site_config .site .home > ul li a span,
#site_config .site .home > ul li a i {
    vertical-align: middle;
}
@media (max-width:992px) {
    #site_config {
        padding: 0;
    }
    #site_config .site .home {
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        /*width: 200px;*/
    }
}
@media (max-width:767px) {
    #site_config .site {
        flex-wrap: wrap;
    }
    #site_config .site .home {
        /*width: calc(50% - 5px)!important;*/
    }
    #site_config .site .home.home4 {
        width: 100% !important;
    }
    #site_config .site .home:after {
        right: 15px;
        width: 15px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 18px 35px 18px 12px;
    }
    #site_config .site .home > ul li a {
        font-size: 15px;
        padding: 13px 12px;
    }
	
	#site_config .site .home > ul {
		    display: flex;
	}
	#site_config .site .home > ul li {
		margin: 20px 20px 0px;
	}
}

.subtop2 a {

    display: inline-block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-weight: 600;
    background-color: #c3c3c3;
    border-radius: 100px;
    padding: 10px 50px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1em;
    margin-left: 3px;
}
.subtop2 .active a {
    background-color: #fff900;
	color:#000;
}
.subtop2 .site {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.subtop2 .site ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	margin-top:20px;
}


@media (max-width:767px) {
	.subtop2 a {
		padding: 10px 20px;
		font-size: 14px;
	}
}

/* bdTop */
.bdTop .rt strong,
.bdTop .rt span {
    display: inline-block;
    vertical-align: middle;
}
.bdTop .rt strong {
    font-weight: 700;
    color: #aaa;
    cursor: pointer;
}
.bdTop .rt .act {
    color: #000;
}
.bdTop .rt .dvd {
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 1px;
    margin: 0 5px;
    background-color: #bac2c9;
}

/* prdList */
.prdList .item {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 25px;
    margin: 15px 0;
}
.prdList .item .cost .sm {
    font-size: .5em;
}
.prdList .item .info {
    display: flex;
    flex-wrap: wrap;
}
.prdList .item .info > li {
    width: 50%;
}
.prdList .item .info .conWrp {
    display: flex;
    margin: 3px 0;
}
.prdList .item .info .conWrp .hd {
    width: 60px;
    color: #8a9cb6;
    font-weight: 600;
}
.prdList .item .info .conWrp .con {
    width: calc(100% - 60px);
    font-weight: 600;
}
@media (max-width:1201px){
    .prdList .item .info > li {
        width: 100%;
    }
}
@media (max-width:501px){
    .prdList .item {
        padding: 20px 15px;
        margin: 5px 0;
    }
    .prdList .item .info .conWrp .hd {
        width: 50px;
    }
    .prdList .item .info .conWrp .con {
        width: calc(100% - 50px);
    }
}


/* btnBigWrp */
.btnBigWrp .btnItem {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: 400;
    line-height: 45px;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    border-radius: 5px;
    letter-spacing: -0.01em;
    background-color: #333;
    cursor: pointer;
    width: 100%;
}
.btnBigWrp .btnItem.auto {
    width: auto;
}
.btnBigWrp .btnItem:not(.done):hover {
    border-color: #1d77ff;
    box-shadow: 10px 23px 40px rgba(29, 119, 255, 0.25);
}
.btnBigWrp .btnItem.grn:not(.done):hover {
    border-color: #4bb74a;
    box-shadow: 10px 23px 40px rgba(76, 183, 74, 0.25);
}
.btnBigWrp .btnItem.w {
    border-color: #fff;
    color: #fff;
}
.btnBigWrp .btnItem.w:not(.done):hover {
    color: #111;
    border-color: #fff;
}
.btnBigWrp .btnItem strong,
.btnBigWrp .btnItem i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.btnBigWrp .btnItem:not(.done) span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #1d77ff;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -0;
}
.btnBigWrp .btnItem.grn:not(.done) span {
    background-color: #4bb74a;
}
.btnBigWrp .btnItem.w:not(.done) span {
    background-color: #fff;
}
.btnBigWrp .btnItem:not(.done):hover span {
    width: 225%;
    height: 562.5px;
}
.btnBigWrp .btnItem.done {
    color: #e4e4e4;
    border-color: #999;
    background-color: #999;
    cursor: default;
}
@media (max-width:767px){
    .btnBigWrp .btnItem {
        font-size: 15px;
        padding: 0 15px;
        min-width: 120px;
        line-height: 40px;
    }
}

/* formContents */
.formContents {
    padding: 4rem;
}
.formContents > li {
    display: flex;
    align-items: flex-start;
}
.formContents > li .btnBigWrp,
.formContents > li .btnBigWrp .btnItem {
    width: 100%;
}
.formContents > li > div {
    padding: 10px 0;
}
.formContents > li.canvas {
    background-color: #fbfffb;
}
.formContents > li > .tit {
    width: 130px;
}
.formContents > li > .con {
    width: calc(100% - 130px);
}
.formContents.wide > li > .tit {
    width: 230px;
}
.formContents.wide > li > .con {
    width: calc(100% - 230px);
}
.formContents > li > .con .checkbox-custom,
.formContents > li > .con .radio-custom {
    margin: 0 12px 0 0;
}
.formContents > li > .tit label {
    font-size: 17px;
    color: #333;
}
.formContents > li > .con .checkbox-custom label ,
.formContents > li > .con .radio-custom label  {
    font-size: 16px;
    color: #333;
}
.formContents > li > .tit label {
    font-weight: 600;
    margin: 0px;
}
@media (min-width:768px) {
    .formContents > li > .tit label,
    .formContents > li > .con .checkbox-custom,
    .formContents > li > .con .radio-custom {
        line-height: 40px;
    }
    .formContents > li > .con .checkbox-custom.line,
    .formContents > li > .con .radio-custom.line {
        line-height: 25px;
        margin-top: 5px;
    }
}
@media (max-width:767px) {
    .formContents {
        padding: 2rem;
    }
    .formContents > li {
        flex-wrap: wrap;
    }
    .formContents.wide > li > .tit,
    .formContents.wide > li > .con,
    .formContents > li > .tit,
    .formContents > li > .con {
        width: 100%;
    }
    .formContents > li > .tit {
        padding: 10px 0 0;
    }
    .formContents > li > .con {
        padding: 5px 0 10px;
    }
    .formContents > li > .tit label {
        font-size: 15px;
    }
    .formContents > li > .con .checkbox-custom label ,
    .formContents > li > .con .radio-custom label  {
        font-size: 14px;
    }
}

/* formBtn */
.formBtn {
    line-height: 40px;
    background-color: #444;
    border: 0px;
    text-align: center;
    width: 100px;
    color: #fff;
}
.formBtn.gr {
    background-color: #126919;
}
/* form-flex */
.form-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-flex.noflow {
    white-space: nowrap;
    gap: 8px;
}
.form-flex.spaceBetween {
    justify-content: space-between;
}
.form-flex + .form-flex:not(.noBorder) {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.form-flex.fx > div {
    flex-grow: 1;
}
.form-flex,
.form-flex label {
    font-size: 17px;
}
.form-flex .form-control,
.form-flex .t,
.form-flex .modalBtn,
.form-flex .checkbox-custom label ,
.form-flex .radio-custom label  {
    font-size: 16px;
}
.form-flex .modalBtn {
    display: inline-block;
    cursor: pointer;
    color: #aaa;
}
.form-flex .form-control {
    border-radius: 0px;
    box-shadow: 0 0 0;
    border-color: #ddd;
}
.form-flex .form-control:not(textarea) {
    height: 40px;
}
.form-flex.infoItem {
    min-height: 40px;
}
@media (min-width:768px) {
    .form-flex.mx80 {
        width: 80%;
    }
    .form-flex .form-control.wr250 {
        max-width: 250px;
    }
    .form-flex .form-control {
        min-width: 100px;
    }
}
@media (max-width:767px) {
    .form-flex:not(.mobileFlex) {
        flex-wrap: wrap;
    }
    .form-flex.noflow {
        gap: 4px;
    }
    .form-flex,
    .form-flex label,
    .form-flex .modalBtn,
    .form-flex .form-control {
        font-size: 15px;
    }
    .form-flex .form-control {
        padding: 6px 8px;
    }
    .form-flex .form-control,
    .form-flex .checkbox-custom label ,
    .form-flex .radio-custom label  {
        font-size: 14px;
    }
    .form-flex.infoItem {
        min-height: auto;
    }
}

/* formAgrees */
.formAgrees {
    border-top: 1px solid #333;
}
.formAgrees > li {
    padding: 8px 0;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
.formAgrees > li.all {
    border-bottom-color: #333;
}
.formAgrees > li .radio-custom {
    padding: 5px 0;
}
.formAgrees > li .checkbox-custom,
.formAgrees > li .radio-custom {
    padding: 0px;
    width: 100%;
}
.formAgrees > li .hasModal .checkbox-custom,
.formAgrees > li .hasModal .radio-custom {
    width: calc(100% - 70px);
}
.formAgrees > li .checkbox-custom label,
.formAgrees > li .radio-custom label {
    display: block;
    width: 100%;
    color: #848484;
    border-radius: 4px;
    height: 55px;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.formAgrees > li .checkbox-custom.big label,
.formAgrees > li .radio-custom.big label {
    height: 90px;
}
.formAgrees > li .checkbox-custom.md label,
.formAgrees > li .radio-custom.md label {
    height: 70px;
}
.formAgrees > li .checkbox-custom.md label span strong,
.formAgrees > li .checkbox-custom.big label span strong,
.formAgrees > li .radio-custom.md label span strong,
.formAgrees > li .radio-custom.big label span strong {
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label,
.formAgrees > li .radio-custom input[type="radio"]:checked + label {
    border-color: #111;
    color: #111;
    /* background-color: #f5f8ff;
    box-shadow: 5px 5px 20px rgba(141, 160, 214, 0.15); */
}
.formAgrees > li .checkbox-custom label::before,
.formAgrees > li .radio-custom label::before {
    left: 0px;
    right: auto;
    width: 27px;
    height: 27px;
    margin-top: 0px;
    transform: translateY(-50%);
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    border-radius: 50%;
}
.formAgrees > li .checkbox-custom input[type="checkbox"] + label:after,
.formAgrees > li .radio-custom input[type="radio"] + label:after {
    content: "\eb7b";
    font-family: remixicon!important;
    font-style: normal;
    right: auto;
    left: 5px;
    background-color: transparent;
    font-size: 17px;
    position: absolute;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    color: #fff;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label::before,
.formAgrees > li .radio-custom input[type="radio"]:checked + label::before {
    background-color: #099814;
    border-color: #099814;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label:after,
.formAgrees > li .radio-custom input[type="radio"]:checked + label:after {
    box-shadow: 0 0 0;
}
@media (max-width:767px) {
    .formAgrees > li {
        font-size: 15px;
    }
    .formAgrees > li .checkbox-custom label, 
    .formAgrees > li .radio-custom label {
        height: 40px;
        padding-left: 35px;
    }
    .formAgrees > li .checkbox-custom label::before, 
    .formAgrees > li .radio-custom label::before {
        width: 24px;
        height: 24px;
    }
    .formAgrees > li .checkbox-custom input[type="checkbox"] + label:after, 
    .formAgrees > li .radio-custom input[type="radio"] + label:after {
        font-size: 14px;
    }
}


/* procList */
.procList {
    margin: 0 -10px;
}
.procList > li {
    padding: 0 10px;
    margin: 10px 0;
}
.procList .item {
    display: flex;
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #ddd;
}
.procList .item .num {
    display: inline-block;
    padding: 4px 7px;
    background-color: #1d77ff;
    color: #fff;
}
.procList .item .num.gr {
    background-color: #099814;
}
.procList .item .img img {
    border-radius: 10px;
}
.procList.procList1 .item .img img {
    background-color: #f7faff;
}
.procList.procList2 .item .img img {
    background-color: #f7fff8;
}
@media (max-width:501px){
    .procList .item {
        padding: 25px 20px;
    }
    .procList .item .txt {
        width: calc(100% - 80px);
    }
    .procList .item .img {
        width: 80px;
    }
    .procList .item .img img {
        border-radius: 50%;
    }
}

/* processInfo */
.processInfo .icon img {
    background-color: #eaf8eb;
    border-radius: 50%;
}
.processInfo.processInfo2 .icon img {
    background-color: #eaf2ff;
}
.processInfo {
    display: flex;
    align-items: center;
}
.processInfo .icon {
    width: 140px;
}
.processInfo .txt {
    width: calc(100% - 140px);
    padding-left: 20px;
}
@media (max-width:767px) {
    .processInfoWrp {
        display: block;
    } 
    .processInfoWrp .lft {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .processInfo .icon {
        width: 60px;
        order: 2;
    }
    .processInfo .txt {
        width: calc(100% - 60px);
        padding-left: 0;
        padding-right: 15px;
        order: 1;
    }
}


/*table_basic*/
.table.table_basic {
    border-top: 2px solid #32246e;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 14px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
	    text-align: center;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}
