<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*와이드*/
@media only screen and (min-width: 1220px) and (max-width: 1780px) {
  .marginCenter {
    width: 1200px;
  }
  .categorySelectWrap li {
    min-width: 200px;
    margin:10px;
  }
   .categorySelectWrap5 li {
  	min-width: 25%;
  	margin: 0;
  }
  .tabContentsWrap .contentsList li {
    width: 283px;
  }
  .mainInfo {
    width: 1200px !important;
    height: auto;
  }
  .mainInfo .left {
    position: unset;
    width: 100%;
    height: auto;
  }
  .mainInfo .right {
    position: unset;
    width: 100%;
    padding: 60px;
  }
  .mainInfo .right p {
    width: auto;
  }
  .overview .overviewContentsWrap .overviewContents .top .left {
    width: 600px;
  }
  .overview .overviewContentsWrap .overviewContents .top .left iframe {
    width: 600px;
    height: 337px;
  }
  .overview .overviewContentsWrap .overviewContents .top .right {
    width: calc(100% - 630px);
  }
  .overview .overviewContentsWrap .overviewContents .top .right h4 {
    margin-top: 0;
  }
  .productDataWrap .productData .segment .strength1 li,
  .productDataWrap .productData .segment .strength2 li {
    width: 590px;
  }
  .productDataWrap .productData .segment .strength3 li {
    width: calc(33% - 10px);
  }
  .productDataWrap .productData .segment .strength4 li {
    width: 290px;
  }
  .productDataWrap .productData .segment .strength5 li:nth-of-type(1),
  .productDataWrap .productData .segment .strength5 li:nth-of-type(2) {
    width: 590px;
  }
  .productDataWrap .productData .segment .strength5 li:nth-of-type(2) ~ li {
    width: 394px;
  }
  .wrap .headerWrap .bottomHeader nav .right li a span {
    display: none;
  }
  .wrap .footerWrap footer .bottom .menus ul {
    margin-right: 20px;
  }
  .newsListWrap li {
    width: 380px;
    min-height: 401px;
  }
  
  	.slideArticle .slideContents li div{
		width: 360px;
    	height: 230px;
	}
}

