@import url(../css/root.css);

#company1 .sec1 .w1800 {
    background: url(../img/ggk_bg1.jpg) center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 850px;
}
#company1 .sec1 .stit .tt {
    display: inline-block;
    background-color: rgba(255,255,255,0.1);
    padding: 12px 40px;
    border-radius: 100px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
}
@media (max-width:768px){
    #company1 .sec1 .w1800 {
        height: 650px;
    }
}
@media (max-width:500px){
    #company1 .sec1 .w1800 {
        height: 550px;
    }
}
/* sec2 */
#company1 .sec2 .inner {
    background: url(../img/ggk_bg2.png) center center no-repeat;
    background-color: #f4eff0;
}
#company1 .sec2 .f_at {
    letter-spacing: 1px;
}
#company1 .sec2 .lined {
    margin: 40px auto;
    height: 30px;
    width: 1px;
    background-color: #aaa;
}
/* sec3 */
#company1 .sec3 {
    position: relative;
}
#company1 .sec3 .imgrollsWrp > div {
    width: 100%;
}
#company1 .sec3 .txt {
    position: relative;
    z-index: 5;
}
#company1 .sec3 .txt .txtInner {
    background: linear-gradient(to right, transparent 0%, #fff 20%, #fff 80%, transparent 100%);
    max-width: 1300px;
    margin: 0 auto;
}
#company1 .sec3 .tags {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
#company1 .sec3 .tags span {
    display: inline-block;
    background-color: rgba(174, 143, 112, 0.1);
    padding: 7px 30px 5px;
    border-radius: 100px;
    color: #ae8f70;
}
#company1 .sec3 .imgrolls2 .slick-slide {
    padding: 0 20px;
}
#company1 .sec3 .imgrolls2 .slick-slide img {
    border-radius: 40px;
}
@media (min-width:768px){
    #company1 .sec3 .imgrollsWrp {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media (max-width:768px){
    #company1 .sec3 .imgrolls2 .slick-slide {
        padding: 0 5px;
    }
    #company1 .sec3 .imgrolls2 .slick-slide img {
        border-radius: 10px;
    }
    #company1 .sec3 .tags {
        gap: 5px;
        flex-wrap: wrap;
    }
    #company1 .sec3 .tags span {
        padding: 7px 20px 5px;
    }
}

/* ftItems */
.ftItems {
    border-top: 1px solid #ae8f70;
}
.ftItems .ftItem {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ae8f70;
    padding: 50px 0;
}
.ftItems .ftItem .icon {
    width: 35%;
}
.ftItems .ftItem .tcon {
    width: 65%;
    padding: 0 90px;
}
.ftItems .ftItem .tcon .subTit {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ftItems .ftItem .tcon .subTit .decoTxt {
    font-size: .5em;
    color: #fff;
    padding: 8px 10px 5px;
    background-color: #ae8f70;
    line-height: 1.1em;
    text-align: center;
}
@media (max-width:768px){
    .ftItems .ftItem {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .ftItems .ftItem .icon {
        width: 100%;
        order: 1;
    }
    .ftItems .ftItem .tcon {
        width: 100%;
        padding: 30px 25px;
        order: 2;
    }
}
/* sec5 */
#company1 .sec5 {
    background: url(../img/company1_bg5.jpg) center center no-repeat;
    background-size: cover;
}
#company1 .sec5 .btInst {
    display: inline-block;
    width: 220px;
    line-height: 1em;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    z-index: 20;
    text-decoration: none;
}
#company1 .sec5 .btInst:hover {
    background-color: rgba(97, 26, 126, 0.8);
    border-color: rgba(121, 30, 156, 0.8);
}

/* prdImgs */
.prdImgs .img {
    overflow: hidden;
}
@media (min-width:768px){
    .prdImgs .txt {
        height: 160px;
    }
}
@media (max-width:768px){
    .prdImgs .txt {
        padding-bottom: 50px;
    }
}

/* subTitleDot */
.subTitleDot {
    padding-left: 15px;
    position: relative;
}
.subTitleDot .dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: rgba(97, 26, 126, 0.8);
    transform: translateY(-50%);
}

/* pList */
.pList .dft {
    position: relative;
    padding-left: 15px;
}
.pList .dft + .dft {
    margin-top: 15px;
}
.pList .dft:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    left: 0;
}
@media (max-width:768px){
    .pList .dft:after {
        top: 11px;
    }
}
@media (max-width:500px){
    .pList .dft:after {
        top: 9px;
    }
}

/* wanBox */
.wanBox {
    padding: 60px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .wanBox {
        padding: 30px;
        border: 2px solid #eee;
    }
}
/* location */
#location .mapbox .root_daum_roughmap .wrap_map,
#location .mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	#location .mapbox .root_daum_roughmap .wrap_map,
	#location .mapbox iframe {
		height: 200px !important;
	}
}

/* loItem */
.loItem {
    position: relative;
    padding: 50px 30px 20px;
    border: 1px solid #ddd;
}
.loItem .loTit {
    position: absolute;
    left: 0px;
    top: -1px;
    background-color: #ae8f70;
    color: #fff;
    padding: 5px 17px;
}
@media (max-width:768px){
    .loItem {
        padding: 40px 20px 20px;
    }
}

/* loc_con */
.loc_con {
    display: flex;
    align-items: center;
    gap: 15px;
}
.loc_con .icon {
    width: 100px;
}
.loc_con .icon img {
    background-color: rgba(241, 238, 235, 0.5);
    border-radius: 15px;
}
.loc_con .tcon {
    width: calc(100% - 115px);
}
@media (max-width:768px){
    .loc_con {
        gap: 10px;
    }
    .loc_con .icon {
        width: 80px;
    }
    .loc_con .tcon {
        width: calc(100% - 90px);
    }
}
/* costBox */
.costBoxWrp > .lft {
    width: 40%;
}
.costBoxWrp > .lft img {
    border-radius: 20px;
}
.costBoxWrp > .rt {
    width: 60%;
}
.costBox .costInfo {
    border-top: 1px solid #ae8f70;
    padding: 25px;
    /* border-radius: 10px; */
}
.costBox .costInfo.best {
    background-color: #fcf9f7;
}
.costBox .costInfo:last-child {
    border-bottom: 1px solid #ae8f70;
}
.costBox .costInfo .name {
    display: flex;
    align-items: center;
    gap: 8px;
}
.costBox .costInfo .name .hd {
    /* display: inline-block;
    font-size: .75em;
    background-color: #b6a679;
    color: #fff;
    padding: 0 5px; */
    font-weight: 700;
}
.costBox .costInfo .name .good {
    display: inline-block;
    font-size: .65em;
    background-color: #d83757;
    color: #fff;
    padding: 3px 5px;
    line-height: 1.2em;
}
.costBox .costInfo .name .con {
    display: inline-block;
    font-size: .75em;
    padding-left: 8px;
    line-height: 1em;
    position: relative;
}
.costBox .costInfo .name .con:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    height: 80%;
    width: 1px;
    background-color: #aaa;
}
@media (max-width:768px){
    .costBoxWrp > .lft {
        width: 100%;
    }
    .costBoxWrp > .lft img {
        border-radius: 10px;
    }
    .costBoxWrp > .rt {
        width: 100%;
        margin-top: 15px;
    }
}
/* btConLined */
.btConLined {
    border-top: 1px solid #f4eff0;
    border-bottom: 1px solid #f4eff0;
    padding: 30px 0;
}