
/* rem 선언*/
html,
body {
    font-size: var(--txt-md);
}



.brand_sub {
    display: flex;
    flex-wrap: wrap;
}
.brand_sub .brand {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 50px;
}
.brand_sub .brand:nth-child(3n) {
    margin-right: 0px;
}
.brand_sub .brand .img {
    display: flex;
    /* border: 1px solid #ddd; */
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 30px;
    height: 145px;
    cursor: pointer;
    border-bottom: 1px dashed #bbb;
}
.brand_sub .brand .txt {
    margin-top: 14px;
    cursor: pointer;
    text-align: center;
}
.brand_sub .brand .txt .tit {
    /* display: flex; */
    margin-bottom: 6px;
    /* justify-content: space-between; */
}
.brand_sub .brand .txt .tit h5 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Roboto', 'Noto Sans KR', serif !important;
}
.brand_sub .brand .txt .tit span {
    font-size: 1.5rem;
    padding-top: 4px;
    display: none;
}
.brand_sub .brand .cont p {
    color: #666;
}

#main .visual .logo_wrap {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    width: var(--web-width);
    background: #fff;
    /* padding: 40px 0 30px; */
    border-radius: 30px;
    box-sizing: border-box;
    height: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#main .visual .logo_wrap .bxslider {
    width: 100%;
    height: 100%;
}
#main .visual .logo_wrap .img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#main .visual .logo_wrap .img img {
}
#main .visual .logo_wrap .img:nth-child(4n) {
    margin-right: 0;
}


.main_about .wrap {
    width: var(--web-width);
    padding-top: 5.6rem;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}
.main_about .tit {
    width: 34%;
}
.main_about .tit h4 {
    color: var(--sub-color);
    font-size: var(--txt-lg);
    letter-spacing: 0.3px;
    margin-top: 80px;
}
.main_about .tit h5 {
    font-size: 2.625rem;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.3em;
    margin: 10px 0 40px;
}
.main_about .tit p {
    line-height: 1.6em;
    color: #555;
}
.main_about .box {
    width: 33%;
    cursor: pointer;
}
.main_about .box.box01 {}
.main_about .box.box02 {
    margin-top: 90px;
}
.main_about .box.box01 .img {
    min-height: 200px;
    background: url(../images/main/about_box01.png) no-repeat;
    background-size: cover;
}
.main_about .box.box02 .img {
    min-height: 200px;
    background: url(../images/main/about_box02.png) no-repeat;
    background-size: cover;
}
.main_about .box.box01 .txt {
    min-height: 240px;
    background: var(--sub-color);
    padding: 60px 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.main_about .box.box02 .txt {
    min-height: 240px;
    background: #999;
    padding: 60px 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.main_about .box .txt h5 {
    font-size: 2rem;
    color: #fff;
    font-weight: 400;
    width: 100%;
}

.main_product {
    position: relative;
    z-index: 1;
}
.main_product .wrap {
    width: var(--web-width);
    margin: 0 auto;
    display: flex;
}
.main_product .tit_bg {
    background: var(--sub-color-2);
    position: absolute;
    right: 40%;
    transform: translateX(-50%);
    width: 50vw;
    z-index: -1;
    min-height: 400px;
}
.main_product .wrap .tit {min-height: 400px;display: flex;align-content: center;flex-wrap: wrap;min-width: 200px; cursor: pointer;}
.main_product .tit h5 {
    color: #fff;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 400;
    /* margin-bottom: 80px; */
}
.main_product .tit img {}
.main_product .product {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 50px 0;
}
.main_product .product .box {
    background: #fff;
    padding: 20px;
    margin-left: 20px;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 13%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 13%);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    cursor: pointer;
}
.main_product .product .box .img {
    min-height: 200px;
    width: 100%;
    display: block;
}
.main_product .product .box .img img {
    margin: 0 auto;
    display: block;
}
.main_product .product .box .txt {
    display: flex;
    justify-content: space-between;
}
.main_product .product .box .txt h5 {
    font-size: 1.125rem;
    font-weight: 400;
}
.main_product .product .box .txt span {}

.main_mall {background: url(../images/main/main_mall_bg.png) no-repeat;margin-top: -200px;z-index: -1;}
.main_mall .wrap {
    width: var(--web-width);
    margin: 0 auto;
    padding: 19rem 0 5.6rem;
    display: flex;
    justify-content: space-between;
}
.main_mall .img {
    width: 52%;
    background: url(../images/main/main_mall.png) no-repeat center center;
    background-size: cover;
    min-height: 320px;
}
.main_mall .txt {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    cursor: pointer;
}
.main_mall .txt h5 {
    font-size: 2.25rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 60px;
}



.design_video .board_view .title_info {
    max-width: 852px;
    margin: 0 auto;
    border-bottom: 1px dashed #ddd;
}
.design_video .board_view .title_info .l_tit {
    float: inherit;
    width: 100%;
}
.design_video .board_view .title_info .l_tit .tit {
    color: var(--main-color);
    text-align: center;
    font-size: 2rem;
    margin: 0;
}
.design_video .board_view .contents_info video {
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 20%);
    border-radius: 30px;
}
.design_video .board_inner:before {
    height: 0;
}




.data_top {
    border: 1px solid #ddd;
    border-top: 2px solid #222;
    border-radius: 4px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    background: #fafafa;
}
.data_top .top_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.data_top .top_wrap .view_sel {
    margin-right: 6px;
    margin-bottom: 10px;
}
.data_top .top_wrap .view_sel:last-child {
    margin-right: 0;
}
.data_top .top_wrap .view_sel select {
    width: 200px;
}
.data_top .top_wrap .search_group #schText {
    width: 446px;
}

