@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
    .responsive #bo_list .float-left.float-md-none {
        margin-right:0.75rem;
    }
    .responsive #bo_list .na-title {
        margin-bottom:0.14rem;
    }
    .responsive #bo_webzine .list-item {
        width: 100%; /* 모바일에서 한 줄로 나오게 설정 */
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* 웹진 스타일 */
#bo_webzine .chk-box {
    position:absolute;
    bottom:5px;
    right:10px;
    z-index:2;
}
#bo_webzine .wr-now {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.75);
    z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
    font-size:23px;
    font-weight:bold;
    line-height:1.4;
    letter-spacing:-1px;
}
#bo_v_con {
	position:relative;
    min-height:200px; 
    word-break:break-all;
    overflow:hidden
}
#bo_v_con .ik_view_top {position:absolute;left:0;bottom:0;z-index:1000;padding:20px 0;width:100%;}

@media all and (max-width:575px) {
    .responsive #bo_v_title {
        font-size:20px;
        line-height:1.5;
    }
    .responsive #bo_v_con { 
        min-height:140px; 
    }
}

#bo_v_con img {
    max-width:100%;
    height:auto
}
#bo_v_img {
    width:100%;
    text-align:center;
    overflow:hidden;
    zoom:1;
}
#bo_v_img:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:"";
}
#bo_v_img a.view_image {
    display:block;
}
#bo_v_img img {
    margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
    margin:-5px auto; 
}
#bo_v_sns_icon img { 
    width:40px; 
    border-radius:50%; 
    margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
    top:0;
    left:-16px;
}
.by-writer { 
    background:#fbefef !important;
    border-top:1px solid #f6cece !important;
}
.cmt-content {
    word-break:break-all;
    overflow:hidden
}
.cmt-content img {
    max-width:100%;
    height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
    list-style: none; 
    margin: 0; 
}
.cmt-btn ul > li { 
    float: left; 
    font-size:12px;
    padding: 0 10px; 
}
.cmt-btn ul > li::before { 
    float: left; 
    color:#ccc; 
    content: "|"; 
    margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
    padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
    content: ""; 
    margin-left:0; 
}
.cmt-btn ul > li > a { 
    float:left;
    color:#888;
    white-space:nowrap;    
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
    resize:none; 
}
@media all and (max-width:575px) {
    .responsive .cmt-box {
        border-right:0 !important;
    }
    .responsive #bo_vc_w .cmt-box {
        border-left:0 !important;
        border-radius:0 !important;
    }
    .responsive #bo_vc_login {
        border-left:0 !important;
        border-right:0 !important;
        border-radius:0 !important;
    }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {    
    margin:0;
    padding:0;
    list-style:none;
    zoom:1; 
    background:#ccc;
    border-radius:3px;
}
#bo_vc_opt ol:after { 
    display:block;
    visibility:hidden;
    clear:both;
    content:""; 
}
#bo_vc_opt ol li { 
    float:left;
    margin:0; 
}
#bo_vc_send_sns ul { 
    margin:0;
    padding:0;
    list-style:none;
    zoom:1; 
}
#bo_vc_send_sns ul:after { 
    display:block;
    visibility:hidden;
    clear:both;
    content:""; 
}
#bo_vc_send_sns ul li {    
    float:left;
    margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {    
    margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
    padding-left:0;
    padding-right:0;
    border-left:0;
    border-right:0;
}
#bo_w #wr_content { 
    margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
    #bo_w .list-group-item {
        padding-left:1.0rem;
        padding-right:1.0rem;
    }
    .responsive #bo_w #wr_content {
        max-height:160px !important;
    }
}

/* 웹진 스타일 - 두 줄로 출력하기 */
@media screen and (min-width:992px) {
    .responsive #bo_webzine {display:flex;flex-wrap:wrap;gap:30px 25px;}
    .responsive #bo_webzine .list-item {width:calc((100% - 75px)/4);}
}

@media screen and (max-width:991px) {
    .responsive #bo_webzine {display:flex;flex-wrap:wrap;gap:10px 20px;}
    .responsive #bo_webzine .list-item {width:calc(50% - 10px);}
}

@media screen and (max-width:600px) {
    .responsive #bo_webzine {gap:5px;}
    .responsive #bo_webzine .list-item {width:100%;}
}


