@charset "UTF-8";

/* title */
.mTit{margin-bottom:10px;font-size:40px;line-height:normal;}
.mTit p{padding-left:40px;color:#666;font-size:20px;font-weight:500;}
.mTit strong{font-size:35px;}
.mTitDesc{font-size:20px;}
.innerTit{margin-bottom:40px;font-size:45px;font-weight:700;text-align:center;line-height:normal;animation: vtit 0.8s cubic-bezier(0.4, 0, 0.2, 0.5) both;}
.innerTit span:before{content:'';display:block;height:10px;margin-bottom:10px;/* background:url(/images/common/title_dot.png) 50% 0 no-repeat; */}
.innerTitMini{margin-bottom:40px;font-size:20px;text-align:center;}
.innerTitMinism{margin-bottom:20px;font-size:17px;text-align:center;}
.innerTitMini25{margin-bottom:40px;font-size:25px;text-align:center;}
.decoTit{font-size:35px;}
.lineDeco{position:relative;display:inline-block;padding:0 5px;}
.lineDeco:after{content:'';position:absolute;left:0;bottom:7px;right:0;display:block;height:10px;background:rgba(63, 59, 117, 0.5);}
.innerTitDesc{font-size:17px;}



/* MAIN */

/* main공통 */
.main-section{padding:100px 0;}
.main-tit{}
.main-tit span{color:#0045b8;font-size:22px;font-weight:700;}
.main-tit h2{padding-top:0.3em;color:#0b0b0b;font-size:50px;line-height:1.2;}
.main-tit p{padding-top:0.3em;color:#262626;font-size:22px;}
.btn.line-bx{display:inline-block;padding:8px 50px;color:#fff;font-size:20px;border:2px solid #fff;}


.main-section-visual{min-height:240px;}
.main-section-visual .bg{height:100%;width:100%;pointer-events:none;/*padding:100px 5%;*/}
.main-section-visual .inner{max-width:1760px;}
.main-section-visual .swiper-slide{display: flex; /* height:990px;560*315 비율 */
position: relative;
overflow: hidden;
flex-direction: column;
justify-content: center;background-color:#d2d8e6;background-size:cover;background-repeat:no-repeat;background-position:50%;}
.main-section-visual .swiper-slide h2{position: relative;color:#fff;font-size:55px;z-index:9;}
.main-section-visual .swiper-container{}

.main-section-visual .pagi-bx{ display: flex; position: absolute; top: 70%; left: 0; padding:0 5%; z-index: 2; width: 100%; } 
.pagi-bx > .swiper-button-prev{ position: relative; top: 0; left: 0; height: 30px; margin-top: 10px; }
.pagi-bx > .swiper-button-next{ position: relative; top: 0; left: 0; height: 30px; margin: 10px 10px 0; }
.pagi-bx > .swiper-button-prev::after,
.pagi-bx > .swiper-button-next::after{ font-size: 15px; font-weight: 800; color: #fff; }
.pagi-bx .swiper-pause{ cursor: pointer; width: 50px; height: 50px;margin-right:30px; background:#57575d url('/images/common/ico-pauseOff.png') no-repeat center; border-radius:99px;}
.pagi-bx .swiper-pause.on{ background:#57575d url('/images/common/ico-pauseOn.png') no-repeat center; }

.main-partners-bx{margin-top:27px;transform:translateY(30%);}

.main-banner-wrap{color:#fff;font-size:25px;background:url(/images/contents/bg-main-process.jpg) 50% / cover no-repeat;}
.main-banner-wrap h2{font-size:55px;}
.main-banner-wrap img{position:absolute;right:0;top:80%;}
.main-banner-wrap .swiper-container{overflow:inherit;}

.main-business-wrap{padding-top:150px;}
.main-business-wrap .swiper-slide{display:flex;padding:90px;justify-content: space-between}
.main-business-img{position: relative;}
.main-business-img:after{content: '';position: absolute; display:block;width:100%;height:100%;left:0;top:0;background:#f3f3f3;z-index:-1;transform: translate(-90px, -90px);}
/* .main-business-wrap .swiper-slide > .main-business-img{width:55%;} */
.main-business-wrap .swiper-slide > .main-tit{width:45%;}
.main-business-wrap .swiper-slide .main-tit{/*transform: translateY(0);*/}
.main-business-wrap .swiper-slide .main-tit p{margin-top:1em;}
.main-business-wrap .swiper-slide.swiper-slide-active .main-tit{/*transform: translateY(0);*/opacity:1;transition: 0.8s ease;}
.main-business-wrap .pagi-bx{ display: flex; position: absolute; width:46%;max-width:46%;bottom: 200px; right:0; padding:0; color:#4f4f4f; font-size:22px; font-weight:700;z-index: 2; } 
.main-business-wrap .pagi-bx > .swiper-button-prev::after,
.main-business-wrap .pagi-bx > .swiper-button-next::after{ font-size: 15px; font-weight: 800; color: #0b0b0b; }
.main-business-wrap .pagi-bx > .swiper-button-prev{ margin: 5px 0 0;}
.main-business-wrap .pagi-bx > .swiper-button-next{ margin: 5px 0 0;}
.main-business-wrap .pagi-bx .swiper-pagination-custom{width:auto;bottom:0;padding:0 10px;}
.main-business-wrap .pagi-bx .swiper-pagination{position:relative;}
.main-business-wrap .pagi-bx .total{ color:#c5c5c5;}

/* SUB VISUAL */
.snb-wrap{}
.snb-wrap-bg{height:490px;}
.snb-wrap-bg .inner{display: flex;height:100%;
position: relative;
overflow: hidden;
flex-direction: column;
justify-content: center;
align-items: center;background-color:#d2d8e6;background-size:cover;background-repeat:no-repeat;background-position:50%;}
.snb-wrap-bg .inner h2{margin-top:-40px;color:#fff;font-size:40px;font-weight:500;}

.bg-about .inner{background-image:url(/images/contents/bg-about.jpg);}
.bg-business_performance .inner{background-image:url(/images/contents/bg-business_performance.jpg);}
.bg-business_area .inner{background-image:url(/images/contents/bg-business_area.jpg);}
.bg-community .inner{background-image:url(/images/contents/bg-community.jpg);}
.bg-inquiry .inner{background-image:url(/images/contents/bg-inquiry.jpg);}
.bg-policy .inner{background-image:url(/images/contents/bg_about.jpg);}

.sub-top-bx{position:relative;margin-top:-145px;z-index:9;}
.breadcrumb{max-width:1500px;margin:auto;text-align:right;margin-bottom:15px;}
.breadcrumb a{color:#fff;font-size:14px;}
.breadcrumb li{display:inline-block;}
.breadcrumb li + li:before{content:'';display:inline-block;width:10px;height:15px;margin:-2px 5px 0;background:url('/images/common/ico-arr.png') 50% no-repeat;}
.icon-home{text-align:left;}
.icon-home a{display:inline-block;width:18px;height:16px;margin-top:-2px;text-indent:-9999em;background:url('/images/common/ico-home.png') 50% no-repeat;vertical-align:middle;}

.sub-top-wrap.top-inquiry{}
.sub-top-wrap.top-inquiry .inner{display:flex;}
.sub-top-wrap.top-inquiry .inner > div{display:flex;width:50%;height:268px;font-weight:700;}
.sub-top-wrap.top-inquiry .inner > div i{width:260px;}
.sub-top-wrap.top-inquiry .inner > div a{display:inline-block;padding:5px 40px 8px;color:#fff;border-radius:99px;}
.sub-top-wrap.top-inquiry .inner > div div{padding:60px 27px 40px;}
.sub-top-wrap.top-inquiry .inner .top-inquiry-01-txt{font-size:24px;}
.sub-top-wrap.top-inquiry .inner .top-inquiry-02-txt{font-size:48px;line-height:1.2;}
.sub-top-wrap.top-inquiry .inner .top-inquiry-03-txt{margin-top:20px;font-size:24px;}

div.top-inquiry-01{color:#244189;background:#eee;}
div.top-inquiry-01 a{background:#244189;}
div.top-inquiry-02{color:#04cf5c;background:#f3fbef;}
div.top-inquiry-02 a{background:#04cf5c;}

.top-inquiry-01 i{background:url(/images/common/ico-call.png) 50% no-repeat;}
.top-inquiry-02 i{background:url(/images/common/ico-talktalk.png) 50% no-repeat;}


/* 게시판 > 너비 */
.sub-inquiry .boardList td:nth-child(2){width:170px;}
.sub-inquiry .boardList td:nth-child(3){width:140px;}
.sub-notice .boardList td:nth-child(1){width:170px;}
.sub-notice .boardList td:nth-child(2){width:auto;}

/* 게시판 > 견적문의,공지 */
.boardHead{width:100%;max-width:286px;float:right;margin:0 0 30px;border:1px solid #f8f8f8;background-color:#f8f8f8;}
.boardHead select, .boardHead input, .boardHead button{height:40px;font-size:17px;color:#666;background-color:#f8f8f8;border:1px solid #f8f8f8}
.boardHead select.searchField{width:100px;padding:0 10px;}
.boardHead input.searchTxt{width:calc(100% - 54px);padding:0;font-size:14px;}
.boardHead button.searchBtn{width:50px;color:#fff;text-indent:-9999em;background:url('/images/common/ico-search.png') 50% no-repeat;border:1px solid #f8f8f8;cursor:pointer;}
.boardHead input.searchTxt::placeholder{color:#979797;}

.boardList{}
.boardList table{border-top:2px solid #0e0e0e;text-align:center;font-size:16px;}
.boardList table thead th{padding:30px 40px;color:#252525;font-weight:500;font-size:16px;border-bottom:1px solid #d9d9d9;}
.boardList table tbody td{padding:30px 40px;color:#8a8a8a;border-bottom:1px solid #d9d9d9;}
.boardList a:hover, .boardFoot a:hover{text-decoration:underline;}
.boardList table tbody .tleft a{float:left;max-width:calc(100% - 43px);padding-right:2px;color:#252525;}
.boardList table tbody .tleft > div{overflow:hidden;}
.boardList.boardListInquiry table tbody .tleft > div{position:relative;}
.boardList table tr:hover{background:#f9f9f9;}
.secret:before{content:'';display:inline-block;width:14px;height:20px;margin:-2px 5px 0 0;vertical-align:middle;background:url('/images/common/ico-secret.png') 0 50% / 12px no-repeat;}
.noti{color:#0d3482;font-weight:500;}
.iconFile{display:inline-block;margin:-2px 0 0 5px;width:14px;height:17px;font-size:11px;color:#fff;font-weight:300;text-align:center;background:#222;vertical-align:middle;}
.iconFile{background:url('/images/common/ico-file.png') 50% / 100% no-repeat;text-indent:-9999em;}
.viewDetailFile{padding:15px 30px;border-bottom:1px solid #d9d9d9;}
.viewDetailFile ul{position:relative;padding-left:102px;}
.viewDetailFile ul:before{content:'첨부파일';position:absolute;display:block;top:5px;left:0;color:#666;line-height:1;}
.viewDetailFile li{margin-bottom:4px;}
.viewDetailFile a{border-bottom:1px solid;}
.viewDetailFile .iconFile{}

/* 게시판 > 상세 비밀글팝업 */
.bg_overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:9992}
.popup_secret{position:fixed;left:50%;top:50%;width:300px;padding:30px 20px;z-index:9999;text-align:center;-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:2px solid #333;background:#fff;}
.popup_secret p{font-size:26px;font-weight:bold;}
.popup_secret input[type=password]{width:100%;height:41px;padding:10px}
.popup_secret .btn_secret, .popup_secret .btn_cancel{width:60px;height:30px;padding:5px 0;cursor:pointer;}
.popup_secret .btn_secret{color:#fff;background:#244189;}
.popup_secret .btn_cancel{background:#ddd;}

/* 페이지 */
.pagination{margin:30px 0 0;text-align:center;}
.pagination *{display:inline-block;vertical-align:middle;}
.pagination ul{border-radius:0;}
.pagination ul li{display:inline-block;}
.pagination ul li + li{}
.pagination ul li a{display:block;width:30px;height:30px;color:#8a8a8a;font-size:16px;font-weight:300;line-height:30px;border-radius:50%;}
.pagination ul li.active a{color:#8a8a8a;background:#f7f7f7;}
.pagination ul li.prevFirst,
.pagination ul li.prev,
.pagination ul li.nextLast,
.pagination ul li.next{text-indent:-9999em;border:1px solid #e9e9e9;border-radius:50%;}
.pagination ul li.prevFirst{background:url('/images/common/btn-page-first.png') 50% no-repeat;}
.pagination ul li.prev{background:url('/images/common/btn-page-prev.png') 50% no-repeat;}
.pagination ul li.next{background:url('/images/common/btn-page-next.png') 50% no-repeat;}
.pagination ul li.nextLast{background:url('/images/common/btn-page-last.png') 50% no-repeat;}
.pagination ul li.prev{margin-right:20px;}
.pagination ul li.next{margin-left:20px;}

.board-foot-btn{padding-top:40px;}
.btn.btn-inquiry{width:218px;padding-bottom:3px;line-height:60px;color:#fff;font-size:25px;background:#244189;}
.btn.btn-inquiry:hover{background:#092262;text-decoration:none;}
.sec-anchor-box .btn.btn-inquiry{width:100%;}

.inquiry-top-txt{color:#191919;font-size:22px;font-weight:500;}
.boardWrite{width:100%;margin-top:30px;border-top:2px solid #0e0e0e;}
.boardWrite td{width:50%;padding:15px;font-size:20px;}
.boardWrite td p{margin-bottom:15px;font-weight:700;}
.boardWrite td input[type=text],
.boardWrite td input[type=password]{width:100%;height: 58px;padding:0 10px;font-size:18px;border: 1px solid rgb(202, 202, 202);}
.boardWrite td input:disabled {background: #fff;}
.boardWrite input::placeholder{color:#c0c0c0;}
.boardWrite input[type=file]{height:auto;padding:0;border: 1px solid rgb(202, 202, 202);}
.input-file-bx + .input-file-bx{margin-top:10px;}
.input-textarea-bx{border-bottom:1px solid #d9d9d9;}
.input-textarea-bx textarea{width:100%;height:540px;padding:15px;font-size:18px;border-color:#cacaca;}
.input-textarea-bx ul{padding:15px;color:#3b3b3b;font-size:15px;background:#f6f6f6;}

.chk-item{}
.chk-item input[type=checkbox]{width:0;height:0;visibility:hidden;}
.chk-item input[type=checkbox] + label{position:relative;display:inline-block;padding-left:28px;font-weight:300;}
.chk-item input[type=checkbox] + label:before{content:'';position:absolute;left:0;display:inline-block;width:20px;height:20px;top:5px;left:0;vertical-align:middle;transition:none;border:1px solid #cdcdcd;}
.chk-item input[type=checkbox] + label:before{}
.chk-item input[type=checkbox]:checked + label:before{background:#222 url('/images/common/ico_check.png') 50% no-repeat;}

.boardView{width:100%;margin-top:30px;font-size:18px;border-top:2px solid #0e0e0e;}
.boardView th{width:140px;padding:25px;text-align:left;border-bottom:1px solid #d9d9d9;vertical-align:top;}
.boardView td{padding:25px;border-bottom:1px solid #d9d9d9;}
.boardView td .input-textarea-bx{border:0;}
.boardView td .input-textarea-bx textarea{height:470px;padding:0;border:none;resize: none;}
.boardView td textarea:disabled {background: #fff;}

.inquiry-view-rep{padding:60px 90px 0;font-size:18px;}
.inquiry-view-rep-item{}
.inquiry-view-rep-item p{display:inline-block;padding-right:100px;}
.inquiry-view-rep-item input[type=text], 
.inquiry-view-rep-item input[type=password]{width:165px;height: 42px;margin-left:30px;padding:0 10px;border: 1px solid rgb(202, 202, 202);}
.inquiry-view-rep-item textarea{width:100%;height:140px;padding:15px;border: 1px solid rgb(202, 202, 202);resize: none;}
.inquiry-view-rep-item div{padding-top:23px;}
.inquiry-view-rep-item{}
.inquiry-view-rep-btn{padding-top:26px;}
.inquiry-view-rep-btn button{width: 99px;height: 37px;color:#fff;font-size:16px;background-color: rgb(17, 17, 17);line-height:1;}

.inquiry-list-btn{padding-top:80px;}
.btn.btn-back-list{width: 210px;color:#2a2a2a;font-size:16px;line-height: 52px;background:#f7f7f7;}
.btn.btn-back-list i{width:21px;height:21px;margin-right:18px;background:url('/images/common/ico-back.png') 50% no-repeat;}
.btn.btn-back-list span{vertical-align:middle;}

/* 게시판 공지 */
.sub-notice .inner{max-width:1500px;margin-top:-100px;padding:25px 100px 0;background:#fff;}
.sub-notice .boardList.boardList-notice table{margin-bottom:67px;}
.sub-notice-view .inner{max-width:1762px;margin-top:-100px;padding:0;background:#fff;}
.sub-notice .inner.sub-board-top{max-width:96%;width:1500px;padding:70px 100px 0;}

/* 게시판 > 상세 */
.boardView-notice{}
table.boardView-notice {width:100%;}
.boardView-notice th{position:relative;padding:100px 240px 90px;text-align:left;background:#f8f8f8;}
.boardView-notice th h3{font-size:40px;font-weight:700;color:#222;}
.boardView-notice th ul{margin-top:30px;font-size:16px;font-weight:400;color:#888;}
.boardView-notice th ul li{display:inline-block;}
.boardView-notice th ul li + li:before{content:'';display:inline-block;height:12px;margin:-3px 10px 0;border-left:1px solid #ddd;vertical-align:middle;}
.boardView-notice td{padding:0 100px;}
.boardView-notice h3 .iconFile{width:27px;height:34px;}
.viewDetail{min-height:300px;padding:50px 140px 100px;color:#252525;font-size:16px;line-height:1.6;border-bottom:1px solid #c0c0c0;}


/* 개인정보처리방침 */
.sub-policy-bx{}
.sub-policy-bx h4{margin-bottom:0.5em;font-weight:500;font-size:1.4em;color:#0d3482;}
.bullet-ui-list{}
.bullet-ui-list li{position:relative;padding-left:13px;}
.bullet-ui-list li:before{content:'-';position:absolute;display:block;top:5px;left:0;color:#666;line-height:1;}
.bullet-ui li + li{margin-top:10px;}
.bullet-ui-list li + li{margin-top:10px;}
.sub-policy-bx .viewDetail{}
.sub-policy-bx .viewDetail a[target="_blank"] {background:url(/images/common/ico-link.png) 100% 50% / 12px no-repeat ; padding:0 18px 0 0; text-decoration:underline; color:#258ccc;}
.policy-bx{padding:10px 20px;border:4px solid #f4f4f4;}

.ul-st1{margin:0 0 0 3px; padding:0;}
.ul-st1 li{position:relative;line-height:20px; margin:0 0 20px 0; font-weight:400; padding:0 0 0 10px;}
.ul-st1 > li:before{content:'';position:absolute;display:block;top:8px;left:0;width:4px;height:4px;background:#0045b8;}
.ul-st1 li p {margin:5px 0 10px 0; font-size:14px; font-weight:normal; color:#464646; padding:0; line-height:20px;}

.ul-st2{margin:5px 0 20px 5px; padding:0;}
.ul-st2 li{position:relative;color:#464646 !important; margin-bottom:5px;padding:0 0 0 10px !important;font-size:14px;}
.ul-st2 li:before{content:'-';position:absolute;display:block;top:4px;left:0;color:#666;line-height:1;}

.privacySection{font-size:14px;}
.privacySection > div{margin-bottom:2em;}
.privacySection > div h4{font-size:1.2em;}
.privacySection > h4{font-size:1.4em;}
.privacySection ul{padding-left:10px;}

.privacySection dl{margin-top:1em;}
.dl-st1 dt{padding:0 0 0 10px;position:relative;font-weight:500;}
.dl-st1 dt:before{content:'';position:absolute;display:block;top:8px;left:0;width:4px;height:4px;background:#0045b8;border-radius:50%;}
.dl-st1 li{margin-bottom:2px;}

@media only screen and (min-width: 1025px){ /* 1025px 이상 */
	.a_menu{display:none;}
	.m-block{display:none;}

	.dep2{display:none;position:absolute;top:100%;margin-top:22px;letter-spacing:0;border:1px solid #d2cdbf;}
	.dep2 a{color:#fff !important;}
	.dep2 li{margin-top:8px 0;}
	.gnb > li:hover .dep2{display:block;position:relative;}
}


@media only screen and (max-width: 1024px){ /* 1024px 이하 */
	.pc-block{display:none;}

	body *{transition:padding 0.3s ease, font-size 0.1s ease;}
	#inHeader{padding: 20px;}
	.footer{padding:20px;}

	header{height:64px;}
	header .logo-header{width:auto;height:30px;}
	nav.m_menu{display:none;}
	.header-side .footer-lang button{display:none;}
	header .inner h1{float:none;display:block;}
	.gnb{padding-top:50px;}
	.gnb > li{display:block;height:auto;margin:0;font-size:22px;text-align:left;font-weight:700;}
	.mheader{height:100vh;}
	.mheader .inner{padding:0;}
	#inHeader.sub-header{}
	.dep2{font-size:20px;background:none;text-align:left;}
	#toTop{right:20px;bottom:20px;}

	.a_menu{position:absolute;z-index:999;}
	.slide-open{position:relative;cursor:pointer;background:transparent;}
	.mburgur{display:inline-block;width:30px;height:30px;background:url(/images/common/menu_btn.png) 50% / 100% no-repeat;}
	.slide-open:focus{outline:none}
	.mburgur.on{background:url(/images/common/menu_btn_close.png) 50% / 80% no-repeat;}


	.h-side{text-align:left;}
	.h-side a{color:#189edb;font-size:27px;font-weight:700;}
	.h-side p{padding:10% 0 5px;color:#bfbfbf;font-size:11px;}

	/* main공통 */
	.main-section{padding:50px 0;}
	.main-tit{}
	.main-tit span{font-size:13px;}
	.main-tit h2{font-size:22px;}
	.main-tit p{font-size:14px;}
	.btn.line-bx{padding:5px 50px;font-size:14px;line-height:30px;}


	.main-section-visual .swiper-slide{}
	.main-section-visual .swiper-slide h2 {text-shadow: 0px 0px 18px rgba(98, 98, 98, 0.52);font-size: 28px;}

	.main-partners-bx{margin-top:27px;}
	.main-partners-bx img{width:400px;}

	.main-banner-wrap{font-size:15px;}
	.main-banner-wrap h2{font-size:27px;}
	.main-banner-wrap .inner{padding:0;}
	.main-banner-wrap .swiper-slide{padding:0 10px;}
	.main-banner-wrap .swiper-slide p{padding:0 40px;}
	.main-banner-wrap br{display:none;}
	.main-banner-wrap img{position:absolute;right:0;top:110%;max-width:50%;max-height:140px;z-index:9;}

	.main-business-wrap{padding-top:100px;}
	.main-business-wrap .inner{padding:0;}
	.main-business-wrap .swiper-slide{display:block;padding:20px;font-size:14px;}
	.main-business-img:after{transform: translate(-20px, -20px);}
	.main-business-wrap .swiper-slide > .main-tit{width:100%;}
	.main-business-wrap .pagi-bx{ display: flex; position: relative; width:100%;max-width:46%;bottom: 0; left:15px;right:auto; padding:0;font-size:18px;}
	.main-business-wrap .pagi-bx > .swiper-button-prev{ margin: 0;}
	.main-business-wrap .pagi-bx > .swiper-button-next{ margin: 0;}
	.main-business-wrap .pagi-bx .swiper-pagination-custom{width:auto;bottom:0;padding:0 10px;}
	.main-business-wrap .pagi-bx .swiper-pagination{position:relative;}
	.main-business-wrap .swiper-slide .main-tit{display:block;margin-top:35px;}

	/* sub */
	.bg-about .inner{background-image:url(/images/contents/bg-about-m.jpg);}
	.bg-business_performance .inner{background-image:url(/images/contents/bg-business_performance-m.jpg);}
	.bg-business_area .inner{background-image:url(/images/contents/bg-business_area-m.jpg);}
	.bg-community .inner{background-image:url(/images/contents/bg-community-m.jpg);}
	.bg-inquiry .inner{background-image:url(/images/contents/bg-inquiry-m.jpg);}
	.bg-policy .inner{background-image:url(/images/contents/bg-about-m.jpg);}

	.sub-section{padding:50px 0;}
	.snb-wrap-bg .inner{padding-bottom:40px;}
	.snb-wrap-bg{height:560px;}
	.snb-wrap-bg .inner h2{font-size:23px;}
	.sub-top-bx {margin-top: -80px;}
	.breadcrumb{display:none;}

	.sub-top-wrap.top-inquiry{}
	.sub-top-wrap.top-inquiry .inner{}
	.sub-top-wrap.top-inquiry .inner > div{display:flex;justify-content: center;flex-wrap: wrap;align-content: center;width:50%;height:auto;padding:20px 10px;font-weight:700;}
	.sub-top-wrap.top-inquiry .inner > div i{display:block;width:100%;height:40px;background-size:auto 100% !important;}
	.sub-top-wrap.top-inquiry .inner > div a{display:inline-block;padding:5px 20px 8px;}
	.sub-top-wrap.top-inquiry .inner > div div{padding:10px 0 0;text-align:center;}
	.sub-top-wrap.top-inquiry .inner .top-inquiry-01-txt{font-size:12px;}
	.sub-top-wrap.top-inquiry .inner .top-inquiry-02-txt{font-size:20px;}
	.sub-top-wrap.top-inquiry .inner .top-inquiry-03-txt{margin-top:20px;font-size:11px;}

	/* 게시판 > 너비 */
	.sub-inquiry .boardList td:nth-child(2){width:calc(100% - 90px);}
	.sub-inquiry .boardList td:nth-child(3){width:90px;}
	.sub-notice .boardList td:nth-child(1){width:100%;padding:0 10px 10px  !important;}
	.sub-notice .boardList td:nth-child(2){width:100%;padding:10px 10px 5px !important;}
	.boardHead{max-width:100%;}

	.boardList{}
	.boardList table{border-top:2px solid #0e0e0e;text-align:center;font-size:16px;}
	.sub-inquiry .boardList table tbody tr{display:flex;flex-wrap: wrap;flex-direction: row-reverse;border-bottom:1px solid #d9d9d9;}
	.boardList table thead th, 
	.boardList table tbody td{display:block;width:100%;padding:10px;font-size:13px;border:none;text-align:left;}
	.boardList table tbody td:nth-child(2),
	.boardList table tbody td:nth-child(3){padding-top:0;}

	.boardList a:hover, .boardFoot a:hover{text-decoration:underline;}
	.boardList table tbody .tleft a{float:left;max-width:100%;padding-right:0;}
	.boardList table tbody .tleft > div{overflow:hidden;}

	.board-foot-btn{padding-top:40px;text-align:center;}
	.btn.btn-inquiry{float:none !important;width:60%;margin:auto;padding-bottom:3px;line-height:40px;font-size:14px;}
	.btn.btn-inquiry:hover{background:#092262;text-decoration:none;}
	.sec-anchor-box .btn.btn-inquiry{width:100%;}

	.pagination ul li a{display:block;width:26px;height:26px;font-weight:300;line-height:26px;}
	.pagination ul li.prev{margin-right:10px;}
	.pagination ul li.next{margin-left:10px;}

	.inquiry-top-txt{font-size:12px;}
	.boardWrite{width:100%;margin-top:30px;border-top:2px solid #0e0e0e;}
	.boardWrite td{display:block;width:100%;padding:10px 0;font-size:13px;}
	.boardWrite td p{margin-bottom:5px;}
	.boardWrite td.pt40{padding-top:10px !important;}
	.boardWrite td input[type=text],
	.boardWrite td input[type=password]{width:100%;height:40px;padding:0 10px;font-size:13px;}
	.input-file-bx + .input-file-bx{margin-top:4px;}
	.input-textarea-bx{border-bottom:1px solid #d9d9d9;}
	.input-textarea-bx textarea{height:350px;padding:10px;font-size:13px;}
	.input-textarea-bx ul{padding:10px;color:#3b3b3b;font-size:13px;background:#f6f6f6;}
	.chk-item{}
	.chk-item input[type=checkbox]{width:0;height:0;visibility:hidden;}
	.chk-item input[type=checkbox] + label{padding-left:22px;}
	.chk-item input[type=checkbox] + label:before{top:0;width:16px;height:16px}
	.chk-item input[type=checkbox] + label:before{}
	.chk-item input[type=checkbox]:checked + label:before{background-size:90%;}

	.boardView{font-size:13px;}
	.boardView th{display:block;width:auto;padding:10px 0 0;border-bottom:0;}
	.boardView td{display:block;padding:0 0 10px;border-bottom:1px solid #d9d9d9;}
	.boardView td .input-textarea-bx textarea{height:350px;padding:10px 0;}
	.inquiry-view-rep{padding:50px 0 0;font-size:13px;}
	.inquiry-view-rep-item{}
	.inquiry-view-rep-item p{display:inline-block;width:49%;padding-right:0;}
	.inquiry-view-rep-item input[type=text], 
	.inquiry-view-rep-item input[type=password]{width:calc(100% - 60px);height:40px;margin-left:5px;padding:0 10px;border: 1px solid rgb(202, 202, 202);}
	.inquiry-view-rep-item textarea{width:100%;height:140px;padding:10px;border: 1px solid rgb(202, 202, 202);resize: none;}
	.inquiry-view-rep-item div{padding-top:12px;}
	.inquiry-view-rep-btn{padding-top:26px;}
	.inquiry-view-rep-btn button{font-size:12px;}



	/* 게시판 공지 */
	.sub-notice .inner{max-width:1500px;margin-top:-100px;padding:25px 30px 0;background:#fff;}
	.sub-notice .boardList.boardList-notice table{margin-bottom:67px;}
	.sub-notice-view .inner{max-width:1762px;margin-top:-100px;padding:0;background:#fff;}
	.sub-notice .inner.sub-board-top{max-width:96%;width:1500px;padding:50px 20px 0;}
	.sub-notice .boardList table tbody tr{display:flex;flex-wrap: wrap;flex-direction:column-reverse;border-bottom:1px solid #d9d9d9;}
	.boardView-notice h3 .iconFile{width:18px;}
	.viewDetailFile{padding: 15px 0;}



	/* 게시판 > 상세 */
	.sub-notice-view .inner{margin-top:-50px;}
	.boardView-notice{}
	.boardView-notice table{}
	.boardView-notice th{position:relative;padding:40px 30px;}
	.boardView-notice th h3{font-size:24px;}
	.boardView-notice th ul{font-size:13px;}
	.boardView-notice td{padding:0 30px;}
	.viewDetail{min-height:300px;padding:30px 0;font-size:13px;}

	.footer, 
	.footer .inner{padding:0;}
	.footer > div > div{padding:40px 20px;}
	.bx-footer-info{display:block;}
	.bx-footer-info img{max-width:40%;}

	.bx-footer-site {
	  justify-content: space-between;
	  flex-wrap: wrap;
	  flex-direction: column-reverse;
	}
	.bx-footer-site-link{display:flex;margin-bottom:45px;justify-content: space-between;}
	.bx-footer-site-link ul{margin-right:10px;}
	.bx-footer-site a{font-size:13px;}

	/**/
	.sub-businessArea-02 .sec-anchor-item a{height:50px;line-height:50px;}

	/* 개인정보처리방침 */
	.ul-st1{margin:0 0 0 3px; padding:0;}
	.ul-st2 li{font-size:13px;}

}

/* 768px 이하 */
@media only screen and (max-width: 768px){
    .main-section-visual .swiper-slide {}
	.addr{margin-top:25px;font-size:12px;}
	.addr ul li:before{content:'';display: inline-block;width:1px;height:10px;margin:-2px 8px 0;background:#4b4b4b;}
	.copy {margin-top: 12px;font-size:11px;}
	.footer-side p{margin:1em 0 0.5em;color:#189edb;font-size:32px;font-weight:700;line-height:1.2;}
	.footer-side p:before{content:'대표번호';display:block;color:#fff;font-size:12px;font-weight:400;}
	.footer-side a{padding:10px 30px;font-size:14px;border:2px solid #fff;}
	.footer-side a i{width:28px;height:12px;margin-left:17px;background:url(/images/common/ico_go.png) 100% no-repeat;}

	.main-section-visual .pagi-bx{top:60%;}
	/* sub */
	.snb-wrap-bg{height:80vw;}
	.sub-overview-topbg{padding:0 20px;}
	.sub-overview-02 .sec-tit-about{font-size:20px;}
	.sec-txt-about{}
	.sec-txt-about br{display:none;}
	.sec-txt-about p + p{padding-top:1em;}
}






@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(10%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}


@keyframes txt-motion {
	to {
		transform: none;
		opacity: 1;
	}
}