/*언어*/
#logo {position: absolute; top:15px; left:10px; margin-left:0px; z-index:1001;}
#logo a {display: block; }
#logo img { width:auto; }


/* 상단 소메뉴 링크 */
#tnb { display:block; position: absolute; top:5px; right:10px; z-index:999; font-size:17px; line-height:20px; font-weight:500; }
#tnb ul > li { float:left; line-height:1.3; vertical-align:middle; }
#tnb ul > li a { font-size:25px; color:#0164a7; line-height:29px; margin-left:10px; }

/* 메인비쥬얼 */
.main_v {position:relative; height:100vh; line-height:0; overflow:hidden; }
.main_v .main_img { position:relative; top:0; left:0; width:100%; height:100vh; margin:auto;}
.main_v .main_img .main_visual { width:100%; height:100vh; }
.main_v .main_img .main_visual .main_img_inner { width:100%; height:100vh; position:relative; }

.main_visual .main_visual01 {background:url(../img/main_visual01.jpg?t=2) no-repeat center center; background-size: 120% 120%; transition: background-size 4s; }
.main_visual .main_visual02 {background:url(../img/main_visual02.jpg?t=2) no-repeat center center; background-size: 120% 120%; transition: background-size 4s; }
.main_visual .main_visual03 {background:url(../img/main_visual03.jpg?t=2) no-repeat center center; background-size: 120% 120%; transition: background-size 4s; }
  
.main_visual .main_visual_txt {position: absolute; top:40%; left:50%; width:938px; margin-left:-700px; height:auto; text-align:center; border:0px solid red; z-index:1; border:0px solid red; box-sizing:border-box; }
.main_visual .main_visual_txt img { width:100%; }

.main_v .bx-wrapper { width:100% !important; height:100vh !important; }
.main_v .bx-wrapper .bx-prev {	width:26px !important; height:74px !important; left: 2% !important; margin-top:-50px; background-image: url(../img/icon_arr_prev.png?t=1) !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; z-index:10 !important; background-size:cover; }
.main_v .bx-wrapper .bx-next {	width:26px !important; height:74px !important; right: 2% !important; margin-top:-50px; background-image: url(../img/icon_arr_next.png?t=1) !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; z-index:10 !important; background-size:cover;  }
.main_v .bx-wrapper .bx-prev:hover { background-image: url(../img/icon_arr_prev_on.png?t=1) !important; }
.main_v .bx-wrapper .bx-next:hover { background-image: url(../img/icon_arr_next_on.png?t=1) !important; }

/* 메인컨텐츠 */
.sec_01 {padding:50px 0 50px 0; position:relative; background:url(../img/main_bg1.jpg) repeat-y center center; background-size:cover; }
.sec_02 {padding:50px 0 50px 0; position:relative; }

