/* ========== 메인 ==========  */
/* 메인 제품 슬라이드 */
#multipleDiv_altiht_2564 {
    background: url('../../images/main/main_bg_2.jpg') no-repeat left center;
    background-size: cover;
  	overflow: hidden;
}
#multipleContentsDiv_altiht_2564 {
    width: 100%;
    height: 100%;
    margin: 0px auto;
 	padding: 80px 0;
}
#menu2021_obj2569 {
  	width: auto;
    height: auto;
    margin: 0px;
}

.main-prd-slide .main-slide-title {max-width: 1600px; margin: 0 auto;}
.main-prd-slide .main-slide-title h3 {color: #fff; font-size:45px; font-family: 'S-CoreDream-6Bold', sans-serif;}
.main-prd-slide .main-slide-title p {color: #fff; font-size:16px; font-family: 'S-CoreDream-3Light', sans-serif; margin-top:30px;}

.main-prd-slide {position: relative;}

.main-prd-title {
    width: 100%;
    min-height: 80px;
    padding: 25px 15px;
    background: #021831;
}
.main-prd-slide .main-slide-title::after {
    content: '';
    display: block;
    width: 73px;
    height: 3px;
    background: #fff;
    margin-top: 30px;
}
.main-prd-title p {font-size: 21px; color: #fff; font-family: 'S-CoreDream-4Regular', sans-serif;}


.main-prd-slide-container {position: relative;}


.main-prd-tab-button-inner {max-width: 1600px; width: 100%; margin: 95px auto 0;}
.main-prd-tab-button {width: 35%; position: relative; z-index: 1; display: inline-flex; flex-direction: column;}
.main-prd-tab-button li {display: inline-block;}
.main-prd-tab-button li:not(:last-child) {margin-bottom: 30px;}
.main-prd-tab-button li span {color: #fff; font-size: 21px; font-family: 'S-CoreDream-3Light', sans-serif; cursor: pointer;}
.main-prd-tab-button li.active {}
.main-prd-tab-button li.active::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ffa200;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.main-prd-tab-button li.active span {color: #ffa200;}


.main-prd-slide-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: -460px 0 0;
}

.prd-button {position: absolute; top: 50%; transform: translateY(-50%); width: 72px; height: 72px; cursor: pointer; text-indent: -9999px; z-index: 5;}
.prd-button.prev {background: #ff9000 url("../../images/main/prev_w.png") no-repeat center center; left: 0;}
.prd-button.next {background: #ff9000 url("../../images/main/next_w.png") no-repeat center center; right: 0;}

.main-prd-tab-cont {}
.main-prd-tab-cont .main-prd-tab {display: block;}
/*
.main-prd-tab-cont .main-prd-tab {display: none;}
.main-prd-tab-cont .main-prd-tab.active {display: block;}
*/
.main-prd-img {width: 60%; position: relative;}
.main-prd-img .prd-img {position: relative;  height: 460px;}
.main-prd-img .prd-img img {width: 100%; height: calc(100% - 80px);}

@media only screen and (max-width: 1600px){
	.main-prd-slide .main-slide-title {margin: 0 1%;}
    .main-prd-tab-button-inner {margin: 95px 1% 0;}
}

/* 배너 */
#menu2021_obj1603 {
    z-index: 80;
    transform: translateY(-50%);
}
.main-slogan {width:100%; text-align: center;}
.main-slogan h1 {font-size: 55px;font-family: 'Noto-Medium', sans-serif;color: #fff;line-height: normal;}
.main-slogan p {font-size: 25px;color: #fff;font-family:'Noto Light', sans-serif;margin-top: 15px;}

.main-slogan-top-line {
    display: block;
    width: 762px;
    height: 1px;
    margin: 0 auto 20px;
    background-color: rgba(255,255,255,.4);
}

@media only screen and (max-width: 1024px){
	.main-slogan h1{font-size: 40px;}
	.main-slogan p{font-size: 20px;}
  }

@media all and (max-width: 768px) {
	.main-slogan h1{font-size: 35px;}
	.main-slogan p{font-size: 16px;}
  
  .main-slogan-top-line {width: 50%;margin: 0 auto 10px;}
}

/* 스마트링크 ========== */
/*#multipleDiv_altiht_94 {background:url('../../images/main/main_bg_1.jpg') no-repeat center 70px;}*/
#multipleContentsDiv_altiht_94{max-width:1600px; width:100%; margin: -70px auto 0px;}

@media only screen and (max-width: 1200px){
	#multipleContentsDiv_altiht_94{padding: 0 2%;}
}

#menu2021_obj1272{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: unset !important;
}
@media all and (max-width: 1200px) {
  #menu2021_obj1272{overflow: hidden !important;}
}

/* ========== 서브 ==========  */
/* 제품 상세 */
.prd_detail_wrap{}
.prd_detail_wrap .info{
    color: #939393;
    font-size: 18px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    padding: 20px 0;
}
.prd_detail_wrap .prd_detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prd_detail_wrap .prd_thum{
    position: relative;
    width: 450px;
    height: 450px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}
.prd_detail_wrap .prd_thum > img{width: 100%;height: 100%;}
.prd_detail_wrap .prd_thum .view_detail_btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.prd_detail_wrap .prd_thum .view_detail_btn img{width: 50%;height: 50%;}
.prd_detail_wrap .spec{width: calc(100% - 500px);}
.prd_detail_wrap .spec h3{
    color: #333;
    font-size: 20px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    padding: 15px;
}

.prd_detail_wrap .spec_det{padding-top: 15px; border-top: 2px solid #555;}
.prd_detail_wrap .features h4{
    color: #333;
    font-size: 16px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-bottom: 5px;
}
.prd_detail_wrap .features ul{}
.prd_detail_wrap .features ul li{
    color: #333;
    font-size: 16px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    line-height: 2;
    padding: 3px 0;
}
.prd_detail_wrap .features ul li::before{
    content: "-";
    color: #333;
    font-size: 16px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    padding-right: 5px;
}
.prd_detail_wrap .spec_table_area{margin-top: 70px;}
.prd_detail_wrap .spec_table{margin-bottom: 20px;}
.prd_detail_wrap .spec_table h4{
    color: #333;
    font-size: 16px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-bottom: 5px;
}
.prd_detail_wrap .spec_table p{
    font-size: 14px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    padding: 5px 0;
}
.spec_table table th {
    font-size: 14px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}
.spec_table table td {
    font-size: 14px;
    font-family: 'S-CoreDream-3Light', sans-serif;
}

@media only screen and (max-width: 1024px){
    .prd_detail_wrap .prd_detail{display: block;}
    .prd_detail_wrap .prd_thum{margin: 0 auto;}
    .prd_detail_wrap .spec{width: 100%; margin-top: 40px;}
  .prd_detail_wrap .spec_table_area {margin-top: 50px;}
}

/* 조직도  */
.org_wrap h3{position: relative; overflow: hidden;}
.org_wrap h3 span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 134px;
    height: 134px;
    color: #FFF;
    font-size: 24px;
    font-family: 'S-CoreDream-5Medium, sans-serif';
    background: #de6a0b;
    border-radius: 100%;
    overflow: hidden;
}
.org_wrap h3::before,
.org_wrap .org_gup_1 div::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #cccccc;
    transform: translateX(-50%);
    z-index: -1;
}
.org_wrap .org_gup_1 div {position: relative; overflow: hidden;}
.org_wrap .org_gup_1 .org_tit{
    display: block;
    max-width: 350px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-family: 'S-CoreDream-5Medium, sans-serif';
    text-align: center;
    background: #042854;
    padding: 12px 15px;
    margin: 30px auto;
}

.org_wrap .org_gup_2::before{
    content: "";
    display: block;
    width: 75.2%;
    height: 1px;
    background: #cccccc;
    margin: 0 auto;
}
.org_wrap .org_gup_2 > ul{width: 100%; display: flex; flex-wrap: wrap;}
.org_wrap .org_gup_2 > ul > li::before{
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #cccccc;
    margin: 0 auto;
}
.org_wrap .org_gup_2 > ul > li{
    width: 25%;
    padding: 0 1%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.org_wrap .org_gup_2 .org_tit{
    display: block;
    width: 100%;
    color: #042854;
    font-size: 16px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    text-align: center;
    background: #fff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-bottom: 3px solid #042854;
    padding: 12px 15px;
}
.org_wrap .org_gup_2 .org_dep{}
.org_wrap .org_gup_2 .org_dep li{
    color: #555;
    font-size: 16px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 12px 15px;
}

/* 연혁  */
#menu707_obj9744 {
  display: none;
}

/* 사이트맵 */
.boxSitemap {display: flex; flex-wrap: wrap; justify-content: space-between;}
.boxSitemap  h3 {
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: 'S-CoreDream-5Medium', sans-serif;
  margin-bottom: 20px;
}
.boxSitemap  h3.color1 {
  	background: #0750a4;
}
.boxSitemap  h3.color2 {
  	background: #14749b;
}
.boxSitemap  h3.color3 {
  	background: #18a4de;
}
.boxSitemap  h3.color4 {
  	background: #093160;
}
.boxSitemap .rowSitemap {
  	float: left;
  	width: 23%;
}
.boxSitemap ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 0;
  line-height: 2;
}
.boxSitemap ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: url('../../images/dotSitemap.jpg') no-repeat center center/contain;
    margin-top: 14px;
}
.boxSitemap ul li a {width: calc(100% - 20px); color: #222; font-size: 16px; font-family: 'S-CoreDream-4Regular', sans-serif; word-break: break-all;}
.boxSitemap ul li a:hover {color: #0750a4;}

/* 제품갤러리 서브 */
._noData {
	width: 100% !important;
}
._articleAlbum .artclItem {
	border-color: #0750a4 #ddd #ddd;
}
._articleAlbum .artclList.artclHorNum3 li.thumbLi .thumbnail {
  	width: auto;
  	height: 290px;
  	margin-top: 0px;
}
._articleAlbum .artclList li .artclLinkView {
	box-shadow: none;
	border: 1px solid #d5d5d5;
}
._articleAlbum .artclList li .artclInfo .artclTitle,
._articleAlbum .artclList li .artclInfo ._artclWriter,
._articleAlbum .artclList li .artclInfo ._artclregDate {
   display: none;
}
._articleAlbum .artclList li .artclInfo ._artclEtc {
	display: block;
	text-align: left;
	font-size: 14px;
}
._articleAlbum .artclList li .artclInfo ._artclEtc dt {
  	width: 70px;
  	font-weight: bold;
  	margin-left: 17px;
    padding-left: 15px;
  	background: url('../../images/dotGallery.jpg') left center no-repeat !important;
}
._articleAlbum .artclList li .artclInfo ._artclEtc dt,
._articleAlbum .artclList li .artclInfo ._artclEtc dd {
   display: inline-block;
}
._articleAlbum .artclList li .artclInfo dl:after {
  content: " ";
}
._articleAlbum .artclList li .artclInfo dl dt:after {
	content: "";
}
._articleAlbum .fnDiv.artclSerch {
	display: none;
}
._articleAlbum .artclList {
	padding: 25px 0;
	border-top: 2px solid #0750a4;
  	border-bottom: 1px solid #d5d5d5;
}
._paging {
	padding-top: 30px;
}
._paging ._inner ul li strong {
	background-color: #777;
    border-color: #777;
}
._articleAlbum .artclViewHead {
  	display: none;
}
._articleAlbum .artclViewTitleWrap {
  	border-color: #0750a4;
}

/* 제품갤러리 메인 */
.listGall ul {
	display: inline-block;
	border: 1px solid #d7d7d7;
}
.listGall ul li {
	float: left;
	border-right: 1px solid #d7d7d7;
}
.listGall li .imgGall {
	width: 299px;
	height: 185px;
}
.listGall li .imgGall  a {
  	display: block !important;
  	height: 100% !important;
  	text-indent: -9999px !important;
}
.listGall li .imgGall.gi1 {
	background: url('../../images/g1.jpg') center top no-repeat !important;
}
.listGall li .imgGall.gi2 {
	background: url('../../images/g2.jpg') center top no-repeat !important;
}
.listGall li .imgGall.gi3 {
	background: url('../../images/g3.jpg') center top no-repeat !important;
}
.listGall li .imgGall.gi4 {
	background: url('../../images/g4.jpg') center top no-repeat !important;
}
.listGall li .btnGall {
	display: block;
	height: 60px;
	font-size: 18px;
	background: url('../../images/arrowGall.jpg') center right no-repeat !important;
	text-indent: 20px;
  	line-height: 60px;
}
.listGall li .btnGall a {
  	color: #333 !important;
}

/* 회사소개 */
.info_wrap {}
.info_wrap .info_area {}
.info_wrap .info_area:not(:last-child) {margin-bottom: 50px;}

.info_wrap .info_tit {
    font-size: 20px;
    font-family: 'S-CoreDream-5Medium', sans-serif;
    margin-bottom: 15px;
}
.info_wrap .info_tit::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin-bottom: 10px;
}

.info_wrap .info_table {border-top: 2px solid #042854; border-bottom: 2px solid #042854;}
.info_wrap table th,
.info_wrap table td {
    line-height: 2;
    font-size: 14px;
    border-width: 1px 0 1px 0 !important;
    border-color: #ddd !important;
}
.info_wrap table th {font-family: 'S-CoreDream-4Regular', sans-serif;}
.info_wrap table td {font-family: 'S-CoreDream-3Light', sans-serif;}
.info_wrap table .prd_list_area {padding: 10px;}
.info_wrap table .prd_name,
.info_wrap table .prd_list {
    text-align: left;
    font-size: 14px;
}
.info_wrap table .prd_name {font-family: 'S-CoreDream-4Regular', sans-serif;}
.info_wrap table .prd_list li {font-family: 'S-CoreDream-3Light', sans-serif;}
.info_wrap table .prd_list li::before {
    content: "-";
    color: #333;
    font-size: 14px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    padding-right: 5px;
}

.info_wrap .info_certifi {}
.info_wrap .info_certifi p {
    font-size: 18px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    line-height: 2;
}
.info_wrap .certifi_list {display: flex; flex-wrap: wrap;}
.info_wrap .certifi_list li {}
.info_wrap .certifi_list li:not(:last-child) {margin-right: 50px;}
.info_wrap .certifi_list h3 {
    font-size: 16px;
    text-align: center;
    font-family: 'S-CoreDream-5Medium', sans-serif;
    margin-top: 10px;
}
.info_wrap .certifi_list .certifi_img {width: 180px; height: auto; margin: 0 auto;}
.info_wrap .certifi_list .certifi_img img {width: 100%; height: auto;}

/* 경영방침 */
.vision_wrap {}
.vision_wrap .vision_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}
.vision_wrap  .vision_list_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 0 -30px;
    flex-direction: column;
}
.vision_wrap .vision_list .vision_list_box:nth-child(1) {position: absolute;top: 0;}
.vision_wrap .vision_list_box:nth-child(1), .vision_wrap .vision_gup:nth-child(1) .vision_list_box {background: #13aac3;}
.vision_wrap .vision_list_box:nth-child(2), .vision_wrap .vision_gup:nth-child(2) .vision_list_box {background: #0093de;}
.vision_wrap .vision_list_box:nth-child(3), .vision_wrap .vision_gup:nth-child(3) .vision_list_box {background: #042854;}
.vision_wrap .vision_img {}
.vision_wrap .vision_img img {
    width: auto;
}
.vision_wrap .vision_tit {
    color: #fff;
    font-size: 22px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}

.vision_wrap .vision_cont {margin-top: 80px;}
.vision_wrap .vision_gup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
}
.vision_wrap .vision_gup:not(:last-child) {border-bottom: 1px solid #eee;}
.vision_wrap .vision_tit_sub {
    font-size: 20px;
    font-family: 'S-CoreDream-5Medium', sans-serif;
    line-height: 1.5;
    width: 350px;
}
.vision_wrap .vision_tit_sub::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    margin-bottom: 10px;
}
.vision_wrap .vision_txt {
    font-size: 18px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    line-height: 2;
    word-break: keep-all;
    width: calc(100% - 350px);
    margin-top: 15px;
}
.vision_wrap .vision_gup .vision_list_box {}

/* ceo 인사말 */
.ceo_wrap .imgIntro {width: 100%; height: 400px; background: url("../../images/sub/ceo_intro_Bg.png") center top/cover no-repeat;}
.ceo_wrap .imgIntro .imgIntro_inner {height: 100%; background: url("../../images/sub/ceo_intro_v.png") right bottom no-repeat;}
.ceo_wrap .imgIntro p {
    color: #fff;
    line-height: 1.8;
    letter-spacing: -2px;
}
.ceo_wrap .txtIntro {
    padding: 50px;
}
.ceo_wrap .txtIntro p {
    font-size: 18px;
    line-height: 2;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    word-break: break-word;
}
.ceo_wrap .txtIntro h3 {
	font-size: 26px;
    line-height: 1.6;
    font-family: 'S-CoreDream-5Medium', sans-serif;
	margin-bottom: 35px;
    word-break: break-word;
}
.ceo_wrap .txtIntro h3 span {font-family: 'S-CoreDream-5Medium', sans-serif;}
.ceo_wrap .txtIntro .txtBlue1 {color: #0750a4;}
.ceo_wrap .txtIntro .txtBlue2 {color: #18a4de;}
.ceo_wrap .txtSign {text-align: right;margin-top: 80px;}
.ceo_wrap .txtSign span {
	font-size: 20px;
    font-family: 'S-CoreDream-5Medium', sans-serif;
}

/* 오시는길 */
.map{}
.map .location_info{
    background: #ebf2f7;
    border: 1px solid #DDD;
    padding: 30px;
}
.map .location_info > div {
    padding-left: 40px;
    color: #333;
    font-size: 18px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}
.map .location_info > div:not(:last-child) {margin-bottom: 20px;}
.map .address{background: url(../../images/sub/location_icon.png) no-repeat left center;}
.map .tel{background: url(../../images/sub/phone_icon.png) no-repeat left center;}
.map .fax{background: url(../../images/sub/fax_icon.png) no-repeat left center;}
.map .email{background: url(../../images/sub/mail_icon.png) no-repeat left center;}

/* 개인정보처리방침 */
.policy {}
.policy pre, .policy b {color: #333; font-family: 'S-CoreDream-3Light', sans-serif; line-height: 2;}


.popup-image {
  position: fixed;
  z-index: 1000;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  width: 90vw;
  max-width: 1500px;
  background-color: #fff;
}
.popup-image a img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  padding: 5px;
  background-color: #333;
  color: #fff;
  opacity: 0.6;
}
.popup-close:hover {
  opacity: 1;
}
.popup-close img {
  width: 20px;
}
