/* com_logo */
.com_logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* justifyCom */
@media (min-width:991px){
    .justifyCom {
        align-items: flex-start;
    }
    .justifyCom .tit {
        width: 470px;
    }
    .justifyCom .con {
        width: calc(100% - 470px);
        padding-left: 20px;
    }
}
@media (max-width:991px){
    .justifyCom {
        flex-wrap: wrap;
    }
    .justifyCom > div {
        width: 100%;
    }
    .justifyCom .tit {
        margin-bottom: 20px;
    }
}

/* ftList */
.ftList .item {
    background-color: rgba(27, 36, 50, 0.3);
    padding: 30px 40px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px; */
    
    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);
}
.ftList .item .tcon {
    color: #ced8e9;
}
@media (max-width:768px){
    .ftList .item {
        padding: 20px 30px;
    }
}
/* gr */
.gr {
    background: linear-gradient(to left, #9fb4f7, #88d3ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* comInfo */
.comInfo {
    position: relative;
}
.comInfo .infoBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 670px;
    z-index: 5;
}
.comInfo .infoBox ul li {
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.comInfo .infoBox ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.comInfo .infoBox ul li .tt {
    width: 80px;
    color: #acb8e6;
}
.comInfo .infoBox ul li .cc {
    width: calc(100% - 80px);
    padding-left: 15px;
}
.comInfo .imgBg img {
    max-width: 700px;
    position: relative;
    z-index: 0;
}
@media (max-width:768px){
    .comInfo .infoBox ul li .tt {
        width: 60px;
    }
    .comInfo .infoBox ul li .cc {
        width: calc(100% - 60px);
    }
}

/* company1 */
#company1 {
    overflow: hidden;
    position: relative;
}
#company1 .circleDeco {
    width: 20vw;
    height: 20vw;
    background: linear-gradient(to left, #9fb4f7, #88d3ec);
    position: absolute;
    top: 10%;
    left: 0;
    transform: translate3d(-40%, 0, 0);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 3;
    opacity: .9;
}
#company1 .circleDeco2 {
    width: 30vw;
    height: 30vw;
    background: linear-gradient(to left, #9fb4f7, #88d3ec);
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate3d(50%, 0, 0);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 3;
    opacity: .9;
}
#company1 .sec1 {
    position: relative;
}
#company1 .sec1 .container {
    position: relative;
    z-index: 6;
}
#company1 .sec1 .floatTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #3a4961;
    font-size: 200px;
    line-height: 1em;
    z-index: 0;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

/* conBody_w */
.conBody_w {
    background-color: #fff;
}