.list_map {width: 100%; height: 500px; margin:0px;}
@media (max-width: 899px) {
	.list_map .map_wrap {width:100%;height:400px;}
	.list_map {height:400px;}
}
.w_inputs {box-shadow: none !important; background-color: #f3f3f3 !important; padding-left: 10px; outline: none !important; border:0px !important;}
#wr_name2 {width: 70%;}
#wr_password2 {width: 50%}
#wr_email2 {width: 60%;}
#captcha_info {color:#999; font-size:12px}

.pg_wrap {margin-top: 10px}

.pg_current {
    display: inline-block;
    background: #aaa;
    border: 1px solid #aaa;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    border-radius: 3px;
}

.winp {
        border: 1px solid #fff !important;
        padding: 0px;
        color: #999;
        width: 100px;
        font-size: 11px;
        box-shadow: none !important;
}

.map_info {font-size: 14px; margin-top: 10px; line-height: 24px;}
.map_info i {color:#999; width: 14px; text-align: center;}
.map_info dd {line-height: 18px; margin-top:7px;}

.mini_txt {color:#999; font-size: 12px; line-height: 5px;}


.tel_btn{background-color: #f1f1f1; padding: 7px 15px 7px 15px; border-radius: 6px; color:#000 !important; word-break:keep-all;}
.ser_bbt {background-color: #aaa; color:#fff; padding: 10px 15px 14px 15px; text-align: center; border-radius: 4px;}
.td_num2 img {width: 18px !important; cursor: pointer;}

button {outline: none;}
select {outline: none; box-shadow: none !important;}

/* 커스텀 오버레이 { */


/* 반응형 처리 */
.mo_view {display: none;}

@media (max-width: 899px) { 
    .info_left {float:none;}
    .info_right {float: none; width: 100%; height:150px; margin-top: 15px}
    
    .pc_view {display: none;}
    .mo_view {display: block;}
}


.list_tag {font-size: 10px;}

.ik_write_span1 {font-size: 14px; color: #666; font-weight: normal; margin-left: 0.2rem;}
.ik_write_map1 {background-color:#f9f9f9; width:96%; margin:0 auto; height:200px; border-radius:4px;}








/* 카카오맵
.info-title {
    display: block;
    background: #fff;
    color: #424343;
    text-align: center;
    height: 26px;
	width: 110px;
    line-height:24px;
    border-radius:4px;
    padding:0px 10px;
}
 */

#bo_search .mb-3, .my-3 {margin-bottom: 0.3rem !important;}
.ik_list_top {width: 96%; margin: 0 auto; padding: 0 0 15px 0;}
.ik_list_con {display: flex;}
.ik_box {  flex: 1;   border: 0px solid black;  padding: 5px; text-align: center;}
.ik_list_top .fa {padding-right: 5px;}

.ik_list_top .ik_btn0 {height: 36px; line-height: 36px; border-radius: 0.25rem;}
.ik_list_top .ik_btn1 {background-color: #ec0b43}
.ik_list_top .ik_btn2 {background-color: #9f9f9f;}
.ik_list_top .ik_btn3 {background-color: #9f9f9f;}
.ik_box a {color: #fff;}



/* view */
#bo_v .sec_title {line-height:1.3;font-weight:700;font-size:clamp(40px,4.5vw,50px);color:#EE7800;margin:0 0 17px;}


#bo_v_atc {margin-top: 50px;}
#bo_v .company_sec {padding:60px 0;}

/* 내용 */
#bo_v .view-content {position:relative;}
#bo_v .view-content .cpy_title {line-height:1.2;font-size:clamp(14px,3vw,20px); font-weight: 500; color: var(--main-color, #ed7407);margin-bottom:10px;}
#bo_v .view-content .cpy_content {line-height:1.2;font-size:clamp(40px,4.5vw,50px);font-weight:700; color: #000;line-height: 1.3; margin-bottom:65px;}

.company_title {
	position: relative;
	width: 100%;
	height: 600px; /* 600px로 고정하여 이미지 비율 유지 */
	background-size: cover; /* PC일 때 이미지를 커버 모드로 설정 */
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.company_title .title_text {
	font-size: 100pt;
	color: var(--main-color, #ed7407);
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9); /* 흰색 그림자 */
	white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}

@media (max-width: 991px) {
	#bo_v .company_sec {padding:40px 0;}
	
	.company_title {
		height: auto; /* 높이를 자동으로 설정하여 비율 유지 */
		background-size: cover; /* 작은 화면에서는 이미지가 잘리더라도 가득 채움 */
	}
	.company_title .title_text {
		font-size: 30pt; /* 필요에 따라 텍스트 크기 조정 */
		padding: 20px 0;
	}
}

/* 첨부파일 첫번째 이미지 */
#bo_v .company_sec .main_img {width: 100%; position: relative;}
#bo_v .company_sec .main_img .img-frame {}
#bo_v .company_sec .main_img .swiper {width:100%;overflow:visible;}
#bo_v .company_sec .main_img .swiper-slide {width:710px;}
#bo_v .company_sec .main_img .img-frame img {width: 100%;border-radius:20px !important;}

@media (max-width: 1430px) {
   #bo_v .company_sec {gap: 8em;}
}

@media (min-width: 992px) {
   #bo_v .company_sec .main_img {padding: 0;}
}

@media (max-width: 991px) {
   #bo_v .company_sec {flex-direction: column;}
   #bo_v .company_sec .main_img {order: 1;}
   #bo_v .company_sec .view-content {order: 2;}
   #bo_v .company_sec {padding-top: 4em;}
}

@media (max-width: 768px) {
   #bo_v .company_sec {gap: 4em;}
}


/* 비즈니스 */
#bo_v .ceo_sec {
   width: 100%; max-width: 1400px; padding: 4.5em 8em;
   border-radius: 2em; box-shadow: 0 0 20px -12px #555;
   background: #fff; display: flex; align-items: center;
   margin: 0 auto 16.5em;
}
#bo_v .ceo_sec dl {
   display: flex; align-items: center; gap: 3em;
   justify-content: center;
}
#bo_v .ceo_sec dl img {min-width: 9.5em;}
#bo_v .ceo_sec dl dt {flex: 1;}
#bo_v .ceo_sec dl dt h5 {
   color: #434343; font-size: max(14px, 1.6em);
   margin-bottom: 0.5em;
}
#bo_v .ceo_sec dl dt h4 {
   color: #000; font-size: max(16px, 1.8em);
   line-height: 1.6;
}
#bo_v .ceo_sec dl:nth-child(1) h1 {white-space: nowrap;}
#bo_v .ceo_sec dl:nth-child(2) {
   border-right: 1px solid #a3a3a3;
   margin-right: 6em;
}

@media (min-width: 1231px) {
   #bo_v .ceo_sec dl:nth-child(1) {flex: 1;}
   #bo_v .ceo_sec dl:nth-child(2) {flex: 1.2;}
   #bo_v .ceo_sec dl:nth-child(3) {flex: 2;}  
}

@media (max-width: 1230px) {
   #bo_v .ceo_sec {flex-wrap: wrap; gap: 7em 0;}
   #bo_v .ceo_sec dl:nth-child(1) {width: 100%;}
   #bo_v .ceo_sec dl:nth-child(2) {flex: 1;}
   #bo_v .ceo_sec dl:nth-child(3) {flex: 1.5;}
}

@media (max-width: 900px) {
   #bo_v .ceo_sec {flex-wrap: unset; flex-direction: column;}
   #bo_v .ceo_sec dl:nth-child(2) {border-right: none; margin-right: 0;}
}

@media (max-width: 768px) {
   #bo_v .ceo_sec {align-items: start;}
   #bo_v .ceo_sec dl img {min-width: unset; width: 9.5em;}
}

@media (max-width: 600px) {
   #bo_v .ceo_sec {padding: 4.5em 6em;}
}



/* 제품 슬라이드 */
#bo_v .product_sec {position: relative;width:calc(50% - 40px);}
#bo_v .product_sec .txt2_box {line-height:1.3;font-size:clamp(16px,3vw,24px);color:#111827;margin:0 0 50px;}
#bo_v .product_sec .sw_container {position: relative;display:flex;flex-wrap:wrap;gap:20px;width:100%;}
#bo_v .product_sec .sw_container .prd-item {width:calc(50% - 10px);}
#bo_v .product_sec .sw_container .prd-item img {display:block;width:100%;height:auto;border-radius:10px;}


/* em 사이즈 반응형 */
#bo_v .font-em {font-size: 10px;}
@media (max-width: 1230px) {
   #bo_v .font-em {font-size: 9.5px;}
}

@media (max-width: 767px) {
   #bo_v .font-em {font-size: 8px;}
   #bo_v .product_sec .txt2_box {margin:0 0 30px;}
}

@media (max-width: 600px) {
   #bo_v .font-em {font-size: 7px;}
}

@media (max-width: 450px) {
   #bo_v .font-em {font-size: 5px;}
}

.ik_view_con {width: 100%; margin: 0 auto; padding: 0 0 15px 0;}

.ik_view_marker .ik_marker_img {width: 50% !important;}

.ik_view_top {padding: 0.5rem 0;}


@media (max-width: 768px) { 

	.ik_mob_mt5 {margin-top:5px;}
}




.ik_view_container {
  width: 100%;
  max-width: 1300px;
  display: flex; /* 수정된 부분 */
}

.ik_view_left {
  width: 450px;
  border: 1px solid #eee;
  height: auto;
}


.ik_view_left .view_image img {position:relative; top: 10%;}

.ik_view_right {
  padding-left: 2rem;
  flex-grow: 1;
}

@media (max-width: 768px) {
   .ik_view_container {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
    display: flex;
    padding-bottom: 20px; /* 아래 여백 추가 */
   }
  
   .ik_view_left .view_image img {position:relative; top: 0;}

   .ik_view_left, .ik_view_right {
     width:auto; /* 가로 너비 자동 조정 */
     margin-bottom :20px; /* 위아래 여백 추가 */
   }
}


.ik_view_bo_v_title {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ddd;
    padding: 0px 15px;
    padding-left: 0px;
    padding-bottom: 15px;
    background-color: #fff;
    text-align: left;
}

.ik_view_bo_v_title .bo_v_tit {
    display: inline-block;
    font-size: 2em;
    margin: 5px 0 0;
    word-break: break-all;
    font-weight: 700;
}

.ik_view_right_table {
    width: 100%;
    border-top: 1px solid #000;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
	line-height: 1.2;
}


.ik_view_right_table th {
    width: 20%;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    vertical-align: middle;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding: 10px 0px;
    background: #f5f5f5;
    border-bottom: 1px solid #EEE;
}

.ik_view_right_table td {
    width: 80%;
    text-align: left;
    font-size: 1em;
    color: #000;
    vertical-align: top;
    padding: 10px 0 10px 15px;
    background: #fff;
    border-bottom: 1px solid #EEE;
}

.ik_view_dt_title {
    clear: both;
    border-bottom: 1px solid #333;
    margin: 40px auto;
    font-size: 1.8em;
    margin-bottom: 0px !important;
    font-weight: 700;
    padding-bottom: 10px;
}

.ik_view_m_box {display:flex;width:100%;height:600px;margin-top:-1px;}
.ik_view_road {width:50%;height:100%;background:#fafafa;}
.ik_view_map {width:50%;height:100%;background:#ddd;}

.company-info {padding:40px;width:calc(50% - 40px);background:#fff;border-radius:20px;}
.company-info table {width:calc(100% - 85px);margin-left:85px;}
.company-info table th,
.company-info table td {padding:5px 0;font-size:clamp(14px,2.8vw,18px);}
.company-info table th p {display:inline-flex;justify-content:center;align-items:center;width:100px;height:36px;font-weight:400;color:#EE7800;border:1px solid #EE7800;border-radius:20px;}
.company-info table td {padding:5px 16px;font-weight:500;color:#111827;}

.ik_view_file2 img {width: 100%; height: auto;}

@media (max-width: 991px) {
   .company-info {position: relative; top: unset; right: unset;width: 100%; order: 2;}
}

@media (max-width: 767px) {
	.ik_view_m_box {flex-wrap:wrap;}
	.ik_view_road,
	.ik_view_map {width:100%;height:300px;}
	.ik_view_right {padding-left: 0;}
}


.ik_li_title {display:block;font-weight:700;font-size:2em;text-align:left;}
.ik_li_title span {font-size: 0.4em;font-weight: 400;}

.custom-select {height: 50px;}
.form-control {height: 50px;}
.input-group-append .btn {width: 50px;}


.ik_li_juso {padding-top: 2px; margin-right: 10px; color: #777; font-weight: normal; font-size: 18px;}

.ik_li_text1 {color: #444;font-size: 15px; line-height: 1.4;margin:16px 0 0;}

.ik_li_more {
    padding: 0px 10px;
    font-size: 0.85em !important;
    background: #ee7701;
	color: #fff;
    font-weight: 400 !important;
    cursor: pointer;
    text-align: center !important;
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
}

.ik_li_more:hover {background: #fff; color: #ec0b43;}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec0b43;
    border-color: #c70d3c;
}

.col-form-label {
    display: flex;
    align-items: center;
    justify-content: center;  /* 수평 중앙 정렬 */
}