
#tnb.adm_tnb {
    display: block;
}
#sidebar > div{width:100%}
 /* PC Device */



@media all and (min-width:1001px){
	/* 전체메뉴 */
	#total_m_lay{display:none;}
}


@media all and (max-width:1700px){
	.pic_wrap {width:100%;}
}


@media all and (max-width:1420px){
	/* 메인 */
	.mVisual .txt h3 {font-size:64px;}
	.slideController {top:-300px}}

@media all and (max-width:1400px){
  /*헤더*/

   /*#tnb{display:block;}*/
   /*#gnb {display:none;}*/

  /* 오시는길 */
  .location .map_wrap iframe{
    width: 100% !important;
  }
}


@media all and (max-width:1200px){
  /*헤더*/
  #hd_wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 2%;
  }
  #logo {
    left: 2%;
  }
	
  /*메인컨텐츠*/
  .inner {
    width: 100%;
    padding: 0 2%;
  }
  .mvswiper .swiper-slide figure {
    height: 670px;
  }
  .mvswiper .txt h3 {
    font-size: 75px;
  }
  
  /*서브 영역*/
  #sub_content {
    max-width: 100%;
    width: 100%;
    padding: 0 2%;
  }
  #container #content {
    width: 100%;
    padding: 0 2%;
  }
  
}
@media all and (max-width:1080px){
  #logo {width: 240px;}
  #tnb{display:block;}
  #gnb {display:none;}
  #hd {
    height: 70px;
  }
  #hd_wrapper {
    height: 70px;
  }

  /*메인비주얼*/
  .mvswiper .txt {
    top: 31%;
  }
  .mvswiper .txt h3 {
    font-size: 54px;
  }
  .mvswiper .txt p {
    margin: 5px 0 30px;
    font-size: 22px;
  }
  .mvswiper .txt a.mainbtn {
    font-size: 18px;
  }
  .mvswiper .swiper-slide figure {
    height: 510px;
  }
  /*컨텐츠*/
  #main_con02.sec02 ul {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
  #main_con02.sec02 ul li {
    width: calc((100% - 40px) / 3);
  }

  #main_con03 {
    height: 370px;
  }
  #main_con03 div {
    height: 100%;
  }
  .sec03 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main_con03 div.text {
    height: auto;
    top: 45%;
    left: 60px;
  }

  /*서브 영역*/
  #sub_content {
    margin: 110px auto 150px;
  }
  #container #content {
    margin: 110px auto 150px;
  }

  /*인사말*/
  #sub_content h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .greetings p {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.4;
  }
  .greetings .text p:nth-child(2) {
    margin-top: 10px;
  }

  /*제품소개*/
  .sct_10 .sct_li {
    width: calc((100% - 20px) / 2);
  }

  /*오시는길*/
  .location .info .box {
    padding-left: 10px;
  }
  .location .info .box > div span {
    width: 105px;
    font-size: 20px;
  }
  .location .info .box > div p {
    font-size: 20px;
  }
  .location .info .box > div p.num {
    font-size: 18px;
  }
  .location .info .box .lo div p {
    font-size: 18px;
  }
  .location .info .box .lo div span {
    font-size: 18px;
  }
  .location .info .box .lo span:nth-child(1) {
    width: 150px;
  }
  .location .info .box .lo div::before {
    right: 20px;
    height: 14px;
  }
  .location .info .box .lo {
    margin-bottom: 10px;
  }
  .location .info .box p {
    font-size: 16px;
  }
}
@media all and (max-width:790px){
  /*헤더*/
  #hd {
    height: 60px;
  }
  #hd_wrapper {
    height: 60px;
  }
  #logo {
    width: 200px;
  }
  #hd .btnMenu {
    height: 22px;
  }
  .btnMenu span {
    width: 30px;
  }

  /*공통*/
  .inner {
    padding: 0 3%;
  }

  /*비주얼*/
  .mvswiper figure img.vi_mo {
    display: block;
  }
  .mvswiper figure img.vi_pc {
    display: none;
  }

  .mvswiper .swiper-slide figure {
    height: 550px;
  }
  .mvswiper .txt {
    top: 36%;
    padding: 0 5%;
  }
  .mvswiper .txt h3 {
    font-size: 44px;
    line-height: 1.2;
    word-break: keep-all;
  }
  .mvswiper .txt p {
    font-size: 19px;
    word-break: keep-all;
    line-height: 1.4;
  }
  .mvswiper .txt a.mainbtn {
    padding: 13px 30px;
  }

  /*컨텐츠*/
  #main_con02.sec02 ul {
    column-gap: 10px;
    row-gap: 10px;
  }
  #main_con02.sec02 ul li {
    width: calc((100% - 10px) / 2);
  }
  #main_con02.sec02 ul li:last-child {
    width: 100%;
  }
  #main_con02.sec02 ul li img.img_pc {
    display: none;
  }
  #main_con02.sec02 ul li img.img_mo {
    display: block;
  }

  #main_con03 {
    height: 260px;
  }
  #main_con03 div.text {
    left: 30px;
  }
  .sec03 h4 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
  }
  .sec03 p {
    font-size: 20px;
  }

  /*서브 영역*/
  #sub_content {
    margin: 110px auto 80px;
    padding: 0 3%;
  }
  #container #content {
    margin: 110px auto 20px;
    padding: 0 3%;
  }

  /*인사말*/
  .greetings > div:first-child {
    height: 250px;
  }
  .greetings div img {
    height: 100%;
    object-fit: cover;
  }
  #sub_content h2 {
    font-size: 22px;
  }
  .greetings p {
    font-size: 16px;
  }
  .greetings .text span {
    font-size: 19px;
  }

  /*제품소개*/
  #sit_info .pro h5 {
    margin: 20px 0 10px;
  }
  .con_wrap h2, .product_inquiry .product_inquiry_wrap h2 {
    font-size: 27px;
  }
  #sit_info .pro h5 {
    padding-left: 15px;
    font-size: 20px;
  }
  #sit_info .pro h6 {
    margin: 0 0 10px;
    padding: 20px 0;
    font-size: 20px;
  }
  #sit_info .pro h5::before {
    width: 4px;
    height: 60%;
  }

  /*오시는길*/
  .location .info .box .lo {
    flex-wrap: wrap;
  }
  .location .info .box .lo span:nth-child(1) {
    width: 100%;
  }
  .location .info .box > div span {
    line-height: 1.8;
  }
  
}
@media all and (max-width:490px){

  .mvswiper .swiper-slide figure {
    height: 330px;
  }
  .mvswiper .swiper-slide figure img {
    object-fit: cover;
    margin-top: 30px;
  }
  .mvswiper .txt h3 {
    font-size: 30px;
  }
  .mvswiper .txt p {
    font-size: 16px;
  }
  .mvswiper .txt a.mainbtn {
    padding: 10px 16px;
    font-size: 15px;
  }

  .sec03 h4 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .sec03 p {
    max-width: 220px;
    font-size: 16px;
  }

  /*푸터*/
  #ft .ft_tex p {
    font-size: 13px;
  }
  #ft .ft_tex span {
    font-size: 13px;
  }
  .copyright p {
    font-size: 13px;
  }
  
  /*제품소개*/
  .con_wrap h2, .product_inquiry .product_inquiry_wrap h2 {
    margin-bottom: 0;
    font-size: 22px;
    word-break: keep-all;
  }
  #sit_info .pro h5 {
    padding-left: 20px;
    font-size: 18px;
  }
  #sit_info .pro h6 {
    margin: 0 0 10px;
    padding: 20px 0;
    font-size: 18px;
  }

  /*오시는길*/
  .location .map_wrap iframe {
    height: 300px;
  }
  .location .info .box > div span {
    width: 93px;
    font-size: 18px;
  }
  .location .info .box > div p {
    font-size: 17px;
  }
  .location .info .box > div i {
    margin-right: 12px;
    font-size: 12px;
  }
  .location .info .box .lo div {
    column-gap: 13px;
  }
  .location .info .box .lo div p {
    font-size: 16px;
  }
  .location .info .box .lo div span {
    font-size: 15px;
  }

  /*공지사항 게시판*/
  .tbl_head01 td {
    padding: 10px;
  }
  #bo_list .tbl_head01 a {
    font-size: 14px;
  }
  #bo_v_file li {
    height: 60px;
  }
  .bo_v_file_cnt {
    top: auto;
    bottom: 5px;
  }
}

 /* Tablet Device */
