:root {
	--sub-border-radius20: 20px; 
	--sub-border-radius10: 10px; 
}
@media (max-width:768px){
    :root {
        --sub-border-radius20: 10px;
        --sub-border-radius10: 5px;
    }
}
/* subTop */
#subTop {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTop .subTopBg {
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
#subTop .subtabs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-radius: 40px 0 0 0;
    background-color: #fff;
    z-index: 5;
}
@media (min-width:767px) {
    #subTop .subtabs::before {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        left: 0;
        bottom: 0;
        transform: translate3d(-100%, 0%, 0);
        background: url(../img/stop_deco1.png) center center no-repeat;
    }
    #subTop .subtabs::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        left: 100%;
        top: 0;
        transform: translate3d(-100%, -100%, 0);
        background: url(../img/stop_deco1.png) center center no-repeat;
    }
}
@media (max-width:768px) {
    #subTop {
        display: block;
    }
    #subTop .subTopBg {
        height: 200px;
        border-radius: 0px;
    }
    #subTop .subtabs {
        width: 100%;
        border-radius: 0 0 0 0;
        position: relative;
        margin-top: 10px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    border-radius: 100px;
}
#site_config .site .home {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    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 5px;
}
#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: #999;
}
#site_config .site .home.home3 > span {
    color: #333;
    font-weight: 800;
}
#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: #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{
    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 .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;
    }
}
/* sitecon */
.sitecon .dashed {
    height: 14px;
    width: 2px;
    background-color: rgba(255,255,255,.5);
    transform: skew(15deg);
    margin: 0 8px;
    display: inline-block;
}
/* subtabs */
.subtabs ul {
    display: flex;
    gap: 3vw;
    padding: 20px 4vw;
}
.subtabs ul a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #aaa;
    padding: 0 0 10px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transform: translateY(1px);
}
.subtabs ul a.act {
    color: #0e70dd;
    border-color: #0e70dd;
    font-weight: 700;
}
@media (max-width:768px){
    .subtabs {
        border-bottom: 0px;
    }
    .subtabs ul {
        gap: 20px;
        row-gap: 5px;
        flex-wrap: wrap;
        padding: 10px 0px;
        justify-content: center;
    }
    .subtabs ul a {
        font-size: 15px;
        padding: 4px 0;
    }
}



/* contactForm */
.fTit {
    margin-bottom: 20px !important;
    padding-left: 20px;
    position: relative;
}
.fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #333;
    transform: translateY(-50%);
}
.contactForm ul li {
    margin: 20px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    gap: 5px;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 600;
    margin: 0;
}
.contactForm .radio-custom-wrp,
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 48px;
    margin-top: 12px;
}
.contactForm .radio-custom-wrp {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contactForm .radio-custom-wrp .radio-custom,
.contactForm .radio-custom-wrp .radio-custom label {
    margin: 0px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 8px;
    border: 1px solid #d0d4dd ;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: transparent;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
    height: auto;
    padding: 10px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.9rem;
    line-height: 1em;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
    display: inline;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}
.contactForm .btnWrp .btnItem {
    justify-content: center;
}

@media (max-width:768px){
    .contactForm {
        padding: 3rem 1rem;
    }
    .contactForm ul li {
        margin: 40px 0;
    }
    .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .radio-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .contactForm .radio-custom-wrp {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 15px;
        height: auto;
    }
}


/* contBoxs */
.contBoxs {
    padding: 3rem 5rem;
    background-color: #222;
    border-radius: 20px;
}
.contBoxs .item {
    /* border: 1px solid #aaa; */
    display: flex;
    align-items: center;
    padding: 20px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
@media (max-width:768px) {
    .contBoxs {
        padding: 3rem 2rem;
        border-radius: 10px;
    }
    .contBoxs .item {
        padding: 10px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}

/* radioExtra */
.radioExtra {
    display: flex;
    align-items: center;
    gap: 8px;
}
.radioExtra .form-control {
    width: 70px;
    margin: 0px !important;
}

/* borderRadius */
.borderRadius {
    border-radius: 15px;
}



/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* comInfos */
.comInfos .ifItem {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comInfos .ifItem .cc {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f7f7f7;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #111;
}
@media (max-width:768px) {
    .comInfos .ifItem {
        border-radius: 10px;
        padding: 20px;
    }
    .comInfos .ifItem .cc {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}


/* company1 */
#company1 .sec1 .imgWrp {
    position: relative;
    height: 530px;
    background: url(../img/com1_img1.jpg) center center;
    max-width: 1800px;
    margin: 0 auto;
    background-size: cover;
}
#company1 .sec1 .imgWrp .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 20px;
    z-index: 5;
    text-align: center;
}
@media (max-width:768px) {
    #company1 .sec1 .imgWrp {
        height: 250px;
    }
    #company1 .sec1 .fbox .rt {
        margin-top: 20px;
    }
}

/* prdList */
#prdList .prdItem {
    text-decoration: none;
    display: block;
    background: #f7f7f7;
    border-radius: var(--sub-border-radius10);
    padding: 15px;
}
#prdList .prdItem .img {
    border-radius: var(--sub-border-radius10);
    overflow: hidden;
}
#prdList .prdItem .img img {
    transform: scale(1);
    transition: all 1.3s;
    -o-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
}
#prdList .prdItem .txt {
    height: 100px;
}
@media (min-width:768px){
    #prdList .prdItem:hover .img img {
        transform: scale(1.1);
    }
}
@media (max-width:768px) {
    #prdList .prdItem {
        padding: 8px;
    }
    #prdList .prdItem .txt {
        padding: 8px;
    }
}


