@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');

/*-------------------------------------------------
Author : WB,Seo
Create date : 2021. 09. 24.
-------------------------------------------------*/

/* ======================================= MOBILE */
/* ======================= 서브 공통사항 */
.visInner {
    position: relative;
    height: 230px;
    background: url('/img/sub1_visual_m.jpg') no-repeat center/cover;
}
.visInner h3 {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    font-size: 3rem; color: #fff;
    font-weight: 400;
    letter-spacing: -0.02rem;
}
.sub-common-inner {padding: 72px 4.533% 66px;}
.sub-common-tit h3 {
    margin-bottom: 40px;
    font-size: 2.6rem;
    text-align: center;
}
.sub-common-tit h3:before, .sub-common-tit h3:after {
    display: block;
    content: '';
}
.sub-common-tit h3:before {
    width: 36px; height: 3px;
    margin: 0 auto 24px;
    background: #74b340;
}
.sub-common-tit h3:after {
    width: 19px; height: 1px;
    margin: 14px auto 0;
    background: #e6e6e6;
}


/* ========== SUB1_2 조직도 */
.orgInner .org-img-wrap img {width: 100%;}


/* ======================= SUB4 */
/* ========== SUB4_1 공지사항 */
.sub4 .visInner {background-image: url('/img/sub4_visual_m.jpg');}
.brdInner .search {margin: 24px 0 34px;}
.brdInner .search input {
    width: 86%; height: 34px;
    padding-left: 8px;
    font-size: 1.4rem; color: #747474;
    background: none;
    border: 1px solid #333;
    outline: none;
}
.brdInner .search button {
    width: 13%; height: 34px;
    margin-left: -3px;
    font-size: 1.4rem; color: #fff;
    background: #3a3632;
    cursor: pointer;
    text-indent: 0;
    vertical-align: top;
}
.brdInner table {
    width: 100%;
    border-spacing: 0;
    border-top: 2px solid #333;
}
.brdInner table th:last-child, .brdInner table td:last-child {display: none;}
.brdInner table th {
    height: 40px;
    font-size: 1.6rem;
    border-bottom: 1px solid #333;
    font-weight: 400;
}
.brdInner table th:first-child {width: 15.395%;}
.brdInner table th:nth-child(2) {width: 59.824%;}
.brdInner table th:nth-child(3) {width: 24.781%;}
.brdInner table td {
    height: 50px; padding: 5px 0;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.brdInner table td a {color: #333;}
.brdInner .btn_wrap {text-align: center; margin-top: 56px;}
.brdInner .btn_wrap ul {display: inline-block;}
.brdInner .btn_wrap li {float: left;}
.brdInner .btn_wrap li a {
    display: block;
    margin: 0 3px;
    width: 34px; height: 34px;
    font-size: 1.4rem; color: #333;
    line-height: 32px;
    border: 1px solid #333;
    text-align: center;
}
.brdInner .btn_wrap li.on a {
    color: #fff;
	background: #333;
}
/* ========== SUB4_2 행사갤러리 */
.gallInner article {border: 1px solid #ccc;}
.gallInner article:nth-of-type(n+2) {margin-top: 46px;}
.gallInner article a {display: block;}
.gallInner article .imgWrap {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.gallInner article .imgWrap img {
	position: absolute;
	height: 100%; max-width: 100%;
    width: 100%;
	object-fit: cover;
	top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.gallInner article .contWrap {
	padding: 19px 5.25% 20px;
	border-top: 1px solid #ccc;
	background: #f6f6f6;
}
.gallInner article .contWrap h4 {
	margin-bottom: 8px;
	font-size: 2.1rem;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
}
.gallInner article .contWrap i {
	display: block;
	font-size: 1.5rem;
	font-weight: 300;
	font-style: normal;
}
.gallInner .btn_wrap {text-align: center; margin-top: 56px; display: flex; justify-content: center;}
.gallInner .btn_wrap ul {display: inline-block;}
.gallInner .btn_wrap li {float: left;}
.gallInner .btn_wrap li a {
    display: block;
    margin: 0 3px;
    width: 34px; height: 34px;
    font-size: 1.4rem; color: #333;
    line-height: 32px;
    border: 1px solid #333;
    text-align: center;
}
.gallInner .btn_wrap li.on a {
    color: #fff;
	background: #333;
}
/* ========== SUB4_view 뷰페이지 */
.viewInner .title {text-align: center;}
.viewInner .title i {font-size: 1.2rem; color: #747474; font-style: normal;}
.viewInner .title p {
    margin: 8px 0 26px;
    font-size: 2.4rem;
	line-height: 1.3;
    font-weight: 700;
}
.viewInner .title {border-bottom: 1px dashed rgba(116,116,116,.3);}
.viewInner .cont {
	padding: 24px 6px 90px;
	margin-bottom: 36px;
	border-bottom: 1px dashed rgba(116,116,116,.3);
}
.viewInner .cont img {width: 100%; object-fit: cover;}
.viewInner .cont p {font-size: 1.5rem; line-height: 28px;}
.viewInner a.main {
    display: block;
    width: 160px; height: 46px;
	margin: 0 auto;
	font-size: 1.6rem;
	color: #5c5c5c;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
	border: 1px solid #5c5c5c;
}

/* ========== SUB4_3 상품 문의/상담 */
.inqInner table {
	width: 100%;
	font-size: 1.6rem;
	border-top: 2px solid #000;
	border-bottom: 1px solid #d3d3d3;
}
.inqInner table tr:nth-child(n+2) > * {border-top: 1px solid #c0c0c0;}
.inqInner table th {height: 46px; width: 25%;}
.inqInner table td {
	width: 75%;
	padding: 8px 0;
}
.inqInner table td > * {
	padding: 0 6px;
	width: 100%; height: 32px;
	border: 1px solid #ededed;
}
.inqInner table td > textarea {
	height: 245px;
	resize: none;
}
.inqInner .btn-inq {
	display: block;
	width: 180px;  height: 45px;
	margin: 16px auto 0;
    font-size: 1.6rem; color: #fff;
    font-weight: 300;
    background: #5c5c5c;
}

.tab-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-menu > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 5);
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 20px;
    color: #999;
}

.tab-menu > a.on {
    background-color: #003259;
    color: #fff;
}

.tab-content-wrap {
    text-align: center;
}

.table {
    font-size: 18px;
    margin: 50px auto;

}

.table th {
    background-color: #eee;
    color: #666;
    font-weight: 400;
    padding: 15px 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.table tr:last-of-type th,
.table tr:last-of-type td {
    border-bottom: 1px solid #ddd;
}

.table td {
    padding: 15px 10px;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom: none;
}

.table td:last-of-type {

}

/* ======================================= PC */
@media screen and (min-width:1084px){
    /* ======================= 서브 공통사항 */
    .visInner {
        height: 420px;
        background-image: url('/img/sub1_visual.jpg');
    }
    .visInner h3 {font-size: 3.6rem;}
    .sub-common-inner {
        padding: 81px 0 106px;
        width: 1194px;
        margin: 0 auto;
    }
    .sub-common-tit h3 {
        margin-bottom: 60px;
        font-size: 3.6rem;
        font-weight: 400;
    }
    .sub-common-tit h3:before {
        width: 42px; height: 6px;
        margin-bottom: 42px;
    }
    .sub-common-tit h3:after {
        width: 24px;
        margin-top: 21px;
    }


    /* ========== SUB1_2 조직도 */
    .orgInner .org-img-wrap img {
        display: block;
        width: 940px;
        margin: 0 auto;
    }

	/* ======================= SUB4 */
	.sub4 .visInner {background-image: url('/img/sub4_visual.jpg');}
	/* ========== SUB4_1 공지사항 */
	.brdInner .search {
        float: right;
        width: 325px;
        margin: 24px 0 42px;
    }
    .brdInner .search input {
        width: 248px; height: 38px;
        padding-left: 12px;
        font-size: 1.6rem;
    }
    .brdInner .search button {
        width: 77px; height: 38px;
        font-size: 1.6rem;
    }
    .brdInner table {
        width: 100%;
        margin-top: 32px;
        word-break: break-all;
    }
    .brdInner table th:last-child, .brdInner table td:last-child {display: table-cell;}
    .brdInner table th {
        height: 46px;
        font-size: 1.8rem;
    }
    .brdInner table th:first-child {width: 90px;}
    .brdInner table th:nth-child(2) {width: 535px;}
    .brdInner table th:nth-child(3) {width: 140px;}
    .brdInner table th:nth-child(4) {width: 135px;}
    .brdInner table td {
        height: 50px; padding: 7px 0;
        font-size: 1.6rem; color: #666;
        text-align: center;
    }
    .brdInner table tbody tr:hover td {background: #f6f6f6;}
	.brdInner table tbody td a {color: #333;}
    .brdInner table tbody tr td {cursor: pointer;}
    .brdInner .btn_wrap {margin-top: 82px;}
    .brdInner .btn_wrap li a {
        margin: 0 4px;
        width: 36px; height: 36px;
        font-size: 1.6rem;
        line-height: 34px;
    }
	/* ========== SUB4_2 행사갤러리 */
	.gallInner article {float: left; width: 282px;}
	.gallInner article:nth-of-type(n+2) {margin: 0 0 0 21px;}
	.gallInner article:nth-of-type(n+5) {margin-top: 24px;}
	.gallInner article:nth-of-type(6n-1) {margin-left: 0;}
	.gallInner article a:hover img {
		transform: translate(-50%,-50%) scale(1.2);
		transition: .5s;
	}
	.gallInner article .imgWrap {height: 192px;}
	.gallInner article .contWrap h4 {font-size: 1.9rem;}
	.gallInner .btn_wrap {margin-top: 82px;display: flex; justify-content: center;}
    .gallInner .btn_wrap li a {
        margin: 0 4px;
        width: 36px; height: 36px;
        font-size: 1.6rem;
        line-height: 34px;
    }
	/* ========== SUB4_view 뷰페이지 */
	.viewInner .navi {
        position: relative;
        float: left;
        width: 218px;
    }
    .viewInner .navi li a {
        display: block;
        font-size: 4rem; color: #333;
        margin-bottom: 56px;
    }
    .viewInner .navi li a.on {font-weight: 700;}
    .viewInner .navi li.code a {
        position: absolute;
        margin: 0;
        bottom: 0; right: 50px;
        width: 150px; height: 150px;
        background: #fff;
        border: 1px solid #dbdbdb;
    }
    .viewInner .navi li.code a img {width: 150px; height: 150px; object-fit: cover;}
    .viewInner .title {position: relative;}
    .viewInner .title i {font-size: 1.4rem;}
    .viewInner .title p {
        margin: 16px 0 41px;
        font-size: 2.8rem;
    }
    .viewInner .title .file {
        position: absolute;
        bottom: 12px; right: 0;
    }
    .viewInner .title .file span {
        display: inline-block;
        font-size: 1.4rem; color: #747474;
        margin-right: 14px;
        vertical-align: middle;
    }
    .viewInner .title .file a {
        display: inline-block;
        width: 27px; height: 21px;
        background: url('/img/sub4_file.png') no-repeat center/contain;
        vertical-align: middle;
    }
    .viewInner .cont {padding: 24px 6px; min-height: 350px;}
    .viewInner .cont p {font-size: 1.6rem;}
	.viewInner a.main {position: relative;}
	.viewInner a.main:after {
		position: absolute;
		content: '';
		width: 100%; height: 100%;
		top: 0; left: 0;
		background: #5c5c5c;
		transform: scaleX(0);
		transform-origin: left;
		z-index: -1;
	}
    .viewInner a.main:hover {
		color: #fff;
    }
	.viewInner a.main:hover:after {
		transform: scaleX(1);
		transition: all .65s;
	}
	.viewInner .cont img {width: auto; max-width: 100%;}

	/* ========== SUB4_3 상품 문의/상담 */
	.inqInner table {
		width: 74%;
		margin: 0 auto;
	}
	.inqInner table th {height: 56px;}
	.inqInner table td {
		width: 75%;
		padding: 15px 0;
	}
	.inqInner table td > * {
		height: 38px;
		border-color: #dedede;
	}
	.inqInner table td > input {width: 240px;}
	.inqInner .btn-inq {
		width: 220px;  height: 52px;
		margin-top: 28px;
	}

}
