/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    border-radius: 100px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
#site_config .site .home {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02em;
    -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 .slashed {
    width: 2px;
    vertical-align: middle;
    background-color: #c2c2c2;
    display: inline-block;
    height: 16px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /* transform: skewX(-15deg); */
    vertical-align: middle;
    margin: 0 2px;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -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 .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: inline-block;
    line-height: 1em;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: rgba(255,255,255,0.5);
}
#site_config .site .home.home3 > span {
    color: #fff;
    font-weight: 500;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translateY(10px);
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 10px;
    color: rgba(255,255,255,0.5);
    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: #fff;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config {
        padding: 0px 20px;
    }
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* subTop */
.subTop {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 750px;
}
.subTop > .container {
    position: relative;
    z-index: 5;
}
.subTop > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1;
    background-size: cover !important;
}
@media (max-width:768px) {
    .subTop {
        height: auto;
        padding: 150px 0;
    }
}
/* subtabs */
#subtabs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#subtabs .subtabMnWrp {
    display: flex;
    align-items: center;
}
#subtabs .subtabMnWrp .tit {
    width: 220px;
}
#subtabs .subtabMnWrp .dashed {
    width: 40px;
    text-align: center;
}
#subtabs .subtabMnWrp .dashed span {
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #ddd;
}
#subtabs .subtabMnWrp .mns {
    width: calc(100% - 160px);
}
#subtabs .subtabMnWrp .mns li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #999;
}
#subtabs .subtabMnWrp .mns li.active a {
    color: #111;
    font-weight: 500;
}
#subtabs.liberalCon .subtabMnWrp .tit {
    width: 170px;
}
#subtabs.liberalCon .subtabMnWrp .mns {
    width: calc(100% - 240px);
}
@media (max-width:768px){
    #subtabs .subtabMnWrp .tit {
        width: 100px;
    }
    #subtabs .subtabMnWrp .tit .dft {
        font-size: 15px;
    }
    #subtabs .subtabMnWrp .dashed {
        width: 20px;
    }
    #subtabs .subtabMnWrp .mns {
        width: calc(100% - 120px);
    }
    #subtabs .subtabMnWrp .mns li a {
        padding: 10px;
        font-size: 14px;
    }
    #subtabs.liberalCon .subtabMnWrp .tit {
        width: 140px;
    }
    #subtabs.liberalCon .subtabMnWrp .mns {
        width: calc(100% - 210px);
    }
}

/* tab-nav */
.tab-nav .tab-nav-box {
    gap: 0;
    justify-content: flex-start;
}
.tab-nav .tab-nav-box li {
    white-space: nowrap;
    text-align: center;
}


.tab-nav .tab-nav-box.w130 li {
    width: 130px;
}
.tab-nav .tab-nav-box.w160 li {
    width: 160px;
}
.tab-nav .tab-nav-box.w210 li {
    width: 250px;
}
@media (max-width:768px){
    .tab-nav .tab-nav-box.w130 li {
        width: 90px;
    }
    .tab-nav .tab-nav-box.w160 li {
        width: 120px;
    }
    .tab-nav .tab-nav-box.w210 li {
        width: 160px;
    }
}

/* topTitle */
#topTitle {
    background-color: #f4f4f4;
}

/* bookCon */
.bookCon {
    border-top: 1px solid #ddd;
    padding: 40px 0;
}
.bookCon .subtit .crrtCate span {
    display: inline-block;
    /* border: 1px solid #aaa; */
    background-color: #ffe838;
    line-height: 1em;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}
@media (min-width:991px){
    .bookCon {
        display: flex;
    }
    .bookCon .subtit,
    .bookCon .pin-wrapper {
        width: 180px;
        padding-right: 20px;
    }
    .bookCon .subcon {
        width: calc(100% - 180px);
    }
    .bookCon .subcon .bookName {
        width: calc(100% - 180px);
    }
}
@media (max-width:992px){
    .bookCon .subtit {
        margin-bottom: 15px;
    }
    .bookCon .subcon .bookName {
        font-size: calc(100vw * (20 / 992));
    }
}
@media (max-width:768px){
    .bookCon .subcon .bookName {
        font-size: calc(100vw * (20 / 768));
    }
}
@media (max-width:500px){
    .bookCon .subcon .bookName {
        font-size: calc(100vw * (20 / 500));
    }
}

/* bookDetailThums */
.bookDetailThums .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfc;
    min-height: 350px;
    padding: 15px;
    border: 1px solid #eee;
}
.bookDetailThums .item .thum {
    width: 175px;
    max-width: 40vw;
}


