@charset "utf-8";
.root_daum_roughmap { width: 100% !important; }

.modal-pop { position: fixed; width: 100%; overflow: hidden; border: 1px solid #ccc; background: #fff; z-index: 99; display: none; }
.modal-pop .title { padding: 12px 20px; border-bottom: 1px solid #ccc; font-size: 14px; text-align: left; }
.modal-pop .title span { float: right; cursor: pointer; }
.modal-pop > div { padding: 20px 20px; text-align: center; }
.modal-pop > div > p:first-child { font-size: 18px; }
.modal-pop > div > p:first-child strong { font-size: 14px; font-weight: normal; color: #333; }
.modal-pop > div > p:nth-child(2) { padding: 15px 0; }
.modal-pop > div > p:nth-child(3) { padding: 15px 0; width: 80%; margin: 0px auto 0; background: #fed829; color: #381e1f; }
.modal-pop > ul { width: 100%; overflow: hidden; border-top: 1px solid #ccc; }
.modal-pop > ul > li { float: left; width: 50%; padding: 12px 0; text-align: center; box-sizing: border-box; }
.modal-pop > ul > li:first-child { border-right: 1px solid #ccc; cursor: pointer; }

.pop-layer .pop-container { padding: 20px 25px; box-sizing: border-box; }
.pop-layer p.title {border-bottom: 1px solid #ddd;	font-weight: bold;margin-bottom: 10px;font-size: 14px;text-align: center;}
.pop-layer pre.ctxt { color: #666; line-height: 1.5; height: 200px; white-space: pre-wrap; overflow-x: hidden; padding: 10px; text-align: justify; font-size: 12px;}
.pop-layer .btn-r {  width: 100%; margin: 10px 0 20px; padding-top: 10px; border-top: 1px solid #ddd; text-align: right;}

.pop-layer { display: none; position: absolute; width: 100%; height: auto; background-color: #fff; border: 5px solid #000; z-index: 10; top: 50%; transform: translate(0, -50%); }
.dim-layer { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.dim-layer .dimBg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);}
.dim-layer .pop-layer { display: none;}
a.btn-layerClose { display: inline-block; height: 25px; padding: 0 14px 0; border: 1px solid #000; background-color: #000; font-size: 13px; color: #fff; line-height: 27px; }
a.btn-layerClose:hover { border: 1px solid #091940; background-color: #000; color: #fff;}


li.empty_table { justify-content: center; }

#wrap { width: 100%; overflow: hidden; max-width: 1920px; margin: 0 auto; position: relative; }

#header { width: 100%; height: 90px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
#header #nav { display: none; }
#header .tnb { display: none; }
#header .submenu { display: none; }

#header > div:nth-of-type(1) { display: flex; align-items: center; }
#header > div:nth-of-type(1) > div { position: relative; }
#header > div:nth-of-type(1) > div > p.branch { display: flex; align-items: center; justify-content: space-between; background: #3d669e; cursor: pointer; color: #fff; }



@media screen and (max-width: 1200px) {
	#header { height: 100px; padding: 0 20px; }
	#header .logo { width: 44.86vw; }
	#header .logo.minor { width: 32.03vw; }

	#header > div:nth-of-type(1) > div { margin-left: 18px; }
	#header > div:nth-of-type(1) > div > p.branch { width: 130px; height: 40px;  font-size: 19px; border-radius: 20px; padding: 0 20px 0 18px; box-sizing: border-box; line-height: 1; }

	#header > div:nth-of-type(1) > div > ul { width: 110px; position: absolute; left: 50%; top: 45px; z-index: 61; border-radius: 10px; background: #fff; border: 1px solid #bfbfbf; padding: 15px 18px; box-sizing: border-box; font-size: 20px; line-height: 35px; letter-spacing: -1.2px; font-weight: 500; transform: translate(-50%, 0); display: none; }
	#header > div:nth-of-type(1) > div > ul > li {}
	#header > div:nth-of-type(1) > div > ul > li > a { color: #505050; }
	#header > div:nth-of-type(1) > div > ul > li.on > a { font-weight: 700; }



	#header { height: 13.5135vw; padding: 0 2.7027vw; }
	#header > div:nth-of-type(1) > div { margin-left: 2.4324vw; }
	#header > div:nth-of-type(1) > div > p.branch { width: 17.5676vw; height: 5.4054vw;  font-size: 2.5676vw; border-radius: 2.7027vw; padding: 0 2.7027vw 0 2.4324vw; box-sizing: border-box; line-height: 1; }
	
	#header > div:nth-of-type(1) > div > ul { width: 14.8649vw; position: absolute; left: 50%; top: 6.0811vw; z-index: 61; border-radius: 1.3514vw; background: #fff; border: 0.1351vw solid #bfbfbf; padding: 2.0270vw 2.4324vw; box-sizing: border-box; font-size: 2.7027vw; line-height: 4.7297vw; letter-spacing: -0.1622vw; font-weight: 500; transform: translate(-50%, 0); display: none; }
	#header > div:nth-of-type(1) > div > ul > li {}
	#header > div:nth-of-type(1) > div > ul > li > a { color: #505050; }
	#header > div:nth-of-type(1) > div > ul > li.on > a { font-weight: 700; }
}

@media screen and (min-width: 1201px) and (max-width: 1920px) {
	#header .logo { width: 17.2916vw; margin-right: 1.1458vw; }
	#header .logo.minor { width: 12.3438vw; }

	#header { padding: 0 2.0833vw; position: relative; }
	#header .branch { width: 5.625vw; height: 1.8229vw; font-size: 0.8333vw; letter-spacing: -0.0260vw; padding: 0 0.625vw 0 0.9375vw; border-radius: 1.8229vw; }
	#header .branch img { width: 0.677vw; }

	#header > div:nth-of-type(1) > div > ul { width: 6.2500vw; position: absolute; left: 50%; top: 2.3438vw; z-index: 61; border-radius: 0.5208vw; background: #fff; border: 0.0521vw solid #bfbfbf; padding: 0.6250vw 1.0417vw; box-sizing: border-box; font-size: 0.8333vw; line-height: 1.5104vw; letter-spacing: -0.0417vw; font-weight: 500; transform: translate(-50%, 0); display: none; }
	#header > div:nth-of-type(1) > div > ul > li {}
	#header > div:nth-of-type(1) > div > ul > li > a { color: #505050; }
	#header > div:nth-of-type(1) > div > ul > li.on > a { font-weight: 700; }

	#header #nav { font-size: 0.9375vw; height: inherit; display: flex; align-items: center; }
	#header #nav > ul > li { margin: 0 1.0416vw; }

	#header .tnb { font-size: 0.7291vw; }
	#header .tnb > li:nth-of-type(2) { margin: 0 0.7812vw; }

	#header .submenu { position: absolute; left: 0; top: 90px; width: 100%; height: 37.5vw; background: #f8f8f8; z-index: 60; border-top: 2px solid #e8e8e8; display: none; }
	#header .submenu .inner { height: inherit; display: flex; }
	#header .submenu .inner > div { border-right: 1px solid #e5e5e5; height: inherit; box-sizing: border-box; display: flex; justify-content: center; padding: 1.0416vw 0 0; font-size: 0.8333vw; }
	#header .submenu .inner > div.on { background: #eee; }
	#header .submenu .inner > div:nth-of-type(1) { border-left: 1px solid #e5e5e5; }

	#header .submenu .inner > div > div > dl { margin-bottom: 1.3020vw; line-height: 1; }
	#header .submenu .inner > div > div > dl > dd { margin-bottom: 1.3020vw; }
	#header .submenu .inner > div > div > dl.type2 > dt { margin-bottom: 0.78125vw; font-weight: 700; }
	#header .submenu .inner > div > div > dl.type2 > dd { margin-bottom: 0.625vw; padding-left: 0.5208vw; }
	#header .submenu .inner > div > div > dl.type2 > dd > ul { margin-top: 0.625vw; }
	#header .submenu .inner > div > div > dl.type2 > dd > ul > li { margin-bottom: 0.625vw; padding-left: 0.78125vw; }

	#header .submenu .inner > div a { color: #505050; letter-spacing: -0.0520vw; }
	#header .submenu .inner > div a:hover { color: #3d669e; font-weight: 700; }
}

@media screen and (min-width: 1921px) {
	#header .logo { width: 332px; margin-right: 22px; }
	#header .logo.minor { width: 237px; }

	#header { padding: 0 40px; position: relative; }
	#header .branch { width: 108px; height: 35px; font-size: 16px; letter-spacing: -0.5px; padding: 0 12px 0 18px; border-radius: 35px; }

	#header > div:nth-of-type(1) > div > ul { width: 120px; position: absolute; left: 50%; top: 45px; z-index: 61; border-radius: 10px; background: #fff; border: 1px solid #bfbfbf; padding: 12px 20px; box-sizing: border-box; font-size: 16px; line-height: 29px; letter-spacing: -0.8px; font-weight: 500; transform: translate(-50%, 0); display: none; }
	#header > div:nth-of-type(1) > div > ul > li {}
	#header > div:nth-of-type(1) > div > ul > li > a { color: #505050; }
	#header > div:nth-of-type(1) > div > ul > li.on > a { font-weight: 700; }


	#header #nav { font-size: 18px; height: inherit; display: flex; align-items: center; }
	#header #nav > ul > li { margin: 0 20px; }

	#header .tnb { font-size: 14px; }
	#header .tnb > li:nth-of-type(2) { margin: 0 15px; }

	#header .submenu { position: absolute; left: 50%; top: 90px; width: 100%; height: 720px; background: #f8f8f8; z-index: 60; border-top: 2px solid #e8e8e8; max-width: 1920px; margin-left: -960px; display: none; }
	#header .submenu .inner { height: inherit; display: flex; }
	#header .submenu .inner > div { border-right: 1px solid #e5e5e5; height: inherit; box-sizing: border-box; display: flex; justify-content: center; padding: 20px 0 0; font-size: 16px; }
	#header .submenu .inner > div:nth-of-type(1) { border-left: 1px solid #e5e5e5; }

	#header .submenu .inner > div > div > dl { margin-bottom: 25px; line-height: 1; }
	#header .submenu .inner > div > div > dl > dd { margin-bottom: 25px; }
	#header .submenu .inner > div > div > dl.type2 > dt { margin-bottom: 15px; font-weight: 700; }
	#header .submenu .inner > div > div > dl.type2 > dd { margin-bottom: 12px; padding-left: 10px; }
	#header .submenu .inner > div > div > dl.type2 > dd > ul { margin-top: 12px; }
	#header .submenu .inner > div > div > dl.type2 > dd > ul > li { margin-bottom: 12px; padding-left: 15px; }

	#header .submenu .inner > div a { color: #505050; letter-spacing: -1px; }
	#header .submenu .inner > div a:hover { color: #3d669e; font-weight: 700; }
}




#footer { border-top: 1px solid #d7d7d7; }

.bottom_quick { width: 100%; background: rgba(0,0,0,0.7); position: fixed; left: 0; bottom: 0; z-index: 50; }
.quick { position: fixed; top: 50%; right: 10px; transform: translate(0, -50%); z-index: 50; }




.navigation { position: fixed; width: 100%; height: 100vh; left: 0; top: 0; background: #fff; z-index: 999; display: none; }
@media screen and (max-width: 1200px){
	.navigation .close-btn { position: absolute; right: 20px; top: 31px; width: 47px; height: 44px; background: url('../img/common/close.png') center/100% no-repeat; }

	.navigation .tnb { padding: 108px 20px 0; box-sizing: border-box; width: 100%; display: flex; justify-content: space-between; }
	.navigation .tnb > li { width: 340px; height: 75px; }
	.navigation .tnb > li > a { display: block; width: 100%; line-height: 75px; border: 1px solid #d7d7d7; box-sizing: border-box; border-radius: 37.5px; font-size: 30px; color: #414141; letter-spacing: -1.5px; text-align: center; }

	.navigation .top-btn { width: 100%; display: flex; margin-top: 35px; }
	.navigation .top-btn > li { width: 25%; height: 145px; }
	.navigation .top-btn > li > a { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 22px; background: #2ba3a7; }
	.navigation .top-btn > li~li { border-left: 2px solid #fff; }
	.navigation .top-btn > li > a > p {}
	.navigation .top-btn > li > a > p:nth-of-type(2) { font-size: 24px; font-weight: 400; letter-spacing: -1.2px; color: #fff; line-height: 1; margin-top: 20px; }

	.navigation > div.menu { display: flex; width: 100%; height: calc(100vh - 363px); }
	.navigation > div.menu > ul { width: 330px; background: #f1f1f1; }
	.navigation > div.menu > ul > li { width: 100%; line-height: 75px; padding-left: 27px; box-sizing: border-box; font-size: 28px; font-weight: 500; letter-spacing: -1.4px; color: #2f2f2f; }
	.navigation > div.menu > ul > li.on { background: #fff; }

	.navigation > div.menu .depth2 { width: 410px; }
	.navigation > div.menu .depth2 > dl { display: none; }
	.navigation > div.menu .depth2 > dl.active { display: block; }
	.navigation > div.menu .depth2 > dl > dd { width: 100%; line-height: 75px; box-sizing: border-box; font-size: 28px; font-weight: 500; letter-spacing: -1.4px; color: #2f2f2f; border-bottom: 1px solid #eaeaea; }
	.navigation > div.menu .depth2 > dl > dd > a,
	.navigation > div.menu .depth2 > dl > dd > p { display: block; width: 100%; height: 100%; padding-left: 20px; box-sizing: border-box; }
	.navigation > div.menu .depth2 > dl > dd > p { background: url('../img/common/down.png') 93% center/21px 12px no-repeat; }
	.navigation > div.menu .depth2 > dl > dd > p.on { background: url('../img/common/up.png') 93% center/21px 12px no-repeat; color: #3d669e; }
	.navigation > div.menu .depth2 > dl > dd > ul { display: none; }
	.navigation > div.menu .depth2 > dl > dd > ul > li { width: 100%; height: 75px; box-sizing: border-box; font-size: 28px; font-weight: 500; letter-spacing: -1.4px; color: #2f2f2f; border-top: 1px solid #eaeaea; padding-left: 36px; }
	.navigation > div.menu .depth2 > dl > dd > ul > li > a { color: #727272; display: block; width: 100%; line-height: 75px; }


	/* ================== vw ================== */
	.navigation { position: fixed; width: 100%; height: 100vh; left: 0; top: 0; background: #fff; z-index: 999; }
	.navigation .close-btn { position: absolute; right: 2.70vw; top: 4.19vw; width: 6.35vw; height: 5.95vw; background: url('../img/common/close.png') center/100% no-repeat; }

	.navigation .tnb { padding: 14.59vw 2.70vw 0; box-sizing: border-box; width: 100%; display: flex; justify-content: space-between; }
	.navigation .tnb > li { width: 45.95vw; height: 10.14vw; }
	.navigation .tnb > li > a { display: block; width: 100%; line-height: 10.14vw; border: 0.14vw solid #d7d7d7; box-sizing: border-box; border-radius: 5.07vw; font-size: 4.05vw; color: #414141; letter-spacing: -0.20vw; text-align: center; }

	.navigation .top-btn { width: 100%; display: flex; margin-top: 4.73vw; }
	.navigation .top-btn > li { width: 25%; height: 19.59vw; }
	.navigation .top-btn > li > a { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 2.97vw; background: #2ba3a7; }
	.navigation .top-btn > li~li { border-left: 0.27vw solid #fff; }
	.navigation .top-btn > li > a > p {}
	.navigation .top-btn > li > a > p:nth-of-type(2) { font-size: 3.24vw; font-weight: 400; letter-spacing: -0.16vw; color: #fff; line-height: 1; margin-top: 2.70vw; }

	.navigation > div.menu { display: flex; width: 100%; height: calc(100vh - 49.05vw); }
	.navigation > div.menu > ul { width: 44.59vw; background: #f1f1f1; }
	.navigation > div.menu > ul > li { width: 100%; line-height: 10.14vw; padding-left: 3.65vw; box-sizing: border-box; font-size: 3.78vw; font-weight: 500; letter-spacing: -0.19vw; color: #2f2f2f; }
	.navigation > div.menu > ul > li.on { background: #fff; }

	.navigation > div.menu .depth2 { width: 55.41vw; }
	.navigation > div.menu .depth2 > dl { display: none; }
	.navigation > div.menu .depth2 > dl.active { display: block; }
	.navigation > div.menu .depth2 > dl > dd { width: 100%; line-height: 10.14vw; box-sizing: border-box; font-size: 3.78vw; font-weight: 500; letter-spacing: -0.19vw; color: #2f2f2f; border-bottom: 0.14vw solid #eaeaea; }
	.navigation > div.menu .depth2 > dl > dd > a,
	.navigation > div.menu .depth2 > dl > dd > p { display: block; width: 100%; height: 100%; padding-left: 2.70vw; box-sizing: border-box; }
	.navigation > div.menu .depth2 > dl > dd > p { background: url('../img/common/down.png') 93% center/2.84vw 1.62vw no-repeat; }
	.navigation > div.menu .depth2 > dl > dd > p.on { background: url('../img/common/up.png') 93% center/2.84vw 1.62vw no-repeat; color: #3d669e; }
	.navigation > div.menu .depth2 > dl > dd > ul { display: none; }
	.navigation > div.menu .depth2 > dl > dd > ul > li { width: 100%; height: 10.14vw; box-sizing: border-box; font-size: 3.78vw; font-weight: 500; letter-spacing: -0.19vw; color: #2f2f2f; border-top: 0.14vw solid #eaeaea; padding-left: 4.86vw; }
	.navigation > div.menu .depth2 > dl > dd > ul > li > a { color: #727272; display: block; width: 100%; line-height: 10.14vw; }
}