@charset "utf-8";

/* ======================================== MOBILE */
/*===================== sub05 */
.sub05 .visInner {background-image: url(/img/sub5_visual_m.jpg);}
.sub06 .visInner {background-image: url(/img/sub6_visual_m.jpg);}

/*========== sub05-수주알림 */
.grWInner .tabs {margin-bottom: 17px;}
.grWInner .tabs li {float: left; width: 50%}
.grWInner .tabs li a {
    display: block;
    height: 37px;
    font-size: 1.3rem; color: #747474;
    background: #f8f8f8;
    border: 1px solid #eee;
    line-height: 36px;
    text-align: center;
    transition: background 0.5s;
}
.grWInner .tabs li a.on {
    background: #73c102;
    font-size: 1.7rem; color: #fff;
    font-weight: 700;
    line-height: 40px;
    border: none;
}
.grWInner .tabs li:nth-child(2n) a {border-left: none;}
.grWInner .tabs li:nth-child(n+3) a {border-top: none;}
.grWInner .tabContent section:nth-of-type(n+2) {display: none;}
.grWInner .tabContent article {
    width: 100%;
    margin-top: 16px;
    padding: 21px 4.105% 18px;
    border: 1px solid #d6d6d6;
	text-align: right;
}
.grWInner .tabContent article h5 {
    margin-bottom: 16px;
    font-size: 2.1rem;
    line-height: 27px;
    font-weight: 400;
    white-space: pre-line;
	text-align: left;
}
.grWInner .tabContent article a {
	display: inline-block;
	width: 160px; height: 40px;
	margin-top: 16px;
	font-size: 1.5rem; color: #3a3a3a;
	line-height: 37px;
	border: 1px solid #9a9a9a;
	text-align: center;
}
.grWInner .tabContent article a:active {
	color: #fff;
	background: #f7762f;
	border: none;
}
.grWInner .tabContent article p {font-size: 1.4rem; color: #747474;}
.grWInner .tabContent article p.pur {margin: 7px 0 14px;}
.grWInner .tabContent article span {font-size: 1.2rem; color: #747474;}

/* sub05_1 */
.newsInner {padding: 0 4.533%;}
.newsInner article {
	width: 100%; height: 270px;
	margin-top: 15px;
	padding: 40px 23px 30px;
	border: 1px solid #dfdfdf;
	transition: .4s;
}
.newsInner article a {display: block; color: #363e40;}
.newsInner article:hover {transform: translate(-5px,-5px); box-shadow: 3px 3px 4px 1px rgba(0,0,0,.07);}

.newsInner article h4, .newsInner article p {
	width: 294px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.newsInner article h4 {
	position: relative;
	display: inline-block;
	max-height: 56px;
	margin-bottom: 22px;
	font-size: 2.4rem; 
	font-weight: 400;
	line-height: 28px;
	-webkit-line-clamp: 2; 
}
.newsInner article h4:after {
	position: absolute;
	bottom: 2px; left: 0;
	content: '';
	width: 70%; height: 9px;
	background: rgba(128,185,102,.4);
	z-index: -1;
	border-bottom-right-radius: 10px;
	transform: scaleX(0);
	transform-origin: left;
	transition: 1s;
}
.newsInner article:hover h4:after {transform: scaleX(1);}
.newsInner article p {
	height: 88px;
	margin-bottom: 30px;
	font-size: 1.4rem; color: #868686;
	line-height: 18px;
	-webkit-line-clamp: 5; 
}
.newsInner article i {
	display: block;
	font-size: 1.4rem; color: #868686;
	font-weight: 300;
	text-align: right;
	font-style: normal;
}
.newsInner .btnWrap {margin-top: 58px; text-align: center;}
.newsInner .btns {display: inline-block;}
.newsInner .btns li {float: left; margin-left: 5px;}
.newsInner .btns li:first-child {margin: 0;}
.newsInner .btns li a {
	display: table-cell;
	width: 34px; height: 34px;
	font-size: 1.4rem; color: #363e40;
	border: 1px solid #363e40;
	vertical-align: middle;
}
.newsInner .btns li a.on {background: #363e40; color: #fff;}

/* sub05_view */
.viewInner {padding: 57px 4.533% 60px; text-align: center;}
.viewInner .frontInfo {margin-bottom: 16px;}
.viewInner .frontInfo b {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
}
.viewInner .frontInfo b:after {
    display: inline-block;
    content: '';
    width: 1px; height: 12px;
    margin: 0 6px;
    background: #999;
    vertical-align: middle;
}
.viewInner .frontInfo i {
    font-size: 1.3rem; color: #747474;
    font-style: normal;
    font-weight: 300;
}
.viewInner h3 {
    font-size: 2.8rem;
    line-height: 34px;
}
.viewInner .file-wrap {
	margin: 12px 0 27px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
}
.viewInner .file-wrap a {
	display: inline-block;
	font-size: 1.4rem; color: #999;
}
.viewInner .file-wrap a:before {
	display: inline-block;
	content: '';
	width: 18px; height: 16px;
	margin-right: 3px;
	vertical-align: middle;
	background: url(/img/icon_file-down.png) no-repeat center/contain;
}
.viewInner img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.viewInner p {
    line-height: 1.3;
    text-align: left;
}
.viewInner button {
    display: block;
    width: 180px; height: 46px;
    font-size: 1.4rem; color: #fff;
    margin: 48px auto 0;
    text-indent: 0;
    background: #363e40;
}
.viewInner .view-wrap img {max-width: 100%;}

/* sub05_2 */
#inquire {padding-top: 0;}
#inquire .coTit {text-align: center;}
#inquire .coTit b {font-weight: 700;}
.inqInner {
    margin-top: 50px;
    padding: 30px 4.533%;
}
.inqInner p.tit {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.inqInner form > span {
    display: block;
    margin: 22px 8px 44px;
    font-size: 1.4rem;
    text-align: right;
}
.inqInner form > span:before {
    display: inline-block;
    width: 17px; height: 15px;
    margin-right: 5px;
    content: '';
    background: url(../img/sub04_icon_star.png) no-repeat center/contain;
    vertical-align: top;
}
.inqInner form > div {
    padding: 14px 0 10px;
    border-bottom: 1px solid #ccc;
}
.inqInner .name {padding-top: 0;}
.inqInner label {
    display: block;
    margin-bottom: 13px;
    font-size: 1.8rem;
    font-weight: 700;
}
.inqInner label:after {
    display: inline-block;
    content: '';
    width: 15px; height: 15px;
    margin-left: 6px;
    background: url(../img/sub04_icon_star.png) no-repeat center/contain;
}
.inqInner .mail label:after {display: none;}
.inqInner input {
    width: 100%; height: 35px;
    font-size: 1.6rem; color: #333;
    padding-left: 12px;
    background: #f8f8f8;
    border: none;
}
.inqInner input::placeholder {color: #808080;}
.inqInner select {
    display: inline-block;
    width: 45%; height: 35px;
    font-size: 1.6rem; color: #333;
    padding-left: 12px;
    border: 1px solid #ccc;
    background: url(../img/sub04_icon_select.png) no-repeat 90% 50%;
    appearance: none;
    -webkit-appearance: none;
}
.inqInner textarea {
    width: 100%; height: 150px;
    font-size: 1.6rem; color: #333;
    padding: 6px 12px;
    background: #f8f8f8;
    resize: none;
    overflow-y: scroll;
    border: none;
}
.inqInner textarea::placeholder {color: #808080;}
.inqInner .mail span {
    display: inline-block;
    width: 5%;
    font-size: 1.8rem;
}
.inqInner .mail .selectTo {
    display: inline-block;
    width: 40%;
    margin: 12px 3.5% 0;
}
.inqInner .file label.tit:after, .inqInner .file label.file:after {display: none;}
.inqInner .file input[type="file"] {display: none;}
.inqInner .file input.fileName {
    width: 76%; height: 35px;
    font-size: 1.6rem; color: #333;
    padding-left: 12px;
    border: 1px solid #ccc;
    background: #fff;
}
.inqInner .file label.file {
    display: inline-block;
    width: 22%; height: 35px;
    line-height: 34px;
    font-size: 1.4rem; color: #f05c0b;
    border: 1px solid #f05c0b;
    text-align: center;
    vertical-align: top;
}
.inqInner .send, .inqInner .alert {border: none;}
.inqInner .send p {font-size: 1.4rem; line-height: 27px;}
.inqInner .alert {
    text-align: center;
    padding: 25px 10px;
    font-size: 1.6rem; color: #808080;
    line-height: 24px;
    background: #f3ebe4;
}
.inqInner .alert i.img {
    width: 65px; height: 65px;
    margin: 0 auto 20px;
    background: url(../img/sub04_icon_alert.png) no-repeat center/contain;
}
.inqInner .alert p:last-child {margin-top: 12px;}
.inqInner button[type="button"] {
    display: block;
    width: 100%; height: 50px;
    margin-top: 30px;
    font-size: 1.8rem; color: #fff;
    font-weight: 700;
    background: #f05c0b;
    text-indent: 0;
}
.inqInner button[type="submit"] {
    display: block;
    width: 100%; height: 50px;
    margin-top: 30px;
    font-size: 1.8rem; color: #fff;
    font-weight: 700;
    background: #f05c0b;
    text-indent: 0;
}

/* ========== 공지사항 */
.notiInner .table-wrap {overflow-x: auto;}
.notiInner table {
	width: 200%;
	max-width: 200%;
	border-spacing: 0;
	table-layout: fixed;
}
.notiInner th {
	height: 53px;
	font-size: 1.6rem;
	border-top: 2px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
}
.notiInner td {
	height: 53px;
	font-size: 1.6rem;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
}
.notiInner td.link {
	padding: 0 10px;
	text-align: left;
}
.notiInner td a {
	position: relative;
	display: inline-block;
	max-width: 96%;
	margin: 0 auto;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.notiInner td a + .icon-file {
	display: inline-block;
	width: 18px; height: 16px;
	margin-left: 6px;
	background: url(/img/icon_file-down.png) no-repeat center/contain;
	vertical-align: middle;
}
.notiInner .btn_wrap {margin-top: 38px; text-align: center;}
.notiInner .btns {display: inline-block;}
.notiInner .btns li {float: left; margin-left: 5px;}
.notiInner .btns li:first-child {margin: 0;}
.notiInner .btns li a {
	display: table-cell;
	width: 34px; height: 34px;
	font-size: 1.4rem; color: #363e40;
	border: 1px solid #363e40;
	vertical-align: middle;
}
.notiInner .btns li a.on {background: #363e40; color: #fff;}

/* ======================================== PC */
@media screen and (min-width:1084px){
    /*===================== sub05 */
    .sub05 .visInner {background-image: url(/img/sub5_visual.jpg);}
    .sub06 .visInner {background-image: url(/img/sub6_visual.jpg);}

	/*========== sub05-수주알림 */
	.grWInner {padding: 0; width: 1280px; margin: 0 auto;}
    .grWInner .tabs {margin-bottom: 82px;}
    .grWInner .tabs li {float: left; width: 25%}
    .grWInner .tabs li a {
        height: 60px;
        font-size: 1.8rem; color: #333;
        line-height: 59px;
    }
    .grWInner .tabs li a.on {
        font-size: 2.4rem;
        line-height: 62px;
    }
    .grWInner .tabs li:nth-child(n) a {border: 1px solid #eee;}
    .grWInner .tabs li:nth-child(n+2) a {border-left: none;}
    .grWInner .tabContent article {
		position: relative;
        float: left;
        width: 406px; height: 270px;
        margin-top: 31px;
        padding: 46px 28px;
        transition-property: transform, background;
        transition-duration: 0.5s;
		cursor: default;
		border-color: #e7e7e7;
		text-align: left;
    }
    .grWInner .tabContent article:hover {
        transform: translateY(-15px);
        background: linear-gradient(120deg, rgba(240,92,11,1) 0%, rgba(255,173,41,1) 86%);
        color: #fff;
    }
	.grWInner .tabContent article:hover:after {
		position: absolute;
		content: '';
        bottom: 14px; right: 36px;
        width: 114px; height: 88px;
		background: url(/img/main-product-logo.png) no-repeat center/contain;
		opacity: .4;
    }
    .grWInner .tabContent article:hover p {color: #fff;}
    .grWInner .tabContent article:hover span {color: #fff;}
    .grWInner .tabContent article:nth-of-type(3n-1) {margin: 0 31px;}
    .grWInner .tabContent article h5 {
        margin-bottom: 18px;
        font-size: 2.4rem;
        line-height: 36px;
    }
    .grWInner .tabContent article p {font-size: 1.6rem;}
    .grWInner .tabContent article p.pur {margin: 10px 0 30px;}
    .grWInner .tabContent article span {font-size: 1.4rem;}
	.grWInner .tabContent article a {
		display: block;
		width: 186px; height: 46px;
		margin-top: 46px;
		font-size: 1.6rem; color: #6a6a6a;
		line-height: 45px;
		border: 1px solid #e7e7e7;
	}
	.grWInner .tabContent article:hover a {
		color: #fff;
		border-color: #fff;
	}
	.grWInner .tabContent article a:active, .grWInner .tabContent article a:hover {
		color: #f7762f;
		border-color: #f7762f;
		transition: .5s;
		background: #fff;
	}
    
    /* sub05_1 */
    .newsInner {padding: 0; width: 1118px; margin: 0 auto;}
    .newsInner article {
        float: left;
        width: 355px;
        margin-top: 30px;
    }
    .newsInner article:nth-child(3n-1) {margin: 0 26px;}
    .newsInner .btnWrap {margin-top: 100px;}
    
    /* sub05_view */
    .viewInner {padding: 87px 0 120px; width: 1140px; margin: 0 auto;}
    .viewInner .frontInfo {margin-bottom: 24px;}
    .viewInner h3 {
        font-size: 3.2rem;
        line-height: 36px;
    }
	.viewInner .file-wrap {
		margin:2 2px 0 37px;
		padding-bottom: 20px;
		text-align: right;
	}
    .viewInner button {
        width: 216px; height: 48px;
        margin-top: 60px;
        font-size: 1.6rem;
        cursor: pointer;
    }
    
    /* sub05_2 */
	#inquire {padding-top: 60px;}
    .inqInner {
        width: 1200px;
        margin: 0 auto ;
        padding: 50px;
        width: 1200px;
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,.05);
    }
    .inqInner p.tit {
        font-size: 2.8rem;
        text-align: left;
    }
    .inqInner form > span {
        margin: 22px 50px 23px;
        font-size: 1.6rem;
    }
    .inqInner form > span:before {
        width: 10px; height: 9px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .inqInner form > div {
        padding: 9px 50px 10px 48px;
    }
    .inqInner .name {padding-top: 0;}
    .inqInner label {
        display: inline-block;
        margin: 0;
        width: 95px;
        vertical-align: middle;
    }
    .inqInner label:after {
        display: inline-block;
        width: 10px; height: 9px;
        vertical-align: 2px;
    }
    .inqInner input {
        display: inline-block;
        width: 895px; height: 40px;
        padding-left: 20px;
        vertical-align: middle;
    }
    .inqInner select {
        display: inline-block;
        width: 200px; height: 40px;
        padding-left: 20px;
        vertical-align: middle;
    }
    .inqInner textarea {
        display: inline-block;
        width: 895px; height: 200px;
        padding: 10px 20px;
        vertical-align: top;
    }
    .inqInner .mail input {width: 200px;}
    .inqInner .mail span {
        width: auto;
        margin: 0 15px;
        font-size: 1.6rem;
    }
    .inqInner .mail .selectTo {
        display: inline-block;
        width: 200px;
        padding-left: 15px;
        margin: 0 15px 0 0;
    }
    .inqInner .file input.fileName {
        width: 416px; height: 40px;
        padding-left: 20px;
    }
    .inqInner .file label.file {
        width: 100px; height: 40px;
        margin-left: 8px;
        line-height: 38px;
        font-size: 1.6rem;
        vertical-align: middle;
    }
    .inqInner .send, .inqInner .alert {border: none;}
    .inqInner .send {padding: 20px 48px;}
    .inqInner .send p {font-size: 1.6rem;}
    .inqInner .alert {
        text-align: left;
        padding: 27px 50px;
        line-height: 1;
    }
    .inqInner .alert i.img {
        display: inline-block;
        width: 50px; height: 50px;
        margin: 0 24px 0 0;
        vertical-align: middle;
    }
    .inqInner .alert .textWrap {
        display: inline-block;
        vertical-align: middle;
    }
    .inqInner .alert p:last-child {margin-top: 15px;}
    .inqInner button[type="button"] {
        display: block;
        width: 200px; height: 48px;
        margin: 40px auto 0;
        font-size: 2rem;
    }
	.inqInner button[type="submit"] {
        display: block;
        width: 200px; height: 48px;
        margin: 40px auto 0;
        font-size: 2rem;
    }

	/* ========== 공지사항 */
	.notiInner .table-wrap {overflow-x: auto;}
	.notiInner table {
		width: 100%;
		max-width: 100%;
	}
	.notiInner th {	height: 59px;}
	.notiInner td {	height: 59px;}
	.notiInner .btn_wrap {margin-top: 18px;}
}