@media screen and (max-width: 767px) {
	body	{margin-top: 75px;}
	.header .gnb-inner	{width: 88%; height: 75px; justify-content: space-between; margin: 0 auto; padding: 0;}
	.header::after	{width: 88%;}
	.header h1	{justify-content: start; border-bottom: none;}
	.header h1 .header-logo	{width: 150px; height: 50px;}
	.header .gnb-nav	{display: none;}	
	.header .util-menu	{gap: 20px;}
	.header .util-menu .login	{width: 20px; height: 20px; background: url(../img/ico-login.png)no-repeat; background-size: 100%; font-size: 0;}
	.header .util-menu .logout	{width: 17px; height: 21px; background: url(../img/ico-logout.png)no-repeat 100% center; background-size: contain; font-size: 0;}
	.header .util-menu .search	{width: 20px; height: 20px;}
	.all-menu-btn button	{width: 20px; height: 18px; font-size: 0;}
	.header .lang	{display: none;}

	.all-menu-wrap	{width: 90%; top: 0; right: 0; left: auto; box-shadow: 0px 0 10px 3px rgba(0, 0, 0, 0.3); animation: slide-right 0.5s;}
	.all-menu-wrap h1   {height: 75px;}
	.all-menu-wrap h1 .header-logo	{width: 154px; height: 44px;}
    .all-menu-wrap .util-wrap   {height: 50px;}
    .all-menu-wrap .util-wrap .lang {top: 85px; right: 25px;}
    .all-menu-wrap .util-menu li    {background-size: 18px!important; text-indent: 25px;}
	.all-menu-wrap .btn-close	{width: 18px; height: 18px; top: 30px; right: 25px; opacity: 1;}

	.all-menu-wrap .menu-list	{padding: 0; display: flex; gap: 0; width: 100%; border-bottom: none;}
	.all-menu-wrap .menu-list-wrap	{flex-direction: column;gap: 0; height: 100%; position: relative; top: 0; background: #f9f9f9; border-bottom: 1px #ddd solid;}
	.all-menu-wrap .menu-list .depth01	{display: none;}

	.all-menu-wrap .menu-list .depth02-wrap	{visibility: hidden; transition:all 0.3s ease-in-out; width: 100%;  height: 0; padding: 0; gap: 10px; overflow: hidden; border-bottom: 1px #ddd solid;}
	.depth01-toggle:checked ~ .depth02-wrap	{visibility: visible; display: flex; flex-direction: column; flex-wrap: inherit; width: 100%; height: 100%; padding: 20px 0; background: #f9f9f9;}
	.all-menu-wrap .menu-list .depth02-box	{width: 100%!important; padding: 0 30px; gap: 0;}
	.all-menu-wrap .menu-list .depth02-wrap .depth02-box .tit a .ico-newwin	{top:6px;}
	.all-menu-wrap .menu-list .depth02-wrap .depth02-box .depth03{ gap: 5px;}	
	.all-menu-wrap .menu-list .depth02-wrap .depth02-box .depth03 li a	{font-size: 14px;}
	
	#depth01-btn	{display: block; position: relative; padding: 15px 30px; border-bottom: 1px #ddd solid; background: #fff;}
	.depth01-toggle:checked + label#depth01-btn	{}
	label#depth01-btn::after	{content: ""; background: url(../img/btn-arrow.png) no-repeat; background-size: 100%; width: 8px; height: 14px; position: absolute; top: 24px; right: 30px; transform: rotate(0); transition: all 0.3s; animation: fade-in 1s;}	

	.depth01-toggle:checked + label#depth01-btn::after	{transform: rotate(90deg);}

	#depth01-btn, #depth01-btn a	{color: #000; font-size: 18px; font-family: 'PretendardB';}
	#depth01-btn a	{display: block; width: 100%;}

	.w-50, .w-75	{width: 100%;}
	.w-m-100		{width: 100%;}
	.p-25	{padding: 15px!important;}
	.p-40,.p-50	{padding: 25px!important;}
	.pt-25	{padding-top: 15px;}
	.pt-50	{padding-top: 25px;}
	.pb-25	{padding-bottom: 15px;}
	.mt-15	{margin-top: 10px!important;}
	.mt-20	{margin-top: 10px!important;}
	.mt-25	{margin-top: 15px!important;}
	.mt-30	{margin-top: 15px!important;}
	.mt-50	{margin-top: 25px!important;}
	.mb-25	{margin-bottom: 10px!important;}
	.mb-50	{margin-bottom: 25px!important;}
	.ml-20	{margin-left: 15px!important;}
	.px-20	{padding-left: 10px; padding-right: 10px;}
	.mt-m-0	{margin-top: 0!important;}
	.mt-m-5	{margin-top: 5px!important;}
	.mt-m-10{margin-top: 10px!important;}
	.mt-m-15{margin-top: 15px!important;}
	.mt-m-20{margin-top: 20px!important;}
	.mt-m-25{margin-top: 25px!important;}
	.mb-m-0	{margin-bottom: 0!important;}
	.ml-m-0	{margin-left: 0!important;}
	.mr-m-0	{margin-right: 0!important;}
	
		{flex-direction: columns: ;;}

	/*메인*/
	.container	{width: 88%;}
	.section-title	{margin: 0 auto 10px;}
	.section-title .more a	{width: 16px; height: 16px; background-size:100%;}
	#section1	{padding: 15px 0; margin-bottom: 25px;}
	#section1 .main-slider .bx-viewport	{height: auto!important;}
	#section1 .main-slider .slide img	{height: auto;}
	#section1 .main-slider .bx-controls-direction	{display: none;}
	#section1 .main-slider .img-pc { display: none; }
    #section1 .main-slider .img-m { display: block; }
	#section1 .main-slider .slide-counter {bottom: 10px; right: 60px; padding: 3px 10px;}
	.main-slider .bx-controls-auto	{bottom: 10px; right: 10px; height: 26px; padding:0 10px;}
	#section2 .container 	{gap: 30px;}
	#section2 ul	{gap: 0;}
	#section2 li .title	{max-width: 250px;}
	#section3	{margin: 30px 0; padding: 30px 0;}
	#section3 .section-title span	{width: 120px; height: 40px; background-size: 100%;}
	#section3 .section-title p	{width: 100%; top: 0; margin-left: 0;}
	#section3 .con-box-wrap	{flex-direction: column; gap: 15px;}
	#section3 .con-box	{width: 100%; height:100%;}
	#section3 .con-box .thumb	{width: 100%;}
	#section3 .con-box .thumb img{width: 100%; height:100%;}
	#section3 .con-box .title-wrap	{height: auto; padding: 30px;}
	#section3 .con-text	{height: 100%;}
	#section3 .con-text .boxtitle	{font-size: 14px;}
	#section3 .con-text .bx-viewport	{height: auto;}
	#section3 .con-text li.title	{max-width: 85%!important;}
	#section3 .con-text .col	{gap: 15px!important; flex-direction: column!important;}
	#section3 .con-text .col ul	{padding-bottom: 15px!important; width: 100%!important;}
	#section3 .con-text .col ul:last-child	{padding-bottom: 0!important;}
	#section3 .con-text .col-6 ul:nth-child(5)	{border-bottom: 1px #ddd solid; padding-bottom: 15px !important;}
	#section3 .bx-controls	{top: 20px; right: 20px;}
	#section3 .bx-controls-direction a	{width: 30px; height: 30px; background-size: 7px!important;}
	#section4	{margin-bottom: 15px;}
	#section4 .con-box-wrap	{flex-direction: column; gap: 10px;}
	#section4 .con-box	{width: 100%; height: auto; gap: 0;}
	#section4 .con-box .thumb	{width: 100%; height: 194px; min-height: 194px;}
	#section4 .con-box .thumb a	{width: 100%; height: 194px;}
	#section4 .con-box .thumb a::after	{width: 50px; height: 51px; background-size: 100%;}
	#section4 .con-box .thumb a:hover::after	{background-size: 100%;}
	#section4 .con-box .thumb img	{transform: scale(1);}
	#section4 .con-box .title	{height: auto; padding: 20px 0;}
	#section4 .con-list	{gap: 15px; margin-left: 0;}
	#section4 .con-list .title	{padding: 0;}
	#section5	{overflow: hidden; margin-bottom: 0;}
	#section5 .container	{display: flex; flex-direction: column;}
	#section5 .section-title	{width: 100%;}
	#section5 .col-tab	{max-width: 100%; width: 100%; height: 50px; color: #282828; background-color:#f9f9f9;}
	#section5 .tab-contents	{max-width: 100%; overflow: visible; margin-top: 25px;}
	#section5 .tab-contents .swiper	{overflow: visible;}
	.swiper-wrapper	{width: 88%!important;}
	#section5 .swiper-slide	{gap: 5px;}
	#section5 .swiper-slide .thumb	{width: auto; height: 200px; margin: 0 0 10px; overflow:visible;}
	#section5 .swiper-slide .thumb img	{width: auto; height: 100%; object-fit: cover;}
	#section5 .swiper-slide .biz	{max-width: 100%;}
	#section5 .swiper-slide .title, #section5 .swiper-slide .title a	{max-width: 100%;}
	#section5 .swiper-slide .lang	{max-width: 100%;}
	#section5 .swiper-slide .writer	{max-width: 100%;}
	#section5 .col-tab.btn	{display: none;}
	.control-wrap	{display: none!important;}
	#section6 .site-link	{padding: 20px 0; gap: 12px 0;}
	#section6 .site-link li	{width: calc(100%/3); overflow: hidden; text-align: center;}
	#section6 .site-link li img	{object-fit: contain; width: 100%;}
	#section6 .site-link li:nth-child(1) img	{height: 25px;}
	#section6 .site-link li:nth-child(2) img	{height: 32px;}
	#section6 .site-link li:nth-child(3) img	{height: 25px;}
	#section6 .site-link li:nth-child(4) img	{height: 25px;}
	#section6 .site-link li:nth-child(5) img	{height: 20px;}
	#section6 .site-link li:nth-child(6) img	{height: 20px;}
	#section7	{margin-bottom: 50px;}
	#section7 .con-box-wrap	{gap: 10px;}
	#section7 .con-box	{width: calc((100% - 10px) / 2); height: 250px; flex: auto;}
	#section7 .con-box .thumb, #section7 .con-box iframe,#section7 .con-box .thumb img	{height: 250px}
	#section7 .con-box .title-wrap	{padding: 20px;}

	.side-banner	{display: none;}

	#section-biz	{margin-bottom: 50px;}
	#section-biz .biz-list		{display: flex; flex-wrap: wrap; gap: 10px;}
	#section-biz .biz-list dl	{width: calc((100% - 10px) / 2); background: #fff; border-radius: 10px; box-shadow: 0 0 1rem 0 #0000000a; border: 1px #ededed solid; overflow: hidden;;}
	#section-biz .biz-list dt	{font-family: 'PretendardSB'; font-size: 15px; line-height: 1.5; color: #fff; padding: 15px 0; background: #0969B3; display: flex; height: auto; align-items: center;  justify-content: center; text-align: center;}
	#section-biz .biz-list dd	{display: flex; align-items: center; padding: 15px;}
	#section-biz .biz-list dd ul{display: flex; flex-direction: column; gap: 10px; width: 100%;}
	#section-biz .biz-list dd ul li	{border-bottom: 1px #ddd solid; padding-bottom: 10px; position: relative; padding-left: 15px;}
	#section-biz .biz-list dd ul li::before	{content: ""; background: url(../img/ico-dot.png) no-repeat; width: 5px; height: 5px; position: absolute; top: 11px; left: 0; background-size: 100%;}
	#section-biz .biz-list dd ul li:last-child{border-bottom: none; padding-bottom:0;}
	#section-biz .biz-list dd ul li,#section-biz .biz-list dd ul li a	{line-height: 1.4; font-size: 15px;}


	/*서브*/
	#wrap {background: #fff;}
	.sub-main-top,.sub-main-top.center	{padding: 20px 0;}
	.sub-main-top h2, .sub-main-top h2.small {width: 88%; font-family: 'PretendardSB'; letter-spacing: -0.03em; margin-bottom: 10px!important;}
	.sub-main-top .col-tab	{width: 88%!important;}
	.sub-title	{width:100%;}
	.sub-inner		{width: 88%; overflow: hidden; margin-bottom: 20px;}
	.sub-content	{font-size: 16px;}
	.sub-box		{padding: 25px; box-shadow: none; margin: 10px 0 20px;}
	.sub-box-gy,.sub-box-bg	{padding: 25px; margin: 10px 0 20px;}
	.page-nav	{width: 88%; gap: 7px; margin-bottom: 30px!important;}
	.page-nav li	{gap: 7px;}
	.page-nav-menu li:nth-child(3)	{display: flex;}
	.page-nav .home a	{background-size: 13px;}
	.dropdown-toggle	{gap: 5px;}
	.dropdown-toggle::after	{width: 18px; height: 18px;}
	.page-nav-menu	{top: 30px; padding: 15px;}
	.page-nav-menu li a	{padding: 5px 0;}
		
	.col-tab	{width: 100%; gap: 5px;}
	.col-tab .col a	{height: 40px; border-radius: 6px;}
	.col-tab.select {display: block;}

	.sub-tab	{padding: 20px 0 0; gap: 15px;}
	.sub-tab li.current	{border-bottom: 3px #0969B3 solid;}
	.sub-table	{margin: 10px 0;}
	.sub-table a.btn-file	{width: 60px; height: 30px;}
	.sub-table th	{white-space:nowrap; line-height: 1.3;}
	.sub-table th, .sub-table td	{padding: 10px 5px;}
	.sub-table .name,.sub-table .count	{display: none;}
	.sub-table td.no span	{padding:3px 5px;}
	.sub-table td.file img	{width: 10px;}
	.state span	{width: 60px; padding: 5px; font-size: 13px;}
 
	.btn-bbs-write a	{width: 100%;}

	.search-inner select{width: 25%; padding: 7px; background: #fff url(../img/ico-arrow.png) no-repeat right 11px center;}
	.search-inner input	{width: 50%; padding: 7px;}
	.search-inner button{width: 25%; padding: 7px;}

	.result-wrap	{width: 100%; margin: 20px auto 50px;}
	.result-top		{font-size: 18px; padding: 20px 0; margin-bottom: 20px;}
	.result-top span	{font-size: 14px;}
	.result-box			{padding-bottom: 20px; margin-bottom: 20px; gap: 10px;}
	.result-box li.thumb	{min-width: 80px; height: auto; overflow: hidden;}
	.result-box li.thumb img{height: 120px;}
	.result-box .tit	{margin-bottom: 5px;}
	.result-box .tit span	{display: table; padding: 2px 10px 0; margin-right: 0; margin-bottom: 5px;}

	#bbs_skin1_view .title	{padding: 20px 0;}
	#bbs_skin1_view .etc	{padding: 10px;}
	#bbs_skin1_view .contents img	{width: 100%!important; height: auto!important;}

	.policy-list	{gap: 5px; padding: 20px; flex-direction: column;}
	.policy-list ol	{gap: 5px;}

	.login-wrap		{width: 100%; margin: 0 auto; padding: 30px;}
	.login-inner		{gap: 10px;}
	.login-find-wrap	{gap: 20px;}
	.login-find-box		{padding: 30px;}
	.login-find-box .sub-title	{font-size: 22px;}
	.login-find-box .sub-title p	{font-size: 15px;}
	.login-form	{width: 100%; gap: 5px; margin-top: 5px;}
	.login-info	{margin-bottom: 0;}
	.join-wrap	{width: 100%;}
	.join-wrap .join-process	{width: 100%; margin: 0 auto 20px;}
	.join-wrap .join-process li	{gap: 0;}
	.join-wrap .join-process li .num	{display: none;}
	.join-wrap .join-process li::after	{width: 7px; height: 11px; background-size: 100%;}

	.join-qna-wrap	{margin: 20px 0;}
	.join-qna-wrap .join-qna	{padding: 20px; gap: 5px;}
	.join-qna-wrap .join-qna li	{margin-left: 24px;}
	
	.join-qna-wrap .join-qna::before	{font-size: 20px;}
	.join-agree-wrap .agree-cont .agree-title	{font-size: 18px;}
	.join-agree-wrap .agree-cont .agree-box	{padding: 15px; margin: 10px 0 20px;}
	.join-form	{width: 100%; gap: 20px;}
	.join-form ul	{flex-direction: column; align-items: start; gap: 5px;}
	.join-form li.title	{font-size: 15px;}
	.join-step03-bg	{width: 40px; height: 40px; margin: 0 auto 10px; background-size: 20px;}
	
	.btn-wrap .btn	{width: 50%;}


	.paging a, .paging strong	{width: 25px; height: 25px;}
	.page-limit .f-page,.page-limit .l-page	{display: none;}
	.paging a.next	{border-right: none;}

	.greeting-wrap	{flex-direction: column; gap: 40px;}
	.greeting-wrap img	{width: 100%;}
    .greeting-wrap .greeting-text    {gap: 25px;}
    .profile-wrap   {flex-direction: column; gap: 50px;}
    .profile-wrap div   {width: 100%;}
    .profile-wrap li.year{width: 25%!important;}
	
	.sub-cont-list	{flex-direction: column; gap: 15px; border-bottom: 1px #dedede dashed; padding-bottom: 20px; margin-bottom: 20px;}
	.sub-cont-list .title	{align-items: center; max-width: 100%;}
	.sub-cont-list .title::before	{width: 25px; height: 25px; background-size: 100%; left: -35px;}
	.sub-cont-list .cont	{width: 100%; gap: 0;}
	.sub-cont-list .cont .list	{gap: 0;}
	.sub-cont-list .cont .list li	{margin-left: 15px;}
	.sub-cont-list .cont .list li::before	{top: 10px; left: -15px; min-width: 5px; height: 5px;}

	.history-book	{flex-direction: column; gap: 20px;}
	.history-book .book-img	{display: flex; justify-content: center;}

	.ideo-wrap	{margin: 30px 0;}
	.ideo-top	{margin-bottom: 30px; padding-bottom: 30px; gap: 15px;}
	.ideo-top .title::after	{width: 35px; height: 1px; top: 55px;}
	.ideo-symbol ul	{width: 100%; flex-wrap: wrap;}
	.ideo-symbol li{width: calc(100% / 3);}
	.ideo-symbol .symbol{width: 90px; margin-bottom: 0; background-size: 35px; border: 10px #EAF6FF solid;}

	.intro2-wrap .greeting-text.center	{margin: 0 auto; text-align: justify; text-align-last: left;}
	.intro2-box	{margin-bottom: 20px;}
	.intro2-img img	{margin-right: 15px;}
	.intro2-img p	{display: block;}

	.value-wrap ul	{flex-direction: column; gap: 10px; margin-top: 12px;}
	.value-wrap li	{width: 100%; gap: 0;}
	.value-wrap li p	{flex-direction: row; align-items: center; gap: 10px;}
	
	.company-wrap	{flex-direction: column; gap: 20px;}
	.company-wrap dl	{width: 100%; padding: 20px;}
	.company-wrap dt	{height: 150px;}

	.fs-file-list	{flex-direction: column;}
	.fs-file-list dl	{width: 100%; flex-direction: column; gap: 10px; padding: 20px;}
	.fs-file-list dl:last-child{border-bottom: none;}
	.fs-file-list dd{gap: 10px;}

	.org-img	{width: 100%;}

	.report-li	{flex-direction: column; gap: 20px;}
	.report-li li img	{max-width: 100%;}
	.m-blind{display: none!important;}

	.ct_tab01	{padding: 20px 0 0;}
	.ct_tab01 dl dt	{gap: 15px; width: 100%; border-top: 2px #dedede dashed; margin-bottom: 10px; margin-top: 30px; padding-top: 30px;}
	.ct_tab01 dl dt:first-child{border-top: none; padding-top: 0;}
	.ct_tab01 dl dt::before	{background-size: 100%; width: 26px; height: 27px;}

	.ct_tab02	{padding-bottom: 30px;}
	.ct_tab02 .bx-wrapper	{display: none;}
	.ct_tab02 .ntime-tab	{display: block; width: 100%; height: 50px; background: #f9f9f9 url(../img/ico-arrow.png) no-repeat right 20px center; color: #282828;}
	.ct_tab02 .bx-controls-direction a	{width: 10px!important; height: 20px!important; background-size: 100%!important;}
	.ct_tab02 .ntime li		{margin-right: 52px!important;}
	.ct_tab02 .ntime_tit	{padding: 20px 0;}
	.ct_tab02 dl dt	{gap: 10px; margin-bottom: 10px; margin-top: 20px; padding-top: 20px;}
	.ct_tab02 dl dt::before	{background-size: 100%; width: 26px; height: 27px;}
	.ct_tab02 dl dd .stab li a	{height: 40px;}
	.ct_tab02 table th,.ct_tab02 table td	{font-size: 13px; word-break: keep-all; white-space: nowrap;}

	.ct_tab03	{padding: 20px 0 50px;}

	.ct_tab04 .tab01_box		{gap: 5px;}
	.ct_tab04 .tab01_box li a	{height: 40px;}
	.ct_tab04 .book	{flex-direction: column; gap: 20px;}
	.ct_tab04 .book li	{width: 100%; padding: 20px; gap: 20px;}
	.ct_tab04 .book li .img		{width: 30%; height: auto;}
	.ct_tab04 .book li .img img	{width: 100%; height: auto;}
	.ct_tab04 .book li .info	{width: 70%; gap: 10px;}
	.ct_tab04 .book li .info .title	{gap: 0; z-index: 9999; word-break: break-all;}
	.ct_tab04 .book li .info .info-li	{gap: 2px;}
	.ct_tab04 .book li .info .info-li dl	{gap: 10px;}
	.ct_tab04 .book li .info .info-li dl dt	{width: 42px; min-width: 42px;}
	.ct_tab04 .book li .info .btn img{width: 60px; float: right;}

	.munhag-image	{margin: 0;}
	.munhag-image img	{width: 100%;}

	.pc-hide	{display: block;}

	/*하단*/
	#footer	{padding: 20px 0;}
	.footer-wrap	{width: 88%; flex-direction: column;}
	.footer-logo	{background-size: 120px;}
	.footer-info .footer-link ul	{flex-wrap: wrap; gap: 0; margin-bottom: 10px;}
	.footer-info .footer-link li	{width: calc(100%/2); border: 1px #ddd solid; padding: 5px; text-indent: 5px;}
	.footer-info .footer-link li:nth-child(1),.footer-info .footer-link li:nth-child(2),.footer-info .footer-link li:nth-child(3),.footer-info .footer-link li:nth-child(4)	{border-bottom: none;}
	.footer-info .footer-link li:nth-child(1),.footer-info .footer-link li:nth-child(3),.footer-info .footer-link li:nth-child(5)	{border-right: none;}
	.footer-info .footer-link li.sitemap	{display: none;}
	.footer-info .footer-link li::before	{display: none;}
	#top	{bottom: 2%;}
	#top img	{width: 40px;}


	/*#iframe-1066	{max-height:3600px!important;}*/
}
  

@media screen and (min-width: 768px) and (max-width: 1024px) {
	body	{margin-top: 100px;}
	.w-75	{width: 100%;}
	#wrap	{overflow: hidden;}
	.header::after	{width: 90%;}	
	.header .gnb-inner	{width: 90%; height: 100px; justify-content: space-between; margin: 0 auto; padding: 0;}
	.header h1 .header-logo	{background: url(../img/logo.png) no-repeat center;}
	.header .gnb-nav	{display: none;}
	.all-menu-wrap h1	{height: 100px;}
	.all-menu-wrap h1 .header-logo	{width: 180px; height: 47px;}
	.all-menu-wrap .util-wrap	{height: 70px;}
	.all-menu-wrap .util-wrap .lang	{top: 120px;}
	.all-menu-wrap .menu-list	{width: 90%; padding: 50px 0 20px;}
	.all-menu-wrap .menu-list:last-child	{padding: 50px 0;}
	.all-menu-wrap .menu-list .depth01	{width: 100%;}
	.all-menu-wrap .menu-list .depth02-wrap .depth02-box .tit, .all-menu-wrap .menu-list .depth02-wrap .depth02-box .tit a	{line-height: 1.4;}
	.all-menu-wrap .menu-list .depth02-box	{padding: 20px;}
	.all-menu-wrap .menu-list .depth02-wrap .depth02-box .depth03	{gap: 5px;}
	.container	{width: 90%;}
	#section1	{padding: 30px 0; margin-bottom: 50px;}
	#section1 .main-slider .bx-viewport	{height: auto!important;}
	#section1 .main-slider .slide img	{height: auto;}
	#section1 .main-slider .bx-controls-direction	{display: none;}
	#section1 .main-slider .img-pc { display: block; }
    #section1 .main-slider .img-m { display: none; }
	
	#section3 .con-box	{width: 300px;}
	#section3 .con-text	{width: 300px;}
	#section4 .con-box	{width: 300px; line-height: 1.4;}
	#section4 .con-box .thumb	{width: 300px;}
	#section4 .con-list	{width: 300px;}
	#section6 .site-link li img	{width: 80%;}
	.sub-main-top h2, .sub-main-top h2.small {width: 90%; letter-spacing: -0.03em; margin-bottom: 10px!important; font-size: 40px;}	
	.sub-title	{width:100%;}
	.sub-inner		{width: 90%; overflow: hidden;}
	.page-nav	{width: 90%;}
	.col-tab	{width: 90%;}
	.sub-cont-list	{padding-bottom: 50px; margin-bottom: 50px;}
	.sub-cont-list .cont	{width: 750px;}
	.ct_tab01	{padding: 30px 0 0;}
	.footer-wrap	{width: 90%;}
	.footer-logo	{display: none;}
	.side-banner	{display: none;}

	.ct_tab04 .book	{gap: 30px;}
	.ct_tab04 .book li	{width: calc((100% - 30px) / 2); padding: 20px; gap: 20px; align-items:start; } 
	.ct_tab04 .book li .img		{width: 30%; height: auto;}
	.ct_tab04 .book li .img img	{width: 100%; height: auto;}
	.ct_tab04 .book li .info	{width: 70%; gap: 10px;}
	.ct_tab04 .book li .info .title	{gap: 0; z-index: 9999; word-break: break-all; font-size: 20px;}
	.ct_tab04 .book li .info .title .sec	{font-size: 15px;}
	.ct_tab04 .book li .info .info-li	{gap: 2px;}
	.ct_tab04 .book li .info .info-li dl	{gap: 10px;}
	.ct_tab04 .book li .info .info-li dl dt	{width: 42px; min-width: 42px; font-size: 14px; letter-spacing: -3px;}
	.ct_tab04 .book li .info .info-li dl dd	{font-size: 14px;}
	.ct_tab04 .book li .info .btn img{width: 60px; float: right;}

	.pc-hide	{display: block;}
	#section-biz	{margin-bottom: 50px;}
	#section-biz .biz-list		{display: flex; flex-wrap: wrap; gap: 10px;}
	#section-biz .biz-list dl	{width: calc((100% - 40px) / 4); background: #fff; border-radius: 10px; box-shadow: 0 0 1rem 0 #0000000a; border: 1px #ededed solid; overflow: hidden;;}
	#section-biz .biz-list dt	{font-family: 'PretendardSB'; font-size: 18px; line-height: 1.5; color: #fff; padding: 15px 0; background: #0969B3; display: flex; height: auto; align-items: center;  justify-content: center; text-align: center;}
	#section-biz .biz-list dd	{display: flex; align-items: center; padding: 15px;}
	#section-biz .biz-list dd ul{display: flex; flex-direction: column; gap: 10px; width: 100%;}
	#section-biz .biz-list dd ul li	{border-bottom: 1px #ddd solid; padding-bottom: 10px; position: relative; padding-left: 15px;}
	#section-biz .biz-list dd ul li::before	{content: ""; background: url(../img/ico-dot.png) no-repeat; width: 5px; height: 5px; position: absolute; top: 11px; left: 0; background-size: 100%;}
	#section-biz .biz-list dd ul li:last-child{border-bottom: none; padding-bottom:0;}
	#section-biz .biz-list dd ul li,#section-biz .biz-list dd ul li a	{line-height: 1.4; font-size: 16px;}
}

