@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;700&display=swap');

/* ======================================== MOBILE */
/* ================= sub03 */
/* ======= 초기값 셋팅 */
section.co {padding: 60px 0 80px;}
body {background: #19204d; color: #fff;}
.line-group {
    position: absolute;
    top: 0; left: 0;
}
.line {
    position: fixed;
    top: 0; left: 50%;
    width: 1px; height: 100vh;
    background: #41455b;
    z-index: -1;
}
.line2, .line3 {display: none;}
/* ======= 제품소개 타이틀/탭 */
.title-group {padding: 70px 0 61px;}
.title-group .tit-box {
    margin-bottom: 23px;
    padding: 0 4.533%;
}
.title-group h3 {
    font-size: 2.6rem; color: #fa7919;
    font-family: 'IBM Plex Sans KR', sans-serif;
    letter-spacing: -0.2rem;
}
.title-group span {
    display: block;
    margin-left: -3px;
    font-size: 7rem;
    letter-spacing: -0.35rem;
}
.pro-snb li.long-tit {width: 100%;}
.pro-snb li {
    width: 50%;
    float: left;
}
.pro-snb li a {
    display: block;
    padding-left: 10px;
    height: 48px;
    font-size: 1.4rem; color: #fff;
    line-height: 47px;
    opacity: 0.5;
}
.pro-snb li a:before {
    display: inline-block;
    content: '';
    width: 6px; height: 6px;
    margin-right: 5px;
    border: 3px solid #fff;
    border-radius: 100%;
    vertical-align: -1px;
}
.pro-snb li.tit {
	margin-top: 16px;
	width: 100%;
	padding-left: 10px;
    height: 48px;
    font-size: 1.8rem; color: #fff;
	font-weight: 700;
    line-height: 57px;
}
.pro-snb li a:active, .pro-snb li a:focus, .pro-snb li a:hover {
    color: #fa7919;
    background: rgba(250,121,25,.15);
    opacity: 1;
    transition: .5s;
}
.pro-snb li a:active:before, .pro-snb li a:focus:before, .pro-snb li a:hover:before {
    border-color: #fa7919;
    transition: .5s;
}
/* ======= 제품 나열 */
.product-group li.item {
    float: left;
    width: 50%;
}
.product-group .item p.name, .product-group .item .pro-cont {padding: 0 4.533%;}
.product-group .item p.name {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'IBM Plex Sans KR', sans-serif;
}
.product-group .item p.name span {
    display: block;
    font-size: 2rem;
    line-height: 1;
}
.product-group .item .pro-img {
    display: block;
    margin: 20px 0;
    height: 225px;
    background: url(/img/sub3_proImg1.jpg) no-repeat center/cover;
}
.product-group .item .pro-cont .tit {
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
}
.product-group .item .pro-cont .cont {
    margin: 20px 0 5px;
    font-size: 1.6rem; color: #d5d5d5;
    line-height: 24px;
    word-wrap: keep-all;
}
.product-group .item .pro-cont a {
    display: block;
    padding: 10px 0;
    font-size: 1.5rem; color: #fa7919;
    text-align: right;
}
.product-group .item:nth-child(2n) {margin-top: 120px;}
/* === 이미지 교체 */
.product-group .item2 .pro-img {background-image: url(/img/sub3_proImg2.jpg);}
.product-group .item3 .pro-img {background-image: url(/img/sub3_proImg3_2.jpg);}
.product-group .item4 .pro-img {background-image: url(/img/sub3_proImg4.jpg);}
.product-group .item5 .pro-img {background-image: url(/img/sub3_proImg5.jpg);}
.product-group .item6 .pro-img {background-image: url(/img/sub3_proImg6.jpg);}
.product-group .item7 .pro-img {background-image: url(/img/sub3_proImg7.jpg);}
.product-group .item8 .pro-img {background-image: url(/img/sub3_proImg8.jpg);}
.product-group .item9 .pro-img {background-image: url(/img/sub3_proImg9.jpg);}
.product-group .item10 .pro-img {background-image: url(/img/sub3_proImg10.jpg);}
.product-group .item11 .pro-img {background-image: url(/img/sub3_proImg11.jpg);}
.product-group .item12 .pro-img {background-image: url(/img/sub3_proImg12.jpg);}
.product-group .item13 .pro-img {background-image: url(/img/sub3_proImg13.jpg);}
.product-group .item.ready .pro-img {background-image: url(/img/sub3_proImg-ready.jpg);}
.btn-up {
    display: none;
    position: fixed;
    padding-top: 15px;
    bottom: 90px; right: 24px;
    width: 45px; height: 45px;
    background: #d6d6d6;
    font-size: 1.2rem; color: #7a7a7a;
    cursor: pointer;
    border-radius: 100%;
    text-indent: 0;
    box-shadow: 0px 0px 5.04px 0.96px rgba(0, 0, 0, 0.2);
}
/* ======= 모달 팝업 */
.modal-group {
    display: none;
    position: fixed;
    width: 100vw; height: calc(100vh - 60px);
    top: 60px; left: 0;
    background: rgba(0,0,0,.8);
}
.modal-wrap {
    position: absolute;
    top: 50%; left: 0; transform: translateY(-50%);
    width: 85vw;
    margin-left: 15vw;
}
.modal-wrap h4 {
    margin-bottom: 16px;
    font-size: 3.6rem;
    font-family: 'IBM Plex Sans KR', sans-serif;
}
.modal-wrap .photo-wrap {overflow-x: auto;}
.modal-wrap .photo-overflow {width: 500%;}
.modal-wrap .photo-wrap img {
    float: left;
    height: 260px;
}
.modal-wrap .photo-wrap img:nth-child(n+2) {margin-left: 6px;}
.modal-wrap .btn-wrap button {
    margin-top: 26px;
    width: 196px; height: 46px;
    font-size: 1.6rem; color: #fff;
    text-indent: 0;
    border: 1px solid #fff;
    cursor: pointer;
}

/* ======================================== PC 1084 */
@media screen and (min-width:1084px) {
    /* ================= sub03 */
    /* ======= 초기값 셋팅 */
    section.co {
        padding: 80px 0 120px;
        width: auto;
    }
    .line {
        top: 0; left: 25%;
        width: 1px; height: 100vh;
        background: #41455b;
        z-index: -1;
    }
    .line2, .line3 {display: block;}
    .line2 {left: 50%;}
    .line3 {left: 75%;}
    /* ======= 제품소개 타이틀/탭 */
    .title-group {padding: 93px 0 193px;}
    .title-group .tit-box {
        float: right;
        width: 50%;
        margin-bottom: 0;
        padding: 0 0 0 26px;
    }
    .title-group h3 {
        font-size: 5.6rem;
        letter-spacing: -0.4rem;
    }
    .title-group span {
        margin-left: -13px;
        font-size: 18rem;
        letter-spacing: -0.8rem;
    }
    .pro-snb {
        float: right;
        padding-top: 20px;
        width: 720px;
    }
	.pro-snb ul {
		width: 33.33%;
		float: left;
	}
	.pro-snb li {width: 100%;}
	/*.pro-snb li {width: 33.33%;}
	.pro-snb li.long-tit {width: 33.33%;}*/
	.pro-snb li.tit {
		margin: 0;
		padding-left: 13px;
		height: 40px;
		line-height: 39px;
		cursor: normal;
	}
    .pro-snb li a {
        padding-left: 13px;
        height: 40px;
        font-size: 1.6rem;
        line-height: 39px;
    }
    .pro-snb li a:before {margin-right: 11px;}
    /* ======= 제품 나열 */
    .product-group {}
    .product-group li.item {width: 25%;}
    .product-group .item p.name, .product-group .item .pro-cont {padding: 0 11px;}
    .product-group .item p.name {
        font-size: 7.2rem;
        line-height: 1.1;
    }
    .product-group .item p.name span {font-size: 6rem;}
    .product-group .item .pro-img {
        margin: 25px 0 41px;
        height: 604px;
    }
    .product-group .item .pro-cont .tit {
        font-size: 2.2rem;
        line-height: 1;
    }
    .product-group .item .pro-cont .cont {
        margin: 17px 0 7px;
        line-height: 22px;
        word-wrap: keep-all;
    }
    .product-group .item .pro-cont a {font-size: 1.6rem;}
    .product-group .item:nth-child(2n) {margin-top: 0;}
    .product-group .item:nth-child(4n+1) {clear: both;}

    /* === 높이 조정 */
    .product-group .item:nth-child(1) {margin-top: 20vw;}
    .product-group .item:nth-child(3) {margin-top: 30vw;}
    .product-group .item:nth-child(4) {margin-top: 12vw;}
    .product-group .item:nth-child(5) {margin-top: 22vw;}
    .product-group .item:nth-child(6) {margin-top: 8vw;}
    .product-group .item:nth-child(7) {margin-top: 32vw;}
    .product-group .item:nth-child(8) {margin-top: 6vw;}
    .product-group .item:nth-child(9) {margin-top: 12vw;}
    .product-group .item:nth-child(10) {margin-top: 30vw;}
    .product-group .item:nth-child(11) {margin-top: 11vw;}
    .product-group .item:nth-child(12) {margin-top: 30vw;}
    .product-group .item:nth-child(13) {margin-top: 6vw;}
    .btn-up {
        padding-top: 15px;
        bottom: 30px; right: 34px;
        width: 60px; height: 60px;
        background: #d6d6d6;
        font-size: 1.4rem; color: #7a7a7a;
        box-shadow: 0px 0px 5.04px 0.96px rgba(0, 0, 0, 0.2);
    }
    /* ======= 모달 팝업 */
    .modal-group {
        height: calc(100vh - 80px);
        top: 80px;
    }
    .modal-wrap h4 {
        margin-bottom: 43px;
        font-size: 4.6rem;
    }
    .modal-wrap .photo-wrap {overflow-x: auto;}
	.modal-wrap .photo-wrap::-webkit-scrollbar,
	.modal-wrap .photo-overflow ::-webkit-scrollbar{
		height: 11px;
		background-color: #d3d3d3;
	}
	.modal-wrap .photo-wrap::-webkit-scrollbar-thumb,
	.modal-wrap .photo-overflow::-webkit-scrollbar-thumb{
		background-color: #f05c0b;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
    .modal-wrap .photo-overflow {
		max-height: 480px;
	}
    .modal-wrap .photo-wrap img {
        height: 420px;
        max-width: 377px;
        object-fit: cover;
    }
    .modal-wrap .photo-wrap img {margin: 10px 17px 0 0;}
    .modal-wrap .btn-wrap button {
        margin-top: 46px;
        width: 226px; height: 52px;
    }
    .modal-wrap .btn-wrap button:hover {
        border: 0;
        background: #f05c0b;
        transition: .5s;
    }
}