@media all and (max-width:1400px){
	/* 모바일메뉴 */
	#container #content .sConBox .btnPrint{display:none}


	.cont_inquiry {height: 240px;}
	.cont_inquiry .online_inqu {right: 5%;}


	.sConBox {width:96%; margin:0 auto;}


	div#bo_list, section#bo_w, article#bo_v,  #smb_my, #sod_fin, #sod_v, #sod_frm, #sod_fin  {width: 96% !important;}
	article#bo_v{margin:80px auto 90px;}

	/* 게시판 읽기 */
	#bo_v {padding:20px;}

	/* 게시판 검색 */
	#bo_sch .sch_input{width:60%}

	.sct_20 .sct_li {margin:0 3% 30px 0; width:48.5% !important;}
	.sct_20 .sct_li:nth-child(3n) {margin-right:3%;}
	.sct_20 .sct_li:nth-child(2n) {margin-right:0%;}



	/* 상품 상세보기 - 이미지 미리보기 */
	/* #sit_pvi {width:45%;}*/

	/* 상품 상세보기 - 간략정보 및 구매기능 */
	#sit_ov {width:100%;}
	.sanchor li button{font-size: 18px;padding: 18px 0;}
	#sit_title{font-size: 32px;padding-bottom: 30px;margin-bottom: 30px;}
	#sit_desc{font-size:18px;line-height: 28px;}

	#exptime {border-radius:0; border:0; padding:0; }
    #khoa {border-radius:0; border:0; padding:0; }

    #sitemap > li {width:32%;}


	/*견적보기*/
	#view_tb1 .title_table {width: 30%;}
	.tbl_head01 tbody th{padding:15px;}
	#view_tb1 .view_th1{padding:10px;width:150px;font-size: 18px;}
	#view_tb1 .view_td1{font-size: 18px;padding:10px;}


	/*공지사항 검색*/
	#bo_sch{width: 100%;}
}


