/*게시판 공통*/
body{
	font-family:'omni';
}
.listProductWrap {
    width: 1240px;
    padding: 0 20px;
    height: auto;
    min-height: calc(100vh - 319px);
    margin: 0 auto;
    margin-top: 113px;
}

.listProductWrap .title {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 30px;
}

.listProductWrap .title>div:nth-child(1) {
    display: flex;
    align-items: flex-end;
}

.listProductWrap .title>div:nth-child(1)>h3 {
    font-family: bitter;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #0070c0;
}

.listProductWrap .title>div:nth-child(1)>span {
    margin-left: 20px;
    margin-bottom: 8px;
    font-family: omni;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.listProductWrap .title>div:nth-child(2) {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
}

.listProductWrap .title>div:nth-child(2)>span:nth-child(1) {
    font-family: omni;
    font-size: 16px;
    line-height: 1;
    color: #999;
}

.listProductWrap .title>div:nth-child(2)>span:nth-child(2) {
    width: 1px;
    height: 20px;
    background-color: #ddd;
    margin: 0 10px;
}

.listProductWrap .title>div:nth-child(2)>span:nth-child(3) {
    font-family: omni;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.listProductWrap .bar {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

.listProductWrap .bar div:nth-child(1) {
    width: 280px;
    height: 3px;
    background-color: #000;
}

.listProductWrap .bar div:nth-child(2) {
    width: calc(100% - 280px);
    height: 3px;
    background-color: #eee;
}

.listProductWrap .productWrap {
    display: flex;
}

.listProductWrap .productWrap .subMenuWrap {
    width: 210px;
}

.listProductWrap .productWrap .subMenuWrap .subMenuClose {
    display: none;
}

.listProductWrap .productWrap .subMenuWrap h3 {
    font-family: omni;
    font-weight: 600;
    font-size: 24px;
    line-height: 64px;
    color: #000;
}

.listProductWrap .productWrap .subMenuWrap>ul>li {
    height: 56px;
    line-height: 56px;
    border-top: 1px solid #f1f1f1;
}

.listProductWrap .productWrap .subMenuWrap>ul>li.depth {
    height: auto;
    line-height: 1;
}

.listProductWrap .productWrap .subMenuWrap>ul>li.depth>a {
    position: relative;
    display: block;
    line-height: 56px;
}

/* .listProductWrap .productWrap .subMenuWrap>ul>li.depth>a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #000;
    transition-duration: 0.3s;
    transition-property: transform;
} */

/* .listProductWrap .productWrap .subMenuWrap>ul>li.depth>a.active::after {
    transform: translateY(-50%) rotate(180deg);
} */

.listProductWrap .productWrap .subMenuWrap>ul>li.depth>ul {
    display: block;
}

.listProductWrap .productWrap .subMenuWrap>ul>li.depth>ul li {
    margin-bottom: 15px;
}

.listProductWrap .productWrap .subMenuWrap>ul>li>a {
    font-family: omni;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.listProductWrap .productWrap .subMenuWrap>ul>li>a.onPage {
    color: #0097ff;
}

.listProductWrap .productWrap .subMenuWrap>ul>li>ul {
    display: none;
}

.listProductWrap .productWrap .subMenuWrap>ul>li>ul {
    padding: 5px 10px;
}

.listProductWrap .productWrap .subMenuWrap>ul>li>ul>li>a {
    font-family: omni;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #000;
}

.listProductWrap .productWrap .subMenuWrap>ul>li>ul>li>a:hover {
    color: #0097ff;
}

/*게시판 공통*/

/*제품리스트*/
.listProductWrap .productWrap .listWrap {
    width: calc(100% - 260px);
    margin-left: 50px;
}

.listProductWrap .productWrap .listWrap>button {
    display: none;
}

.listProductWrap .productWrap .listWrap>h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: omni;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    color: #000;
}

.listProductWrap .productWrap .listWrap>h4>span {
    color: #0070bd;
}

.listProductWrap .productWrap .listWrap>ul {
    display: flex;
    flex-wrap: wrap;
}

.listProductWrap .productWrap .listWrap>ul>li {
    width: 300px;
}

.listProductWrap .productWrap .listWrap>ul>li:nth-child(3n-1) {
    margin: 0 20px;
}

.listProductWrap .productWrap .listWrap>ul>li>a>span {
    display: block;
}

/* 리스트 갤러리 이미지 높이 */
.listProductWrap .productWrap .listWrap>ul>li>a>span>span:nth-child(1) {
    display: block;
    border-radius: 5px;
    border: solid 1px #f1f1f1;
    background-size: cover;
    background-position: center;

    width: 100%;
    padding-bottom: 100%;
    position: relative;
    box-sizing: border-box;

    overflow: hidden;
}

.listProductWrap .productWrap .listWrap>ul>li>a>span>span:nth-child(1) img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.listProductWrap .productWrap .listWrap>ul>li>a>span>span:nth-child(2) {
    display: block;
    padding: 0px 10px;
    padding-top: 20px;
    font-family: omni;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
}

.listProductWrap .productWrap .listWrap>ul>li>a>span>span:nth-child(3) {
    display: block;
    padding: 0px 10px;
    padding-bottom: 20px;
    font-family: omni;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #0070bd;
}

.listProductWrap .productWrap .listWrap>div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.listProductWrap .productWrap .listWrap>div>button:nth-of-type(1) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrap>div>ul {
    display: flex;
    justify-content: center;
}

.listProductWrap .productWrap .listWrap>div>ul>li.active>button {
    color: #000;
}

.listProductWrap .productWrap .listWrap>div>ul>li>button {
    font-family: omni;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrap>div>button:nth-of-type(2) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrap>div>button.active {
    color: #000;
}

/*제품리스트*/

/*제품상세*/
.listProductWrap .productWrap .detailWrap {
    display: flex;
    margin-bottom: 100px;
}

.listProductWrap .productWrap .detailWrap .slideWrap .slideHidden {
    width: 550px;
    position: relative;
}

.listProductWrap .productWrap .detailWrap .slideWrap .shadowWrap {
    box-shadow: 0px 10px 50px 0 rgba(40, 40, 40, 0.15);
    background-color: #e4e4e4;
}

.listProductWrap .productWrap .detailWrap .slideWrap h6 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: 'omni';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666;
}

.listProductWrap .productWrap .detailWrap .slideWrap .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.listProductWrap .productWrap .detailWrap .slideWrap .mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.listProductWrap .productWrap .detailWrap .slideWrap .mySwiper {
    overflow: hidden;
    width: 89%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.listProductWrap .productWrap .detailWrap .slideWrap .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.listProductWrap .productWrap .detailWrap .slideWrap .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.listProductWrap .productWrap .detailWrap .slideWrap .swiper-slide {
    background-size: cover;
    background-position: center;
}

.listProductWrap .productWrap .detailWrap .slideWrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listProductWrap .productWrap .detailWrap .slideWrap .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(/theme/ety_wide_theme/img/index/arrow_right.svg);
    right: 3px !important;
    left: auto !important;
    top: auto !important;
    bottom: 50px !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

.listProductWrap .productWrap .detailWrap .slideWrap .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(/theme/ety_wide_theme/img/index/arrow_left.svg);
    left: 3px !important;
    right: auto !important;
    top: auto !important;
    bottom: 50px !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

/* 자료실 시공 팝업 슬라이드 추가 css */
.slideWrap2 .slideHidden {
    width: 550px;
    position: relative;
}

.slideWrap2 .shadowWrap {
    box-shadow: 0px 10px 50px 0 rgba(40, 40, 40, 0.15);
    background-color: #e4e4e4;
}

.slideWrap2 h6 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: 'omni';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666;
}

.slideWrap2 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slideWrap2 .mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.slideWrap2 .mySwiper {
    overflow: hidden;
    width: 89%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.slideWrap2 .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.slideWrap2 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.slideWrap2 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slideWrap2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideWrap2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('/theme/ety_wide_theme/img/index/arrow_right.svg');
    right: 3px !important;
    left: auto !important;
    top: auto !important;
    bottom: 50px !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

.slideWrap2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('/theme/ety_wide_theme/img/index/arrow_left.svg');
    left: 3px !important;
    right: auto !important;
    top: auto !important;
    bottom: 50px !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

/*자료실 시공 팝업 슬라이드 추가 css */
.slideWrap2 {
    width: calc(100%);
}

.slideWrap2 .slideHidden {
    width: 100%;
}

.slideWrap2 h6 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 12px;
}

.slideWrap2 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slideWrap2 .mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.slideWrap2 .mySwiper {
    overflow: hidden;
    width: 89%;
    height: 20%;
}

.slideWrap2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 3px !important;
    left: auto !important;
    top: auto !important;
    bottom: 7% !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

.slideWrap2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 3px !important;
    right: auto !important;
    top: auto !important;
    bottom: 7% !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

/*자료실 시공 팝업 슬라이드 추가 css*/
.slideWrap2 {
    width: 100%;
}

.slideWrap2 .slideHidden {
    width: 100%;
}

.slideWrap2 h6 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 12px;
}

.slideWrap2 .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slideWrap2 .mySwiper2 {
    height: 80%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.slideWrap2 .mySwiper {
    overflow: hidden;
    width: 89%;
    height: 20%;
}

.slideWrap2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 3px !important;
    left: auto !important;
    top: auto !important;
    bottom: 7% !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}

.slideWrap2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 3px !important;
    right: auto !important;
    top: auto !important;
    bottom: 7% !important;
    width: 17px !important;
    height: 19px !important;
    background-size: cover !important;
}



.listProductWrap .productWrap .detailWrap .productDetail {
    margin-left: 50px;
}

.listProductWrap .productWrap .detailWrap .productDetail>h4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: omni;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

.listProductWrap .productWrap .detailWrap .productDetail>span {
    font-family: omni;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #0070bd;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(1),
.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2) {
    margin-bottom: 20px;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2n+1) {
    width: 138px;
    font-family: omni;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2n) {
    width: calc(100% - 138px);
    font-family: omni;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #666;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(2) {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-family: omni;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.listProductWrap .productWrap .detailWrap .productDetail>p {
    margin-top: 30px;
    margin-bottom: 200px;
    font-family: omni;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    color: #000;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) {
    text-align: right;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button {
    width: 171px;
    height: 55px;
    background-color: #0097ff;
    font-family: bitter;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button span {
    display: inline-block;
    margin-right: 19px;
}

.listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button img {
    width: 22px;
}

/*제품상세*/

/*갤러리형 게시판*/
.listProductWrap .productWrap .listWrapImage {
    width: calc(100% - 260px);
    margin-left: 50px;
    margin-bottom: 50px;
}

.listProductWrap .productWrap .listWrapImage>button {
    display: none;
}

.listProductWrap .productWrap .listWrapImage>h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: omni;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    color: #000;
}

.listProductWrap .productWrap .listWrapImage>h4>span {
    color: #0070bd;
}

.listProductWrap .productWrap .listWrapImage>ul {
    display: flex;
    flex-wrap: wrap;
}

.listProductWrap .productWrap .listWrapImage>ul>li {
    width: 219px;
}

.listProductWrap .productWrap .listWrapImage>ul>li:nth-child(4n-2) {
    margin: 0 20px;
}

.listProductWrap .productWrap .listWrapImage>ul>li:nth-child(4n-1) {
    margin-right: 20px;
}

.listProductWrap .productWrap .listWrapImage>ul>li>a>span {
    display: block;
}

.listProductWrap .productWrap .listWrapImage>ul>li>a>span>span:nth-child(1) {
    display: block;
    border-radius: 5px;
    border: solid 1px #f1f1f1;
    background-size: cover;
    background-position: center;
}

.listProductWrap .productWrap .listWrapImage>ul>li>a>span>span:nth-child(1) img {
    display: block;
    width: 100%;
}

.listProductWrap .productWrap .listWrapImage>ul>li>a>span>span:nth-child(2) {
    display: block;
    padding: 0px 10px;
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: omni;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}

.gallaryModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.gallaryModal>div {
    max-width: 600px;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
}

.gallaryModal>div img {
    width: 100%;
}

.gallaryModal>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.gallaryModal>div>div>div {
    font-family: omni;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    color: #fff;
}

.gallaryModal>div>div>button {
    width: 80px;
    height: auto;
    font-family: omni;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    text-decoration: underline;
    color: #fff;
}

/*갤러리형 게시판*/

/*자료실형 게시판*/
.listProductWrap .productWrap .listWrapData {
    width: calc(100% - 260px);
    margin-left: 50px;
    margin-bottom: 50px;
}

.listProductWrap .productWrap .listWrapData>button {
    display: none;
}

.listProductWrap .productWrap .listWrapData>h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: omni;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    color: #000;
}

.listProductWrap .productWrap .listWrapData>h4>span {
    color: #0070bd;
}

.listProductWrap .productWrap .listWrapData>ul {
    border-top: 1px solid #000;
}

.listProductWrap .productWrap .listWrapData>ul>li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
}

.listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(1) h5 {
    font-family: omni;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #000;
}

.listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(1) p {
    font-family: omni;
    font-size: 14px;
    font-weight: 400;
    color: #0070bd;
}

.listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(2) a button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 0;
}

.listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(2) a button i {
    margin-right: 10px;
    font-size: 20px;
    color: #999;
}

.listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(2) a button span {
    font-family: omni;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(1) {
    text-align: center;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div i {
    margin-right: 10px;
    font-size: 18px;
    color: #030303;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div input {
    width: 325px;
    height: 42px;
    line-height: 42px;
    border: 0;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div input::placeholder {
    font-family: omni;
    font-weight: 400;
    font-size: 14px;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div button {
    width: 65px;
    height: 42px;
    border-radius: 0;
    background-color: #000;
    font-family: omni;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    color: #fff;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2)>button:nth-of-type(1) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2)>ul {
    display: flex;
    justify-content: center;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2)>ul>li.active>button {
    color: #000;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2)>ul>li>button {
    font-family: omni;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2)>button:nth-of-type(2) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapData>div:nth-of-type(2)>button.active {
    color: #000;
}

/*자료실형 게시판*/

/*공지사항*/
.listProductWrap.listNoticeWrap .bar div:nth-child(1) {
    width: 644px;
    height: 3px;
    background-color: #000;
}

.listProductWrap .productWrap .listWrapNotice {
    width: calc(100% - 260px);
    margin-left: 50px;
    margin-bottom: 50px;
}

.listProductWrap .productWrap .listWrapNotice>button {
    display: none;
}

.listProductWrap .productWrap .listWrapNotice>h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: omni;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: #000;
}

.listProductWrap .productWrap .listWrapNotice>h4>span {
    color: #0070bd;
}

.listProductWrap .productWrap .listWrapNotice>ul {
    border-top: 1px solid #000;
}

.listProductWrap .productWrap .listWrapNotice>ul>li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
}

.listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(1) h5 {
    font-family: omni;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #000;
}

.listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(1) h5:hover {
    color: #0097ff;
}

.listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(1) p {
    font-family: omni;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(2) a button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 0;
}

.listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(2) a button i {
    margin-right: 10px;
    font-size: 20px;
    color: #999;
}

.listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(2) a button span {
    font-family: omni;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>button:nth-of-type(1) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>ul {
    display: flex;
    justify-content: center;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>ul>li.active>button {
    color: #000;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>ul>li>button {
    font-family: omni;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>button:nth-of-type(2) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>button.active {
    color: #000;
}

/*공지사항*/

/* 공지사항 상세 */
.noticeDetailWrap {
    padding-bottom: 100px;
}

.noticeDetailWrap>.productWrap {
    display: block;
}

.noticeDetailWrap .productWrap .detailProduct {
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}

.noticeDetailWrap .productWrap .detailProduct h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.noticeDetailWrap .productWrap .detailProduct p {
    color: #666;
    font-size: 14px;
    line-height: 1;
    margin-top: 13px;
}

.noticeDetailWrap .productWrap .detailArticle {
    font-size: 16px;
    line-height: 1.3;
    padding: 30px;
    box-sizing: border-box;
}

.noticeDetailWrap .productWrap .detailArticle p {
    margin-top: 30px;
}

.noticeDetailWrap .productWrap .detailArticle p:first-of-type {
    margin-top: 0;
}

.noticeDetailWrap .productWrap .otherLetter {}

.noticeDetailWrap .productWrap .otherLetter li {
    padding: 30px;
    display: flex;
    border-top: 1px solid #eee;
}

.noticeDetailWrap .productWrap .otherLetter li:nth-of-type(2) {
    border-bottom: 1px solid #eee;
}

.noticeDetailWrap .productWrap .otherLetter li .letterHeader {
    display: flex;
}

.noticeDetailWrap .productWrap .otherLetter li .letterHeader .arrow {}

.noticeDetailWrap .productWrap .otherLetter li .letterHeader .text {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.noticeDetailWrap .productWrap .otherLetter li .letterHeader .text:nth-child(2) {
    margin-left: 14px;
}

.noticeDetailWrap .productWrap .otherLetter li .letterContent {
    font-size: 14px;
    line-height: 1;
    color: #999;
    margin-left: 30px;
}

.noticeDetailWrap .productWrap .btn {
    margin: 0 auto;
    width: 171px;
    margin-top: 50px;
}

/* 공지사항 상세 */

/*Q&A*/
/* 회석 css시작 이 부분부터 hoi.css 내용 넣어주세요 */
/* .listProductWrap .productWrap .listWrapQna{width: calc(100% - 260px); margin-left: 50px; margin-bottom: 50px;}
.listProductWrap .productWrap .listWrapQna > button{display: none;}
.listProductWrap .productWrap .listWrapQna > h4{margin-top: 25px; margin-bottom: 20px;font-family: omni; font-size: 18px; font-weight: 600; line-height: 1; text-align: right; color: #000;}
.listProductWrap .productWrap .listWrapQna > h4 > span{ color: #0070bd;}
.listProductWrap .productWrap .listWrapQna > ul{ border-top: 1px solid #000;}
.listProductWrap .productWrap .listWrapQna > ul > li{display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 20px 30px; border-bottom: 1px solid #eee;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(1) h5{font-family: omni; font-size: 20px; font-weight: 500; line-height: 2; color: #000;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(1) p{font-family: omni; font-size: 14px; font-weight: 400; color: #0070bd;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(2) a button{display: inline-flex; align-items: center; justify-content: center; width: 124px; height: 40px; border: 1px solid #eee; border-radius: 0;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(2) a button i{margin-right: 10px; font-size: 20px; color: #999;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(2) a button span{font-family: omni; font-size: 14px; font-weight: 400; color: #666;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1){display: flex; justify-content: center; margin-top: 30px; margin-bottom: 80px;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > button:nth-of-type(1){font-family: bitter; font-size: 16px; font-weight: 600; line-height: 1; color: #ddd;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > ul{display: flex; justify-content: center;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > ul > li.active > button{ color: #000;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > ul > li > button{font-family: omni; font-size: 16px; font-weight: 600; line-height: 1; color: #ddd;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > button:nth-of-type(2){font-family: bitter; font-size: 16px; font-weight: 600; line-height: 1; color: #ddd;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > button.active{ color: #000;} */
/*Q&A*/


@media (min-width: 769px) and (max-width: 1279px) {

    /*게시판 공통*/
    .listProductWrap {
        width: 100%;
        padding: 0 15px;
        min-height: auto;
        margin: 0 auto;
        margin-top: 72px;
    }

    .listProductWrap .title {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .listProductWrap .title>div:nth-child(1)>h3 {
        font-size: 30px;
        
    }

    .listProductWrap .title>div:nth-child(1)>span {
        margin-bottom: 3px;
        font-size: 16px;
    }

    .listProductWrap .title>div:nth-child(2) {
        display: none;
    }

    .listProductWrap .bar {
        margin-bottom: 5px;
    }

    .listProductWrap .bar div:nth-child(1) {
        width: 140px;
    }

    .listProductWrap .bar div:nth-child(2) {
        width: calc(100% - 140px);
    }

    .listProductWrap .productWrap .subMenuWrap {
        width: 100%;
        padding: 15px;
        display: none;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .listProductWrap .productWrap .subMenuWrap.active {
        display: block;
    }

    .listProductWrap .productWrap .subMenuWrap .subMenuClose {
        display: block;
        position: absolute;
        top: 26px;
        right: 15px;
        font-size: 24px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    .listProductWrap .productWrap .subMenuWrap h3 {
        padding-top: 20px
    }

    /*게시판 공통*/

    /*제품리스트*/
    .listProductWrap .productWrap .listWrap {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrap>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrap>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrap>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrap>ul>li {
        width: calc((100% / 3) - 10px);
    }

    .listProductWrap .productWrap .listWrap>ul>li:nth-child(3n-1) {
        margin: 0 15px;
    }

    .listProductWrap .productWrap .listWrap>ul>li>a>span>span:nth-child(3) {
        padding-bottom: 30px;
    }

    .listProductWrap .productWrap .listWrap>div {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    /*제품리스트*/

    /*제품상세*/
    .listProductWrap .productWrap .detailWrap {
        display: flex;
        width: 100%;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap {
        width: calc(50% - 40px);
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .slideHidden {
        width: 100%;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap h6 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .mySwiper2 {
        height: 80%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .mySwiper {
        overflow: hidden;
        width: 89%;
        height: 20%;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 3px !important;
        left: auto !important;
        top: auto !important;
        bottom: 7% !important;
        width: 17px !important;
        height: 19px !important;
        background-size: cover !important;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 3px !important;
        right: auto !important;
        top: auto !important;
        bottom: 7% !important;
        width: 17px !important;
        height: 19px !important;
        background-size: cover !important;
    }

    .listProductWrap .productWrap .detailWrap .productDetail {
        width: 50%;
        margin-left: 40px;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>h4 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: omni;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>span {
        font-family: omni;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #0070bd;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(1),
    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2) {
        margin-bottom: 20px;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2n+1) {
        width: 109px;
        font-family: omni;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2n) {
        width: calc(100% - 109px);
        font-family: omni;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #666;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(2) {
        margin-top: 19px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        font-family: omni;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>p {
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: omni;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.56;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) {
        text-align: right;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button {
        width: 145px;
        height: 38px;
        background-color: #0097ff;
        font-family: bitter;
        border-radius: 0;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        color: #fff;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button span {
        display: inline-block;
        margin-right: 19px;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button img {
        width: 18px;
    }

    /*제품상세*/

    /*갤러리형 게시판*/
    .listProductWrap .productWrap .listWrapImage {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapImage>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapImage>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapImage>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapImage>ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .listProductWrap .productWrap .listWrapImage>ul>li {
        width: calc((100% / 3) - 10px);
    }

    .listProductWrap .productWrap .listWrapImage>ul>li:nth-child(4n-2) {
        margin: 0;
    }

    .listProductWrap .productWrap .listWrapImage>ul>li:nth-child(4n-1) {
        margin-right: 0;
    }

    /* 수정한 부분입니다 */
    .listProductWrap .productWrap .listWrapImage>ul>li:nth-child(3n-1) {
        margin: 0 15px;
    }

    .gallaryModal>div>div>div {
        padding: 0 10px;
        font-size: 15px;
    }

    .gallaryModal>div>div>button {
        font-size: 15px;
    }

    /*갤러리형 게시판*/

    /*자료실형 게시판*/
    .listProductWrap .productWrap .listWrapData {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapData>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapData>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapData>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1) {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*자료실형 게시판*/

    /*공지사항*/
    .listProductWrap .productWrap .listWrapNotice {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapNotice>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapNotice>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapNotice>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1) {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>div {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>div input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*공지사항*/

    /* 공지사항 상세 */
    .noticeDetailWrap {
        padding-bottom: 50px;
    }

    .noticeDetailWrap>.productWrap {
        display: block;
        padding-top: 34px;
    }

    .noticeDetailWrap .productWrap .detailProduct {
        padding: 0 0 30px;
        border-bottom: 1px solid #eee;
    }

    .noticeDetailWrap .productWrap .detailProduct h2 {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
    }

    .noticeDetailWrap .productWrap .detailProduct p {
        color: #666;
        font-size: 14px;
        line-height: 1;
        margin-top: 13px;
    }

    .noticeDetailWrap .productWrap .detailArticle {
        font-size: 14px;
        line-height: 1.3;
        padding: 30px 0;
        box-sizing: border-box;
    }

    .noticeDetailWrap .productWrap .detailArticle p {
        margin-top: 30px;
    }

    .noticeDetailWrap .productWrap .detailArticle p:first-of-type {
        margin-top: 0;
    }

    .noticeDetailWrap .productWrap .otherLetter {}

    .noticeDetailWrap .productWrap .otherLetter li {
        padding: 25px 0;
        display: flex;
        border-top: 1px solid #eee;
    }

    .noticeDetailWrap .productWrap .otherLetter li:nth-of-type(2) {
        border-bottom: 1px solid #eee;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader {
        display: flex;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader .arrow {}

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader .text {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader .text:nth-child(2) {
        margin-left: 14px;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterContent {
        font-size: 14px;
        line-height: 1;
        color: #999;
        margin-left: 30px;
    }

    .noticeDetailWrap .productWrap .btn {
        margin: 0 auto;
        width: 171px;
        margin-top: 30px;
    }

    /* 공지사항 상세 */

    /*Q&A*/
    /* 회석 css시작 이 부분부터 hoi.css 내용 넣어주세요 */
    /* .listProductWrap .productWrap .listWrapQna{width: calc(100%); margin-left: 0px; display: flex; flex-wrap: wrap;align-items: baseline; justify-content: space-between;}
.listProductWrap .productWrap .listWrapQna > button{display: inline-block; width: 80px; height: 20px; font-size: 14px; line-height: 1; font-weight: 600; font-family: 'omni';}
.listProductWrap .productWrap .listWrapQna > h4{font-size: 14px;}
.listProductWrap .productWrap .listWrapQna > ul{width: 100%;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1){text-align: center;width: 50%; margin: 0 auto;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > div{width: 100%; display: inline-flex; justify-content: center; align-items: center; margin-top: 40px; margin-bottom: 10px; border-bottom: 1px solid #ddd;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > div input{ width: calc(100% - 93px); height: 42px; line-height: 42px; border: 0;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(2){width: 100%; margin-top: 20px; margin-bottom: 20px;} */
    /*Q&A*/
}

@media (max-width: 768px) {

    /*게시판 공통*/
    .listProductWrap {
        width: 100%;
        padding: 0 15px;
        min-height: auto;
        margin: 0 auto;
        margin-top: 72px;
    }

    .listProductWrap .title {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .listProductWrap .title>div:nth-child(1)>h3 {
        font-size: 30px;
    }

    .listProductWrap .title>div:nth-child(1)>span {
        margin-bottom: 3px;
        font-size: 16px;
    }

    .listProductWrap .title>div:nth-child(2) {
        display: none;
    }

    .listProductWrap .bar {
        margin-bottom: 5px;
    }

    .listProductWrap .bar div:nth-child(1) {
        width: 140px;
    }

    .listProductWrap .bar div:nth-child(2) {
        width: calc(100% - 140px);
    }

    .listProductWrap .productWrap .subMenuWrap {
        width: 100%;
        padding: 15px;
        display: none;
        position: fixed;
        z-index: 1000;
        background-color: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .listProductWrap .productWrap .subMenuWrap.active {
        display: block;
    }

    .listProductWrap .productWrap .subMenuWrap .subMenuClose {
        display: block;
        position: absolute;
        top: 26px;
        right: 15px;
        font-size: 24px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    .listProductWrap .productWrap .subMenuWrap h3 {
        padding-top: 20px
    }

    /*게시판 공통*/

    /*제품리스트*/
    .listProductWrap .productWrap .listWrap {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrap>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrap>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrap>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrap>ul>li {
        width: calc(50% - 5px);
    }

    .listProductWrap .productWrap .listWrap>ul>li:nth-child(3n-1) {
        margin: 0px;
    }

    .listProductWrap .productWrap .listWrap>ul>li:nth-child(2n-1) {
        margin-right: 10px;
    }

    .listProductWrap .productWrap .listWrap>ul>li>a>span>span:nth-child(3) {
        padding-bottom: 30px;
    }

    .listProductWrap .productWrap .listWrap>div {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    /*제품리스트*/

    /*제품상세*/
    .listProductWrap .productWrap .detailWrap {
        display: flex;
        width: 100%;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap {
        width: 100%;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .slideHidden {
        width: 100%;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap h6 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .mySwiper2 {
        height: 80%;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .mySwiper {
        overflow: hidden;
        width: 89%;
        height: 20%;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 3px !important;
        left: auto !important;
        top: auto !important;
        bottom: 7% !important;
        width: 17px !important;
        height: 19px !important;
        background-size: cover !important;
        display: block !important;
    }

    .listProductWrap .productWrap .detailWrap .slideWrap .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 3px !important;
        right: auto !important;
        top: auto !important;
        bottom: 7% !important;
        width: 17px !important;
        height: 19px !important;
        background-size: cover !important;
        display: block !important;
    }

    .listProductWrap .productWrap .detailWrap .productDetail {
        width: 100%;
        margin-left: 0px;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>h4 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: omni;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>span {
        font-family: omni;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #0070bd;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(1),
    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2) {
        margin-bottom: 20px;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2n+1) {
        width: 109px;
        font-family: omni;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(1) div:nth-child(2n) {
        width: calc(100% - 109px);
        font-family: omni;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #666;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(2) {
        margin-top: 19px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        font-family: omni;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>p {
        margin-top: 20px;
        margin-bottom: 30px;
        font-family: omni;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.56;
        color: #000;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) {
        text-align: center;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button {
        width: 145px;
        height: 38px;
        background-color: #0097ff;
        font-family: bitter;
        border-radius: 0;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        color: #fff;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button span {
        display: inline-block;
        margin-right: 19px;
    }

    .listProductWrap .productWrap .detailWrap .productDetail>div:nth-of-type(3) button img {
        width: 18px;
    }

    /*제품상세*/

    /*갤러리형 게시판*/
    .listProductWrap .productWrap .listWrapImage {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapImage>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapImage>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapImage>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapImage>ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .listProductWrap .productWrap .listWrapImage>ul>li {
        width: calc(50% - 5px);
    }

    .listProductWrap .productWrap .listWrapImage>ul>li:nth-child(4n-2) {
        margin: 0;
    }

    .listProductWrap .productWrap .listWrapImage>ul>li:nth-child(4n-1) {
        margin-right: 0;
    }

    .listProductWrap .productWrap .listWrapImage>ul>li:nth-child(2n-1) {
        margin-right: 10px;
    }

    .gallaryModal>div>div>div {
        padding: 0 10px;
        font-size: 15px;
    }

    .gallaryModal>div>div>button {
        font-size: 15px;
    }

    /*갤러리형 게시판*/

    /*자료실형 게시판*/
    .listProductWrap .productWrap .listWrapData {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapData>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapData>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapData>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapData>ul>li {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .listProductWrap .productWrap .listWrapData>ul>li>div {
        width: 100%;
    }
    .listProductWrap .productWrap .listWrapData>ul>li>div.downloadBtnWrap {
        display: flex;
        -webkit-flex: flex;
        -webkit-box-flex: flex;
    }

    .listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(1) {
        margin-bottom: 15px;
    }

    .listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(2) a {
        display: inline-flex;
        width: calc(50% - 5px);
    }

    .listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(2) a:nth-child(1) {
        margin-right: 5px;
    }

    .listProductWrap .productWrap .listWrapData>ul>li>div:nth-child(2) a button {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1) {
        text-align: center;
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(1)>div>form>input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapData>div:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*자료실형 게시판*/

    /*공지사항*/
    .listProductWrap .productWrap .listWrapNotice {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapNotice>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapNotice>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapNotice>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapNotice>ul>li {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .listProductWrap .productWrap .listWrapNotice>ul>li>div {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(1) {
        margin-bottom: 15px;
    }

    .listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(2) a {
        display: inline-flex;
        width: calc(50% - 5px);
    }

    .listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(2) a:nth-child(1) {
        margin-right: 5px;
    }

    .listProductWrap .productWrap .listWrapNotice>ul>li>div:nth-child(2) a button {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1) {
        text-align: center;
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>div {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(1)>div input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapNotice>div:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*공지사항*/

    /* 공지사항 상세 */
    .noticeDetailWrap {
        padding-bottom: 50px;
    }

    .noticeDetailWrap>.productWrap {
        display: block;
        padding-top: 34px;
    }

    .noticeDetailWrap .productWrap .detailProduct {
        padding: 0 0 30px;
        border-bottom: 1px solid #eee;
    }

    .noticeDetailWrap .productWrap .detailProduct h2 {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
    }

    .noticeDetailWrap .productWrap .detailProduct p {
        color: #666;
        font-size: 14px;
        line-height: 1;
        margin-top: 13px;
    }

    .noticeDetailWrap .productWrap .detailArticle {
        font-size: 14px;
        line-height: 1.3;
        padding: 30px 0;
        box-sizing: border-box;
    }

    .noticeDetailWrap .productWrap .detailArticle p {
        margin-top: 30px;
    }

    .noticeDetailWrap .productWrap .detailArticle p:first-of-type {
        margin-top: 0;
    }

    .noticeDetailWrap .productWrap .otherLetter {}

    .noticeDetailWrap .productWrap .otherLetter li {
        padding: 25px 0;
        display: flex;
        border-top: 1px solid #eee;
    }

    .noticeDetailWrap .productWrap .otherLetter li:nth-of-type(2) {
        border-bottom: 1px solid #eee;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader {
        display: flex;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader .arrow {}

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader .text {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterHeader .text:nth-child(2) {
        margin-left: 14px;
    }

    .noticeDetailWrap .productWrap .otherLetter li .letterContent {
        font-size: 14px;
        line-height: 1;
        color: #999;
        margin-left: 30px;
    }

    .noticeDetailWrap .productWrap .btn {
        margin: 0 auto;
        width: 171px;
        margin-top: 30px;
    }

    /* 공지사항 상세 */

    /*Q&A*/
    /* 회석 css시작 이 부분부터 hoi.css 내용 넣어주세요 */
    /* .listProductWrap .productWrap .listWrapQna{width: calc(100%); margin-left: 0px; display: flex; flex-wrap: wrap;align-items: baseline; justify-content: space-between;}
.listProductWrap .productWrap .listWrapQna > button{display: inline-block; width: 80px; height: 20px; font-size: 14px; line-height: 1; font-weight: 600; font-family: 'omni';}
.listProductWrap .productWrap .listWrapQna > h4{font-size: 14px;}
.listProductWrap .productWrap .listWrapQna > ul{width: 100%;}
.listProductWrap .productWrap .listWrapQna > ul > li{flex-wrap: wrap; padding: 20px 0;}
.listProductWrap .productWrap .listWrapQna > ul > li > div{width: 100%;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(1){margin-bottom: 15px;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(2) a{display: inline-flex; width: calc(50% - 5px);}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(2) a:nth-child(1){margin-right: 5px;}
.listProductWrap .productWrap .listWrapQna > ul > li > div:nth-child(2) a button{width: 100%;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1){text-align: center;width: 100%;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > div{width: 100%; display: inline-flex; justify-content: center; align-items: center; margin-top: 40px; margin-bottom: 10px; border-bottom: 1px solid #ddd;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(1) > div input{ width: calc(100% - 93px); height: 42px; line-height: 42px; border: 0;}
.listProductWrap .productWrap .listWrapQna > div:nth-of-type(2){width: 100%; margin-top: 20px; margin-bottom: 20px;} */
    /*Q&A*/
}