.main_section { width:97%; max-width: 1400px; padding:0px 0;margin:auto;overflow:hidden;}
.main_section h2 { font-size:36px; font-weight:400; text-align:center; margin-bottom:40px}
.main_section h2 strong {color:#0f7eb0; font-weight:700;}

.main_section .main_title01 { width:100%; font-size:25px; font-weight:600; text-align:center; margin:0 auto 40px auto; padding:10px 0px; }
.main_section .main_title01 strong { font-weight:600; color:#254279; }
.main_section .main_title01 > p { font-size:22px; color:#333333; font-weight:400; margin-top:10px; }

.main_section .main_title02 { width:100%; text-indent:10px; height:30px; line-height:30px; font-size:27px; font-weight:500; margin:10px 0 0px 0; position:relative; color:#253e71; }
.main_section .main_title02 small { position:absolute; bottom:-5px; right:20px; font-size:17px; color:#253e71; font-weight:400; border:0px solid red; }

.main_section .main_title03 { width:100%; text-indent:40px; height:42px; line-height:42px; font-size:23px; font-weight:800; margin:20px 0 20px 0; color:#247c6e;  }
.main_section .main_title03 strong { font-size:25px; color:#555555; padding-left:10px; }
.main_section .main_title04 > ul { width:80%; margin:0 auto; }
.main_section .main_title04 > ul > li { float:left; width:16.6666%; text-align:center; position:relative;}
.main_section .main_title04 > ul > li > a { padding:3px 7px; font-size:20px; color:#888888; }
.main_section .main_title04 > ul > li.on > a { font-weight:600; border-bottom:3px solid #333333; color:#000000; }
.main_section .main_title04 > ul > li > .mt04_line { position:absolute; top:5px; right:0; width:1px; height:20px; background-color:#888888; }
.main_section .main_title04 > ul > li:last-child > .mt04_line { display:none; }
.main_section .main_title05 { width:100%; text-align:center; margin-bottom:40px; }
.main_section .main_title05 .doc_title li { font-size:38px !important; color:#333333; }

/* 홍보배너01 */
.list_banner01 { width:97%; max-width:1100px; margin:0 auto 0px auto; }
.list_banner01 > ul > li { float:left; width:50%; height:auto; text-align:center; color:#ffffff; padding:0; cursor:pointer; background-color:#ffffff; }
.list_banner01 > ul > li > .lb_banner { float:right; width:50%; max-width:275px; }
.list_banner01 > ul > li > .lb_banner img { width:100%; }
.list_banner01 > ul > li > .lb_info { float:left; width:50%; padding-top:3%; }

.list_banner01 > ul > li:nth-child(3) > .lb_banner,
.list_banner01 > ul > li:nth-child(4) > .lb_banner { float:left; }
.list_banner01 > ul > li:nth-child(3) > .lb_info,
.list_banner01 > ul > li:nth-child(4) > .lb_info { float:right; }

.list_banner01 > ul > li > .lb_info > .lb_title_m { font-size:20px; font-weight:600; letter-spacing:-2px; color:#111111; }
.list_banner01 > ul > li > .lb_info > .lb_title_s { font-size:25px; font-weight:600; letter-spacing:-1px; font-family:"NanumSquare", sans-serif; margin-top:5px; }
.list_banner01 > ul > li > .lb_info > .lb_icon { margin-bottom:10px; position:relative; }
.list_banner01 > ul > li > .lb_info > .lb_icon > img { width:auto; max-width:40%; }
.list_banner01 > ul > li > .lb_info > .lb_icon > .top_img { position:absolute; right:5px; top:-5px; width:92px; height:27px; }
.list_banner01 > ul > li > .lb_info > .lb_icon > .top_img > img { width:100%; height:auto; }
.list_banner01 > ul > li > .lb_info > .lb_text { width:95%; text-align:center; font-size:15px; letter-spacing:0px; line-height:1.2; margin:10px auto 0 auto; color:#555555; word-break:keep-all; }
.list_banner01 > ul > li:nth-child(1) > .lb_info > .lb_text,
.list_banner01 > ul > li:nth-child(2) > .lb_info > .lb_text { margin-top:20px; }
.list_banner01 > ul > li:nth-child(3) > .lb_info > .lb_text,
.list_banner01 > ul > li:nth-child(4) > .lb_info > .lb_text { text-align:left; }

/* 최근 사진갤러리 */
.list_photo {width:100%; border:0px solid red;}
.list_photo > ul{position:relative;margin:0;padding:0; list-style:none;}
.list_photo > ul > li{float:left;position:relative;top:0px; width:32.5%; margin-right:1.25%; margin-bottom:15px; /* border:1px solid #ff0000;*/ }
.list_photo > ul > li:after { display:block;content:"";padding-bottom:56.25%; }
.list_photo > ul > li:nth-child(3n) {margin-right:0;}
.list_photo > ul > li .thumb{ position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; }
.list_photo > ul > li .thumb img{width:100%; max-width:100%; height:100%; max-height:100%; vertical-align:middle;}

.list_link_banner {width:100%; border:0px solid red; margin:0 auto; }
.list_link_banner > ul{position:relative;margin:0;padding:0; list-style:none;}
.list_link_banner > ul > li{float:left;position:relative;top:0px; width:18%; margin-right:2.5%; margin-bottom:60px; }
.list_link_banner > ul > li:after { display:block;content:"";padding-bottom:43.75%; }
.list_link_banner > ul > li:nth-child(5n) {margin-right:0; }
.list_link_banner > ul > li .thumb{ position:absolute; left:0; top:0; width:100%; height:100%; text-align:center;border:0px solid red; box-sizing:border-box; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.list_link_banner > ul > li .thumb img{width:100%; max-width:160px; height:100%; max-height:70px; vertical-align:middle;}
.list_link_banner > ul > li .title{ position:absolute; left:0; bottom:-35px; width:100%; height:45px; line-height:1.2; text-align:center; font-family:"NanumSquare", sans-serif; font-size:15px; font-weight:600; /*display: flex; align-items: center; justify-content: center;*/ overflow: hidden; }

/* 최근 사진갤러리2 */
.list_photo2 {width:calc(100% - 15px); padding:30px 20px 35px 20px; margin:0 15px 0 auto; border:1px solid #e8e8e8; text-align:center; box-sizing:border-box; border-radius:20px; min-height:280px;}
.list_photo2 > ul{ position:relative; padding:0; list-style:none;}
.list_photo2 > ul:after{display:block;clear:both;content:"";}
.list_photo2 > ul > li{float:left;position:relative;top:0px; width:32.5%; margin-right:1.25%; margin-bottom:30px; /* border:1px solid #ff0000;*/ }
.list_photo2 > ul > li:after { display:block;content:"";padding-bottom:56.25%; }
.list_photo2 > ul > li:nth-child(3n) {margin-right:0;}
.list_photo2 > ul > li .thumb{ position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; }
.list_photo2 > ul > li .thumb img{width:100%; max-width:100%; height:100%; max-height:100%; vertical-align:middle;}
.list_photo2 > ul > li .bbs_title {position:absolute; left:0; bottom:-45px; margin:8px 0 0 0; font-weight:normal; color:#333; text-align:center; width:100%; height:30px; line-height:20px; border:0px solid red;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.list_photo2 > ul > li a { font-size:17px; display:block;width:100%;margin:0 auto;padding:10px 0;text-decoration:none;cursor:pointer}

/* 최근게시물 */
.list_bbs { width:100%; padding:20px 20px 20px 20px; margin:0 auto; min-height:280px; border-radius:20px; border:1px solid #e8e8e8; text-align:center; box-sizing:border-box; }
.list_bbs > ul > li { width:100%; height:28px; line-height:28px; /*border-bottom:1px solid #d5dbcc; */text-indent:10px; overflow:hidden; margin-top:4px; }
.list_bbs > ul > li .bbs_subject { float:left; width:70%;/* word-break:break-all;*/ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#555555; font-size:17px; text-align:left;}
.list_bbs > ul > li .bbs_date { float:right; width:25%; margin-right:5%; text-align:right; overflow:hidden; word-break:break-all;color:#888888; font-size:16px; }

.list_bbs > ul > li:first-child  { height:70px; border:0px solid red; margin-bottom:13px; margin-top:0; }
.list_bbs > ul > li:first-child .bbs_subject { float:left; width:calc(100% - 75px);/* word-break:break-all;*/ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:20px; font-size:18px; font-weight:600; }
.list_bbs > ul > li:first-child .bbs_subject > div.bbs_subject_sub { text-indent:0px; padding-left:20px; height:40px; line-height:20px; font-size:17px; overflow:hidden; white-space:normal; font-weight:400;margin-top:5px; }
.list_bbs > ul > li:first-child .bbs_date2 { float:left; width:70px; margin-right:5px; height:70px; text-align:center; overflow:hidden; word-break:break-all; font-size:13px; background-color:#eeeeee; color:#333333; border-radius:15px; text-indent:0; }
.list_bbs > ul > li:first-child .bbs_date2 p.num { font-size:30px; line-height:30px; color:#5a5a5a; font-weight:600; text-align:center; width:100%; margin:0px auto 0px auto; }

.list_link_title { width:250px; color:#ffffff; text-align:center; margin:0 0 -25px 50px; }
.list_link_title:after { clear:both; content:""; display:block; }
.list_link_title > .llt_up { float:left; background-color:#29a7e1; width:60%; height:50px; line-height:50px; font-size:20px; border-radius:10px 0 0 10px; margin:0; text-align:center; }
.list_link_title > .llt_down { float:right; background-color:#2e459b; width:40%; height:50px; line-height:50px; font-size:13px;  border-radius:0 10px 10px 0; margin:0; text-align:center; }

.main_company_list_wrap { width:100%; padding:50px 0 40px 0; background-color:rgba(255,255,255,0.9); border-radius:10px; }
.main_company_list_wrap > ul { width:92%; margin:0 auto; font-size:0; letter-spacing:-5px; }
.main_company_list_wrap > ul > li { display:inline-block; font-size:15px; letter-spacing:0px; width:19%; margin-right:1.25%; vertical-align:top; border:0px solid red; box-sizing:border-box; cursor:pointer; }
.main_company_list_wrap > ul > li:nth-child(5n) { margin-right:0; }
.main_company_list_wrap > ul > li:nth-child(+n+6) { margin-top:30px; }
.main_company_list_wrap > ul > li > .mcl_img { width:100%; position:relative; vertical-align:top; }
.main_company_list_wrap > ul > li > .mcl_img:after { content:""; display:block; padding-bottom:40%; }
.main_company_list_wrap > ul > li > .mcl_img > div { position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; vertical-align:middle; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.main_company_list_wrap > ul > li > .mcl_img > div > img { width:100%; height:100%; max-width:230px; max-height:90px; vertical-align:middle; }
.main_company_list_wrap > ul > li > .mcl_info { width:100%; height:auto; margin-top:10px; text-align:center; }

/* 고객센터 */
.customer_center { width:100%; border-top:0px solid #ccc; }
.customer_center > ul { width:95%; max-width:1400px; margin:0 auto 0px auto; }
.customer_center > ul > li { float:left; display:table; }
.customer_center > ul > li > dl { display:table-row; }
.customer_center > ul > li > dl > dt { display:table-cell; width:80px; text-align:center; vertical-align:middle; }
.customer_center > ul > li > dl > dt img { width:80%; max-width:58px; }
.customer_center > ul > li > dl > dd { display:table-cell; width:calc(100% - 80px); vertical-align:middle; line-height:1.0; }
.customer_center > ul > li > dl > dd small { font-size:30px; font-weight:500; }
.customer_center > ul > li > dl > dd span { display:block; font-size:30px; font-weight:500; margin-left:10px; letter-spacing:-1.5px; margin-top:10px; padding-bottom:5px; }
.customer_center > ul > li.cc_phone { width:31%; }
.customer_center > ul > li.cc_fax { width:31%; }
.customer_center > ul > li.cc_email { width:38%; }

/* 메인 하단 */
.footer_menu { position:relative; width:100%; border-bottom:1px solid #a4a4a4;  padding:25px 0 25px 0; text-align:center; background-color:#0164a7; }
.footer_menu > div { width:97%; max-width:1400px; margin:0 auto; text-align:right; border:0px solid white;}
.footer_menu > div > a { display:inline-block; color:#ffffff; font-size:18px; line-height:18px; margin-left:20px;}
.footer_menu > div > a > img { margin-right:3px; vertical-align:middle; }

#ft_copy {position:relative; width:97%; max-width:1400px; height:auto; margin:0px auto; font-size:15px; color:#333333; letter-spacing:-1px; font-weight:400; padding:30px 0; }
#ft_copy:after { clear:both; content:""; display:block; }
#ft_copy > ul { float:left; width:78%; margin-top:10px; }
#ft_copy > ul > li { display:inline-block;  line-height:1.2; margin-right:10px; word-break:keep-all;  }
#ft_copy > ul > li.copy_text { display:block; width:100%; padding:10px 0; text-align:left; }
#ft_copy > .fc_01 { width:22%; margin-bottom:0px; margin-top:0px; padding-top:5px;}
#ft_copy > .fc_01 > li:first-child { font-size:23px; color:#000000; font-weight:800; padding-top:0px; }
#ft_copy > .fc_01 > li:last-child { font-size:19px; }
#ft_copy > .fc_01 img { width:97%; max-width:172px; }

/* 퀵메뉴 */
#quick { position: fixed; z-index: 999; bottom:50px; right:10px; width:355px; margin-top: 0px; border-radius:10px 10px; display:table; color:#ffffff; font-family:"NanumSquare", sans-serif;  }
#quick > dl { display:table-row; }
#quick > dl > dt { display:table-cell; width:45%; text-align:center; font-size:20px; font-weight:600; background-color:#54b9e7; border-radius:20px 0 0 20px; line-height:1.0; height:65px; }
#quick > dl > dd { display:table-cell; width:55%; text-align:center; font-size:20px; font-weight:600; background-color:#2e459b; border-radius:0 20px 20px 0; line-height:65px; height:65px; }

#btn_top { position: fixed; z-index: 999; bottom:10px; right:10px; }
#btn_top > a { display:inline-block; width:60px; height:60px; font-size:15px; text-align:center; background-color:rgba(0,0,0,0.5); border-radius:5px; color:#ffffff; /*border:1px solid #eeeeee; background-color:rgba(162, 162, 162,0.4);*/ }
#btn_top > a > img { width:30px; vertical-align:top; margin:5px auto 0 auto; display:block; }

.main_link_banner { width:100%; height:100px; margin:0 auto; position:relative; /* display: flex; justify-content: center; align-items: center;*/ }
.main_link_banner > .llw_wrap { width:100%; height:100px; /*border:1px solid #dddddd; border-radius:5px;*/ box-sizing:border-box; margin:0 auto; text-align:center; }
.swiper { width:100%; height:90px; }
.swiper-slide { height:100px;text-indent:-99999em; background-size:cover; background-position:center center; cursor:pointer; display:flex !important; justify-content: center !important; align-items: center !important; border:0px solid red; box-sizing:border-box; }
.swiper-slide img { display: block; width: auto !important; max-width:100% !important; height: 70px; object-fit: cover; margin:0 auto; border:0px solid #eeeeee; box-sizing:border-box; }
.swiper-slide span { font-size:12px; height:13px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; border:0px solid #eeeeee; box-sizing:border-box; }

@media ( max-width: 1400px ) {
	
}
@media ( max-width: 1300px ) {
}

@media ( max-width: 1199px ) {

}

@media ( max-width: 1023px ) {

	/* 로고 */
	#logo { top:10px; left:10px; margin-left:0px; z-index:999; }
	#logo img { width:130px; }

	/* 상단 소메뉴 링크 */
	#tnb { display:none; }

	/* 메인비쥬얼 */
	.main_v { height:500px; margin-top:80px;}
	.main_v .main_img { height:100%;}
	.main_v .main_img .main_visual { height:100%; }
	.main_v .main_img .main_visual .main_img_inner { height:500px; }

	.main_visual .main_visual_txt { top:25%; left:5%; width:80%; margin-left:0;  }

	#main_pager { display:none; }

	.main_section .main_title01 { font-size:20px; margin-bottom:30px; padding:0px 0px; }
	.main_section .main_title01 > p { font-size:18px; margin-top:5px; }
	.main_section .main_title02 { height:25px; line-height:25px; font-size:20px; margin:10px 0 10px 0; }
	.main_section .main_title02 small { font-size:14px; }
	.main_section .main_title04 > ul { width:100%; margin:0 auto; }
	.main_section .main_title04 > ul > li > a { padding:3px 5px; font-size:15px; }
	.main_section .main_title04 > ul > li > .mt04_line { height:15px; }

	/* 홍보배너01 */
	.list_banner01 { width:95%; }
	.list_banner01 > ul > li > .lb_info > .lb_title_m { font-size:15px; }

	.list_banner01 > ul > li > .lb_info { padding-top:2%; }
	.list_banner01 > ul > li > .lb_info > .lb_icon { margin-bottom:5px; }
	.list_banner01 > ul > li > .lb_info > .lb_icon > img { max-width:35%; }
	.list_banner01 > ul > li > .lb_info > .lb_icon > .top_img { width:70px; height:auto; }

	.list_banner01 > ul > li > .lb_info > .lb_text { font-size:15px;margin-top:2px; }
	.list_banner01 > ul > li:nth-child(1) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(2) > .lb_info > .lb_text { margin-top:20px; }
	.list_banner01 > ul > li:nth-child(3) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(4) > .lb_info > .lb_text { font-size:12px; letter-spacing:-1.5px; }


	.list_link_banner > ul > li .title{ bottom:-45px; font-size:15px; }


	.list_photo {margin-top:40px }

	.main_section {max-width: 95%; }

	.list_bbs { width:100%; max-width:100%; min-height:0; }
	.list_bbs > ul > li { margin-top:0; }
	.list_bbs > ul > li:first-child { margin-bottom:10px; }
	.list_photo2 { padding:20px 30px; min-height:0; }
	.list_photo2 > ul > li{ margin-bottom:20px; /* border:1px solid #ff0000;*/ }
	.list_photo2 > ul > li .bbs_title { bottom:-35px; }


	.main_company_list_wrap > ul { width:95%; }
	.main_company_list_wrap > ul > li { width:32%; margin-right:2%; }
	.main_company_list_wrap > ul > li:nth-child(5n) { margin-right:2%; }
	.main_company_list_wrap > ul > li:nth-child(3n) { margin-right:0; }
	.main_company_list_wrap > ul > li:nth-child(+n+4) { margin-top:20px; }


	.customer_center > ul > li { float:none; width:100% !important; padding:15px 0; border-bottom:1px solid #eeeeee; border-top:0 !important; margin-bottom:0px; }
	.customer_center > ul > li > dl > dt { padding-top:0px; }
	.customer_center > ul > li > dl > dd { padding-top:0px; }
	.customer_center > ul > li > dl > dd > span { display:inline-block; margin:0; padding-bottom:0px; }
	.customer_center > ul > li > dl > dd > span:before { content:":"; margin-right:10px; }

	/* 메인 하단 */
	.footer_menu { padding:15px 0; }
	.footer_menu > div { width:90%;}
	.footer_menu > div > a { font-size:15px; line-height:15px; margin-left:5px; letter-spacing:-1px;}
	.footer_menu > div > a > img { width:12px; vertical-align:middle; margin-right:0px; margin-top:-3px; }

	#ft_copy {left:5%; bottom:0px; width:90%; margin-left:0;padding:10px 0;  }
	#ft_copy > ul { float:none; width:100%; }
	#ft_copy > ul > li.fc_01 { display:block; width:100%;margin-right:0px;  }
	#ft_copy > .fc_01 { width:100%;  }
	#ft_copy > .fc_01 > li:first-child { font-size:23px; margin-bottom:5px; width:100%; text-align:center; }
	#ft_copy > .fc_01 > li:last-child { font-size:17px; }
	
	#quick { display:none; }
	#quick_mo { display:block; }

}

@media ( max-width: 767px ) {
	/* 로고 */

	/* 메인비쥬얼 */
	.main_v { height:400px;}
	.main_v .main_img .main_visual .main_img_inner { height:400px; }


	.main_section .main_title01 p { font-size:15px; line-height:1.2; }
	.main_section .main_title05 { margin-bottom:30px; }
	.main_section .main_title05 .doc_title li { font-size:38px !important; color:#333333; }

	.main_section .main_title04 > ul > li { width:16%; }
	.main_section .main_title04 > ul > li:nth-child(5) { width:20%; }

	/* 홍보배너01 */
	.list_banner01 > ul > li > .lb_info > .lb_text { font-size:13px; letter-spacing:-2px; line-height:1.0; word-break:break-all; }
	.list_banner01 > ul > li > .lb_info > .lb_icon > .top_img { width:50px; }
	.list_banner01 > ul > li:nth-child(1) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(2) > .lb_info > .lb_text { margin-top:5px; }
	.list_banner01 > ul > li:nth-child(3) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(4) > .lb_info > .lb_text { font-size:10px; line-height:1.0; }

	.list_link_banner > ul > li { width:31%; margin-right:3.5%;  }
	.list_link_banner > ul > li:nth-child(5n) {margin-right:3.5%; }
	.list_link_banner > ul > li:nth-child(3n) {margin-right:0; }
	.list_link_banner > ul > li .title{ bottom:-40px; font-size:14px; }


	.list_photo > ul > li{ width:49%; margin-right:2%; }
	.list_photo > ul > li:nth-child(3n) {margin-right:2%;}
	.list_photo > ul > li:nth-child(2n) {margin-right:0;}
	.list_photo > ul > li .thumb{ position:absolute; left:0; top:0; width:100%; height:100%; text-align:center; }
	.list_photo > ul > li .thumb img{width:100%; max-width:100%; height:100%; max-height:100%; vertical-align:middle;}
	.list_photo > ul > li a {display:block;width:100%;margin:0 auto;padding:10px 0;text-decoration:none;cursor:pointer}


/* 최근 사진갤러리2 */
	.list_photo2 { padding:20px 15px; }
	.list_photo2 > ul > li a { font-size:15px;}

/* 최근게시물 */
	.list_bbs { padding:20px 15px 15px 15px; }
	.list_bbs > ul > li { height:27px; line-height:27px;}
	.list_bbs > ul > li .bbs_subject { font-size:15px;}
	.list_bbs > ul > li .bbs_date { font-size:14px; }

	.list_bbs > ul > li:first-child .bbs_subject { font-size:17px; }
	.list_bbs > ul > li:first-child .bbs_subject > div.bbs_subject_sub { font-size:15px; }
	.list_bbs > ul > li:first-child .bbs_date2 { font-size:12px; letter-spacing:-1px;}
	.list_bbs > ul > li:first-child .bbs_date2 p.num { font-size:25px;}

	.list_link_title { width:200px; color:#ffffff; text-align:center; margin:0 0 -20px 15px; }
	.list_link_title:after { clear:both; content:""; display:block; }
	.list_link_title > .llt_up { float:left; background-color:#29a7e1; width:60%; height:40px; line-height:40px; font-size:15px; border-radius:10px 0 0 10px; margin:0; text-align:center; }
	.list_link_title > .llt_down { float:right; background-color:#2e459b; width:40%; height:40px; line-height:40px; font-size:12px;  border-radius:0 10px 10px 0; margin:0; text-align:center; }

	.main_company_list_wrap { width:100%; padding:40px 0 40px 0; background-color:rgba(255,255,255,0.9); border-radius:10px; }
	.main_company_list_wrap > ul { width:95%; }
	.main_company_list_wrap > ul > li { width:48%; margin-right:4%; }
	.main_company_list_wrap > ul > li:nth-child(5n) { margin-right:2%; }
	.main_company_list_wrap > ul > li:nth-child(3n) { margin-right:2%; }
	.main_company_list_wrap > ul > li:nth-child(2n) { margin-right:0; }
	.main_company_list_wrap > ul > li:nth-child(+n+3) { margin-top:20px; }

	/* 고객센터 */
	.customer_center > ul > li > dl > dt { width:40px; }
	.customer_center > ul > li > dl > dd { width:calc(100% - 50px); padding-left:10px; }
	.customer_center > ul > li > dl > dd > small,
	.customer_center > ul > li > dl > dd > span { font-size:20px; }

	#btn_top > a { width:40px; height:40px; font-size:12px }
	#btn_top > a img { width:20px; height:auto;margin-top:2px }

	.swiper { width:100%; }
	.swiper-slide img { max-width:95% !important; height:auto; }
	.swiper-button-prev2,
	.swiper-button-next2 { top:25px; width:30px; height:30px; line-height:30px; font-size:25px; }
}

@media ( max-width: 479px ) {
	#logo { left:5px; width:180px; }
	#tnb ul > li a { font-size:12px; letter-spacing:-1px; }
	#tnb ul > li:last-child { margin-left:-3px; }

	/* 메인비쥬얼 */
	.main_v { height:250px; }
	.main_v .main_img .main_visual .main_img_inner { height:250px; }

	
	.main_section .main_title01 p { font-size:13px; }
	.main_section .main_title04 > ul > li { width:25%; margin-bottom:10px; }
	.main_section .main_title04 > ul > li:nth-child(5) { width:25%; }
	.main_section .main_title04 > ul > li > a { padding:3px 5px; font-size:15px; }
	.main_section .main_title04 > ul > li > .mt04_line { height:15px; }
	.main_section .main_title04 > ul > li:nth-child(4n) > .mt04_line { display:none; }
	.main_section .main_title04 > ul > li:nth-child(5),
	.main_section .main_title04 > ul > li:nth-child(6) { margin-bottom:0px; }

	.customer_center > .cc_info { font-size:15px !important; }
	.fr_buttons > dl > dt { width:calc(100% - 100px); font-size:17px; line-height:50px; height:50px; padding-left:10px; letter-spacing:-2px; }
	.fr_buttons > dl > dd { width:100px; font-size:17px; letter-spacing:-2px; height:50px; }

	.list_photo {margin-top:30px }

	/* 홍보배너01 */

	.list_banner01 > ul > li { float:none; display:inline-block; width:100%; margin-top:-4px; }
	.list_banner01 > ul > li > .lb_info > .lb_text { font-size:14px; letter-spacing:-1px; line-height:1.2; }
	.list_banner01 > ul > li > .lb_info > .lb_icon > .top_img { width:50px; }
	.list_banner01 > ul > li:nth-child(1) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(2) > .lb_info > .lb_text { margin-top:15px; }
	.list_banner01 > ul > li:nth-child(3) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(4) > .lb_info > .lb_text { font-size:11px;margin-top:10px; }

	.list_banner01 > ul > li:nth-child(2) > .lb_banner { float:left; }
	.list_banner01 > ul > li:nth-child(2) > .lb_info { float:right; }

	.list_banner01 > ul > li:nth-child(3) > .lb_banner { float:right; }
	.list_banner01 > ul > li:nth-child(3) > .lb_info { float:left; }


	.list_banner > ul > li:after { padding-bottom:120%; }
	.list_banner > ul > li .info > .lbi_01 { padding:7px 0; font-size:18px; }
	.list_banner > ul > li .info > .lbi_02 { padding:7px 0 0 0; font-size:13px;}
	.list_banner > ul > li .view_info { bottom:5%; }
	.list_banner > ul > li .view_info a { font-size:13px }
	.list_banner > ul > li .view_info span { margin-right:5px; }

	.list_link_banner > ul > li .title{ bottom:-45px; font-size:13px; }
	
	.customer_center > ul > li > dl > dd > span { display:block; line-height:1.1;}
	.customer_center > ul > li > dl > dd > span:before { content:""; }

	.footer_menu > div { text-align:center; }
	.footer_menu > div > a { font-size:13px; line-height:15px; margin-left:3px;  }
	.footer_menu > div > a > img { width:10px; }


	#quick_mo > ul > li { font-size:15px; letter-spacing:-1.5px;}
	#quick_mo > ul > li img { height:28px; }

}

@media ( max-width: 330px ) {
	#logo { left:5px; width:110px; }
	#tnb { top:23px; }
	#tnb ul > li { line-height:1.0; }
	#tnb ul > li a { font-size:11px; letter-spacing:-1px; }
	#tnb ul > li img { height:20px; }

	/* 메인비쥬얼 */
	.main_v { height:200px; }
	.main_v .main_img .main_visual .main_img_inner { height:200px; }
	.main_visual .main_visual_txt .main_visual_txt01 { margin-bottom:10px; }

	.list_banner01 > ul > li:nth-child(1) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(2) > .lb_info > .lb_text { font-size:12px;margin-top:5px; }
	.list_banner01 > ul > li:nth-child(3) > .lb_info > .lb_text,
	.list_banner01 > ul > li:nth-child(4) > .lb_info > .lb_text { font-size:8px;margin-top:5px; }

	.list_link_banner > ul > li { width:48%; margin-right:4%;  }
	.list_link_banner > ul > li:nth-child(3n) {margin-right:4%; }
	.list_link_banner > ul > li:nth-child(2n) {margin-right:0; }
}