.data_tab .tab_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.data_tab .tab_link .tablinks {
    width: 20%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #222;
    box-sizing: border-box;
    color: #757575;
    cursor: pointer;
    transition: 0.5s;
}
.data_tab .tab_link .tablinks.active, .data_tab .tab_link .tablinks:hover {
    border-radius: 4px 4px 0 0;
    border: 1px solid #222;
    border-bottom: 0;
    color: #222;
    font-size: 1.125rem;
}
.data_tab .tab_link_depth .tabcontent {
    width: 100%;
    padding: 30px;
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    background: #ddd;
}
.data_tab .tab_link_depth>div>a {
    display: inline-block;
    cursor: pointer;
    font-size: 0.925rem;
}
.data_tab .tab_link_depth>div>a:hover {
    font-weight: bold;
}

.data_cont {
    margin-top: 60px;
}
.data_list .file {
    display: flex;
}
.data_list .file .link_ic {
    padding-left: 10px;
}

.data_list {
    border-top: 1px solid #ddd;
}
.data_list .product {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: flex;
    align-items: center;
}
.data_list .product .num {
    width: 5%;
    color: #555;
    font-size: 0.925rem;
}
.data_list .product .date {
    width: 10%;
    text-align: right;
    color: #555;
    font-size: 0.925rem;
}
.data_list .product .comp {
    width: 15%;
    color: var(--main-color);
    font-size: 0.925rem;
}
.data_list .product .tit {
    width: 70%;
    cursor: pointer;
}
.data_list .product .tit>p {
    background: #ddd;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.825rem;
    color: #222;
    margin-bottom: 6px;
}
.data_list .product .tit>h3 {
    font-size: 1rem;
    font-weight: normal;
}

.board_view .title_info .l_tit .cate {
    margin-bottom: 20px;
    color: #666;
}
.board_view .title_info .l_tit .cate span {
    background: var(--main-color);
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.925rem;
    color: #fff;
    margin-right: 10px;
}


.main_popup>div:first-child {width: 100% !important;}
.main_popup>div:first-child img {width: 100% !important; height: auto !important;}
.main_popup .close {
    width: 100%;
    background: var(--main-color-2);
    color: #fff;
    display: flex;
    padding: 10px 6px;
    justify-content: space-between;
}
.main_popup .close .f_right a {
    color: #fff;
}
.main_popup .close .f_right a::after {
    display: none;
}

/* ---기업소개---- */

/* 연혁 */
.history_wrap {
    position: relative;
}
.history_wrap::before {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: "";
}
.history_wrap .left_wrap {
    position: relative;
    width: 50%;
    min-height: 55px;
    text-align: right;
    margin-left: 1.4%;
    margin-bottom: 30px;
    padding-right: 115px;
    background: url(../images/sub/year_bg_l.png) right 0 no-repeat;
    z-index: 9;
}
.history_wrap .right_wrap {
    position: relative;
    width: 50%;
    min-height: 55px;
    text-align: left;
    margin-left: 48.8%;
    margin-bottom: 30px;
    padding-left: 115px;
    background: url(../images/sub/year_bg_r.png) 0 0 no-repeat;
    z-index: 9;
}
.history_wrap .year {
    font-size: 2rem;
    line-height: 44px;
    font-family: GmarketSansMedium;
    color: #0080c0;
    padding-top: 8px;
    margin-bottom: 20px;
}
.history_wrap dl {
    margin-top: 10px;
    overflow: hidden;
}
.history_wrap .right_wrap dl {
    padding-left: 7px;
}
.history_wrap .right_wrap dt {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    clear: both;
    color: #005d83;
    font-weight: 500;
}
.history_wrap .right_wrap dd {
    float: left;
    width: 100%;
    word-break: keep-all;
    margin-bottom: 8px;
}
.history_wrap .left_wrap dl {
    padding-right: 7px;
}
.history_wrap .left_wrap dt {
    float: right;
    width: 100%;
    text-align: right;
    margin-bottom: 8px;
    clear: both;
    color: #005d83;
    font-weight: 500;
}
.history_wrap .left_wrap dd {
    float: left;
    width: 100%;
    word-break: keep-all;
    text-align: right;
    margin-bottom: 12px;
}
.history_wrap .history_img {
    margin: 10px 0 20px 0;
}

/*ì—°í˜ë””ìžì¸2*/
.history_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 35px 50px;
    border-bottom: 1px solid #efefef;
}
.history_box .history_tit {
    font-size: 2.250rem;
    font-weight: 600;
    color: #0080c0;
}
.history_box ul {
    margin-left: 120px;
}
.history_box ul li {
    padding: 8px 0;
}
.history_box .cont {
    margin-right: 25px;
    font-weight: 500;
    color: #38322d;
}
.history_box .cont_ex {
    color: #757575;
    font-size: 0.875rem;
}

.history .right_wrap .year ,.history .left_wrap .year{font-size: 3rem;font-weight: 500;}
.history_contents h3{font-size:5rem;text-align:center;margin:5rem 0;}
.history_contents img{border-radius:15px;}



@media screen and (max-width:1080px) {
    .main_popup {width: calc(100% - 40px) !important;height: auto !important;top: 20px !important;left: 50% !important;transform: translateX(-50%);cursor:pointer;}
    .main_popup>div {width: 100% !important;}
    .main_popup img {width: 100% !important;height: auto !important;}
}


.waiting {display: flex; align-content: center; justify-content: center; width: 100vw; height: 100vh;}
.waiting img {margin-bottom: 3rem;}
.waiting p {font-size: 2rem; text-align: center; width: 100%;}

.wait {display: flex; justify-content: center; align-items: center;}
.wait img {
    max-width: 21.2rem;
    margin: 0 auto;
}