/* prdList */
.prdList > li + li {
    margin-top: 20px;
}
.prdList .pdItem {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding: 50px 60px;
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.prdList .pdItem .img {
    width: 270px;
}
.prdList .pdItem .txt {
    width: calc(100% - 270px);
    padding-left: 60px;;
}
.prdList .pdItem .txt .top .cate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.prdList .pdItem .txt .top .cate .ct {
    background-color: #364357;
    display: inline-block;
    border-radius: 4px;
    line-height: 1em;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
}
.prdList .pdItem .txt .top .cate .yy {
    font-weight: 700;
    color: #364357;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.prdList .pdItem .txt .top .cate .yy:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 10%;
    height: 80%;
    width: 2px;
    background-color: #364357;
}
.prdList .pdItem .txt .bt {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 15px;
    margin-top: 20px;
}
.prdList .pdItem .txt .bt ul li {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.prdList .pdItem .txt .bt ul li .hh {
    width: 110px;
    color: #444;
}
.prdList .pdItem .txt .bt ul li .cc {
    width: calc(100% - 110px);
}
@media (min-width:991px){
    .prdList .pdItem:hover {
        border-color: #3a4961;
        box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
    }
}
@media (max-width:768px){
    .prdList .pdItem {
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    .prdList .pdItem .img,
    .prdList .pdItem .txt {
        padding: 0;
        width: 100%;
    }
    .prdList .pdItem .img {
        text-align: center;
    }
    .prdList .pdItem .img img {
        max-width: 50vw;
        margin-bottom: 20px;
    }
    .prdList .pdItem .txt .bt {
        padding: 8px;
    }
    .prdList .pdItem .txt .bt ul li {
        padding: 6px 0;
        align-items: flex-start;
    }
    .prdList .pdItem .txt .bt ul li:not(:first-child) {
        border-top: 1px solid #ddd;
    }
    .prdList .pdItem .txt .bt ul li .hh {
        width: 90px;
    }
    .prdList .pdItem .txt .bt ul li .cc {
        width: calc(100% - 90px);
    }
}

/* mapbox */
.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 {
    background-color: rgba(27, 36, 50, 0.3);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}
.comInfos .ifItem .cc {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(to left, #9fb4f7, #88d3ec);
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #364357;
}
@media (max-width:768px) {
    .comInfos .ifItem {
        padding: 20px;
    }
    .comInfos .ifItem .cc {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* conView */
.conView {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px;
}
@media (min-width:768px){
    .conView .lft {
        border-right: 1px solid #ddd;
    }
}
@media (max-width:768px){
    .conView {
        flex-wrap: wrap;
        padding: 20px;
    }
    .conView > div {
        width: 100%;
    }
}
/* scripts */
.scripts li + li {
    margin-top: 15px;
}
.scripts .scriptsItem {
    text-decoration: none;
    display: block;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.03);
    background-color: rgba(0,0,0,0.03);

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scripts .scriptsItem p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width:991px){
    .scripts .scriptsItem:hover {
        border-color: #3a4961;
        background-color: #fff;
    }
}
@media (max-width:768px){
    .scripts li + li {
        margin-top: 8px;
    }
    .scripts .scriptsItem {
        padding: 10px 15px;
    }    
}
/* relPost */
.relPost a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    background-color: #f7f7f7;
    color: #666;
    border-radius: 100px;
    gap: 10px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.relPost a:hover {
    color: #111;
}
.relPost a:last-child {
    margin-top: 8px;
}
.relPost a i {
    width: 25px;
    height: 25px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #364357;
    color: #fff;
    border-radius: 50%;
}
.relPost a .con {
    width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:768px){
    .relPost a i {
        width: 18px;
        height: 18px;
    }
}
/* footerTop */
#footerTop {
    margin-top: 0px !important;
    padding: 80px 0 !important;
    background-color: #333f53;
    border-top: 0px !important;
}
#footerTop .flogo img {
    width: 200px;
    max-width: 100%;
}
#footerTop .container .row > div {
    margin-bottom: 0px;
}
#footerTop h6 {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6em;
    letter-spacing: 0px !important;
}
#footerTop h6 .fcon {
    display: inline-block;
	color: rgba(255, 255, 255, 0.6);
}
#footerTop h6 .fcon strong {
    display: inline-block;
}
#footerTop h6 .dvd {
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px;
}
@media (min-width:991px) {
    #footerTop .flogo img {
        width: 200px;
    }
    #footerTop h6 {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    #footerTop {
        padding: 40px 0 !important;
        text-align: center;
    }
    #footerTop .flogo img {
        width: 120px;
    }
}
/* footerTopTop */
#footerTop .allnv {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
#footerTop .allnv .big {
    margin: 0 -15px;
}
#footerTop .allnv .big > li {
    padding: 0 15px;
    margin: 10px 0;
    text-align: right;
}
#footerTop .allnv .big > li > a {
    text-decoration: none;
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
#footerTop .allnv .big > li > ul {
    margin-top: 10px;
}
#footerTop .allnv .big > li > ul li a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #eee;
    opacity: .5;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#footerTop .allnv .big > li > ul li a:hover {
    opacity: 1;
}
#footerTop h6 {
    font-size: 15px;
}
#footerTop h6 .admBtn {
    background-color: #2f2f2f;
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 600;
    color: #a8a8a8;
}
#footerTop h6 strong {
    color: #fff;
}
#footerTop h6 span {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}
#footerTop .sns {
    margin-top: 20px;
}
#footerTop .sns a {
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    width: 40px;
}
@media (min-width:991px) {
    #footerTop .allnv .lft {
        width: calc(100% - 130px);
    }
    #footerTop .allnv .rt {
        width: 150px;
    }
}
@media (max-width:992px) {
    #footerTop .sns a {
        width: 33px;
        margin: 0px;
    }
    #footerTop .allnv {
        margin: 0 auto;
    }
}
@media (max-width:767px){
    #footerTop {
        padding: 40px 0 !important;
    }
    #footerTop .allnv {
        justify-content: center;
    }
    #footerTop p {
        font-size: 14px;
    }    
    #footerTop h6 {
        font-size: 12px;
    }    
    #footerTop .infoH {
        position: relative;
    }
}




#contents .category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#contents .category::before,
#contents .category::after {
    display: none;
}
#contents .category > li {
    float: none;
    margin: 0px !important;
}
#contents  ul.category > li a {
    background-color: transparent;
    color: #8b4539;
    line-height: 1em;
    padding: 12px 30px 10px;
    font-size: 22px;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #8b4539;
    cursor: pointer;
}
#contents  ul.category > li.active > a {
    background-color: transparent;
    color: #fff;
    background-color: #8b4539;
}