/*태블릿*/
@media only screen and (min-width: 927px) and (max-width: 1219px) {
  .tableSafe {
  	line-height: 14px !important;
  }
  .tableSafe span {
  	width: 90% !important;
  }
  .tableSafe2 {
  	line-height: 28px !important;
  }
  .tableSafe2 span {
  	width: 90% !important;
  }
  .marginCenter {
    width: 900px;
  }
  .mobNaviWrap {
    display: block;
  }
  .naviTitle {
    padding: 40px 0 0;
    width: calc(100% - 60px) !important;
  }
  .naviTitle .top {
    display: none;
  }
  .naviTitle h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 0;
  }
  .naviTitle.pt0 {
    padding-top: 0 !important;
  }
  .mainInfo {
    width: 100% !important;
    height: auto;
  }
  .mainInfo .left {
    position: unset;
    width: 100%;
    height: auto;
  }
  .mainInfo .right {
    position: unset;
    width: 100%;
    padding: 30px;
  }
  .mainInfo .right h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .mainInfo .right .bar {
    width: 20px;
    height: 2px;
    margin-top: 16px;
  }
  .mainInfo .right p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
    width: auto;
  }
  .productSlideWrap .productSlide li p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
  }
  .productSlideWrap .productSlide li h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .productDataWrap .productData .segment.first .left .hiddenBtn button {
	border-radius: 6px;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 12px;
  }
  .forMobBox {
    width: 100%;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: none;
  }
  .forMobBox::-webkit-scrollbar {
    display: none;
  }
  .forMobBox2 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
  }
  .tabContentsWrap {
    padding-bottom: 40px;
  }
  .tabContentsWrap .tabSelectWrap {
    width: calc(100% - 60px) !important;
  }
  .tabContentsWrap .tabSelectWrap li button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    height: 40px;
    border: none;
  }
  .tabContentsWrap .tabSelectWrap li button.active {
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    border: none !important;
    border-bottom: 2px solid #a50034 !important;
  }
  .tabContentsWrap .contentsList {
    width: calc(100% - 60px) !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            
            gap:16px;
  }
  .tabContentsWrap .contentsList li {
    margin-top: 0;
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tabContentsWrap .contentsList li a .textBox {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
  .tabContentsWrap .contentsList li a strong {
    margin-top: 6px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .slideArticle {
    padding: 60px 0;
    width: calc(100% - 60px) !important;
  }
  .slideArticle h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .slideArticle .slideContents .slick-slide {
    margin: 0 8px;
  }
  .slideArticle .slideContents li {
    width: 252px !important;
    height: 150px !important;
  }
  .slideArticle .slideContents li h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
   	.slideArticle .slideContents li div{
		width: 240px;
    	height: 150px;
	}
  .productDataListWrap .productDataWrap .colorBack2 {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData {
    padding: 56px 0;
    width: calc(100% - 60px) !important;
  }
  .productDataListWrap .productDataWrap .productData .segment {
    padding-bottom: 40px;
  }
  .productDataListWrap .productDataWrap .productData .segment .title h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100% !important;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li {
    width: 100% !important;
    padding: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li .num {
    font-size: 24px;
    line-height: normal;
    font-weight: 900;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li .bar {
    margin-top: 10px;
    width: 16px;
    height: 3px;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li p br {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li:first-of-type ~ li {
    margin-top: 10px;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide {
    overflow-x: auto;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide .specTableA .pcImg {
    width: 900px;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide::-webkit-scrollbar-thumb {
    background-color: #a50034;
    background-clip: padding-box;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide::-webkit-scrollbar-track {
    background-clip: #ddd;
    background-color: #ddd;
  }
  .productDataListWrap .productDataWrap .productData .segment .specTableA {
    margin-top: 20px;
    width: 900px !important;
    margin-bottom: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment .specTableA .tableHead li {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    height: 30px;
  }
  .productDataListWrap .productDataWrap .productData .segment .specTableA .tableBody li {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    height: 30px;
  }
  .productDataListWrap .productDataWrap .productData .segment .filmSlide {
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .productDataListWrap .productDataWrap .productData .segment .filmSlide::-webkit-scrollbar {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData .segment .film {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .productDataListWrap .productDataWrap .productData .segment .film li {
    width: 252px;
    height: 150px;
    margin-right: 16px;
  }
  .productDataListWrap .productDataWrap .productData .segment .film li a {
    width: 60px;
    height: 60px;
  }
  .productDataListWrap .productDataWrap .productData .segment .film li:last-of-type {
    margin-right: 0;
  }
  .productDataListWrap .productDataWrap .productData .segment:last-of-type {
    padding-bottom: 0;
  }
  .productDataListWrap .productDataWrap .productData .segment.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left {
    width: 100%;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .title {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left p {
    margin-top: 24px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField {
    margin-top: 30px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField h5 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul {
    margin-top: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li {
    width: 60px;
    margin-right: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li .imgBox {
    width: 60px;
    height: 60px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li .imgBox img {
    image-rendering: -webkit-optimize-contrast;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li .textBox {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    word-break: break-word;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right {
    width: 100%;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .mobTitle {
    display: block;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .imgBox {
    width: 100%;
    height: 350px;
    margin-top: 24px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .imgBox a {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .imgBox a img {
    image-rendering: -webkit-optimize-contrast;
  }
  .categorySelectWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 60px) !important;
    padding: 40px 0 0;
  }
  .categorySelectWrap li {
    min-width: fin-content;
    width: auto;
    height: 40px;
    margin: 0 5px;
  }
  .categorySelectWrap li button {
    padding: 5px;
    height: 40px;
  }
  .categorySelectWrap li button .img {
    width: 30px;
    height: 30px;
  }
  .categorySelectWrap li button span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    width: calc(100% - 40px);
    margin-left: 10px;
  }
  .categorySelectWrap li:first-of-type {
    margin-left: 0;
    /*min-width: 130px;*/
  }
 
  .forAddImgCate li button .img {
 	margin-right: 4px;
  }
 
  .categorySelectWrap5 {
  	flex-wrap: wrap;
  }
  
  /* .categorySelectWrap5 li {
  	min-width: 50%;
  	margin: 0;
  }
  .categorySelectWrap5 li button span {
  	margin-left: 0;
  	width: 100%;
  }
  
  .categorySelectWrap5 li:nth-of-type(2) ~ li button {
    border-top: none;
  }
  
  .categorySelectWrap5 li:nth-of-type(3) button {
  	border-left: 1px solid #ddd !important;
  } */
  
  .coreTechWrap .coreTechContents .coreTechUnit {
    display: none;
  }
  .coreTechWrap .coreTechContents .coreTechUnitMob {
    display: block;
  }
  .coreTechWrap .coreTechContents:first-of-type ~ .coreTechContents {
    margin-top: 0;
  }
  .overview .overviewContentsWrap {
    padding: 40px 0;
  }
  .overview .overviewContentsWrap .overviewContents {
    width: calc(100% - 60px) !important;
    margin: 0 auto;
  }
  .overview .overviewContentsWrap .overviewContents .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overview .overviewContentsWrap .overviewContents .top .left {
    width: 100%;
  }
  .overview .overviewContentsWrap .overviewContents .top .left iframe {
    width: 100%;
    height: 47.3vw;
  }
  .overview .overviewContentsWrap .overviewContents .top .right {
    width: 100%;
  }
  .overview .overviewContentsWrap .overviewContents .top .right h4 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .overview .overviewContentsWrap .overviewContents .top .right .bar {
    margin-top: 16px;
    width: 20px;
    height: 2px;
  }
  .overview .overviewContentsWrap .overviewContents .top .right p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .overview .overviewContentsWrap .overviewContents .top .right a {
    margin-top: 20px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 6px;
  }
  .overview .overviewContentsWrap .overviewContents .top .right a img {
    width: 12px;
    image-rendering: -webkit-optimize-contrast;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide .slick-slide {
    margin: 0 8px;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide li {
    width: 118px !important;
    height: 118px;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide li p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide li h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .overview .overviewContentsWrap.grey .overviewContents .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap .headerWrap .topHeader header .left .logo a img {
    width: auto;
    height: 24px;
    image-rendering: -webkit-optimize-contrast;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li &gt; span {
    min-width: 30px;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li &gt; .hoverMenu {
    padding: 10px 24px;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li &gt; .hoverMenu &gt; li &gt; button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li:nth-of-type(2) {
    display: none;
  }
  .wrap .headerWrap .bottomHeader {
    display: none;
  }
  .wrap .headerWrap .downMenuWrap {
    top: 0;
    padding: 0; 
    
    position: fixed;
  }
  .wrap .headerWrap .downMenuWrap .downMenuUnit {
    display: none;
  }
  .wrap .headerWrap .downMenuWrap .mobDownMenuUnit {
    display: block;
  }
  .wrap .footerWrap {
    padding: 30px 0 40px;
  }
  .wrap .footerWrap footer .top .left a {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    margin-right: 20px;
  }
  .wrap .footerWrap footer .top .right {
    display: none;
  }
  .wrap .footerWrap footer .bottom {
    margin-top: 20px;
  }
  .wrap .footerWrap footer .bottom .logos {
    height: auto;
  }
  .wrap .footerWrap footer .bottom .logos img.logo {
    width: 99px;
    height: 24px;
    image-rendering: -webkit-optimize-contrast;
  }
  .wrap .footerWrap footer .bottom .menus {
    margin-top: 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap .footerWrap footer .bottom .menus ul {
    width: 25%;
    margin-right: 0;
  }
  .wrap .footerWrap footer .bottom .menus ul li {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
  .wrap .footerWrap footer .bottom .menus ul li a {
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
  }
  .wrap .footerWrap footer .bottom .menus ul:nth-of-type(4) ~ ul {
    margin-top: 20px;
  }
  .wrap .footerWrap footer .bottom .mobSns {
    display: block;
  }
  .wrap .footerWrap footer .bottom .infos {
    margin-top: 30px;
  }
  .wrap .footerWrap footer .bottom .infos span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    display: block;
  }
  .wrap .footerWrap footer .bottom .infos span:nth-of-type(1) ~ span {
    margin-top: 10px;
  }
  .wrap .footerWrap .pressRelease {
    padding-bottom: 100px;
  }
  .promotion .naviTitle {
    padding-bottom: 40px;
  }
  .promotion .promotionTabWrap .promotionTab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .promotion .promotionTabWrap .promotionTab a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    width: auto;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
  }
  .promotion .promotionVideo {
    padding: 40px 30px 100px;
    width: 100% !important;
    width: 100% !important;
    height: auto;
  }
  .promotion .promotionVideo iframe {
    position: unset;
    width: 100%;
    height: 47.5vw;
  }
  .promotion .promotionVideo .colorBack3 {
    display: none;
  }
  .promotionTabWrap .promotionTab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .promotionTabWrap .promotionTab a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    width: auto;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
  }
  .printAds .naviTitle {
    padding-bottom: 40px;
  }
  .printAds .printAdsSlideWrap {
    width: 100% !important;
    padding: 40px 0 100px;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 .slick-slide {
    width: 150px !important;
    padding: 40px 30px;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 .slick-center h5 {
    display: block;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 .slick-center h6 {
    display: block;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 li img {
    width: 100%;
    height: 100%;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 li h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: none;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 li h6 {
    margin-top: 10px;
    display: none;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
  }
  .customSelectBoxWrap {
    width: calc(100% - 60px) !important;
    margin-top: 40px;
  }
  .customSelectBoxWrap .customSelectBox {
    width: 150px;
    height: 44px;
    padding: 9.5px 14px;
  }
  .customSelectBoxWrap .customSelectBox span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
  .customSelectBoxWrap .customSelectBox img {
    width: 26px;
    height: 26px;
    image-rendering: -webkit-optimize-contrast;
  }
  .customSelectBoxWrap .customSelectBox .optionList {
    top: 44px;
    padding: 7px 10px 7px 14px;
    width: 150px;
  }
  .customSelectBoxWrap .customSelectBox .optionList li {
    margin-top: 5px;
  }
  .customSelectBoxWrap .customSelectBox .optionList li a {
    width: calc(100% - 26px);
    height: 26px;
  }
  .customSelectBoxWrap .customSelectBox .optionList li a span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }
  .customSelectBoxWrap .customSelectBox .optionList li img {
    width: 26px;
    height: 26px;
    image-rendering: -webkit-optimize-contrast;
  }
  .newsListWrap {
    width: calc(100% - 60px) !important;
  }
  .newsListWrap li:nth-of-type(3n+2) {
		margin: 0;
		margin-bottom: 40px;
	}
  .newsListWrap li {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .newsListWrap li a img {
    image-rendering: -webkit-optimize-contrast;
  }
  .newsListWrap li a .category {
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 10px;
    height: 20px;
    min-width: 38px;
  }
  .newsListWrap li a strong {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
  }
  .newsListWrap li a .textBox {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
  }
  .paging a {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 5px;
  }
  .paging a img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  .paging .prev {
    margin-right: 14px;
  }
  .paging .next {
    margin-left: 14px;
  }
  .modal5 .imgModal {
    width: 360px;
    height: auto;
    border-radius: 0;
    padding: 30px 0;
  }
  .modal5 .imgModal a {
    width: 26px !important;
    height: 26px !important;
    image-rendering: -webkit-optimize-contrast;
    top: 20px;
    right: 30px;
  }
  .modal5 .imgModal .modalHead {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal5 .imgModal .modalHead .category {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
  .modal5 .imgModal .modalHead h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .modal5 .imgModal .modalBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal5 .imgModal .modalBody .left {
    width: 100% !important;
  }
  .modal5 .imgModal .modalBody .right {
    width: calc(100% - 60px) !important;
    height: auto !important;
    margin: 0 auto;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .modal5 .imgModal .modalBody .right .mobModalSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .modal5 .imgModal .modalBody .right .mobModalSlide .imgBox {
    margin: 0 !important;
    width: 80px !important;
    height: 80px !important;
    margin-right: 10px !important;
  }
  .modal5 .imgModal .modalBody .right .mobModalSlide .imgBox:last-of-type {
    margin-right: 0 !important;
  }
  .modal5 .imgModal .modalBody .right::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .modal6 .vodModal {
    width: 360px;
    height: auto;
    border-radius: 0;
    padding: 30px !important;
  }
  .modal6 .vodModal a {
    width: 26px !important;
    height: 26px !important;
    image-rendering: -webkit-optimize-contrast;
    top: 33px !important;
    right: 16px !important;
  }
  .modal6 .vodModal .modalHead .category {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
  .modal6 .vodModal .modalHead h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .modal6 .vodModal .modalBody {
    margin-top: 20px;
    width: 100% !important;
  }

}

/*모바일*/
@media only screen and (max-width: 926px) {
	.tableSafe {
  	line-height: 14px !important;
  }
  .tableSafe span {
  	width: 67px !important;
  }
  .tableSafe2 {
  	line-height: 28px !important;
  }
  .tableSafe2 span {
  	width: 67px !important;
  }
  .tableSafe3 {
  	line-height: 42px !important;
  }
  .tableSafe4 {
  	line-height: 28px !important;
  }
  .tableSafe5 {
  	width: 75px !important;
  	margin: 0 auto;
  }
  .marginCenter {
    width: calc(100% - 40px);
  }
  .mobNaviWrap {
    display: block;
  }
  .naviTitle {
    padding: 40px 0 0;
    width: calc(100% - 60px) !important;
  }
  .naviTitle .top {
    display: none;
  }
  .naviTitle h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 0;
  }
  .naviTitle.pt0 {
    padding-top: 0 !important;
  }
  .mainInfo {
    width: 100% !important;
    height: auto;
  }
  .mainInfo .left {
    position: unset;
    width: 100%;
    height: auto;
  }
  .mainInfo .right {
    position: unset;
    width: 100%;
    padding: 30px;
  }
  .mainInfo .right h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .mainInfo .right .bar {
    width: 20px;
    height: 2px;
    margin-top: 16px;
  }
  .mainInfo .right p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 16px;
    width: auto;
  }
  .productSlideWrap .productSlide li p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
  }
  .productSlideWrap .productSlide li h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  
  .productDataWrap .productData .segment.first .left .hiddenBtn {
  	margin-top: 24px;
  }
  
  .productDataWrap .productData .segment.first .left .hiddenBtn button {
	border-radius: 6px;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 12px;
	height: 30px;
  }
  .forMobBox {
    width: 100%;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: none;
  }
  .forMobBox::-webkit-scrollbar {
    display: none;
  }
  .forMobBox2 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-top: 40px;
  }
  .tabContentsWrap {
    padding-bottom: 40px;
  }
  .tabContentsWrap .tabSelectWrap {
    width: calc(100% - 60px) !important;
  }
  .tabContentsWrap .tabSelectWrap li button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    height: 40px;
    border: none;
  }
  .tabContentsWrap .tabSelectWrap li button.active {
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    border: none !important;
    border-bottom: 2px solid #a50034 !important;
  }
  .tabContentsWrap .contentsList {
    width: calc(100% - 60px) !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            gap:16px;
  }
  .tabContentsWrap .contentsList li {
    margin-top: 0;
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tabContentsWrap .contentsList li a .textBox {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
  .tabContentsWrap .contentsList li a strong {
    margin-top: 6px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .slideArticle {
    padding: 60px 0;
    width: calc(100% - 60px) !important;
  }
  .slideArticle h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .slideArticle .slideContents .slick-slide {
    margin: 0 8px;
  }
  .slideArticle .slideContents li {
    width: 252px !important;
    height: 150px !important;
  }
  .slideArticle .slideContents li h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
  .slideArticle .slideContents li div{
		width: 240px;
    	height: 150px;
	}
  .productDataListWrap .productDataWrap .colorBack2 {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData {
    padding: 56px 0;
    width: calc(100% - 60px) !important;
  }
  .productDataListWrap .productDataWrap .productData .segment {
    padding-bottom: 40px;
  }
  .productDataListWrap .productDataWrap .productData .segment .title h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100% !important;
    gap:0;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li {
    width: 100% !important;
    padding: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li .num {
    font-size: 24px;
    line-height: normal;
    font-weight: 900;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li .bar {
    margin-top: 10px;
    width: 16px;
    height: 3px;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li p br {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData .segment .strength li:first-of-type ~ li {
    margin-top: 10px;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide {
    overflow-x: auto;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide .specTableA .pcImg {
    width: 900px;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide::-webkit-scrollbar-thumb {
    background-color: #a50034;
    background-clip: padding-box;
  }
  .productDataListWrap .productDataWrap .productData .segment .tableSlide::-webkit-scrollbar-track {
    background-clip: #ddd;
    background-color: #ddd;
  }
  .productDataListWrap .productDataWrap .productData .segment .specTableA {
    margin-top: 20px;
    width: 900px !important;
    margin-bottom: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment .specTableA .tableHead li {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    height: 30px;
  }
  .productDataListWrap .productDataWrap .productData .segment .specTableA .tableBody li {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    height: 30px;
  }
  .productDataListWrap .productDataWrap .productData .segment .filmSlide {
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .productDataListWrap .productDataWrap .productData .segment .filmSlide::-webkit-scrollbar {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData .segment .film {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .productDataListWrap .productDataWrap .productData .segment .film li {
    width: 252px;
    height: 150px;
    margin-right: 16px;
  }
  .productDataListWrap .productDataWrap .productData .segment .film li a {
    width: 60px;
    height: 60px;
  }
  .productDataListWrap .productDataWrap .productData .segment .film li:last-of-type {
    margin-right: 0;
  }
  .productDataListWrap .productDataWrap .productData .segment:last-of-type {
    padding-bottom: 0;
  }
  .productDataListWrap .productDataWrap .productData .segment.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left {
    width: 100%;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .title {
    display: none;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left p {
    margin-top: 24px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField {
    margin-top: 30px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField h5 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul {
    margin-top: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li {
    width: 60px;
    margin-right: 20px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li .imgBox {
    width: 60px;
    height: 60px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li .imgBox img {
    image-rendering: -webkit-optimize-contrast;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .left .applyingField ul li .textBox {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    word-break: break-word;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right {
    width: 100%;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .mobTitle {
    display: block;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .imgBox {
    width: 100%;
    height: 169px;
    margin-top: 24px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .imgBox a {
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
  .productDataListWrap .productDataWrap .productData .segment.first .right .imgBox a img {
    image-rendering: -webkit-optimize-contrast;
  }
  .categorySelectWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 60px) !important;
    padding: 40px 0 0;
  }
  .categorySelectWrap li {
    min-width: fit-content;
    width: auto;
    height: 40px;
    margin: 0 5px;
  }
  .categorySelectWrap li button {
    padding: 5px;
    height: 40px;
  }
  .categorySelectWrap li button .img {
    width: 30px;
    height: 30px;
  }
  .categorySelectWrap li button span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    width: calc(100% - 40px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .categorySelectWrap li:first-of-type {
    margin-left: 0;
    /*min-width: 130px;*/
  }
  
  .forAddImgCate li button .img {
  	margin-right: 4px;
  }  
  
  /* .categorySelectWrap5 {
  	flex-wrap: wrap;
  }
  
  .categorySelectWrap5 li {
  	min-width: 50%;
  	margin: 0;
  }
  
   .categorySelectWrap5 li button span {
  	margin-left: 0;
  	width: 100%;
  }
  
  .categorySelectWrap5 li:nth-of-type(2) ~ li button {
    border-top: none;
  }
  
  .categorySelectWrap5 li:nth-of-type(3) button {
  	border-left: 1px solid #ddd !important;
  } */
  
  .coreTechWrap .coreTechContents .coreTechUnit {
    display: none;
  }
  .coreTechWrap .coreTechContents .coreTechUnitMob {
    display: block;
  }
  .coreTechWrap .coreTechContents:first-of-type ~ .coreTechContents {
    margin-top: 80px;
  }
  .overview .overviewContentsWrap {
    padding: 40px 0;
  }
  .overview .overviewContentsWrap .overviewContents {
    width: calc(100% - 60px) !important;
    margin: 0 auto;
  }
  .overview .overviewContentsWrap .overviewContents .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overview .overviewContentsWrap .overviewContents .top .left {
    width: 100%;
  }
  .overview .overviewContentsWrap .overviewContents .top .left iframe {
    width: 100%;
    height: 47.3vw;
  }
  .overview .overviewContentsWrap .overviewContents .top .right {
    width: 100%;
  }
  .overview .overviewContentsWrap .overviewContents .top .right h4 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .overview .overviewContentsWrap .overviewContents .top .right .bar {
    margin-top: 16px;
    width: 20px;
    height: 2px;
  }
  .overview .overviewContentsWrap .overviewContents .top .right p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  .overview .overviewContentsWrap .overviewContents .top .right a {
    margin-top: 20px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 6px;
  }
  .overview .overviewContentsWrap .overviewContents .top .right a img {
    width: 12px;
    image-rendering: -webkit-optimize-contrast;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide .slick-slide {
    margin: 0 8px;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide li {
    width: 118px !important;
    height: 118px;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide li p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
  }
  .overview .overviewContentsWrap .overviewContents .bottom .productSlide li h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .overview .overviewContentsWrap.grey .overviewContents .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap .headerWrap .topHeader header .left .logo a img {
    width: auto;
    height: 24px;
    image-rendering: -webkit-optimize-contrast;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li &gt; span {
    min-width: 30px;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li &gt; .hoverMenu {
    padding: 10px 24px;
    width: 78px;
    box-sizing: border-box;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li &gt; .hoverMenu &gt; li &gt; button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .wrap .headerWrap .topHeader header .right .menuWrap &gt; li:nth-of-type(2) {
    display: none;
  }
  .wrap .headerWrap .bottomHeader {
    display: none;
  }
  .wrap .headerWrap .downMenuWrap {
    top: 0;
    padding: 0;
  }
  .wrap .headerWrap .downMenuWrap .downMenuUnit {
    display: none;
  }
  .wrap .headerWrap .downMenuWrap .mobDownMenuUnit {
    display: block;
  }
  .wrap .footerWrap {
    padding: 30px 0 40px;
  }
  .wrap .footerWrap footer .top .left a {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    margin-right: 20px;
  }
  .wrap .footerWrap footer .top .left a:last-of-type {
    margin-right: 0;
  }
  .wrap .footerWrap footer .top .right {
    display: none;
  }
  .wrap .footerWrap footer .bottom {
    margin-top: 20px;
  }
  .wrap .footerWrap footer .bottom .logos {
    height: auto;
  }
  .wrap .footerWrap footer .bottom .logos img.logo {
    width: 99px;
    height: 24px;
    image-rendering: -webkit-optimize-contrast;
  }
  .wrap .footerWrap footer .bottom .menus {
    margin-top: 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap .footerWrap footer .bottom .menus ul {
    width: calc(33.33% - 35px);
    /* margin-right: 27px; */
    min-width: unset;
  }
  .wrap .footerWrap footer .bottom .menus ul li {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
  .wrap .footerWrap footer .bottom .menus ul li a {
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
  }
  .wrap .footerWrap footer .bottom .menus ul:nth-of-type(3) ~ ul {
    margin-top: 20px;
  }
  .wrap .footerWrap footer .bottom .menus ul:nth-of-type(3n) {
    margin-right: 0;
  }
  .wrap .footerWrap footer .bottom .mobSns {
    display: block;
  }
  .wrap .footerWrap footer .bottom .infos {
    margin-top: 30px;
  }
  .wrap .footerWrap footer .bottom .infos span {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    display: block;
  }
  .wrap .footerWrap footer .bottom .infos span:nth-of-type(1) ~ span {
    margin-top: 10px;
  }
  .wrap .pressRelease {
    padding-bottom: 100px;
  }
  .promotion .naviTitle {
    padding-bottom: 0px;
  }
  .promotion .promotionTabWrap .promotionTab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .promotion .promotionTabWrap .promotionTab a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    width: auto;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
  }
  .promotion .promotionVideo {
    padding: 40px 30px 100px;
    width: 100% !important;
    width: 100% !important;
    height: auto;
  }
  .promotion .promotionVideo iframe {
    position: unset;
    width: 100%;
    height: 47.5vw;
  }
  .promotion .promotionVideo .colorBack3 {
    display: none;
  }
  .promotionTabWrap .promotionTab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .promotionTabWrap .promotionTab a {
    font-size: 14px;
    line-height: 36px;
    font-weight: 300;
    width: auto;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
  }
  .printAds .naviTitle {
    padding-bottom: 40px;
  }
  .printAds .printAdsSlideWrap {
    width: 100% !important;
    padding: 40px 0 100px;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 .slick-slide {
    width: 150px !important;
    padding: 40px 30px;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 .slick-center h5 {
    display: block;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 .slick-center h6 {
    display: block;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 li img {
    width: 100%;
    height: 100%;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 li h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: none;
  }
  .printAds .printAdsSlideWrap .printAdsSlide2 li h6 {
    margin-top: 10px;
    display: none;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
  }
  .customSelectBoxWrap {
    width: calc(100% - 60px) !important;
    margin-top: 40px;
  }
  .customSelectBoxWrap .customSelectBox {
    width: 150px;
    height: 44px;
    padding: 9.5px 14px;
  }
  .customSelectBoxWrap .customSelectBox span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
  .customSelectBoxWrap .customSelectBox img {
    width: 26px;
    height: 26px;
    image-rendering: -webkit-optimize-contrast;
  }
  .customSelectBoxWrap .customSelectBox .optionList {
    top: 44px;
    padding: 7px 10px 7px 14px;
    width: 150px;
  }
  .customSelectBoxWrap .customSelectBox .optionList li {
    margin-top: 5px;
  }
  .customSelectBoxWrap .customSelectBox .optionList li a {
    width: calc(100% - 26px);
    height: 26px;
  }
  .customSelectBoxWrap .customSelectBox .optionList li a span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
  }
  .customSelectBoxWrap .customSelectBox .optionList li img {
    width: 26px;
    height: 26px;
    image-rendering: -webkit-optimize-contrast;
  }
  .customSelectBox2Wrap {
    padding: 0 0 46px;
  }
  .customSelectBox2Wrap a {
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 5px;
    margin-right: 12px;
  }
  .newsListWrap {
    width: calc(100% - 60px) !important;
  }
  .newsListWrap li:nth-of-type(3n+2) {
		margin: 0;
		margin-bottom: 40px;
	}
  .newsListWrap li {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .newsListWrap li a .category {
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 10px;
    height: 20px;
    min-width: 38px;
  }
  .newsListWrap li a strong {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
  }
  .newsListWrap li a .textBox {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
  }
  .paging a {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 5px;
  }
  .paging a img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  .paging .prev {
    margin-right: 14px;
  }
  .paging .next {
    margin-left: 14px;
  }
  .specWrap {
    width: calc(100% - 60px) !important;
    margin-top: 0;
    padding-bottom: 40px;
  }
  .specWrap .specContents {
    padding-bottom: 60px;
  }
  .specWrap .specContents h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .specWrap .specContents .specUnit h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
  }
  .specWrap .specContents .specUnit .specTableB {
    margin-top: 16px;
  }
  .specWrap .specContents .specUnit .specTableB .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .specWrap .specContents .specUnit .specTableB .top .left {
    width: 100%;
    height: 142px;
  }
  .specWrap .specContents .specUnit .specTableB .top .left img {
    width: 142px;
  }
  .specWrap .specContents .specUnit .specTableB .top .left a {
    width: 30px;
    height: 30px;
  }
  .specWrap .specContents .specUnit .specTableB .top .right {
    border-left: none;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .specWrap .specContents .specUnit .specTableB .top .right .sliding {
    width: 906px;
    border-bottom: 1px solid #ddd;
  }
  .specWrap .specContents .specUnit .specTableB .top .right .sliding img {
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .specWrap .specContents .specUnit .specTableB .top .right::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .specWrap .specContents .specUnit .specTableB .top .right::-webkit-scrollbar-thumb {
    background-color: #a50034;
    background-clip: padding-box;
  }
  .specWrap .specContents .specUnit .specTableB .top .right::-webkit-scrollbar-track {
    background-clip: #ddd;
    background-color: #ddd;
  }
  .addHr {
    display: none;
  }
  .modal8 .applyModal{
  	width: 100%;
    height: 382px;
    border-radius: 0;
    padding: 30px 0;
  }
  .modal8 .applyModal a img{
  	width: 24px;
  	margin-top: -45px;
  	margin-left: 25px;
  }
  .modal8 .applyModal .modalHead h5{
  	font-size: 22px !important;
  	line-height: 1 !important;
  	font-weight: 700 !important;
  	margin-left: -28px;
  	margin-top: -35px;
  }
  .modal8 .modalBody .pWrap ul li{
  	font-size: 12px;
  	
  }
  .modal8 .modalBody .pWrap ul li:not(:first-child) {
    margin-top: 8px;
  
  }
  .modal8 .applyModal .modalBody{
  	margin-top: 13px;
  	width: auto;
  }
  .modal8 .applyModal .modalBody .pWrap{
  	margin-top: 17px;
  	margin-left: -26px;
  }
  .modal8 .modalBody .pWrap ul li::before {
  	content: "· ";
    font-size: 12px;
    vertical-align: middle;
    line-height: 0px;
  }
  .modal8 .applyModal .modalBody .imgBox img{
  	width:300px !important;
  	margin-left: -28px;
  }
  .modal5 .imgModal {
    width: 360px;
    height: auto;
    border-radius: 0;
    padding: 30px 0;
    margin-top: 100px;
  }
  .modal5 .imgModal a {
    width: 26px !important;
    height: 26px !important;
    image-rendering: -webkit-optimize-contrast;
    top: 20px;
    right: 30px;
  }
  .modal5 .imgModal .modalHead {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal5 .imgModal .modalHead .category {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
  .modal5 .imgModal .modalHead h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .modal5 .imgModal .modalBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            height: 476px;
  }
  .modal5 .imgModal .modalBody .left {
    width: 100% !important;
  }
  .modal5 .imgModal .modalBody .right {
    width: calc(100% - 60px) !important;
    height: auto !important;
    margin: 0 auto;
    margin-top: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .modal5 .imgModal .modalBody .right .mobModalSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .modal5 .imgModal .modalBody .right .mobModalSlide .imgBox {
    margin: 0 !important;
    width: 80px !important;
    height: 80px !important;
    margin-right: 10px !important;
  }
  .modal5 .imgModal .modalBody .right .mobModalSlide .imgBox:last-of-type {
    margin-right: 0 !important;
  }
  .modal5 .imgModal .modalBody .right::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .modal6 .vodModal {
    width: 360px;
    height: auto;
    border-radius: 0;
    padding: 30px !important;
  }
  .modal6 .vodModal a {
    width: 26px !important;
    height: 26px !important;
    image-rendering: -webkit-optimize-contrast;
    top: 33px !important;
    right: 16px !important;
  }
  .modal6 .vodModal .modalHead .category {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
  }
  .modal6 .vodModal .modalHead h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
  }
  .modal6 .vodModal .modalBody {
    margin-top: 20px;
    width: 100% !important;
  }
  .modal100 .chatbotModal {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
  }
  .modal100 .chatbotModal .modalHead {
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .modal100 .chatbotModal .modalHead a {
    width: 26px;
    height: 26px;
    margin-right: 0;
  }
  .modal100 .chatbotModal .modalHead a img {
    image-rendering: -webkit-optimize-contrast;
  }
  .modal100 .chatbotModal .modalBody {
    padding: 0 20px 30px 20px;
  }
  .modal100 .chatbotModal .modalBody .contentsArea {
    max-height: 582px;
  }
  .modal100 .chatbotModal .modalBody .contentsArea .companyAnswer .companyProfile .right {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
  }
  .solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(2).active {
    top: 35.5%;
    left: initial;
    right:0;
	}
	.solutionWrap article .segment .tabContentsWrap .tabBody:nth-of-type(2) .parts:nth-of-type(4).active {
  top: 44%;
  left: 20%;
	}
}
</pre></body></html>