@charset "utf-8";
@import url('font.css');
@import url('default.css');


/* 1: 공통사용
=========================================================================================== */
html {width:100%; min-height:100%;}
body {
	width:100%; min-height:100%; overflow-x:hidden; 
	font-weight:normal; font-family:'SUIT Variable', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif; 
	font-size:16px; color:#000; word-break: break-all; word-wrap:break-word;
	letter-spacing:-0.075em;
}
#wrap {overflow-x:hidden; width:100%;}

.hidden {display:none;}
.blind {visibility:hidden;}
.inr-c {position:relative; max-width:1441px; margin:0 auto;}


.cursor {cursor:pointer;}
.non-cursor {cursor:default;}



/*간격*/
.pr-mb1 {margin-bottom: 100px !important;}
.pr-mb2 {margin-bottom: 50px !important;}



/*정렬*/
.ta-c {text-align:center !important;}
.ta-l {text-align:left !important;}
.ta-r {text-align:right !important;}

.clearfix {}
.clearfix:after {content:""; clear:both; display:table;}
.f-l {float:left;}
.f-r {float:right;}

.pos-r {position: relative;}

.d-ib {display: inline-block;}
.d-b {display: block;}


.c-red {color: #ff0000 !important;}
.c-gray {color: #888 !important;}
.c-black {color: #000 !important;}
.c-blue {color: #0962CF !important;}
.c-color {color: #03336F !important;}


.d-t {display: table; width: 100%;}
.d-tc {display: table-cell; vertical-align: middle;}

.fw-b {font-weight: 600;}


.t-dot {overflow:hidden; display: block; width: 97%; white-space:nowrap; text-overflow: ellipsis;}


iframe[name='google_conversion_frame'] {border:0; width:0; height:0; padding:0; margin:0; position:absolute; z-index:-1; visibility:hidden;}


.modal-dim {opacity:0; z-index:10; position:fixed; left:0; top:0; right: 0; bottom: 0;  background:rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}





/* 2: 레이아웃
=========================================================================================== */
/*header*/
.header {
	z-index:10; position: absolute; left: 0; top: 0; width: 100%;
	background-color: #fff; border-bottom: 1px solid #DBDBDB;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; 
	transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease;
}
.header .inr-c {position: relative; display: flex; align-items:center;}
.header .logo {display: inline-block; vertical-align: top; width: 25%; height:80px;}
.header .logo a {display: block; font-size:0;}
.header .logo img {height: 40px; margin-top: 20px;}
.header .links {position: absolute; right: 0; top: 10px; display: flex; align-items:center;}
.header .links button {position: relative; display: flex; align-items:center; justify-content: center; width: 40px; height: 60px; text-align: center;}

.header sup {position: relative; top: -4px; margin-left: 3px; display: inline-block; vertical-align: top; transform:scale(.7); transform-origin: center; line-height: inherit;}

.gnbbox {clear: both; position: relative;}
.gnbbox .logo {display: none;}
.btn_gnb {z-index: 1; position: absolute; right: 0; top: 100px; height: 50px; font-size: 20px; color: #333;}
.btn_gnb_close {display: none;}

.gnb {}
.gnb > ul {font-size: 0;}
.gnb > ul > li {position:relative; display: inline-block; vertical-align: top;}
_::-moz-svg-foreign-content, :root .gnb li {float: left;}
.gnb > ul > li > a {
	position: relative; z-index: 1;
	display:block; padding: 0 30px;
	font-weight: 600; font-size: 18px; line-height: 80px; color: #000;
	-webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s;
}
.gnb > ul > li:hover .depth2 {display: block;}


.head_sch {display: none; position: fixed; left: 0; top: 80px; width: 100%; padding: 60px 0; background-color: #F2F3F6; z-index: 2;}
.head_sch form {position: relative; display: flex; margin: 0 auto; width: 80%; max-width:450px; border-radius: 50px;}
.head_sch .inp_txt {width: 100%; height: 60px; line-height: 60px; font-size: 16px; padding-left: 28px; padding-right: 100px; border-radius: 50px;}
.head_sch .btns {position: absolute; right: 0; top: 0; padding: 0 20px; height: 100%;}
.head_sch .btns .i-set.i_sch {width: 24px; height: 24px;}


.depth2 {
	display: none;
	z-index: 2; position:absolute; left:50%; top:80px; 
	width: 130px; padding-top: 10px; text-align: center; 
	transform:translateX(-50%);
	-webkit-box-sizing:border-box; -mzo-box-sizing:border-box; box-sizing:border-box; 
	-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;
}
.depth2 li {white-space:nowrap; border-left: 1px solid #DBDBDB; background-color: #fff; border-right: 1px solid #DBDBDB; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;}
.depth2 li a {display:block; font-weight:400; font-size:14px; line-height:48px; color:#000;}
.depth2 li:first-child {border-radius: 10px 10px 0 0; border-top: 1px solid #DBDBDB;}
.depth2 li:last-child {border-radius: 0 0 10px 10px; border-bottom: 1px solid #DBDBDB;}

.gnb > ul > li:hover > a,
.gnb > ul > li.on > a {color: #0962CF;} 
.depth2 li:hover > a,
.depth2 li.on > a {color: #0962CF; font-weight: 600;} 
.depth2 li:hover,
.depth2 li.on {background-color: #E3ECF8; } 

.depth3 {display: none; padding-bottom: 15px;}
.depth3 li {margin-top: 5px;}
.depth3 li a {line-height: 30px; }
.depth3 li:hover a {font-weight: 400;}

.modal-cover {z-index: 9; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.4);}




#header.site {}
#header.site:after {
	content:""; position: absolute; left: 0; top: 0; width: 100%; height: auto;
	background-color: #fff;
}
#header.site .btn_gnb_close {display: block; position: absolute; right: 0; top: 10px; width: 40px; height: 60px; text-align: center; font-size: 0;}
#header.site .btn_gnb_close span {display: inline-block; vertical-align: top; width: 100%; height: 100%; background-image: url('/ver2/asset/images/common/gnb_ic=menu_mo_close.svg'); background-position: center center; background-repeat: no-repeat; background-size: 28px auto;}
#header.site .inr-c {display: block;}
#header.site .logo {display: none;}
#header.site .links {display: none;}
#header.site .gnbbox {}
#header.site .gnbbox .logo {display: block; width: auto; text-align: center;}
#header.site .gnb > ul > li {display: flex; padding: 15px 0; border-top: 1px solid #DBDBDB;}
#header.site .gnb > ul > li:first-child {border-top: 0;}
#header.site .gnb > ul > li > a {padding: 0; min-width: 180px; font-size: 24px;}
#header.site .depth2 {position: static; width: auto; margin-top: 15px; padding-top: 0; transform: translateX(0); text-align: left;}
#header.site .depth2 li:hover {background: none;}
#header.site .depth2 > ul {display: flex;}
#header.site .depth2 > ul > li {border: 0; margin-left: 40px;}
#header.site .depth2 > ul > li > a {font-weight: 700; font-size: 18px;}
#header.site .depth3 {display: block;}
#header.site .depth3 li {border: 0;}



#header.search {}
#header.search .btn_hd_sch {}
#header.search .btn_hd_sch span {display: inline-block; vertical-align: top; width: 100%; height: 100%; background-image: url('/ver2/asset/images/common/gnb_ic=menu_close.svg'); background-position: center center; background-repeat: no-repeat; background-size: 28px auto;}


#header.scroll {position: fixed; left: 0; top: 0; width: 100%;}





/*footer*/
.footer {clear:both; z-index: 1; position: relative; background-color: #061631; color: #fff;}
.footer_link {padding:  20px 0; background-color: #F2F3F6;}
.footer_link .inr-c {overflow:hidden;}
.footer_link .slick-track {display: flex; align-items:center;}
.footer_cont {padding-top: 55px; padding-bottom: 135px; }

.foo_info {display: flex;}
.foo_info .lo {margin-right: 38px;}
.foo_info p {margin-top: 3px; opacity:.8; letter-spacing:-0.02em;}
.foo_info p span {display: inline-block; margin-right: 10px;}
.foo_info .mt {margin-top: 1em;}

.foo_sns {z-index: 1; position: absolute; right: 0; top: 117px; display: flex; gap:18px;}
.foo_sns a {display: block; }
.foo_sns a .i-set {width: 45px; height: 45px; background-image: url("/ver2/asset/images/common/footer_sns.svg"); -webkit-background-size: auto 45px; background-size: auto 45px;}
.foo_sns a .i-set.i_instar {background-position: 0 0;}
.foo_sns a .i-set.i_blog {background-position: -63px 0;}
.foo_sns a .i-set.i_facebook {background-position: -126px 0;}
.foo_sns a .i-set.i_youtube {background-position: right 0;}

.foo_select {z-index: 1; position: absolute; right: 0; top: 55px; width: 262px;}
.foo_select .sel_tit {}
.foo_select .sel_list {bottom: 52px;}


.inp_select1 {}
.inp_select1 .sel_tit {position: relative; width: 100%; padding: 0 30px 0 18px; text-align: left; font-size: 14px; color: #000; height: 42px; border: 1px solid #fff; border-radius: 20px; background-color: #fff;}
.inp_select1 .sel_tit:after {content:""; position: absolute; right: 13px; top: 50%; margin-top: -8px; width: 16px; height: 16px; background-image: url("/ver2/asset/images/common/select_icon.svg"); background-repeat: no-repeat;}
.inp_select1 .sel_list {position: absolute; width: 100%; padding: 20px 17px; background-color: #fff; border-radius: 20px; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,.1); display: none;}
.inp_select1 .sel_list ul {max-height:160px; overflow-y:auto;}
.inp_select1 .sel_list a {display: block; padding: 10px 0; color: #000; font-size: 14px;}


/*컨텐츠*/
#container {padding-top: 80px; min-height: 600px;}







/*로케이션*/
#spot {margin-bottom: 100px;}
#spot.spot {position: relative;}

.spot {height: 230px; margin: 20px; border-radius: 15px; font-size: 18px; background-color: #e7f2ff; background-image: url('/ver2/asset/images/common/spot_bg.png'); background-repeat: no-repeat; background-position: right bottom; background-size: auto 100%;}
.spot .title {padding-top: 78px; margin-bottom: 30px; font-weight: 700; font-size: 52px; color: #000; line-height: 1;}
.spot .sch {position: relative; display: flex; margin: 0 auto; width: 80%; max-width:450px; border-radius: 50px;}
.spot .sch .inp_txt {width: 100%; height: 60px; line-height: 60px; font-size: 16px; padding-left: 28px; padding-right: 100px; border-radius: 50px;}
.spot .sch .btns {position: absolute; right: 0; top: 0; padding: 0 20px; height: 100%;}

.spot.s0 {margin: 0; border-radius: 0; height: 280px; text-align: center; background-color: #F2F3F6; background-image: none;}
.spot.s0 .title {padding-top: 70px;}

.path {z-index: 1; position: relative;}
.path > ul {font-size: 0;}
.path > ul > li {position: relative; display: inline-block; *display: inline; *zoom:1; vertical-align: top; text-align: center;}
.path > ul > li:after {
	content:""; position: absolute; left: 0; top: 50%; margin-top: -4.5px; width: 1px; height: 9px; background-color: #5D6065; 
	opacity: .8;
}
_::-moz-svg-foreign-content, :root .path li {float: left;}
.path > ul > li:first-child {padding-top: 9px; padding-right: 10px;}
.path > ul > li:first-child:after {content:none;}
.path > ul > li div.sel_tit {padding: 0 12px; background: none; border: 0; color: #5D6065; font-weight: 400; font-size: 14px; line-height: 42px; box-sizing:border-box;}

.path .inp_select1 .sel_tit {padding: 10px 12px; background: none; border: 0; color: #5D6065; font-weight: 400; box-sizing:border-box;}
.path .inp_select1 div.sel_tit {display: flex; align-items:center;}
.path .inp_select1 .sel_tit:after {content:none;}
.path .inp_select1 .sel_list {overflow:hidden; padding: 0; width: auto; border-radius: 10px;}
.path .inp_select1 .sel_list a {padding: 10px 15px; line-height: 28px; white-space:nowrap;}
.path .inp_select1 .sel_list a:hover {background-color: #F2F8FF; color: #0962CF; font-weight: 600;}
.path .inp_select1:last-child .sel_tit span {padding-right: 15px;}
.path .inp_select1:last-child .sel_tit:after {content:"▼"; right: 10px; background: none; font-size: .7em; text-align: right;}
.path .inp_select1.active .sel_tit {font-weight: 700;}
.path .inp_select1.active .sel_tit span {padding-right: 15px;}
.path .inp_select1.active .sel_tit:after {content:"▲"; }


.spot form#schFrm {position: relative; display: flex; margin: 0 auto; width: 80%; max-width:480px; border-radius: 50px;}
.spot #schFrm .inp_txt {width: 100%; height: 60px; line-height: 60px; font-size: 16px; padding-left: 28px; padding-right: 100px; border-radius: 50px;}
.spot #schFrm .btns {position: absolute; right: 0; top: 0; padding: 0 20px; height: 100%;}
.spot #schFrm .i-set.i_sch {width: 24px; height: 24px;}




/*사이드바*/
.sidebar {position: relative; top: -270px; width: 240px;}
.sidebar .title {
	display: flex; align-items:center; justify-content: center;
	height: 130px; padding: .5em; margin-bottom: 14px;
	font-size: 34px; color: #fff; font-weight: 700;
	box-sizing:border-box; background-color: #357DD6;
	border-radius: 10px;
}
.sidebar .smenu {}
.sidebar .smenu > ul > li {margin-bottom: 10px; border-radius: 10px; background-color: #F2F8FF;}
.sidebar .smenu > ul > li > a {
	display: flex; align-items:center; height: 68px; padding: 0 20px; 
	font-size: 16px; font-weight: 600; color: #000; 
}
.sidebar .smenu > ul.arr > li > a > span {
	display: block; width: 100%;
	background-image: url('/ver2/asset/images/common/arrow_menu.svg'); background-repeat: no-repeat; background-position: right center; background-size: 16px auto;
}
.sidebar .smenu .smenu_dep {
	display: none;
	padding: 10px 0 16px; margin: 0 20px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.sidebar .smenu .smenu_dep a {display: block; padding: 7px 0; font-size: 14px; color: #fff;}
.sidebar .smenu .smenu_dep a.on,
.sidebar .smenu .smenu_dep a:hover {color: #54D3EB;}

.sidebar .smenu > ul > li.on {background-color: #03336F;} 
.sidebar .smenu > ul > li.on > a {color: #54D3EB;}
.sidebar .smenu > ul > li.on .smenu_dep {display: block;}
.sidebar .smenu > ul.arr > li.on > a > span {background-image: url('/ver2/asset/images/common/arrow_menu_on.svg');}
.sidebar .smenu > ul.arr > li.on > a {color: #fff;}











/* 3: 범용 컨텐츠
=========================================================================================== */
a {transition:all .2s ease; -webkit-transition:all .2s ease; -moz-transition:all .2s ease; -o-transition:all .2s ease;}


/*버튼*/
.btn-bot {margin-top:60px; font-size: 0; text-align: center;}
.btn-bot .btn-pk {margin: 0 10px; width: 150px; vertical-align: top;}


.btn-flex {margin-top: 30px; display: flex;}
.btn-flex > .btn-pk {flex:1; margin-left: 15px;}
.btn-flex > .btn-pk:first-child {margin-left: 0;}

.btn-pk {
	display:inline-block; *display:inline-block; *zoom:1; padding:8px 10px; 
	border:1px solid #fff; 
	color:#fff; font-size:14px; font-size:0.875rem; text-align: center;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	border-radius:30px;-webkit-border-radius:30px; -moz-border-radius:30px;
	transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; -o-transition:all .3s ease;
}
.btn-pk.bdrs {border-radius:100px;-webkit-border-radius:100px; -moz-border-radius:100px;}
.btn-pk.w100p {width: 100%; min-width:auto !important;}


.btn-pk.mem {min-width: 200px; padding:13px 20px; font-size:17px; line-height: 1.1;}
.btn-pk.b {min-width:200px; padding:12px 20px; font-size:18px;}
.btn-pk.n {min-width:100px; padding:13px 24px; font-weight: 700; font-size:16px;}
.btn-pk.s {min-width:60px; padding:5px 10px; font-size:13px; line-height: 1.2; font-size:0.8125rem;}


.btn-pk.color {border-color: #03336F; background-color: #03336F;}
.btn-pk.color:hover {background-color: #03336F; border-color: #03336F;}




/*IR 기법 아이콘 세트*/
.i-aft{position: relative;display: inline-block;vertical-align: baseline;*display: inline;*zoom: 1;}
.i-aft:after{content:""; position: absolute; left: 0;top: 50%;display: inline-block;overflow: hidden;width: 0;height: 0;content: '';text-align: left;text-indent: -9999px;background-repeat: no-repeat;*display: inline;*zoom: 1; }
.i-set{display: inline-block;overflow: hidden;text-align: left;vertical-align: middle;text-indent: -9999px;line-height: 0;background-repeat: no-repeat;*display: inline;*zoom: 1; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}

.i-aft.i_instar {padding-left: 53px;}
.i-aft.i_instar:after {width: 45px; height: 45px; margin-top: -21.5px; background-size: auto 100%; background-image: url('/ver2/asset/images/common/ico_instar_off.svg');}
.i-aft.i_youtube {padding-left: 53px;}
.i-aft.i_youtube:after {width: 45px; height: 45px; margin-top: -21.5px; background-size: auto 100%; background-image: url('/ver2/asset/images/common/ico_youtube_off.svg');}
.i-aft.i_blog {padding-left: 53px;}
.i-aft.i_blog:after {width: 45px; height: 45px; margin-top: -21.5px; background-size: auto 100%; background-image: url('/ver2/asset/images/common/ico_blog_off.svg');}

.on .i-aft.i_instar:after {background-image: url('/ver2/asset/images/common/ico_instar.svg');}
.on .i-aft.i_youtube:after {background-image: url('/ver2/asset/images/common/ico_youtube.svg');}
.on .i-aft.i_blog:after {background-image: url('/ver2/asset/images/common/ico_blog.svg');}


.i-set.i_sch {width: 28px; height: 28px; background-image: url('/ver2/asset/images/common/gnb_search.svg');}
.i-set.i_menu {width: 28px; height: 28px; background-image: url('/ver2/asset/images/common/gnb_menu.svg');}
.i-set.i_home {width: 22px; height: 22px; background-image: url('/ver2/asset/images/common/ico_home.svg');}


.slider_img {position: relative;}
.slider_img .i-set.i_mov {position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); }
.i-set.i_mov {width: 52px; height: 52px; background-image: url('/ver2/asset/images/common/ico_mov.svg');}



.lst_line {}
.lst_line ul {font-size: 0; margin-top: 20px;}
.lst_line li {display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-size: 16px; line-height: 1;}
_::-moz-svg-foreign-content, :root .lst_line li {float: left;}
.lst_line li a {position: relative; display: block; padding: 15px 14px; color: #888888;}
.lst_line li a:after {content:""; position: absolute; left: 0; top: 50%; margin-top: -7px; width: 1px; height: 14px; background-color: #888;}
.lst_line li:first-child a:after {content:none;}


.lst_dot {}
.lst_dot li {position: relative; padding-left: 15px; margin-bottom: 5px;}
.lst_dot li:after {content:""; position: absolute; left: 3px; top: 9px; width: 3px; height: 3px; background-color: #000; border-radius: 5px;}




/*탭*/
.tab {}
.tab ul {font-size: 0;}
.tab li {position: relative; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
_::-moz-svg-foreign-content, :root .tab li {float: left;}


.tab.ty1 {margin-bottom: 40px;}
.tab.ty1 li {margin-right: 20px; margin-bottom: 20px;}
.tab.ty1 li a {display: block; padding: 0 10px; min-width:100px; font-weight: 400; font-size: 16px; color: #000; text-align: center; line-height: 40px; border-radius: 40px; background-color: rgba(81,130,191,.08);}
.tab.ty1 li.on a,
.tab.ty1 li a.active {color: #fff; background-color: #03336F;}


.tab.ty1.sm li {margin-right: 8px; margin-bottom: 0;}
.tab.ty1.sm li a {min-width: auto; padding: 0 20px; font-size: 14px; line-height: 38px;}

.tab.ty2 {}
.tab.ty2 ul {}
.tab.ty2 li {display: inline-block; vertical-align: top;}
.tab.ty2 li a {display: block; padding: 0 10px; border-left: 1px solid #ccc; font-size: 14px;}
.tab.ty2 li:first-child a {border-left: 0; padding-left: 0;}
.tab.ty2 li.on a {font-weight: 700; color: #000;}

.tab.ty3 {margin-bottom: 100px;}
.tab.ty3 ul {display: flex;}
.tab.ty3 li {flex:1;}
.tab.ty3 li a {display: flex; align-items:center; justify-content: center; height: 42px; padding: 0 20px; font-weight: 600; font-size: 16px; color: #000; text-align: center; background-color: #fff; border-bottom: 2px solid #DBDBDB;}
.tab.ty3 li.on a {font-weight: 700; color: #03336F; border-color: #03336F;}






/*테이블*/
.inp_addr {}
.inp_addr > div {margin-bottom: 10px; display: flex; max-width: 435px;}
.inp_addr > div .inp_txt {}
.inp_addr .btn-pk {white-space:nowrap; margin-right: 10px; border-radius: 5px;}

.inp_btn {display: flex;}
.inp_btn .btn-pk {margin-left: 10px;}




/*테이블*/
.tbl_list {}
.tbl_list .li {border-top: 1px solid #DBDBDB;}
.tbl_list .li:first-child {border-top: 0;}
.tbl_list .li:first-child > a {padding-top: 0;}
.tbl_list .li > a {display: block; padding: 20px 0 18px; }
.tbl_list .li .h1 {font-size: 20px; font-weight: 500; color: #000;}
.tbl_list .li .t1 {margin-top: 10px; font-size: 12px; color: #959595;}
.tbl_list .li .t2 {margin-top: 10px; font-size: 16px; color: #666;}

.tbl_list .li .t-arr > span {position: relative; display: inline-block;}
.tbl_list .li .t-arr > span:after {content:""; position: absolute; left: 0; top: 0; width: 14px; height: 100%; background-image: url("/ver2/asset/images/common/tbl_arr.svg"); background-repeat: no-repeat; background-position: center center; background-size: 14px auto; opacity:.8;}
.tbl_list .li .t-arr > span:first-child {padding-left: 0;}
.tbl_list .li .t-arr > span:first-child:after {content:none;}

.tbl_list .li .t1 > span {padding-left: 14px; }

.tbl_list .li .h1 > span {padding-left: 32px;}
.tbl_list .li .h1 > span:after {left:  8px; width: 16px; height: 100%; background-size: 16px auto;}

.tbl_list .non {text-align: center; color: #959595;}

.tbl_list .t-sch {font-weight: 700; color: #0962CF;}


/*신청/작성*/
.tbl_list .li2 {display: inline-flex; width: 47.5%; margin-left: 4%; margin-bottom: 50px;}
.tbl_list .li2.long {width: 100%; margin-left: 0;}
.tbl_list .li2.long2 {width: 100%; margin-left: 0; display: block;}
.tbl_list .li2.long2 .h1 {width: auto; margin-bottom: 10px;}
.tbl_list .li2 .h1 {flex-shrink: 0; width: 100px; font-size: 16px; font-weight: 700; color: #000; line-height: 36px;}
.tbl_list .li2 .t1 {width: 100%; color: #959595;}
.tbl_list .li2 select.select1,
.tbl_list .li2 .inp_txt {width: 100%; height: 36px; line-height: 36px; border-radius: 0; border: 0; border-bottom: 1px solid #DBDBDB;}
.tbl_list .li2 .filebox {margin-bottom: 10px;}
.tbl_list .li2 .et {display: flex; align-items: end; width: 100%;}
.tbl_list .li2 .et .select1 {width: 30%;}
.tbl_list .li2 .et .inp_txt {width: 40%; margin: 0 10px;}
.tbl_list .li2 .et p {color: #959595; white-space:nowrap;}
.tbl_list .per_info {overflow-y:auto; max-height: 200px; padding: 26px 30px; border: 1px solid #DBDBDB; border-radius: 15px; font-size: 12px; line-height: 1.6; background-color: #FAFAFA; white-space:pre-line;}
.tbl_list .agree_box {margin-top: 15px;}
.tbl_list .agree_box .inp_radio {margin-right: 20px;}
.tbl_list .i_emp {font-size: .7em; color: #0962CF; vertical-align: top; display: inline-block; margin-left: .2em;}


.tbl_basic {overflow:hidden; font-size: 14px; color: #484848; border-top: 1px solid #000;}
.tbl_basic table {}
.tbl_basic td {padding: 10px 20px; height: 47px; text-align: left; border-bottom: 1px solid #DBDBDB;}
.tbl_basic th {padding: 10px 20px; height: 47px; font-weight: 700; text-align: center; color: #000; border-bottom: 1px solid #DBDBDB;}

.tbl_basic col.num {width: 100px;}
.tbl_basic col.day {width: 150px;}
.tbl_basic col.count {width: 100px;}
.tbl_basic col.wid1 {width: 25%;}


.tbl_basic table.list {table-layout:fixed;}
.tbl_basic table.list thead tr {border-bottom: 1px solid #DBDBDB;}
.tbl_basic table.list th {border-bottom-color: #DBDBDB;}
.tbl_basic table.list td {text-align: center; padding: 10px 5px; color: #959595;}
.tbl_basic table.list td.subject {text-align: left;} 
.tbl_basic table.list td.subject a {position: relative; display: flex; align-items:center; font-weight: 700; font-size: 1.2em; color: #000; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; box-sizing:border-box;}
.tbl_basic table.list td.subject a:hover {text-decoration: underline;}
.tbl_basic table.list td.subject a span {overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}
.tbl_basic table.list td.subject .ico-new {margin-bottom: 1px;}
.tbl_basic table.list tbody tr:hover {background-color: #F2F8FF;}
.tbl_basic table.list td.notx {font-size: 1.25em; padding: 100px 0;}


.tbl_basic .i_notice {display: inline-block; width: 50px; text-align: center; line-height: 30px; border-radius: 50px;}
.tbl_basic .i_notice.ty1 {background-color: #FCF3EC; color: #D05700;}
.tbl_basic .i_notice.ty2 {background-color: #F2F8FF; color: #0962CF;}
.tbl_basic .i_notice.ty3 {background-color: #EFFDF4; color: #118337;}
.tbl_basic .i_notice.ty4 {background-color: #FEF8ED; color: #B07706;}

.tbl_basic table.list2 {margin-left: -1px;}
.tbl_basic table.list2 thead {background-color: #FAFAFA;}
.tbl_basic table.list2 th {border-bottom-color: #DBDBDB; border-left: 1px solid #DBDBDB;}
.tbl_basic table.list2 td {text-align: center; padding: 10px 5px; border-left: 1px solid #DBDBDB;}


.tbl_basic table.view td {padding-left: 20px; height: 40px;}
.tbl_basic table.view th {padding-left: 30px; text-align: left;}


.tbl_basic table.write {}
.tbl_basic table.write th {text-align: center; background: #f8f8f8; color: #000; font-weight: 600;}
.tbl_basic table.write td {padding: 10px 20px; border-left: 1px solid #ddd;}
.tbl_basic table.write .textarea1 {height: 200px;}
.tbl_basic table.write .inp_txt,
.tbl_basic table.write .select1 {border-radius: 0; width: 100%;}
.tbl_basic table.write .textarea1 {border-radius: 0; width: 100%; padding: 15px 20px; height: 250px;}
.tbl_basic table.write .wid1 {max-width:435px;}
.tbl_basic table.write .i_imp {color: #ff80a3;}


.tbl_botm {overflow:hidden; margin-top: 20px; text-align: center;}
.tbl_botm .inps {text-align: right;}
.tbl_botm .btn-pk.n {width: 150px;}
.tbl_botm .lft {float: left;}
.tbl_botm .rgh {float: right;}

.tbl_botm.fix {font-size: 0; margin-top: 50px;}
.tbl_botm.fix .btn-pk {margin: 0 5px;}




.tbl_top {margin-bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between;}
.tbl_top .t_total {font-size: 16px; color: #333;}
.tbl_top .tab {margin-bottom: 0;}
.tbl_top .select1 {min-width: 150px;}
.tbl_top .inp_btn {min-width: 50%;}
.tbl_top .inp_btn .inp_txt {width: 500px;}
.tbl_top .inp_btn .btn-pk {white-space:nowrap; min-width: 120px;}


.tbl_sch {text-align: center; font-size: 0; margin-top: 100px; padding: 70px 0; background-color: #e1f4f3;}
.tbl_sch .in {display: flex; position: relative; max-width:570px; margin: 0 auto;}
.tbl_sch .select1 {border: 0; margin-right: 10px;}
.tbl_sch .inp_txt {width: 100%; border: 0; padding-right: 70px;}
.tbl_sch .btns {position: absolute; right: 0; top: 0; width: 70px; height: 100%; text-align: center;}
.tbl_sch .btns .i-set {vertical-align: top; margin-top: 0;}



.tbl_view {margin-bottom: 50px;}
.tbl_view .i-notice {display: inline-block; vertical-align: top; margin-right: 10px; margin-top: 3px; padding: 7px 20px; background-color: #68c6c5; font-size: 16px; color: #fff; border-radius:5px ;}
.tbl_view .tit {position: relative; text-align: center; padding: 30px 160px; border-bottom: 1px solid #333; border-top: 1px solid #333; background-color: #f8f8f8;}
.tbl_view .tit .h1 {margin-bottom: 20px; font-weight: 400; font-size: 32px; color: #000; line-height: 1.3;}
.tbl_view .tit .t1 {font-size: 17px; color: #000;}
.tbl_view .tit .t1 span {position: relative; margin-left: 36px;}
.tbl_view .tit .t1 span:before {content:""; position: absolute; left: -16px; top: 50%; margin-top: -8px; width: 1px; height: 16px; background-color: #000;}
.tbl_view .tit .t1 span:first-child {margin-left: 0;}
.tbl_view .tit .t1 span:first-child:before {content:none;}
.tbl_view .tit .btn_favorit {right: 50px; top: 50%; transform:translateY(-50%);}
.tbl_view .cont {padding: 30px; min-height: 250px; border-bottom: 1px solid #dddddd; }
.tbl_view .cont .mov {max-width:800px; margin: 0 auto;}
.tbl_view .cont .mov > div {position: relative; height: 0; padding-bottom: 56.25%;}
.tbl_view .cont .mov iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.tbl_view .cont .tt {font-size: 18px; color: #666; line-height: 1.7;}
.tbl_view .cont .view_tit {margin-bottom: 30px;}
.tbl_view .cont .view_tit .im {min-width: 200px; left: 0;}
.tbl_view .cont .view_tit .tx {padding-top: 20px;}
.tbl_view .link {padding: 20px 50px; background-color: #fff9fa;  border-bottom: 1px solid #dddddd; }
.tbl_view .link a {display: inline-block; margin-left: 70px; color: #ff80a3; border-bottom: 1px solid #ff80a3;}
.tbl_view .arrow {}
.tbl_view .arrow a {display: block; padding: 24px 50px; border-bottom: 1px solid #ddd; line-height: 1; }
.tbl_view .arrow a span {display: block; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;}
.tbl_view .botm {display: flex; justify-content: flex-end; padding-top: 30px;}
.tbl_view .botm .btn-pk {width: 170px; margin-left: 10px;}
.tbl_view .botm .btn-pk:first-child {margin-left: 0;}


/*상세*/
.bbs_tblview {font-size: 14px;}
.bbs_tblview .i_notice {display: inline-block; padding: 0 15px; min-width: 30px; text-align: center; line-height: 30px; border-radius: 50px;}
.bbs_tblview .i_notice.ty1 {background-color: #FCF3EC; color: #D05700;}
.bbs_tblview .i_notice.ty2 {background-color: #F2F8FF; color: #0962CF;}
.bbs_tblview .i_notice.ty3 {background-color: #EFFDF4; color: #118337;}
.bbs_tblview .i_notice.ty4 {background-color: #FEF8ED; color: #B07706;}

.bbs_tblview .view_tit {display: flex; align-items:center; margin-bottom: 100px;}
.bbs_tblview .view_tit .im {overflow:hidden; flex-shrink: 0; width: 288px; margin-right: 80px; border-radius: 15px;}
.bbs_tblview .view_tit .im span {display: block; height: 0; padding-bottom: 138.4%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.bbs_tblview .view_tit .tx {width: 100%;}
.bbs_tblview .view_tit .tx .t1 {margin-bottom: 10px; color: #0962CF; font-weight: 600;}
.bbs_tblview .view_tit .tx .h1 > span {max-height: 68px; font-weight: 700; color: #000;}
.bbs_tblview .view_tit .tx .t2 {margin-top: 12px; color: #959595;}
.bbs_tblview .view_tit .tx .ls1 {display: flex; flex-wrap:wrap; padding-top: 40px; margin-top: 30px; border-top: 1px solid #5D6065;}
.bbs_tblview .view_tit .tx .ls1 li {display: flex; width: 49%; margin-right: 1%; margin-bottom: 20px;}
.bbs_tblview .view_tit .tx .ls1 em {flex-shrink: 0; display: block; width: 58px; height: 30px; margin-top: -5px; margin-right: 15px; font-size: 14px; font-weight: 700; line-height: 30px; color: #000; text-align: center; background-color: #F2F3F6; border-radius: 50px;}
.bbs_tblview .view_tit .tx .ls2 {position: relative; display: flex; flex-wrap:wrap; margin-top: 60px; border: 1px solid #DBDBDB; border-radius: 15px;}
.bbs_tblview .view_tit .tx .ls2:after {content:""; position: absolute; left: 0; top: -30px; width: 100%; height: 2px; background-color: #000;}
.bbs_tblview .view_tit .tx .ls2 li {display: flex; align-items:center; width: 33.33%; height: 60px; padding: 0 10px; border-bottom: 1px solid #DBDBDB; box-sizing:border-box;}
.bbs_tblview .view_tit .tx .ls2 li:nth-child(n+4) {border-bottom: 0;}
.bbs_tblview .view_tit .tx .ls2 li em {display: block; padding: 0 24px; color: #959595;}
.bbs_tblview .view_tit .tx .ls3 {margin-top: 30px;}
.bbs_tblview .view_tit .tx .ls3 li {display: flex; align-items:center; margin-bottom: 15px; font-size: 16px;}
.bbs_tblview .view_tit .tx .ls3 li em {font-weight: 700; display: block; width: 150px;}
.bbs_tblview .view_tit .tx .links {display: flex; margin-top: 30px; margin-bottom: -50px; padding: 15px 20px; border-bottom: 1px solid #DBDBDB; border-top: 2px solid #000; background-color: #FAFAFA; font-size: 14px;}
.bbs_tblview .view_tit .tx .links .h {flex-shrink: 0; margin-right: 20px; font-weight: 700; line-height: 40px;}
.bbs_tblview .view_tit .tx .links a {display: block; margin: 5px 0;}
.bbs_tblview .view_tit .tx .links a span {border-bottom: 1px solid #000;}
.bbs_tblview .view_tit .tx .links a .btn-pk {margin-left: 20px;}
.bbs_tblview .view_tit .tx .i_down {padding-left: 18px; border: 0;}
.bbs_tblview .view_tit .tx .i_down:after {width: 16px; height: 16px; margin-top: -8px; background-image: url('/ver2/asset/images/common/ico_download.svg');}
.bbs_tblview .view_tit .line {margin-top: 30px;border-top: 2px solid #000;}

.bbs_tblview .view_cont {line-height: 1.6;}
.bbs_tblview .view_cont p {margin-bottom: 10px;}
.bbs_tblview .view_cont .col {margin-bottom: 80px;}
.bbs_tblview .view_cont .col_in {padding: 10px 20px;}
.bbs_tblview .view_cont .col_in .lst_dot {margin-bottom: 40px;}
.bbs_tblview .view_cont .colpre {white-space:pre-line; line-height: 1.7;}
.bbs_tblview .view_cont .colpre span {font-family: inherit !important;}
.bbs_tblview .view_cont .tit {position: relative; padding-left: 16px; padding-bottom: 20px; margin-bottom: 20px; font-weight: 700; font-size: 20px; color: #03336F; border-bottom: 1px solid #DBDBDB;}
.bbs_tblview .view_cont .tit:after {content:""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background-color: #0962CF; border-radius: 50%;}
.bbs_tblview .view_cont .tit2 {margin-bottom: 15px; font-weight: 700; color: #000;}
.bbs_tblview .view_cont .tit2 + .tbl_basic {margin: 0;}
.bbs_tblview .view_cont .lst_dot li {margin-bottom: 10px;}
.bbs_tblview .view_cont .tbl_basic {margin: 40px 0;}
.bbs_tblview .view_botm {border-top: 1px solid #DBDBDB;}
.bbs_tblview .view_botm > div {display: flex; padding: 24px 60px; border-bottom: 1px solid #DBDBDB; }
.bbs_tblview .view_botm .h {display: block; width: 80px; padding-left: 20px; font-weight: 700; color: #000; background-repeat: no-repeat; background-position: 0 center; background-size: 13px auto;}
.bbs_tblview .view_botm .t {display: block; flex-shrink: 0; width: calc(100% - 200px); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bbs_tblview .view_botm .vprev .h {background-image: url("/ver2/asset/images/common/tbl_prev.svg");}
.bbs_tblview .view_botm .vnext .h {background-image: url("/ver2/asset/images/common/tbl_next.svg");}

.bbs_tblview .slider-for {overflow:hidden; height: 0; padding-bottom: 53.07%; border-radius: 15px; margin-bottom: 30px;}
.bbs_tblview .item {overflow:hidden; position: relative;}
.bbs_tblview .item > span {display: block; height: 0; padding-bottom: 53.07%;}

.bbs_tblview .slider-nav {z-index: 1; padding: 0 40px;}
.bbs_tblview .slider-nav .item {overflow:hidden; width: 9%; margin-right: 1%; border-radius: 5px; opacity:.6;}
.bbs_tblview .slider-nav .slick-slide {opacity:.6; border-radius: 5px; overflow:hidden; width: 9%; margin-right: 1%;}
.bbs_tblview .slider-nav .slick-current {opacity:1;}


.bbs_tblview .slider-nav.slick-initialized .slick-track {visibility: visible; width: 101%; margin: 0;}
.bbs_tblview .swiper-button-prev {left: 0; width: 40px; background-image: url("/ver2/asset/images/common/view_slide_prev.svg");}
.bbs_tblview .swiper-button-next {right: 0; width: 40px; background-image: url("/ver2/asset/images/common/view_slide_next.svg");}

.bbs_tblview .slider-nav-dummy {z-index: 0; position: absolute; left: 0; top: 0; display: flex; width: 101%; padding: 0 40px; box-sizing:border-box;}
.bbs_tblview .slider-nav-dummy .item {display: block; width: 9%; margin-right: 1%; }
.bbs_tblview .slider-nav-dummy .item > span {background-color: #f9f9f9; border-radius: 5px;}


.slick-arrow.slick-hidden {display: block; opacity:.2;}
.bbs_tblview .slider-nav.slick-initialized .slick-track {display: flex; align-items: center;}


/* 4: 컨텐츠
=========================================================================================== */
.hd_tit {position: relative; margin-bottom: 60px; color: #484848;}
.hd_tit p {margin-top: 14px; line-height: 1.5;}
.hd_tit .tab {margin-top: 40px;}
.hd_tit .more {position: absolute; right: 0; bottom: 0; width: 38px; height: 38px; font-size: 0; background-repeat: no-repeat; background-position: center center; background-image: url("/ver2/asset/images/common/ico_more.svg"); background-size: 36px auto;}

.h_tit1 {font-weight: 700; font-size: 34px; color: #000;}
.h_tit1 > span {margin-left: .8em; font-size: .5em; color: #959595;}


.hd_stit {margin-bottom: 40px; display: flex; align-items: center; justify-content: space-between;}
.hd_stit .tit {font-weight: 700; font-size: 24px; line-height: .7;}
.hd_stit .tit > span {display: inline-block; padding: 0 12px; border-left: 1px solid #DBDBDB;}
.hd_stit .tit > span:first-child {border-left: 0; padding-left: 0;}
.hd_stit .more {font-size: 14px; font-weight: 700;}
.hd_stit .more:after {content:"+"; margin-left: 3px;}


.text-h0 {font-size: 60px;}
.text-h1 {font-size: 52px;}
.text-h2 {font-size: 34px;}
.text-h3 {font-size: 28px;}
.text-h4 {font-size: 24px;}
.text-h5 {font-size: 20px;}

.text-b1 {font-size: 18px;}
.text-b2 {font-size: 16px;}
.text-b3 {font-size: 14px;}

.text-c1 {font-size: 12px;}


.pr-mb1 {margin-bottom: 100px;}


/*메인*/
#container.main {}

/*
.heading_new {position: relative;}
.heading_new > span {display: inline; vertical-align: middle; max-width:calc(100% - 25px); overflow: hidden; text-overflow: ellipsis;}
.ico-new {
	display: inline-block; vertical-align: middle; margin-left: 5px; 
	font-size: 0; position: relative;
}
.ico-new::after {
	content:""; 
	position: absolute; left: 0; top: 50%; margin-top: -10px;
	width: 20px; height: 20px; 
	/*line-height: 20px; text-align: center; font-size: 12px; background-color: #FF5728; color: #fff; border-radius: 50%;*
	background-image: url('/ver2/asset/images/common/ico_new.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	font-size: 0;
}
*/
.heading_new {
	position: relative;
	overflow: hidden;
}
.heading_new span {
	display: inline;
}
.ico-new{
	display:inline-block; vertical-align: text-bottom;
	width: 20px; height: 20px; margin-left: 5px; margin-bottom: 3px;
	background-image: url('/ver2/asset/images/common/ico_new.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	font-size: 0; flex-shrink: 0;
}


/*메인-비주얼*/
.visual_main {overflow:hidden; position: relative; height: 960px; text-align: center; background-color: #ccc;}
.visual_main .item {overflow:hidden; position: relative; height: 960px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.visual_main .item:after {content:""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5);}
.visual_main .slider_bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.visual_main .slider_txt {position: relative; z-index: 1; text-align: left; margin-top: 160px; font-size: 16px; color: #fff;}
.visual_main .slider_txt .t2 {
	margin-top: 15px; margin-bottom: 50px; 
	max-height: 144px;
	font-weight: 700; font-size: 60px; line-height: 1.2; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.visual_main .slider_txt.active {
	animation: textMoveUp .8s forwards;
}


.swiper-button-prev {z-index: 1; position: absolute; left: 60px; top: 50%; margin-top: -20px; width: 40px; height: 40px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto; background-image: url('/ver2/asset/images/common/arrow_left.svg'); cursor:pointer;}
.swiper-button-prev:hover {}
.swiper-button-next {z-index: 1; position: absolute; right: 60px; top: 50%; margin-top: -20px; width: 40px; height: 40px; background-position: center center; background-repeat: no-repeat; background-size: 100% auto; background-image: url('/ver2/asset/images/common/arrow_right.svg'); cursor:pointer;}
.swiper-button-next:hover {}

.swiper-pagination {z-index: 1; position: absolute; left: 50%; top: 500px; width:1440px; margin-left: -720px; text-align: left;}
.swiper-pagination li {display: inline-block; width: 8px; height: 8px; margin: 0 4px; background-color: #fff; border-radius: 10px; opacity:.5; font-size: 0;}
.swiper-pagination li.slick-active {width: 43px; opacity:1;}

.slide_nav {z-index: 1; position: absolute; left: 50%; bottom:70px; width:1440px; margin-left: -720px; display: flex; gap:27px;}
.slide_nav_txt {position: relative; flex:1; display: flex; flex-direction: column; justify-content: space-between; height: 220px; padding: 40px; text-align: left; border-radius: 15px; color: #fff;}
.slide_nav_txt:after {
	content:""; position: absolute; right: 40px; top: 40px;
	width: 40px; height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}
.slide_nav_txt .h1 {font-weight: 700;}
.slide_nav_txt .t1 {line-height: 1.7;}
.slide_nav_txt.sn1 {background-color: rgba(3,51,111,.9);}
.slide_nav_txt.sn1:after {background-image: url('/ver2/asset/images/main/main_tab1.svg');}
.slide_nav_txt.sn2 {background-color: rgba(9,98,207,.9);}
.slide_nav_txt.sn2:after {background-image: url('/ver2/asset/images/main/main_tab2.svg'); background-size: 30px auto;}
.slide_nav_txt.sn3 {background-color: rgba(17,131,55,.9);}
.slide_nav_txt.sn3:after {background-image: url('/ver2/asset/images/main/main_tab3.svg');}
.slide_nav_txt.sn4 {background-color: rgba(176,119,6,.9);}
.slide_nav_txt.sn4:after {background-image: url('/ver2/asset/images/main/main_tab4.svg');}

.slide_nav_txt.sn1:hover {background-color: rgb(3,51,111);}
.slide_nav_txt.sn2:hover {background-color: rgb(9,98,207);}
.slide_nav_txt.sn3:hover {background-color: rgb(17,131,55);}
.slide_nav_txt.sn4:hover {background-color: rgb(176,119,6);}


.fade-in {opacity: 0; animation: fadeIn 0.3s forwards;}
.fade-out {opacity: 1; animation: fadeOut 0.3s forwards;}
.text-move-up {animation: textMoveUp 0.3s forwards;}
  
@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}
  
@keyframes fadeOut {
	from {opacity: 1;}
	to {opacity: 0;}
}

@keyframes textMoveUp {
	from {opacity: 0; transform:translateY(-15px);}
	to {opacity: 1; transform:translateY(0);}
}


/*메인-사업안내*/
.main_sec.m_busy {
	overflow-x: hidden;
	position: relative; padding: 142px 0 159px;
	background: #FFF;
	background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 251, 1) 100%);
}
.main_sec.m_busy:after {
	content:""; z-index: 0;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;	
	background-image: url('/ver2/asset/images/main/bg_busy.png');
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.main_sec.m_busy .inr-c {position: relative; z-index: 1;}
.main_sec.m_busy .inr-c:after {
	/*
	content:""; z-index: 2;
	position: absolute; top: -142px; left: calc(-100% + 367px); width: 100%; height: calc(100% + 301px); 
	background: #FFF;
	background: linear-gradient(27deg, rgba(255, 255, 255, 1) 0%, rgba(238, 246, 251, 1) 35%, rgba(255, 255, 255, 1) 100%);
	*/
}
.main_sec.m_busy .hd_tit {z-index: 3; position: absolute; left: 0; top: 0;}
.main_sec.m_busy .slick-list {overflow:initial;}

.main_sec.m_busy .slider_main1 {/*z-index: 2; position: relative;*/ overflow:hidden; margin-left: 367px; width: 2000px;}
.main_sec.m_busy .item {isolation: isolate; position: relative; z-index: 3; width: 340px;  padding-left: 60px; box-sizing:border-box;}
.main_sec.m_busy .slider_img {position: relative; display: flex; align-items:end; height: 400px; margin-top: 60px; box-sizing:border-box; transition:all 1s ease;}
.main_sec.m_busy .slider_img > span {
	position: absolute; left: 0; bottom: 0;
	width: 100%; height: 100%; 
	border-radius: 15px; 
	background-repeat: no-repeat; background-position: center center; background-size: cover; 
	-webkit-box-shadow: 4px 8px 20px rgba(45,73,93,.15);
	-moz-box-shadow: 4px 8px 20px rgba(45,73,93,.15);
	box-shadow: 4px 8px 20px rgba(45,73,93,.15);
}
.main_sec.m_busy .slider_txt {padding-top: 32px;}
.main_sec.m_busy .slider_txt .t1 {
	font-weight: 700; line-height: 1.5;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.main_sec.m_busy .slider_txt .t2 {margin-top: 10px; color: #959595;}

.main_sec.m_busy .item.opacity {opacity:0;}

.main_sec.m_busy .item.slick-current {z-index: 1; padding-left: 0; margin-left: 60px;}
.main_sec.m_busy .item.slick-current .slider_img {margin-top: 0; height: 460px;}


.main_sec.m_busy .swiper-button-prev {z-index: 3; left: 0; top: auto; bottom: 0; margin-top: 0;}
.main_sec.m_busy .swiper-button-next {z-index: 3; right:auto; left: 60px; top: auto; bottom: 0; margin-top: 0;}


/*메인-뉴스*/
.main_sec.m_news {padding: 154px 0;}
.main_sec.m_news .hd_tit {margin-bottom: 24px;}
.main_sec.m_news .hd_tit .tab {margin-bottom: 0;}
.main_sec.m_news .hd_tit .tab li {margin-bottom: 0;}
.main_sec.m_news .inr-c {display: flex;}
.main_sec.m_news .col {width: 45%;}
.main_sec.m_news .col:first-child {margin-right: 10%;}
.main_sec.m_news .lst_news1 .li:nth-child(n+4) {display: none;}



/*뉴스 리스트1 - 글만*/
.lst_news1 {}
.lst_news1 .li {margin-top: 15px;}
.lst_news1 .li:first-child {margin-top: 0;}
.lst_news1 .li > a {display: block; padding: 20px 28px; background-color: #F2F3F6; border-radius: 15px; border: 2px solid #F2F3F6;}
.lst_news1 .li .h1 {font-weight: 700; font-size: 20px; margin-bottom: 10px; }
.lst_news1 .li .heading_new > span {display: inline-block; max-width: calc(100% - 25px); overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.lst_news1 .li .heading_new .ico-new {margin-top: 2px; vertical-align: top;}
.lst_news1 .li .t1 {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.lst_news1 .li:hover > a {border-color: #03336F; background-color: #fff;}


/*뉴스 리스트2 - 좌측 이미지 + 우측 글*/
.lst_news2 {padding-top: 16px;}
.lst_news2 .li {margin-top: 15px;}
.lst_news2 .li:first-child {margin-top: 0;}
.lst_news2 .li > a {display: flex; align-items:center;}
.lst_news2 .li .im {overflow:hidden; width: 180px; min-width: 180px; height: 120px; border-radius: 15px; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url('/ver2/asset/images/common/noimg_busy.jpg');}
.lst_news2 .li .im > span {display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url('/ver2/asset/images/common/noimg_busy.jpg');}
.lst_news2 .li .tx {padding-left: 30px; width: 100%;}
.lst_news2 .li .h1 {
	margin-bottom: 18px; height: 60px;
	font-weight: 700; line-height: 1.5;
	overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.lst_news2 .li .t1 {color: #959595;}
.lst_news2 .li .t1 > span {display: inline-block; vertical-align: top; line-height: .8; padding-right: 10px; margin-right: 10px; border-right: 1px solid #DBDBDB;}
.lst_news2 .li .t1 > span:last-child {border-right: 0;}



/*메인-지도*/
.main_sec.m_map {
	padding: 120px 0 75px;
	background: #F5FAFF;  
	background: -webkit-linear-gradient(to right, #F5FAFF, #DCEDFD);  
	background: linear-gradient(to right, #F5FAFF, #DCEDFD);
}
.main_sec.m_map .map_tab {padding-right: 550px; margin-right: 5%;}
.main_sec.m_map .maps {position: absolute; right: 0; top: 0; width:550px;}
.main_sec.m_map .responsive-svg {width: 100%; height: auto; display: block; cursor: pointer;}
.main_sec.m_map .svg-path {fill: #fff; transition: fill 0.4s ease;}
.main_sec.m_map .svg-path.active {fill: #03336F;}
.main_sec.m_map .text-b3 {margin-top: 100px; color: #959595;}



/*메인-소식*/
.main_sec.m_intro {padding: 140px 0;}
.main_sec.m_intro .hd_tit {position: absolute; left: 0; top: 0;}
.main_sec.m_intro .tab.ty1 li {display: block; width: 177px; margin-bottom: 18px;}
.main_sec.m_intro .tab.ty1 li a {line-height: 45px; text-align: left; background-color: #fff;}
.main_sec.m_intro .tab.ty1 li.on a {line-height: 45px; text-align: left; background-color: #03336F; font-weight: 600;}


.slider_main2 {margin-left: 337px;}
.slider_main2 .item {margin-left: 30px;}
.slider_main2 .slider_img {position: relative; height: 0; padding-bottom: 100%; margin-bottom: 23px; border-radius: 20px; border: 1px solid #F2F3F6; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.slider_main2 .slider_img.vv {overflow:hidden; padding-bottom: 56.25%;}
.slider_main2 .slider_img.vv img {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slider_main2 .slider_txt .t1 {
	overflow:hidden; 
	line-height: 21px; height: 42px;
	overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.slider_main2 .swiper-button-prev {z-index: 1; position: absolute; left: 60px; top: 50%; margin-top: -20px; width: 40px; height: 40px; background-position: center center; background-repeat: no-repeat; background-image: url('/ver2/asset/images/common/arrow_left.svg'); cursor:pointer;}
.slider_main2 .swiper-button-next {z-index: 1; position: absolute; right: 60px; top: 50%; margin-top: -20px; width: 40px; height: 40px; background-position: center center; background-repeat: no-repeat; background-image: url('/ver2/asset/images/common/arrow_right.svg'); cursor:pointer;}

.slider_main2 .slick-arrow {z-index: 1; position: absolute; top: 50%; margin-top: -50px; width: 40px; height: 40px; background-color: #fff; border-radius: 50%; box-shadow:0 0 5px rgba(0,0,0,.3); font-size: 0; background-position: center center; background-repeat: no-repeat; background-size: 14px auto;}
.slider_main2 .slick-arrow.slick-prev {left: 10px; background-image: url("/ver2/asset/images/common/slide_prev.svg");}
.slider_main2 .slick-arrow.slick-next {right: -20px; background-image: url("/ver2/asset/images/common/slide_next.svg");}





/*메인-광고*/
.ad_blink {margin-top: 60px;}
.ad_blink .li {
	position: relative;
	display: block; padding: 36px 58px; 
	background-color: #0962CF; background-image: url("/ver2/asset/images/main/ad_bg.png"); background-repeat: no-repeat; background-position: 100% 0; background-size: auto 100%;
	font-size: 20px; color: #fff; border-radius: 15px;
}
.ad_blink .li:after {
	content:""; z-index: 1; position: absolute; right: 62px; top: 50%; margin-top: -36px;
	width: 72px; height: 72px; background-image: url("/ver2/asset/images/common/link_white.svg"); background-repeat: no-repeat; background-position: center center; background-size: 100% auto;
}
.ad_blink .li .h1 {font-weight: 700; margin-bottom: .5em; }




/************************* 
통합검색
**************************/
#container.search {padding-bottom: 100px;}
#container.search .tbl_list .li:nth-child(n+6) {display: none;}
#container.search .tbl_list.view .li {display: block;}
#container.search .tbl_list em .li {display: none;}
#container.search .tbl_list.view em .li {display: block;}

.tit_sch {margin-bottom: 80px; text-align: center; font-size: 24px;}








/************************* 
서브페이지
**************************/
#container.sub {padding-bottom: 100px;}
#container.sub #spot .inr-c {padding-left: 368px; box-sizing:border-box;}
#container.sub > .inr-c {display: flex;}
#container.sub .sidebar {flex-shrink: 0; margin-right: 128px;}
#container.sub .contents {width: calc(100% - 368px);}


/*포스터형*/
.sub_conbox {margin-bottom: 80px;}
.sub_conbox .title {position: relative; padding-left: 48px; margin-bottom: 28px; font-weight: 700; font-size: 34px; color: #000;}
.sub_conbox .title:after {content:""; position: absolute; left: 0; top: 50%; margin-top: -16px; width: 32px; height: 32px; background-image: url("/ver2/asset/images/common/tit_logo.svg"); background-repeat: no-repeat; background-size: cover;}
.sub_conbox .box {padding: 23px 40px; font-size: 18px; color: rgba(0,0,0,.8); line-height: 1.7; border-radius:15px; background-color: #FAFAFA;}


.lst_poster {display: flex; flex-wrap:wrap; width: 103%; padding-top: 10px;}
.lst_poster .li {width: 30.33%; margin-right: 3%; margin-bottom: 80px;}
.lst_poster .poster_img {overflow:hidden; position: relative; height: 0; margin-bottom: 28px; padding-bottom: 138.4%; border-radius: 15px; border: 1px solid #eee; background-image: url("/ver2/asset/images/common/noimg_busy.jpg"); background-size: cover;}
.lst_poster .poster_img > span {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center center; background-size: cover;}
.lst_poster .poster_img.notice {padding-bottom: 100%;}
.lst_poster .poster_txt {}
.lst_poster .poster_txt .t1 {margin-bottom: 7px; font-weight: 600; color: #0962CF;}
.lst_poster .poster_txt .t2 {color: rgba(0,0,0,.5);}
.lst_poster .poster_txt .h1 {margin-bottom: 16px; font-weight: 700;}
.lst_poster .poster_txt .h1 > span {}
.lst_poster .poster_txt .h1.heading_new .ico-new {margin-bottom: 1px;}


/*신청 완료*/
.comp_box {padding-bottom: 100px; font-size: 1.5em; line-height: 1.5; color: #000;}


/*기관소개*/
.ceo_wrap {display: flex; flex-direction: row-reverse; font-size: 18px; line-height: 1.7;}
.ceo_wrap .im {flex-shrink: 0; width: 50%;}
.ceo_wrap .tx {white-space:pre-line;}
.ceo_wrap .tx .h1 {font-size: 1.9em; line-height: 1.5;}
.ceo_wrap .tx .t2 {margin-top: 1em; font-size: 1.33em;}


.intro_wrap {font-size: 18px; line-height: 1.7; }
.intro_wrap .i-aft:after {background-image: url("/ver2/asset/images/main/intro.png"); background-size: 442px auto; background-repeat: no-repeat;} 
.intro_wrap .tx {padding-bottom: 50px; background-image: url("/ver2/asset/images/main/intro_bg.png"); background-repeat: no-repeat; background-position: right bottom; background-size: 50% auto;}
.intro_wrap .tx .h1 {margin-bottom: 20px; font-size: 1.9em; line-height: 1.5;}
.intro_wrap .list {display: flex; flex-wrap:wrap; gap:32px;}
.intro_wrap .list .li {display: flex; align-items:center; justify-content: center; width: calc(33.33% - 32px); padding: 32px 0; text-align: center; line-height: 1.3; border-radius: 15px; background-color: #F2F8FF;}
.intro_wrap .list .li .i-aft {padding-top: 102px;}
.intro_wrap .list .li .i-aft:after {top: 0; left: 50%; height: 90px; }
.intro_wrap .list .li .i-aft.i_intro1:after {margin-left: -45px; width: 90px; background-position: -10px -10px;}
.intro_wrap .list .li .i-aft.i_intro2:after {margin-left: -26.5px; width: 53px; background-position: -101px -10px;}
.intro_wrap .list .li .i-aft.i_intro3:after {margin-left: -32px; width: 64px; background-position: -175px -10px;}
.intro_wrap .list .li .i-aft.i_intro4:after {margin-left: -36px; top: 10px; width: 72px; background-position: -260px -10px;}
.intro_wrap .list .li .i-aft.i_intro5:after {margin-left: -36.5px; top: 10px; width: 73px; background-position: -352px -10px;}
.intro_wrap .list2 {position: relative;}
.intro_wrap .list2:after {content:""; z-index: 0; position: absolute; top: 0; left: 41px; width: 1px; height: 90%; background-color: #ddd;}
.intro_wrap .list2 .li {padding-top: 62px; height: 84px; display: flex; align-items:center;}
.intro_wrap .list2 .li:first-child {padding-top: 0;}
.intro_wrap .list2 .li strong {display: block; font-size: 1.33em;}
.intro_wrap .list2 .li .i-aft {padding-left: 124px;}
.intro_wrap .list2 .li .i-aft:after {z-index: 1; top: 50%; left: 0; margin-top: -42px; width: 84px; height: 84px;}
.intro_wrap .list2 .li .i-aft.i_intro6:after {background-position: -20px -140px;}
.intro_wrap .list2 .li .i-aft.i_intro7:after {background-position: -124px -140px;}
.intro_wrap .list2 .li .i-aft.i_intro8:after {background-position: -228px -140px;}
.intro_wrap .list2 .li .i-aft.i_intro9:after {background-position: -332px -140px;}


.orga_wrap .tit {position: relative; padding-left: 16px; margin-bottom: 20px; font-weight: 700; font-size: 20px; color: #03336F;}
.orga_wrap .tit:after {content:""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background-color: #0962CF; border-radius: 50%;}
.orga_wrap .box {border: 1px solid #F2F3F6; border-radius: 15px;}
/*
.orga_wrap .box2 {display: flex; gap:42px;}
.orga_wrap .box2 .b {flex:1; display: flex; padding: 25px; background-color: #F2F3F6; border-radius: 15px;}
.orga_wrap .box2 .b .im {flex-shrink: 0; width: 162px; margin-right: 35px;}
.orga_wrap .box2 .b .tx {display: flex; flex-direction: column; justify-content: space-between;}
.orga_wrap .box2 .b p {color: #03336F; font-weight: 400;}
.orga_wrap .box2 .b p strong {font-size: 1.75em; color: #000;}
.orga_wrap .box2 .b li {color: #484848;}
*/
.orga_wrap .box2 {display: flex; align-items:center; justify-content: center; height: 400px; background-image: url('/ver2/asset/images/main/orga3_bg.png'); background-repeat: no-repeat; background-size: cover;}
.orga_wrap .box2 .b {display: flex; flex-direction: row-reverse; padding: 40px 0 0 50px ; height: 267px; background-color: #0962CF; border-radius: 15px; box-sizing:border-box;}
.orga_wrap .box2 .b .im {position: relative; flex-shrink: 0; width: 306px; }
.orga_wrap .box2 .b .im img {position: absolute; right: 0; bottom: 0;}
.orga_wrap .box2 .b .tx {display: flex; flex-direction: column; justify-content: space-between; padding-bottom: 50px;}
.orga_wrap .box2 .b p {color: #54D3EB; font-weight: 400;}
.orga_wrap .box2 .b p strong {display: block; margin-top: 8px; font-size: 1.75em; color: #fff;}
.orga_wrap .box2 .b li {color: #FAFAFA;}
.orga_wrap .box2 .b li::after {background-color: #FAFAFA;}





.contact_wrap {}
.contact_wrap .mapin {overflow:hidden; z-index: 0; position: relative; height: 400px; margin-bottom: 40px; border-radius: 15px;}
.contact_wrap .mapin .map {position: absolute; left: 50%; top: 50%; margin-left: -600px; margin-top: -250px; width: 1200px; height: 500px;}
.contact_wrap .list {margin-top: 40px; font-size: 18px; display: flex; align-items:center;}
.contact_wrap .list li {position: relative; padding: 0 34px; border-left: 1px solid #ddd;}
.contact_wrap .list li:first-child {border-left: 0;}
.contact_wrap .list .i-aft {padding-left: 55px;}
.contact_wrap .list .i-aft:after {left: 0; top: 50%; margin-top: -20px; width: 40px; height: 40px; background-image: url("/ver2/asset/images/main/contact.png"); background-size: auto 50px; background-repeat: no-repeat;}
.contact_wrap .list .i-aft.addr:after {background-position: -5px -5px;}
.contact_wrap .list .i-aft.phone:after {background-position: -50px -5px;}
.contact_wrap .list .i-aft.email:after {background-position: -95px -5px;}







/* 4: 반응형
=========================================================================================== */
@media (max-width:1440px){
	.inr-c {margin-left: 40px; margin-right: 40px;}

	.swiper-pagination,
	.slide_nav {left: 0; width: calc(100% - 80px); margin-left: 40px;}
	.map_tab br {display: none;}
}

@media (max-width:1240px){
	.gnb > ul > li > a {padding: 0 15px;}
	.slide_nav {flex-wrap:wrap;}
	.slide_nav a {flex:auto; width: calc(50% - 27px); box-sizing:border-box;}

	.bbs_tblview .slider-for {margin-bottom: 10px;}
	.bbs_tblview .slider-nav {padding: 0 10px 0 20px;}
	.bbs_tblview .slider-nav .item {width: 19%;}
	.bbs_tblview .slider-nav-dummy {padding: 0 10px 0 20px;}
	.bbs_tblview .slider-nav-dummy .item {width: 19%;}
	.bbs_tblview .slider-nav-dummy .item:nth-child(n+6) {display: none;}

	.bbs_tblview .swiper-button-prev {left: -10px; width: 30px; height: 30px; margin-top: -15px;}
	.bbs_tblview .swiper-button-next {right: -10px; width: 30px; height: 30px; margin-top: -15px;}

	.bbs_tblview .view_tit {flex-direction: column; gap: 60px;}


}


/*모바일이후*/
@media (min-width:961px){
	.view-m {display:none !important;}
	#header.site .depth2 {display: block !important;}
}












/* 5: 팝업
=========================================================================================== */
.popup_dim {z-index: 999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.7);}

.layerPopup {display: none;  z-index: 1000;  position: fixed;  left: 50%;  top: 50%;  transform: translate(-50%, -50%);}
.layerPopup .popup {background-color: #f8f8f8; border-radius: 10px;}
.layerPopup .pop_hd {background-color: #68c6c4; border-radius: 10px 10px 0 0 ;}
.layerPopup .pop_hd .title {padding: 20px 30px; font-weight: 500; font-size: 22px; color: #fff;}
.layerPopup .btn_pop_close {
  position: absolute;
  right: 0;  top: 0;
  font-size: 0;
  width: 75px;  height: 75px;
  text-align: center;
}
.layerPopup .btn_pop_close span {
  display: inline-block;
  vertical-align: middle;
  width: 23px;  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
.layerPopup .btn_pop_close span:after {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 3px;
  background-color: #fff;
  transform: rotate(-90deg);
}
.layerPopup .pop_cont {padding: 35px 40px 45px;}