@media all and (max-width:768px){

	.sVisual > div p{font-size:25px}

	/*게시판 견적신청*/
	.bo_w_info select{height:45px;}
	.frm_input{height:45px;}
	.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{font-size:18px;}
	#bo_w .write_div {margin-bottom:15px;font-size:16px;}
	article#bo_v{margin:50px auto 60px;}
}


@media all and (max-width:650px){
	/*메인페이지*/
	/*게시판 견적신청*/
	.product_inquiry_wrap .write_div{width:100%;}
	#bo_w .write_div{margin-bottom:10px;}
	.bo_w_info select{padding: 0 10px;}
	.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{padding: 10px;}
	.g-recapt{margin-top:35px;}
	.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{max-height:200px;}
	#bo_w .bo_w_flie .file_wr {height:45px;padding: 9px;}
	#bo_w .bo_w_flie .lb_icon{height: 43px;line-height: 43px;}

	/*제품상세*/
	#sit_pvi{width:100%;}
	#sit_ov{width:100%;min-height: 180px;}
	.sanchor li button{padding: 10px 0;}
	.sanchor{margin: 30px 0 15px;}
	#sit_inf{margin: 30px 0;}
	#sit_title{padding-bottom: 15px; margin-bottom: 15px;}

	/*서브비주얼*/
	.sVisual {height: 200px;}
}


@media all and (max-width:600px){
	/* 메인 */

	/*게시판 공지사항*/
	#bo_v_title .bo_v_tit{font-size:22px;word-break:keep-all;margin:15px 0 0;line-height: 28px;}
	#bo_v_title {margin-bottom: 0;}
	#bo_v{padding: 15px;}
	#bo_v_con{min-height: 160px;}
	.bo_v_com {margin: 10px 0;}
	.bo_v_left{margin: 10px 0;}
	.bo_v_nb{margin:0;}
	#bo_sch{width: 100%;}
	#bo_sch .sch_input{width: 58%;padding-left:5px;}
	#bo_sch select {margin: 9px 0px 9px 5px;}
	.tbl_head01 td {font-size: 14px;}
	.bo_notice td a{font-size:14px;}
	#bo_list .td_datetime{display:none;}

	.tbl_head01 thead th{padding:12px 0;}

	.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input{font-size: 15px;line-height:24px;}
	#bo_w .product_inquiry_wrap .write_div{width: 100%; clear: both; margin-right: 0;}

	/*갤러리게시판*/
	.sct_10 .sct_li{width:100% !important;}



	/*서브-오시는 길*/
	.address h2 {font-size:35px;}
	.address h3 a {display:none;}
	.address p{font-size:20px;}

	/*개인정보처리방침*/
	.sConBox h2{font-size:22px;margin-bottom:15px;}
	.privateD{padding: 25px;}
	#sit_inf_explan iframe {width:100% !important; height:100% !important;}

}



 /* Mobile Device */