/* moreImg */
.moreImg {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: block;
    text-decoration: none;
}
.moreImg .ext {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 41px;
    height: 41px;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    padding-left: 1px;
    padding-bottom: 1px;
    z-index: 3;
}
@media (max-width:768px){
    .moreImg {
        border-radius: 10px;
    }
    .moreImg .ext {
        right: 7px;
        bottom: 7px;
        width: 31px;
        height: 31px;
    }
}

/* productViewPageTop */
.productViewPageTop {
    border: 1px solid #ddd;
}
.productViewPageTop img {
    border-radius: var(--sub-border-radius10);
}
.productViewPageTop .rt {
    padding: 30px;
    flex-basis: calc(100% - 692px);
}
.productViewPageTop .rt .btnItem {
    background-color: #00de5a;
    border-color: #00de5a;
    color: #111;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 15px;
}
.productViewPageTop .rt .btnItem img {
    width: 20px;
}
.productViewPageTop .lft {
    padding: 30px;
    flex-basis: 692px; 
    display: flex;
    gap: 4px;
}
.productViewPageTop.productViewPageTop1 .lft .l {
    flex-basis: 295px;
}
.productViewPageTop.productViewPageTop1 .lft .r {
    flex-basis: 397px;
}
.productViewPageTop.productViewPageTop2 .lft {
    flex-basis: 543px; 
}
.productViewPageTop.productViewPageTop2 .lft .r {
    flex-basis: 248px;
}
.productViewPageTop.productViewPageTop5 .product5_spec2,
.productViewPageTop.productViewPageTop4 .product4_spec2 {
    border: 1px solid #ddd;
}
@media (min-width:992px){
    .productViewPageTop .rt {
        border-left: 1px solid #ddd;
    }
}
@media (max-width:992px){
    .productViewPageTop {
        flex-wrap: wrap;
    }
    .productViewPageTop .lft {
        padding: 15px;
    }
    .productViewPageTop .rt {
        padding: 30px 15px;
        flex-basis: 100%;
    }
    .productViewPageTop .cnt,
    .productViewPageTop .lft {
        flex-grow: 1;
    }
    .productViewPageTop .rt {
        border-top: 1px solid #ddd;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.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 {
    font-size: 15px;
    color: #444;
    line-height: 1.2em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 8px 12px;
    vertical-align: middle;
}
.table.table_basic thead tr th {
    font-weight: 600;
}
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.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.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
    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: #fcfcfc; */
}
.table.table_basic thead tr th {
    background-color: #000;
    border-top: 1px solid #454f5d;
    color: #fff;
}
.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 td.imp {
    background-color: #fffef4;
}
@media (max-width:992px){
    .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 * (18 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@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 * (18 / 768));
        padding: calc(100vw * (14 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:500px){
    .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 * (18 / 500));
        padding: calc(100vw * (10 / 500));
    }
}


/* btDetail */
.btDetail {
    border-bottom: 1px solid #ddd;
}
.btDetail .btDetailTit {
    border: 1px solid #ddd;
    border-bottom-color: #fff !important;
    display: inline-block;
    border-top: 1px solid #111;
    padding: 13px 40px;
    text-align: center;
    margin-bottom: -1px !important;
}

@media (max-width:768px) {
    .btDetail .btDetailTit {
        padding: 10px 20px;
    }
}

/* factorItems */
.factorItemsWrp {
    margin: 0 -5px;
}
.factorItemsWrp .factorItems {
    padding: 0 5px;
}
.factorItems .item {
    background-color: #f7f8f9;
    padding: 20px 15px;
    border-radius: var(--sub-border-radius10);
}
.factorItems .item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.factorItems .item .chk img {
    background-color: #acc4cb;
    width: 20px;
    border-radius: 50%;
}
.factorItems .item .dft {
    color: #445d70;
}
@media (max-width:768px){
    .factorItems .item {
        text-align: left;
        padding: 20px 15px;
    }
}


/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 400;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 400;
}
@media (max-width:768px){
    .hList > li:after {
        top: 5px;
    }
}


/* product1_spec1 */
.product1_spec1 .img img {
    border-radius: var(--sub-border-radius10);
}
@media (min-width:992px) {
    .product1_spec1 .img {
        width: 300px;
    }
    .product1_spec1 .txt {
        width: calc(100% - 300px);
        padding-left: 20px;
    }
}
@media (max-width:992px) {
    .product1_spec1 .img {
        width: 100%;
    }
    .product1_spec1 .txt {
        width: 100%;
        padding-top: 20px;
    }
}