@charset "UTF-8";

.new_layerpopup_cover	{ position: fixed; left: 0; top: 0; z-index: 999998; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.new_layerpopup	{ position: fixed; left: 50%; top: 50%; z-index: 999999; width: 430px; /*height: 650px;*/ padding: 0; transform: translate(-50%, -50%); box-sizing: border-box; border-radius: 10px; background-color: #000; color: #fff; }
.new_layerpopup > ul	{ position: relative; padding: 15px 15px 0 15px; margin: 0; list-style: none; }
.new_layerpopup > ul li	{ display: block !important; padding: 0; margin: 0; list-style: none; }
.new_layerpopup > ul div	{ display: block !important; }
.new_layerpopup a	{ position: relative; display: block; width: 400px; height: 565px; background-color: #fff; overflow: hidden; }
.new_layerpopup a:focus:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px dashed red; box-sizing: border-box; content: ""; }
.new_layerpopup a img	{ display: block; max-width: 100%; max-height: 100%; margin: 0 auto; border: 0 none; }
.new_layerpopup p	{ position: relative; clear: both; width: 100%; height: 65px; padding: 17px 20px 0 20px; margin: 0; line-height: 31px; box-sizing: border-box; text-align: left; }
.new_layerpopup p:after	{ display: block; clear: both; content: ""; }
.new_layerpopup p > * { vertical-align: top; }
.new_layerpopup p input	{ width: 23px; height: 31px; margin: 0; }
.new_layerpopup p label	{ display: inline-block; padding: 0 0 0 0.5em; margin: 0; }
.new_layerpopup p button	{ float: right; width: 135px; height: 31px; padding: 0; margin: 0; border: 0 none; border-radius: 10px; background-color: #666; color: #fff; font-weight: normal; }
.new_layerpopup p button:focus, .new_layerpopup p button:hover, .new_layerpopup p button:active	{ background-color: #fff; color: #000; }
.new_layerpopup .slick-prev	{ position: absolute; left: -20px; top: 50%; width: 55px; height: 60px; line-height: 60px; padding: 0; margin: -30px 0 0 0; border: 0 none; background-color: #000; text-align: left; text-indent: -999px; overflow: hidden; color: #fff; font-family: serif; font-weight: bolder; font-size: 40px; z-index: 9999; border-radius: 100% }
.new_layerpopup .slick-prev:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; content: "<"; }
.new_layerpopup .slick-prev:focus, .new_layerpopup .slick-prev:hover, .new_layerpopup .slick-prev:active	{ color: #ffcc00; }
.new_layerpopup .slick-next	{ position: absolute; right: -20px; top: 50%; width: 55px; height: 60px; line-height: 60px; padding: 0; margin: -30px 0 0 0; border: 0 none; background-color: #000; text-align: left; text-indent: -999px; overflow: hidden; color: #fff; font-family: serif; font-weight: bolder; font-size: 40px; z-index: 9999; border-radius: 100%}
.new_layerpopup .slick-next:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; content: ">"; }
.new_layerpopup .slick-next:focus, .new_layerpopup .slick-next:hover, .new_layerpopup .slick-next:active	{ color: #fff; }
.new_layerpopup .slick-dots	{ position: absolute; right: 15px; bottom: 0; padding: 0; margin: 0; list-style: none; }
.new_layerpopup .slick-dots li	{ display: none !important; padding: 0; margin: 0; list-style: none; }
.new_layerpopup .slick-dots li.slick-active	{ display: block !important; }
.new_layerpopup .slick-dots li button	{ width: 65px; height: 42px; padding: 0; margin: 0; border: 0 none; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 13px; font-weight: normal; cursor: default; }
.new_layerpopup .play_stop	{ position: absolute; left: 15px; bottom: 0; width: 65px; height: 42px; padding: 0; margin: 0; border: 0 none;background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 18px; font-weight: normal; font-family: serif; }


@media all and (max-width: 500px)
{
	.new_layerpopup	{ width: 100%; height: auto; }
	.new_layerpopup a	{ position: relative; width: 100%; height: 0; padding-top: 141.25%; }
	.new_layerpopup a img	{ position: absolute; left: 50%; top: 50%; max-width: 100%; max-height: 100%; margin: 0; transform: translate(-50%, -50%); }
}
@media all and (max-width: 500px)
{
	.new_layerpopup p button	{ width: auto; padding: 0 10px; }
}
@media all and (max-width: 320px)
{
	.new_layerpopup p	{ padding-left: 20px; padding-right: 20px; }
}




/************************************************************************************************************************************************************************

	상단
	
************************************************************************************************************************************************************************/
header	{ position: relative; border-bottom: 1px solid #ddd; }
header aside	{ position: relative; max-width: 1680px; margin: 0 auto; }
header aside nav	{ position: absolute; right: 0; top: 0; display: flex; align-items: center; gap: 20px; height: 99px; }
header aside nav ul	{ display: flex; height: 43px; }
header aside nav ul:nth-child(1) li + li	{ display: flex; }
header aside nav ul:nth-child(1) li + li:before	{ display: flex; align-items: center; content: "|"; }
header aside nav ul:nth-child(1) li a	{ display: flex; align-items: center; height: 100%; padding: 0 15px; }
header aside nav ul:nth-child(1) li a.staff,
header aside nav ul:nth-child(1) li a.manager	{ font-weight: var(--font-bold); color: var(--red); cursor: default; }
header aside nav ul:nth-child(2)	{ padding: 0 25px 0 55px; border: 1px solid #d9d9d9; border-radius: 45px; background: url(../image/header_aside_icon.png) no-repeat 25px center; }
header aside nav ul:nth-child(2) li + li	{ display: flex; }
header aside nav ul:nth-child(2) li + li:before	{ display: flex; align-items: center; content: "/"; }
header aside nav ul:nth-child(2) li a	{ display: flex; align-items: center; height: 100%; padding: 0 5px; }


header nav#GNB	{}
nav#GNB	{ display: flex; justify-content: space-between; gap: 90px; max-width: 1370px; padding: 0 365px 0 0; margin: 0 auto; }
nav#GNB h1	{ flex: 0 0 212px; }
nav#GNB h1 a	{ display: block; width: 100%; height: 100%; background: url(../image/header_logo.png) no-repeat center center / contain; text-indent: -9999px; overflow: hidden; }
nav#GNB h1 a:focus	{ outline: 0 none; border: 2px solid var(--red); }

nav#GNB .ld1	{ flex: 1 1 735px; display: flex; }
nav#GNB .cd1	{ flex: auto; }
	nav#GNB .cd1c1,
	nav#GNB .cd1c6,
	nav#GNB .cd1c7,
	nav#GNB .cd1c8,
	nav#GNB .cd1c9,
	nav#GNB .cd1c10	{ display: none; }
nav#GNB .l1	{ display: flex; align-items: center; justify-content: center; width: 100%; height: 99px; font-size: 22px; font-weight: var(--font-bold); }
nav#GNB .l1:focus	{ outline: 0 none; border: 2px solid var(--red); }
nav#GNB .l1.open	{ color: var(--blue); }

nav#GNB .lb1	{ position: absolute; width: 100%; height: 0; overflow: hidden; }
nav#GNB .cd1.active .lb1	{ position: absolute; left: 0; top: 99px; z-index: 9; width: 100%; height: auto; padding: 30px 0; border-top: 1px solid #ddd; background-color: #fff; overflow: visible; }

nav#GNB .lb1 .lb1_align	{ display: flex; max-width: 1320px; min-height: 400px; margin: 0 auto; background: no-repeat 25px 80%; }
	nav#GNB .cd1c2 .lb1 .lb1_align	{ background-image: url(../image/header_gnb_depth1_01.svg); }
	nav#GNB .cd1c3 .lb1 .lb1_align	{ background-image: url(../image/header_gnb_depth1_02.svg); }
	nav#GNB .cd1c4 .lb1 .lb1_align	{ background-image: url(../image/header_gnb_depth1_03.svg); }
	nav#GNB .cd1c5 .lb1 .lb1_align	{ background-image: url(../image/header_gnb_depth1_04.svg); }
	nav#GNB .cd1c6 .lb1 .lb1_align	{ background-image: url(../image/header_gnb_depth1_05.svg); }

nav#GNB .lb1 .lb1_align p	{ flex: 370px; padding: 0 0 0 40px; }
nav#GNB .lb1 .lb1_align p > br	{ display: none; }
nav#GNB .lb1 .lb1_align p > strong	{ display: block; line-height: 1.6; font-size: 40px; font-weight: var(--font-bold); color: var(--black); }
nav#GNB .lb1 .lb1_align p > span	{ display: block; line-height: 1.2; letter-spacing: -0.25px; font-size: 20px; color: var(--black); opacity: 0.7; }
nav#GNB .lb1 .lb1_align p > span span	{ display: block; }

nav#GNB .ld2	{ flex: calc(100% - 370px); display: flex; flex-wrap: wrap; align-content: flex-start; gap: 20px 0; }
nav#GNB .cd2	{ flex: 0 1 25%; padding: 0 15px; }
nav#GNB .l2	{ display: flex; align-items: center; justify-content: center; width: 100%; height: 56px; border: 1px solid #ddd; border-radius: 5px; background-color: #f8f8f8; font-size: 17px; font-weight: 500; color: var(--black); }
nav#GNB .l2:focus, nav#GNB .l2:hover, nav#GNB .l2:active	{ border-color: #3D5688; background-color: #3D5688; color: #fff; box-shadow: 0 10px 30px rgba(61, 86, 136, 0.3); }
nav#GNB .l2.open	{ border-color: var(--blue); background-color: var(--blue); color: var(--white); box-shadow: 0 10px 30px rgba(61, 86, 136, 0.3); }
nav#GNB .lb2	{ margin-top: 25px; }

nav#GNB .ld3	{}
nav#GNB .cd3	{}
nav#GNB .cd3 + .cd3	{ margin-top: 10px; }
nav#GNB .l3	{ position: relative; display: block; padding-left: 16px; font-size: 17px; font-weight: var(--font-sami-bold); }
nav#GNB .l3:before	{ position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border: 2px solid #999; border-radius: 100%; content: ""; }
nav#GNB .l3.open	{ color: var(--blue); }

nav#GNB .lb3	{ display: none; }


@media all and ( max-width: 1600px )
{
	header aside nav	{ flex-direction: column; align-items: flex-end; justify-content: center; gap: 0; }
	nav#GNB	{ gap: 0; padding-right: 290px; }
}

@media all and ( max-width: 1280px )
{
	nav#GNB .l1	{ font-size: 20px; }
}

@media all and ( max-width: 1024px )
{
	header aside	{ padding-left: 212px; }
	header aside nav	{ flex-direction: row; align-items: center; height: 49px; }
	
	nav#GNB	{ padding: 0; }
	nav#GNB .ld1	{ padding-top: 49px; }
	nav#GNB .l1	{ height: 50px; }
}


.proc_mobile_menu	{ display: none; }

@media all and ( max-width: 768px )
{
	body	{ padding-top: 61px; font-size: 14px; }
	header	{ position: fixed; left: 0; top: 0; z-index: 9990; width: 100%; height: 61px; background-color: #fff; }
	header.mobile_active	{ height: 100%; }
	header aside	{ display: none; position: fixed; left: 0; top: 0; z-index: 9991; width: 100%; height: 61px; padding: 0 60px 0 10px; border-bottom: 1px solid #ddd; background-color: #fff; }
	header.mobile_active aside	{ display: block; }
	header aside nav	{ justify-content: flex-start; justify-content: flex-start; gap: 20px; position: static; left: 0; height: 60px; }
	
	.proc_mobile_menu	{ display: block; position: fixed; right: 0; top: 0; z-index: 9999; width: 60px; height: 60px; padding: 0; margin: 0; border: 0 none; background: url(../image/header_mobile_button.svg) no-repeat center center; text-indent: -99999px; overflow: hidden; }
	.proc_mobile_menu:focus	{ outline: 0 none; border: 2px solid var(--red); }
	header.mobile_active .proc_mobile_menu	{ background-image: url(../image/header_mobile_button_close.png); }
	
	
	nav#GNB	{ display: block; height: 100%; }
	nav#GNB h1	{ padding-left: 20px; }
	nav#GNB h1 a	{ width: 150px; height: 60px; background-size: auto 30px; }
	
	nav#GNB .ld1	{ display: none; flex-direction: column; align-items: flex-start; height: 100%; padding: 0; }
	header.mobile_active nav#GNB .ld1	{ display: flex; overflow: auto; }
	nav#GNB .ld1:after	{ position: absolute; left: 0; top: 0; z-index: -1; width: 140px; height: 100%; background-color: var(--site-bg-color); content: ""; }
	nav#GNB .cd1	{ display: flex !important; flex: none; }
		nav#GNB .cd1c1	{ display: none !important; }
	nav#GNB .l1	{ justify-content: flex-start; position: relative; width: 140px; height: 64px; padding: 0 15px; font-size: 16px; color: var(--black); font-weight: var(--font-normal); letter-spacing: -1px; }
	nav#GNB .cd1.mobile_active .l1	{ background-color: var(--site-color); color: var(--white); font-weight: var(--font-sami-bold); }
	nav#GNB .l1:after	{ position: absolute; left: 50%; bottom: -2px; width: calc(100% - 40px); height: 2px; transform: translateX(-50%); background-image: linear-gradient(to right, #666 2px,  rgba(255,255,255,0) 0%); background-repeat: repeat-x; background-position: left top; background-size: 7px 2px; content: ""; }
	nav#GNB .cd1.mobile_active .l1:after	{ content: none; }
	
	nav#GNB .lb1	{ display: none; }
	nav#GNB .cd1.mobile_active .lb1	{ display: block; position: fixed; left: 140px; top: 61px; width: calc(100% - 140px); height: 100%; padding: 0 20px; overflow: auto; }
	nav#GNB .lb1 .lb1_align	{ height: 100%; background: none !important; }
	nav#GNB .lb1 .lb1_align p,
	nav#GNB .lb1 .lb1_align p *	{ display: none !important; background: none !important; }
	
	nav#GNB .ld2	{ flex: auto; flex-direction: column; flex-wrap: nowrap; gap: 0; }
	nav#GNB .cd2	{ flex: none; padding: 0; border-bottom: 1px solid #ddd; }
	nav#GNB .l2	{ justify-content: flex-start; height: 63px; line-height: 1.2; border: 0 none; border-radius: 0; background-color: transparent; font-size: 15px; font-weight: var(--font-normal); }
	nav#GNB .l2.hasChild	{ padding-right: 30px; background: url(../image/header_mobile_arrow_down.png) no-repeat right center / 14px; }
	nav#GNB .l2.open,
	nav#GNB .l2:focus, nav#GNB .l2:hover, nav#GNB .l2:active	{ background-color: transparent; color: var(--black); font-weight: var(--font-snormal); box-shadow: none; }
	nav#GNB .cd2.mobile_active .l2	{ background-image: url(../image/header_mobile_arrow_up.png); color: var(--site-color); font-weight: var(--font-sami-bold); }
	
	nav#GNB .lb2	{ display: block; height: 0; padding: 0; margin: 0; overflow: hidden; }
	nav#GNB .cd2.mobile_active .lb2	{ display: block; height: auto; padding: 12px 0; border-top: 1px solid #ddd; background-color: #fff; overflow: visible; }
	
	nav#GNB .cd3 + .cd3	{ margin: 0; }
	nav#GNB .l3	{ line-height: 1.2; padding: 8px 0 8px 15px; font-size: 14px; font-weight: var(--font-snormal); }
	nav#GNB .l3:before	{ top: 13px; width: 6px; height: 6px; }
}

@media all and ( max-width: 560px )
{
	header aside nav ul:nth-child(1) li a	{ padding: 0 5px; }
	header aside nav ul:nth-child(2)	{ padding: 0; border: 0 none; border-radius: 0; background: none; background-color: var(--site-color); color: #fff; }
	header aside nav ul:nth-child(2) li a	{ color: #fff; }
}

@media all and ( max-width: 425px )
{
	header aside nav ul:nth-child(2) li a span	{ display: none; }
}

@media all and ( max-width: 320px )
{
	nav#GNB .l1	{ padding: 0 10px; }
	nav#GNB .l1:after	{ width: calc(100% - 20px); }
	nav#GNB .cd1.mobile_active .lb1	{ padding: 0 10px; }
}

/************************************************************************************************************************************************************************

	푸터
	
************************************************************************************************************************************************************************/
footer	{ background-color: #292929; }
footer aside	{ max-width: 1300px; padding: 45px 10px; margin: 0 auto; }
footer aside ul	{ display: flex; flex-wrap: wrap; gap: 50px; }
footer aside ul li a	{ color: var(--white); }
footer address	{ position: relative; max-width: 1280px; padding: 0 0 50px 245px; margin: 0 auto; color: var(--white); }
footer address:before	{ position: absolute; left: 0; top: 5px; width: 178px; height: 47px; background: url(../image/footer_logo.png) no-repeat 0 0; text-indent: -9999px; overflow: hidden; content: "대전광역시 서구 SEO-GU DAEJEON DISTRICT"; }


@media all and ( max-width: 768px )
{
	footer aside	{ padding: 15px 0; }
	footer aside ul	{ gap: 10px 0; }
	footer aside ul li	{ flex: none; position: relative; padding: 0 10px; }
	footer aside ul li:after	{ position: absolute; right: 0; top: 50%; width: 1px; height: 12px; margin-top: -6px; background-color: rgba(255, 255, 255, 0.3); content: ""; }
	footer aside ul li:last-child:after	{ content: none; }
	
	footer address	{ padding: 0 10px 20px 10px; }
	footer address:before	{ content: none; }
	footer address span	{ display: block; }
	footer address br,
	footer address span.split	{ display: none; }
}


/************************************************************************************************************************************************************************

	메인
	
************************************************************************************************************************************************************************/
main.main	{ position: relative; width: 100%; height: 100%; }


main.main .section_1	{ padding: 50px 0 80px; margin: 0 0 70px 0; background: #eef2f7 url(../image/main_section_1_bg.png) no-repeat center center / cover; }
main.main .align_1	{ display: flex; gap: 25px; max-width: 1300px; padding: 0 10px; margin: 0 auto; }


main.main .main_visual	{ flex: 0 0 815px; }
main.main .main_visual h2	{ line-height: 1.2; margin-bottom: 53px; font-size: 30px; font-weight: normal; }
main.main .main_visual h2 span	{ display: block; font-size: 50px; font-weight: var(--font-bold); }
main.main .main_visual .list	{ position: relative; width: 100%; height: 0; padding-top: calc(100% * (440 / 815)); }
main.main .main_visual .list .slick-list	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
main.main .main_visual .list .slick-list div	{ height: 100%; }
main.main .main_visual .list .item	{ display: block; height: 100%; }
main.main .main_visual .list .item > *	{ display: block; height: 100%; background: gray no-repeat center center / contain; text-indent: -9999px; overflow: hidden; }

main.main .main_visual .list button,
main.main .main_visual .list .slick-status	{ position: absolute; bottom: 15px; z-index: 3; height: 39px; border: 0 none; background-color: rgba(255, 255, 255, 0.7); }
main.main .main_visual .list button	{ text-indent: -9999px; overflow: hidden; font-size: 16px; font-family: serif; color: #000;  }
main.main .main_visual .list button:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: 0; display: flex; align-items: center; justify-content: center; text-shadow: 0 0 2px #000; }
main.main .main_visual .list button:focus, main.main .main_visual .list button:hover, main.main .main_visual .list button:active	{ background-color: rgba(0, 0, 0, 0.7); color: #fff; }
main.main .main_visual .list .slick-startstop	{ right: 185px; width: 52px; border-radius: 39px 0 0 39px; }
main.main .main_visual .list .slick-startstop:after	{ padding-left: 18px; content: ""; }
main.main .main_visual .list .slick-startstop.stop:after	{ content: "■"; }
main.main .main_visual .list .slick-startstop.start:after	{ content: "▶"; }
main.main .main_visual .list .slick-prev	{ right: 150px; width: 35px; }
main.main .main_visual .list .slick-prev:after	{ font-weight: bolder; content: "<"; }
main.main .main_visual .list .slick-status	{ right: 65px; width: 85px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #000; }
main.main .main_visual .list .slick-status span	{ color: #2b3c98; font-weight: bold; }
main.main .main_visual .list .slick-next	{ right: 19px; width: 46px; border-radius: 0 39px 39px 0; }
main.main .main_visual .list .slick-next:after	{ padding-right: 15px; font-weight: bolder; content: ">"; }


main.main .major_link	{ flex: 0 0 440px; height: 440px; margin-top: 149px; }
main.main .major_link h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
main.main .major_link ul	{ display: flex; flex-wrap: wrap; gap: 18px; height: 100%; }
main.main .major_link ul li	{ flex: 1 1 40%; }
main.main .major_link ul li a	{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; height: 100%; border: 1px solid #eff1f3; background-color: #fff; font-size: 18px; color: #1e1e1e; font-weight: var(--font-sami-bold); box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
main.main .major_link ul li a:focus, main.main .major_link ul li a:hover, main.main .major_link ul li a:active	{ border-color: #666; background-color: #666; color: #fff; }
main.main .major_link ul li a:before	{ display: block; width: 100%; height: 50px; background: no-repeat center center; content: ""; }
main.main .major_link ul li:nth-child(1) a:before	{ background-image: url(../image/main_major_link_1.png); }
main.main .major_link ul li:nth-child(2) a:before	{ background-image: url(../image/main_major_link_2.png); }
main.main .major_link ul li:nth-child(3) a:before	{ background-image: url(../image/main_major_link_3.png); }
main.main .major_link ul li:nth-child(4) a:before	{ background-image: url(../image/main_major_link_4.png); }


main.main .section_2	{ position: relative; width: 100%; overflow: hidden; }
main.main .section_2:before	{ position: absolute; left: 0; top: 50%; z-index: -1; width: 100%; height: 50%; background-color: #eef2f7; content: ""; }
main.main .section_2:after	{ position: absolute; left: 0; top: 90px; z-index: -1; width: 50%; height: calc(100% - 90px); background-color: #1454ff; content: ""; }
main.main .align_2	{ padding-left: calc((100% - 1280px) / 2); }


main.main .center	{ display: flex; flex-wrap: wrap; }
main.main .center h2	{ flex: 100%; height: 90px; line-height: 1.1; padding-top: 20px; text-indent: 10px; font-size: 35px; font-weight: var(--font-bold); }
main.main .center p	{ width: 282px; height: 435px; }
main.main .center p a	{ position: relative; display: block; padding: 62px 0 0 10px; background-color: #1454ff; color: #fff; }
main.main .center p a > strong	{ display: block; line-height: 35px; font-size: 30px; font-weight: var(--font-bold); }
main.main .center p a > strong > span	{ display: block; }
main.main .center p a > em	{ position: absolute; left: 10px; top: 180px; width: 100%; font-size: 33px; font-weight: var(--font-bold); opacity: 0.05; }
main.main .center p a > em > span	{ display: block; }
main.main .center p a > span	{ display: block; margin-top: 15px; font-size: 18px; font-weight: var(--font-bold); }
main.main .center .list	{ position: relative; width: calc(100% - 282px); position: relative; background-color: #fff;}
main.main .center .list ul	{ height: 100%; }
main.main .center .list div	{ height: 100%; }
main.main .center .list li	{ height: 100%; padding: 0 16px; }
main.main .center .list .slick-list	{ margin-left: -42px;z }
main.main .center .list li a	{ display: block; width: 325px; height: 320px; line-height: 80px; margin: 57px 0 0 0; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); font-size: 18px; font-weight: var(--font-sami-bold); }
main.main .center .list li a:focus, main.main .center .list li a:hover, main.main .center .list li a:active	{ margin-top: 17px; background-color: #333; color: #fff; }
main.main .center .list li a:before	{ display: block; width: 100%; height: calc(100% - 80px); background: no-repeat center center / cover; content: ""; }
main.main .center .list li.item_1 a:before	{ background-image: url(../image/main_center_1.jpg); }
main.main .center .list li.item_2 a:before	{ background-image: url(../image/main_center_2.jpg); }
main.main .center .list li.item_3 a:before	{ background-image: url(../image/main_center_3.jpg); }
main.main .center .list li.item_4 a:before	{ background-image: url(../image/main_center_4.jpg); }
main.main .center .list li.item_5 a:before	{ background-image: url(../image/main_center_5.jpg); }
main.main .center .list li.item_6 a:before	{ background-image: url(../image/main_center_6.jpg); }
main.main .center .list li.item_7 a:before	{ background-image: url(../image/main_center_7.jpg); }
main.main .center .list li.item_8 a:before	{ background-image: url(../image/main_center_8.jpg); }
main.main .center .list li a span	{ display: block; text-indent: 25px; }

main.main .center .list button	{ position: absolute; bottom: 57px; width: 51px; height: 51px; border: 1px solid #fff; border-radius: 100%; background-color: transparent; text-indent: -999px; overflow: hidden; font-size: 20px; font-weight: normal; font-family: serif; color: #fff; }
main.main .center .list button:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: 0; display: flex; align-items: center; justify-content: center; text-shadow: 0 0 2px #fff; }
main.main .center .list button:focus, main.main .center .list button:hover, main.main .center .list button:active	{ background-color: #333; color: #fff; }	
main.main .center .list .slick-prev	{ left: -279px; }
main.main .center .list .slick-prev:after	{ content: "<"; }
main.main .center .list .slick-next	{ left: -224px; }
main.main .center .list .slick-next:after	{ content: ">"; }


main.main .section_3	{ padding: 100px 0; background-color: #eef2f7; }
main.main .align_3	{ display: flex; gap: 60px; max-width: 1300px; padding: 0 10px; margin: 0 auto; }


main.main .notice	{ flex: 0 1 870px; height: 410px; }
main.main .notice h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
main.main .notice .lists	{ position: relative; height: 100%; }
main.main .notice .lists:after	{ display: block; clear: both; content: ""; }
main.main .notice .lists h3	{ position: relative; float: left; padding: 0 0 0 70px; }
main.main .notice .lists h3:before	{ position: absolute; left: 34px; top: 30px; width: 1px; height: 23px; background-color: #a2a2a2; content: ""; }
main.main .notice .lists h3:first-child	{ padding-left: 0; }
main.main .notice .lists h3:first-child:before	{ content: none; }
main.main .notice .lists h3 a	{ display: flex; align-items: flex-end; height: 53px; line-height: 1.1; padding: 0 10px; font-size: 25px; color: #6d7c8f; }
main.main .notice .lists h3 a.active	{ font-size: 35px; color: #000; font-weight: var(--font-bold); }
main.main .notice .lists h3 a:focus, main.main .notice .lists h3 a:hover, main.main .notice .lists h3 a:active	{ color: #000; }
main.main .notice .lists .list	{ display: none; }
main.main .notice .lists .list.active	{ display: block; position: absolute; left: 0; top: 90px; width: 100%; height: 320px; }
main.main .notice .lists .list ul	{ display: flex; gap: 15px; height: 100%; }
main.main .notice .lists .list ul li	{ flex: 0 1 33%; }
main.main .notice .lists .list ul li a	{ display: block; height: 100%; padding: 25px 25px 0 25px; border: 1px solid #d9d9d9; background-color: #fff; }
main.main .notice .lists .list ul li a:focus, main.main .notice .lists .list ul li a:hover, main.main .notice .lists .list ul li a:active	{ border-color: #333; background-color: #333; color: #fff; }
main.main .notice .lists .list ul li a br	{ display: none; }
main.main .notice .lists .list ul li a .category	{ display: inline-flex; align-items: center; gap: 12px; height: 30px; padding: 0 15px 0 9px; border: 1px solid #d9d9d9; border-radius: 30px; background-color: #f8f8f8; font-size: 14px; color: #3c4373 }
main.main .notice .lists .list ul li a .category:before	{ display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border: 1px solid #000000;  border-radius: 100%; background-color: #64a8ff; font-family: serif; font-weight: bolder; font-size: 14px; content: "!"; }
main.main .notice .lists .list ul li a .title	{ display: block; height: 60px; line-height: 30px; margin: 20px 0; font-weight: bold; font-size: 20px; text-overflow: ellipsis; overflow: hidden; }
main.main .notice .lists .list ul li a .title	{ display: -webkit-box; -webkit-line-clamp : 2; -webkit-box-orient : vertical; }
main.main .notice .lists .list ul li a .content	{ display: block; height: 84px; line-height: 28px; margin: 20px 0; font-weight: bold; font-size: 17px; text-overflow: ellipsis; overflow: hidden; opacity: 0.7; }
main.main .notice .lists .list ul li a .content	{ display: -webkit-box; -webkit-line-clamp : 3; -webkit-box-orient : vertical; }
main.main .notice .lists .list ul li a .date	{ display: block; line-height: 1.1; font-family: 'Montserrat'; font-size: 17px; }
main.main .notice .lists .more	{ display: none; }
main.main .notice .lists .more.active	{ display: flex; align-items: center; gap: 12px; position: absolute; right: 10px; top: 30px; }
main.main .notice .lists .more.active:after	{ display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #d9d9da; border-radius: 100%; background-color: #fff; font-size: 22px; font-family: serif; content: "+"; }
main.main .notice .lists .more.active:focus:after, main.main .notice .lists .more.active:hover:after, main.main .notice .lists .more.active:active:after	{ border-color: #333; background-color: #333; color: #fff; }


main.main .popupzone	{ position: relative; flex: 0 0 350px; width: 350px; height: 410px; }
main.main .popupzone h2	{ height: 90px; line-height: 1.1; padding-top: 15px; font-size: 35px; font-weight: var(--font-bold); }
main.main .popupzone .list	{ position: relative; height: 0; padding-top: calc(100% * (320 / 350)); }
main.main .popupzone .list .slick-list	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
main.main .popupzone .list div	{ height: 100%; }
main.main .popupzone .list .item > *	{ display: block; height: 100%; border: 1px solid #d9d9d9; background: #d9d9d9 no-repeat center center / contain; text-indent: -99999px; overflow: hidden; }
main.main .popupzone .list button,
main.main .popupzone .list .slick-status	{ position: absolute; top: -40px; height: 25px; border: 1px solid #d7d7d7; background-color: #fafafa; }
main.main .popupzone .list button	{ width: 25px; text-indent: -999px; overflow: hidden; font-family: serif; font-size: 14px; }
main.main .popupzone .list button:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: 0; display: flex; align-items: center; justify-content: center; }
main.main .popupzone .list button:focus, main.main .popupzone .list button:hover, main.main .popupzone .list button:active	{ border-color: #333; background-color: #333; color: #fff; }
main.main .popupzone .list .slick-startstop	{ right: 107px; border-radius: 5px 0 0 5px; }
main.main .popupzone .list .slick-startstop.stop:after	{ content: "■"; }
main.main .popupzone .list .slick-startstop.start:after	{ content: "▶"; }
main.main .popupzone .list .slick-prev	{ right: 83px; }
main.main .popupzone .list .slick-prev:after	{ font-weight: bolder; content: "<"; }
main.main .popupzone .list .slick-status	{ right: 34px; width: 50px; line-height: 23px; text-indent: 0; text-align: center; font-size: 14px; }
main.main .popupzone .list .slick-status span	{ color: #2b3c98; font-weight: bold; }
main.main .popupzone .list .slick-next	{ right: 10px; border-radius: 0 5px 5px 0; }
main.main .popupzone .list .slick-next:after	{ font-weight: bolder; content: ">"; }


main.main .section_4	{ position: relative; width: 100%; padding: 80px 0 60px 0; overflow: hidden; }
main.main .align_4	{ padding-left: calc((100% - 1280px) / 2); }


main.main .gallery	{}
main.main .gallery h2	{ max-width: 1300px; height: 55px; line-height: 1.1; padding: 0 10px; font-size: 35px; font-weight: var(--font-bold); }
main.main .gallery h2 a	{ position: relative; display: block; line-height: 1.1; font-size: 35px; font-weight: var(--font-bold); }
main.main .gallery p	{ position: relative; max-width: 1280px; }
main.main .gallery p a	{ position: absolute; right: 13px; top: -45px; line-height: 20px; margin-top: -10px; padding-right: 42px; font-size: 16px; }
main.main .gallery p a:after	{ position: absolute; right: 0; top: 50%; width: 30px; height: 30px; line-height: 28px; margin-top: -15px; border: 1px solid #dadada; border-radius: 100%; background-color: #fff; text-align: center; font-size: 22px; font-family: serif; content: "+"; }
main.main .gallery p a:focus:after, main.main .gallery p a:hover:after, main.main .gallery p a:active:after	{ border-color: #333; background-color: #333; color: #fff; }
main.main .gallery .list	{ position: relative; }
main.main .gallery .list li	{ padding: 0 20px; margin: 20px 0; }
main.main .gallery .list li a	{ display: block; width: 400px; height: 340px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }
main.main .gallery .list li a br	{ display: none; }
main.main .gallery .list li a .image	{ display: block; height: 254px; margin-bottom: 15px; }
main.main .gallery .list li a .image img	{ display: block; width: 100%; height: 100%; border: 0 none; }
main.main .gallery .list li a .title	{ display: block; line-height: 30px; padding: 0 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; font-weight: var(--font-sami-bold); }
main.main .gallery .list li a .date	{ display: block; line-height: 30px; padding: 0 28px; font-size: 17px; opacity: 0.8; }
main.main .gallery .list li a:focus, main.main .gallery .list li a:hover, main.main .gallery .list li a:active	{ background-color: #333; color: #fff; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); transform: scale(1.02); }

main.main .gallery .list button	{ position: absolute; top: -60px; width: 51px; height: 51px; border: 1px solid #d7d7d7; border-radius: 100%; background-color: #fff; text-indent: -999px; overflow: hidden; font-size: 20px; font-weight: normal; font-family: serif; color: #333; }
main.main .gallery .list button:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: 0; display: flex; align-items: center; justify-content: center; text-shadow: 0 0 2px #fff; }
main.main .gallery .list button:focus, main.main .gallery .list button:hover, main.main .gallery .list button:active	{ background-color: #333; color: #fff; }	
main.main .gallery .list .slick-prev	{ left: 130px; }
main.main .gallery .list .slick-prev:after	{ content: "<"; }
main.main .gallery .list .slick-next	{ left: 185px; }
main.main .gallery .list .slick-next:after	{ content: ">"; }


@media all and ( max-width: 1300px )
{
	main.main .align_1	{ flex-wrap: wrap; justify-content: center; }
	main.main .major_link	{ flex: 100%; height: 200px; margin-top: 0; }
	main.main .major_link ul li	{ flex: 1 1 20%; }
}

@media all and ( max-width: 1023px )
{
	main.main .align_3	{ flex-wrap: wrap; justify-content: center; gap: 30px; }
	main.main .notice	{ flex: 100%; }
}

@media all and ( max-width: 835px )
{
	main.main .main_visual	{ flex: 100%; }
}

@media all and ( max-width: 768px )
{
	main.main .section_1	{ padding: 10px 0; margin: 0; }
	main.main .align_1	{ gap: 10px; }
	main.main .main_visual h2	{ margin-bottom: 10px; font-size: 3vw; }
	main.main .main_visual h2 span	{ font-size: 6vw; }
	main.main .major_link	{ height: 19.53125vw; }
	main.main .major_link ul	{ gap: 10px; }
	main.main .major_link ul li a:before	{ height: 33.333%; background-size: contain; }
	
	main.main .center	{ position: relative; }
	main.main .center h2	{ position: relative; z-index: 2; height: 60px; padding-top: 20px; font-size: 22px; }
	main.main .center p	{ display: none; }
	main.main .center .list	{ z-index: 2; width: 100%; background-color: transparent; }
	main.main .center .list .slick-list	{ margin: 0; }
	main.main .center .list li a	{ margin: 20px 0; }
	main.main .center .list button	{ bottom: auto; top: -45px; border-color: #d7d7d7; color: #333; }
	main.main .center .list .slick-prev	{ left: 130px; }
	main.main .center .list .slick-next	{ left: 185px; }
	
	main.main .section_3	{ padding: 10px 0; }
	main.main .notice	{ height: auto; }
	main.main .notice .lists	{ position: relative; padding-top: 80px; }
	main.main .notice .lists h3	{ position: absolute; left: 0; top: 0; padding-left: 20px; }
	main.main .notice .lists h3:nth-child(4)	{ left: 81px; }
	main.main .notice .lists h3:before	{ left: 10px; top: auto; bottom: 0; }
	main.main .notice .lists h3 a	{ height: 50px; padding: 0; font-size: 22px; }
	main.main .notice .lists h3 a.active	{ font-size: 22px; }
	main.main .notice .lists .list	{ position: static; }
	main.main .notice .lists .list.active	{ position: static; height: auto; }
	main.main .notice .lists .list ul	{ flex-direction: column; gap: 20px; }
	main.main .notice .lists .list ul li	{ flex: 1 1 100%; }
	main.main .notice .lists .list ul li a	{ padding: 16px; }
	main.main .notice .lists .list ul li a .title	{ display: block; height: auto; line-height: 1.5; margin: 16px 0; font-size: 16px; }
	main.main .notice .lists .list ul li a .content	{ display: block; height: auto; line-height: 1.5; margin: 16px 0; font-size: 14px; font-weight: normal; }
	main.main .notice .lists .list ul li a .date	{ line-height: 1.5; font-size: 14px; }
	
	main.main .align_3	{ gap: 10px; }
	main.main .popupzone h2	{ height: 60px; padding-top: 10px; font-size: 22px; }
	
	main.main .section_4	{ padding: 20px 0 0; }
	main.main .gallery h2	{ font-size: 22px; }
	main.main .gallery p a	{ top: -35px; }
	
	
	main.main .center .list button,
	main.main .gallery .list button	{ width: 38px; height: 38px; }
	main.main .center .list button.slick-prev,
	main.main .gallery .list button.slick-prev	{ margin-left: 15px; }
}

@media all and ( max-width: 425px )
{
	main.main .major_link	{ height: 50vw; }
	main.main .major_link ul li	{ flex: 1 1 40%; }
	main.main .major_link ul li a	{ gap: 5px; font-size: 14px; }
	
	
	main.main .gallery .list li	{ padding: 0 10px; margin: 0 0 20px 0; }
	main.main .gallery .list li a	{ width: calc(100vw - 20px); }
	main.main .gallery .list li a .image img	{ object-fit: cover; }
}

@media all and ( max-width: 370px )
{
	main.main .popupzone	{ flex : 1; width: 100%; height: auto; }
}

@media all and ( max-width: 320px )
{
	main.main .notice .lists .more.active	{ right: 0; }
	main.main .notice .lists .more.active:after	{ content: none; }

	
	main.main .gallery p a	{ right: 10px; padding-right: 0; }
	main.main .gallery p a:after	{ content: none; }
}

/************************************************************************************************************************************************************************

	서브 내용
	
************************************************************************************************************************************************************************/
main.sub	{ position: relative; width: 100%; height: 100%; min-height: calc(100vh - 100px - 218px); }
main.sub:before	{ display: flex; align-items: center; justify-content: center; width: 100%; height: 300px; background: gray url(../image/sub_top_image_def.jpg) no-repeat center center / cover; font-size: 45px; color: var(--white); font-weight: var(--font-sami-bold); content: attr(data-menuname); }

	main.sub.menu_no_19:before	{ background-image: url(../image/sub_top_image_01.png) }
	main.sub.menu_no_48:before	{ background-image: url(../image/sub_top_image_02.png) }
	main.sub.menu_no_68:before	{ background-image: url(../image/sub_top_image_03.png) }
	main.sub.menu_no_80:before	{ background-image: url(../image/sub_top_image_04.png) }

main.sub:after	{ position: absolute; left: 0; top: 364px; width: 100%; height: 1px; background: #ddd; content: ""; }
main.sub > aside	{ position: relative; max-width: 1280px; margin: 0 auto; }
main.sub > aside:after	{ display: block; clear: both; content: ""; }
main.sub > aside nav	{ float: left; width: calc(100% - 100px); }
main.sub > aside nav ol	{ position: relative; z-index: 3; display: flex; flex-wrap: wrap; }
main.sub > aside nav ol > li	{ flex: 0 1 270px; height: 64px; border-right: 1px solid #ddd; }
main.sub > aside nav ol > li:first-child	{ flex: 0 1 68px; border-right: 0 none; }
main.sub > aside nav ol > li:first-child > a	{ display: block; width: 68px; height: 64px; border-width: 0 1px; border-style: solid; border-color: #ddd; background: #fff url(../image/sub_snb_home.png) no-repeat center center; text-indent: -9999px; overflow: hidden; }
main.sub > aside nav ol > li:first-child > a:focus, main.sub > aside nav ol > li:first-child > a:hover, main.sub > aside nav ol > li:first-child > a:active	{ background-color: #3D5688; background-image: url(../image/sub_snb_home_over.png); }

main.sub > aside nav ol > li > ul	{ position: relative; width: 100%; height: 64px; overflow: hidden; }
main.sub > aside nav ol > li > ul.active	{ z-index: 9; height: auto; margin: 0 -1px; border-width: 0 1px 1px 1px; border-style: solid; border-color: #ddd; background-color: #fff; }
main.sub > aside nav ol > li > ul > li	{ height: 64px; }
main.sub > aside nav ol > li > ul > li > a	{ display: flex; align-items: center; width: 100%; height: 100%; line-height: 1.2; padding: 0 24px; font-size: 18px; }
main.sub > aside nav ol > li > ul > li:first-child > a	{ position: relative; padding-right: 50px; font-weight: var(--font-sami-bold); }
main.sub > aside nav ol > li > ul > li:first-child > a:after	{ position: absolute; right: 25px; top: 50%; width: 25px; height: 9px; margin-top: -4px; background: url(../image/sub_snb_arrow.png) no-repeat center center; content: ""; transition: all 1s ease; }
main.sub > aside nav ol > li > ul.active > li:first-child > a:after	{ transform: rotate(180deg); }
main.sub > aside nav ol > li > ul > li > a:focus, main.sub > aside nav ol > li > ul > li > a:hover, main.sub > aside nav ol > li > ul > li > a:active	{ background-color: #3D5688; color: #fff; }
main.sub > aside nav ol > li > ul > li > a:focus	{ outline: 0 none; border: 2px solid var(--red); }


main.sub > aside .utils	{ float: right; width: 100px; }
main.sub > aside .utils > ul	{ display: flex; justify-content: center; height: 64px; }
main.sub > aside .utils > ul > li	{ display: flex; align-items: center; padding: 0 4px; }
main.sub > aside .utils a	{ display: block; width: 40px; height: 40px; border: 1px solid #d7d7d7; border-radius: 100%; background: #f2f2f2 no-repeat center center; text-indent: -9999px; overflow: hidden; }
main.sub > aside .utils a.print	{ background-image: url(../image/sub_utils_print.png); }
main.sub > aside .utils a.dropdown	{ background-image: url(../image/sub_utils_dropdown.png); }
main.sub > aside .utils a.facebook	{ background-image: url(../image/sub_utils_facebook.png); background-size: auto 50%; }
main.sub > aside .utils a.twitter	{ background-image: url(../image/sub_utils_twitter.png); background-size: auto 40%; }
main.sub > aside .utils a.naver	{ background-image: url(../image/sub_utils_naver.png); background-size: auto 50%; }
main.sub > aside .utils a.kakaostory	{ background-image: url(../image/sub_utils_kakaostory.png); background-size: auto 50%; }
main.sub > aside .utils a:focus, main.sub > aside .utils a:hover, main.sub > aside .utils a:active	{ background-color: #3D5688 !important; border-color: #3D5688 !important; }
main.sub > aside .utils #utils_dropdown	{ display: none; }
main.sub > aside .utils #utils_dropdown.active	{ display: block; position: absolute; top: 85%; right: 0; z-index: 8; height: auto; padding: 4px; border: 1px solid #ddd; border-radius: 50px; background-color: #f2f2f2; }
main.sub > aside .utils #utils_dropdown li + li	{ margin-top: 4px; }
main.sub > aside .utils #utils_dropdown a	{ border-color: #666; background-color: #666; }


main.sub > section	{ display: block; width: 100%; max-width: 1300px; padding: 0 10px; margin: 80px auto; }
main.sub > section:after	{ display: block; clear: both; content: ""; }
main.sub > section > h2	{ display: block; line-height: 1.2; margin-bottom: 40px; font-size: 34px; font-weight: var(--font-bold); }

main.sub > section > aside	{ margin: 40px 0; }
main.sub > section > aside ul	{ display: flex; flex-wrap: wrap; border-width: 0 0 1px 1px; border-style: solid; border-color: #ddd; background-color: #f8f9fb; }
main.sub > section > aside ul li	{ flex: 1 1 20%; border-width: 1px 1px 0 0; border-style: solid; border-color: #ddd; }
main.sub > section > aside ul li a	{ display: flex; align-items: center; justify-content: center; height: 64px; line-height: 1.1; text-align: center; font-size: 17px; font-weight: var(--font-sami-bold); }
main.sub > section > aside ul li a:focus, main.sub > section > aside ul li a:hover, main.sub > section > aside ul li a:active	{ background-color: #666; color: #fff; }
main.sub > section > aside ul li a.active	{ position: relative; z-index: 2; width: calc(100% + 2px); height: 66px; margin: -1px; border: 1px solid #3d5688; background-color: #fff; color: #3d5688; box-shadow: 0 10px 30px rgba(61, 86, 136, 0.1); }

main.sub > section > aticle	{ display: block; width: 100%; height: 100%; }
main.sub > section > aticle:after	{ display: block; clear: both; content: ""; }


@media all and ( max-width: 1024px )
{
	main.sub > aside nav ol	{ flex-wrap: nowrap; }
	main.sub > aside nav ol > li	{ flex: 1; }
}

@media all and ( max-width: 768px )
{
	main.sub:before	{ height: 180px; font-size: 22px; }
	main.sub:after	{ content: none; }
	main.sub > aside nav	{ width: calc(100% - 50px); }
	main.sub > aside nav ol	{ flex-wrap: wrap; position: relative; padding-left: 68px; }
	main.sub > aside nav ol > li	{ flex: 1 1 270px; border-bottom: 1px solid #ddd; }
	main.sub > aside nav ol > li:first-child	{ position: absolute; left: 0; top: 0; width: 68px; height: 100%; border-right: 1px solid #ddd; }
	main.sub > aside nav ol > li:first-child > a	{ height: 100%; border-left-width: 0; }
	main.sub > aside nav ol > li > ul > li:first-child > a	{ padding-right: 35px; }
	main.sub > aside nav ol > li > ul > li:first-child > a:after	{ right: 5px; }
	main.sub > aside .utils	{ position: absolute; right: 0; top: 0; width: 50px; height: 100%; border-bottom: 1px solid #ddd; }
	main.sub > aside .utils > ul	{ flex-direction: column; justify-content: center; gap: 10px; height: 100%; }
	main.sub > aside .utils #utils_dropdown.active	{ top: calc(50% + 45px); }
	
	/*
	main.sub > aside nav ol	{ padding-left: 50px; }
	main.sub > aside nav ol > li	{ height: 50px; }
	main.sub > aside nav ol > li:first-child	{ width: 50px; }
	main.sub > aside nav ol > li:first-child > a	{ width: 50px; }
	main.sub > aside nav ol > li > ul > li	{ height: 50px; }
	main.sub > aside nav ol > li > ul > li > a	{ font-size: 16px; }
	*/
	main.sub > aside nav	{ width: 100%; }
	main.sub > aside nav ol	{ padding-left: 0; }
	main.sub > aside nav ol > li	{ height: 50px; }
	main.sub > aside nav ol > li:first-child	{ display: none; }
	main.sub > aside nav ol > li > ul > li	{ flex: 1 1 50%; height: 50px; }
	main.sub > aside nav ol > li > ul > li > a	{ font-size: 16px; }
	main.sub > aside .utils	{ display: none; }
	
	
	main.sub > section	{ margin-top: 48px; }
	main.sub > section > h2	{ margin-bottom: 24px; font-size: 23px; }
	
	
	main.sub > section > aside ul li	{ flex: 1 1 30%; }
}

@media all and ( max-width: 425px )
{
	main.sub > aside nav ol > li > ul > li > a	{ padding: 0 15px; }
	
	main.sub > section > aside ul li	{ flex: 1 1 50%; }
}





#new_contents p.tel	{ line-height: 40px; padding-left: 48px; background: url(../image/ico_call.svg) no-repeat left center; font-family: 'Montserrat'; font-size: 23px; font-weight: bold; }


#new_contents .image_gallery	{ display: flex; flex-wrap: wrap; gap: 20px; }
#new_contents .image_gallery .big_image	{ flex: 1 1 40%; display: flex; align-items: center; justify-content: center; }
#new_contents .image_gallery .big_image img	{ display: block; width: 100%; height: 100%; padding: 0; margin: 0; border: 1px solid #ccc; object-fit: cover; }
#new_contents .image_gallery ul	{ flex: 1 1 40%; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; background: none; }
#new_contents .image_gallery ul:before	{ content: none; }
#new_contents .image_gallery ul li	{ flex: 1 1 40%; padding: 0; margin: 0; list-style: none; background: none; }
#new_contents .image_gallery ul li:before	{ content: none; }
#new_contents .image_gallery ul li img	{ display: block; width: 100%; height: 100%; padding: 0; margin: 0; border: 1px solid #ccc; object-fit: cover; cursor: pointer; }
#new_contents .image_gallery ul li img.active	{ border-color: #333; box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