/*table_basic*/
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
}
.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 {
    font-weight: 700;
    background-color: #F8F8F8;
    color: #111;
    border-top: 1px solid #111 !important;
}
.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;
}
.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 {
    /* background-color: #fefefe; */
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #f5fcff;
    border-top: 2px solid #0e71b8;
    border-bottom: 2px solid #0e71b8;
}
.table.table_basic tbody tr.imp th:first-child,
.table.table_basic tbody tr.imp td:first-child {
    border-left: 2px solid #0e71b8;
}
.table.table_basic tbody tr.imp th:last-child,
.table.table_basic tbody tr.imp td:last-child {
    border-right: 2px solid #0e71b8;
}
.table.table_basic tbody tr.imp td {
    color: #0e71b8;
    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 td.imp {
    background-color: #f6fbf0;
    font-weight: 500;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .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: calc(100vw * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:768px){
    .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: calc(100vw * (14 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

/* slider-f */
@media (min-width:767px){
    .slider-f-wrp {
        margin: 0 -15px;
    }
    .slider-f-wrp .slider-f .slick-slide {
        padding: 0 15px;
    }
}
@media (max-width:768px){
    .slider-f-wrp {
        width: 120vw;
        padding-right: calc(20vw + 30px);
    }
    .slider-f-wrp {
        margin: 0 -5px;
    }
    .slider-f-wrp .slider-f .slick-slide {
        padding: 0 5px;
    }
}


/* mySwiper */
.mySwiper {
    width: 100%;
    box-sizing: border-box;
}
.mySwiper .swiper-slide .item {
    text-decoration: none;
    display: block;
    position: relative;
}
.mySwiper .swiper-slide .item .img {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    min-height: 350px;
}
.mySwiper .swiper-slide .item .thum {
    width: 200px;
    max-width: 37vw;
}
.mySwiper .swiper-slide .item .btnWrp {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.mySwiper .swiper-slide .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    padding: 1.5rem;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mySwiper .swiper-slide:hover .txt {
    opacity: 1;
}
.mySwiper .swiper-slide .txt p {
    opacity: .6;
}
.mySwiper .swiper-slide .txt .more {
    text-decoration: underline;
    opacity: .6;
}
@media (min-width:1023px){
    .mySwiper .swiper-slide {
        width: 360px;
    }
    .mySwiper.assist .swiper-slide {
        width: calc(33.3333% - 20px);
    }
}
@media (max-width:1370px){
    .mySwiper {
        padding-left: 0
    }
}
@media (max-width:1024px){
    .mySwiper .swiper-slide {
        width: 250px;
    }
}
@media (max-width:768px){
    .mySwiper .swiper-slide .item .img {
        border-radius: 5px;
        min-height: 260px;
    }
    .mySwiper .swiper-slide {
        width: 60vw;
    }
}

/* progressbar */
.swiper-horizontal>.swiper-pagination-progressbar, 
.swiper-pagination-progressbar.swiper-pagination-horizontal, 
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    position: relative;
    margin-top: 15px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}
.bg-dark .swiper-horizontal>.swiper-pagination-progressbar, 
.bg-dark .swiper-pagination-progressbar.swiper-pagination-horizontal, 
.bg-dark .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.bg-dark .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}


/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}
.dvdHr.big {
    margin: 8rem 0;
}
@media (max-width:768px) {
    .dvdHr {
        margin: 2rem 0;
    }
    .dvdHr.big {
        margin: 4rem 0;
    }
}

/* imgBorderRadius */
.imgBorderRadius {
    border-radius: 30px;
}
@media (max-width:768px) {
    .imgBorderRadius {
        border-radius: 10px;
    }
}

/* hasImg */
.hasImg .w10 {
    width: 10%;
}
.hasImg .w20 {
    width: 20%;
}
.hasImg .w30 {
    width: 30%;
}
.hasImg .w40 {
    width: 40%;
}
.hasImg .w50 {
    width: 50%;
}
.hasImg .w60 {
    width: 60%;
}
.hasImg .w70 {
    width: 70%;
}
.hasImg .w80 {
    width: 80%;
}
.hasImg .w90 {
    width: 90%;
}
.hasImg .w100 {
    width: 100%;
}
@media (max-width:768px) {
    .hasImg > div {
        width: 100% !important;
        margin: 15px 0;
    }
    .hasImg img {
        width: 100%;
    }
}
/* italic */
.italic {
    font-style: italic;
}

/* hasNavCon */
.hasNavCon {
    position: relative;
}
.hasNavCon .ltNav,
.hasNavCon .pin-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    padding-right: 20px;
}
.hasNavCon .ltNav .navItem {
    line-height: 1em;
    padding: 2px 0;
    border-radius: 80px;
    margin: 5px 0;
    cursor: pointer;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hasNavCon .ltNav .navItem .tt {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hasNavCon .ltNav .navItem .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cbcbcb;
    display: none;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hasNavCon .ltNav .navItem .nm {
    color: #999;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.hasNavCon .ltNav .navItem:hover .dot {
    background-color: #666;
}
.hasNavCon .ltNav .navItem:hover .nm {
    color: #666;
}
.hasNavCon .ltNav .navItem.act {
    /* background-color: #1d71b8; */
}
.hasNavCon .ltNav .navItem.act .tt {

}
.hasNavCon .ltNav .navItem.act .dot {
    background-color: #1d71b8;
    display: inline-block;
}
.hasNavCon .ltNav .navItem.act .nm {
    color: #1d71b8;
    font-weight: 700;
}
.hasNavCon .rtCon {
    padding-left: 160px;
}
@media (max-width:768px) {
    .hasNavCon .ltNav, .hasNavCon .pin-wrapper {
        width: 90px;
        padding-right: 0;
    }
    .hasNavCon .ltNav .navItem .tt {
        gap: 4px;
    }
    .hasNavCon .rtCon {
        padding-left: 90px;
    }
}

/* proCate */
.proCate {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 20px 30px;
}
.proCate .subP {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 6px 0;
}
.proCate .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(14, 113, 184, 0.1);
    border-radius: 50%;
    text-align: center;
}
.proCate .subP > span {
    padding-top: 2px;
    width: calc(100% - 32px);
    padding-left: 10px;
    font-weight: 500;
}
.proCate .subP .sub {
    display: block;
    font-size: .85em;
    line-height: 1.3em;
    margin-top: 4px;
    font-weight: 300;
}
@media (max-width:768px) {
    .proCate {
        border-radius: 5px;
        padding: 10px 20px;
    }
    .proCate .subP {
        gap: 4px;
        padding: 3px 0;
    }
    .proCate .num {
        width: 26px;
        height: 26px;
    }
    .proCate .subP > span {
        width: calc(100% - 26px);
        padding-left: 5px;
    }
}



/* contactForm */
.contactForm ul li {
    margin: 15px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item .checkbox-custom,
.contactForm .form-item .checkbox-custom label,
.contactForm .form-item .checkbox-custom input,
.contactForm .form-item .radio-custom,
.contactForm .form-item .radio-custom label,
.contactForm .form-item .radio-custom input {
    margin: 0px;
}
.contactForm .form-item > label .c_pt {
    display: inline-block;
    margin-left: 3px;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 50px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 1px solid rgba(68, 68, 68, 0.04);
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: rgba(68, 68, 68, 0.03);
}
.contactForm .form-common.short {
    display: inline-block;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 50px;
}
.contactForm label {
    font-size: 1.6rem;
    line-height: 1em;
    color: #666;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.contactForm .btnItem {
    width: 100%;
}
.agrees input,
.agrees label,
.agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.agrees input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.agrees label {
    padding-left: 30px;
    position: relative;
}
.agrees label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ddd;
    transform: translateY(-50%);
}
.agrees input[type="checkbox"]:checked + label:before {
    background-color: #111;
    border-color: #111;
}
.agrees label:after {
    font-family: remixicon !important;
    content: "\eb7b";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    opacity: 0;
}
.agrees input[type="checkbox"]:checked + label:after {
    color: #fff;
    opacity: 1;
}
.agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
}

@media (min-width:992px){
    #latest_online {
        border: 1px solid #eee;
        padding: 50px;
    }
    .contactForm .form-item .fbox {
        height: 50px;
    }
}
@media (max-width:1370px) and (min-width:992px){
    .contactForm {
        margin-left: 40vw;
        padding: 4rem 6rem;
    }
    .contactForm ul {
        max-width: 700px;
    }
}
@media (max-width:992px){
    .contactForm .btnWrp {
        margin-top: 15px;
        width: 100%;
    }
    .contactForm .btnWrp .btnItem {
        width: 100%;
    }
}
@media (max-width:768px){
    .contactForm .row {
        margin: 0 -5px;
    }
    .contactForm .row > li,
    .contactForm .row > div {
        padding: 0 5px;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
}

/* contentBox */
.contentBox .txt {
    padding: 0 40px;
}
.contentBox .txt .content {
    max-width: 90%;
    margin: 0 auto;
}
.contentBox .txt .content {
    max-width: 90%;
    margin: 0 auto;
}

/* txWrp */
@media (min-width:767px) {
    .txWrp {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* company1 */
#company1 .sec1 {
    background: url(../img/c1_bg1.jpg) center center no-repeat;
    background-size: cover;
}
/* company2 */
@media (min-width:767px) {
    #company2 .fbox {
        margin: 0 -30px;
    }
    #company2 .fbox > div {
        padding: 0 30px;
    }
}

/* grBox */
.grBox {
    padding: 40px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
@media (max-width:768px) {
    .grBox {
        padding: 20px;
    }
}