@media all and (max-width:550px){
	/* 메인 */
	#main_con04 .pro h2 {font-size:20px; padding:15px 0 0 15px;}
	#main_con04 .pro .plus {width:20px; height:20px; top:15px; right:15px;}

	/*회원가입*/
	#fregister section{margin-bottom: 65px;}
	#fregister .fregister_agree{top: inherit !important; padding: 10px !important;}

	/*푸터*/
	#ft .ft_tex .ft_text02 p:last-child{margin-left: 0;}

	/* 서브 */
	#sct_ct_1 li {width:49%; margin-top:3px;}
}




@media all and (max-width:480px){
	/*메인*/
	.main-visual-slide-wrap {padding:0;}
	.mVisual, .mVisual .sl {height:400px;}
	.mVisual .txt p {font-size:16px;}
	.mVisual .txt h3 {font-size:34px; letter-spacing:-0.5px; margin:10px 0 45px; padding:2.5rem;}
	.main-scroll-icon {display:none;}
	.slideController {top:-250px;}

	.sec04-list-inner{flex-direction: column;}

	.address p {font-size:18px;}
	.address ul li{padding: 12px 0;}
	.address ul{margin-top: 12px;}

}

@media all and (max-width:452px){
	.bo_v_com{float: left;margin: 3px 0 10px;}
	.bo_v_com li{margin-left: 0;margin-right: 5px;}
	.bo_v_left{margin: 3px 0;}
}

@media all and (max-width:430px){
	#main_con04 .pro .plus {display:none;}

	#ft .ft_tex{font-size: 12px; }
	#ft .ft_tex .ft_text{line-height: 16px;}
	#ft .ft_tex a{font-size: 12px;}
	#ft .ft_right ul.count{margin-bottom: 0;}
	#ft .ft_right ul.count li{font-size: 12px;}
	#ft .ft_right p{font-size: 12px;}
}

@media all and (max-width:400px){

	/*모바일메뉴*/
	.m_tnb{text-align: left;}
	#total_m_lay{padding: 0 5.5%;}
	.btnMenuClose{background:none;top:0px;right:0px;}
	.btnMenuClose:before, .btnMenuClose:after{background-color:#000;}
	.m_tnb{padding-bottom:20px;}
	.total_m > ul > li{font-size:16px !important;}

	/*로그인페이지*/
	.mbskin{width:94%;}
	.mbskin h1{margin: 40px 0 30px;}
	#login_fs{padding: 0 45px;}
	#mb_login {padding: 80px 0;}

	/*게시판 공지사항*/
	.bo_w_info select{ font-size: 16px;}
	.wr_content textarea, .tbl_frm01 textarea, .form_01 textarea, .frm_input { font-size: 16px;}

	/*갤러리게시판*/
	.sct_10 .sct_img > a{height:240px;}

	/*팝업창 모바일*/
	.hd_pops_con{width:100% !important;height:100% !important;}
	.hd_pops{top: 10px !important;left: 0 !important;}

	/*공지사항 검색*/
	#bo_sch select{width: 90px;}
	#bo_sch .sch_input {width: 50%;}
	.nb_date{display:none;}
	.bo_v_nb li{padding: 15px;}
	.bo_v_nb li .nb_tit{padding-bottom:5px;}

	#ft .privacy li{padding-top: 3px;}
	.display_none{display:none;}

	}



@media all and (max-width:370px){

	/*메인*/
	.main_trend li a img {height: 275px;}
	.sct_10 .sct_li {width:100% !important;}

	/*갤러리게시판*/
	.sct_10 .sct_img > a{height:230px;}
}


@media all and (max-width:356px){
 /*갤러리게시판*/
	.sct_10 .sct_img > a{height:210px;}

}


/*푸터*/

@media all and (max-width:1100px){
	#ft{padding:20px 0px;}
	#ft .privacy li{padding-right: 25px;}

	#ft .ft_tex{clear: both; width: 100%;}
	#ft .ft_right{clear: both; width: 100%; margin-top: 10px; justify-content:center; margin-top:35px;}
	.sct_txt a {font-size: 17px;}
}
@media all and (max-width:700px){
    #ft .ft_right a{width:40%;}
}
@media all and (max-width:562px){
	div#bo_list, div#bo_gall, div#sct, div#sit{padding:0 0 40px !important; }
	section#bo_w{padding:50px 0 40px !important; }
}







