@media all and (max-width:767px){
	body,input,select,textarea,button{font-size:13px;}
	br.none{display:none;}
}

/*-------------------------------------------------------------------
	@ Layout
-------------------------------------------------------------------*/
#wrap{overflow:hidden; width:100%; min-width:1480px;}
@media all and (max-width:767px){
	#wrap{width:100%; min-width:auto;}
	div[id*="layerpop"]{left:50% !important; top:30px !important; width:70% !important; height:auto !important; transform:translateX(-50%);}
	div[id*="layerpop"] img{width:100% !important; height:auto !important;}
}

/* header */
header{position:absolute; left:0; top:0; width:100%; min-width:1480px; height:80px; background:rgba(23,79,190,0.75); z-index:11000;}
header > div{position:relative; width:1430px; margin:0 auto;}
header h1 a{display:block; width:215px; height:80px; line-height:0; padding-top:27px; background:url(../images/common/logo.png) center / 100% auto no-repeat; text-indent:-9999em; box-sizing:border-box;}
header .nav{position:absolute; left:286px; top:0;}
header .nav:after{content:''; display:block; clear:both;}
header .nav > li{float:left;}
header .nav > li > a{display:block; padding:0 38px; font-family:"SeoulNamsan"; font-size:24px; font-weight:800; color:#fff; line-height:80px; letter-spacing: -1px;}
header .nav > li .sub{position:relative; display:none; background:#3366cc; padding:25px 0;}
header .nav > li .sub:after{position:absolute; left:50%; top:-13px; content:url(../images/common/ico_nav.png); line-height:0; margin-left:-8px;}
header .nav > li .sub li{text-align:center;}
header .nav > li .sub li a{display:block; font-family:"SeoulNamsan"; font-weight:300; font-size:18px; line-height:45px; color:#fff;}
header .nav > li:hover > a{background:#fff; color:#3366cc;}
header .nav > li:hover .sub{display:block;}
header .btn_sitemap{position:absolute; right:2.105%; top:0; width:80px; height:80px; background:url(../images/common/ico_sitemap.png) center no-repeat; text-indent:-9999em;}
#sitemap{display:none; position:absolute; left:0; top:0; width:100%; background:url(../images/common/sitemap_bg.jpg) repeat-x #fff; z-index:100;}
#sitemap.on{display:block;}
#sitemap .top{display:none;}
#sitemap .menu{width:1520px; margin:0 auto;}
#sitemap .menu:after{content:''; display:block; clear:both;}
#sitemap .menu > li{float:left; width:16.666%; box-sizing:border-box;}
#sitemap .menu > li > a{display:block; font-family:"SeoulNamsan"; font-size:24px; font-weight:800; text-align:center; color:#fff; line-height:80px; background:#3366cc; border-left:1px solid #fff;}
#sitemap .menu > li:last-child a{border-right:1px solid #fff;}
#sitemap .menu > li .sub{height:410px; border-left:1px solid #bbb; padding-top:30px; box-sizing:border-box;}
#sitemap .menu > li:last-child .sub{border-right:1px solid #bbb;}
#sitemap .menu > li .sub li a{display:block; font-family:"SeoulNamsan"; font-weight:300; font-size:20px; line-height:50px; color:#000; text-align:center;}
#sitemap .btn_close{position:absolute; right:40px; top:0; width:80px; height:80px; background:url(../images/common/ico_close.png) center no-repeat; text-indent:-9999em;}
@media all and (max-width:767px){
	header{position:fixed; height:55px; min-width:auto; background:rgba(255,255,255,1);}
	header > div{width:100%;}
	header h1{margin-left:20px;}
	header h1 a{display:flex; align-items:center; width:130px; height:55px; padding:0; background-image:url(../images/common/logo_m.png);}
	header h1 a img{width:100%; vertical-align:middle;}
	header .nav{display:none;}
	header .btn_sitemap{right:auto; right:0; width:60px; height:55px; background-image:url(../images/common/ico_sitemap_b.png); background-size:20px auto;}
	#sitemap{display:none; position:fixed; height:100%; background:#fff;}
	#sitemap .top{display:block; height:152px; padding:17px 20px 20px; border-bottom:10px solid #f1f1f1; box-sizing:border-box;}
	#sitemap .top .logo img{width:130px;}
	#sitemap .top .login_area{position:relative; height:68px; padding-left:70px; margin-top:17px; border-radius:5px; background:url(../images/common/ico_user.png) 20px center / 40px auto no-repeat #f1f1f1;}
	#sitemap .top .login_area .btn_login{display:inline-block; padding-right:20px; background:url(../images/common/ico_arw_r4.png) right center / 8px auto no-repeat; font-size:13px; font-weight:700; color:#393939; line-height:68px;}
	#sitemap .top .login_area p{font-size:13px; font-weight:700; color:#393939; line-height:68px;}
	#sitemap .top .login_area .btn_logout{position:absolute; right:0; top:0; width:58px; height:100%; background:url(../images/common/ico_logout.png) center / 18px auto no-repeat; text-indent:-9999em;}
	#sitemap .menu{width:100%; height:calc(100% - 152px); overflow-y:auto;}
	#sitemap .menu > li{float:none; width:100%; border-bottom:1px solid #e9e9e9;}
	#sitemap .menu > li > a{padding-left:20px; font-size:16px; font-weight:800; text-align:left; color:#393939; line-height:53px; background:url(../images/common/ico_arw_b.png) right 20px center / 12px auto no-repeat #fff; border-left:0;}
	#sitemap .menu > li:last-child a{border-right:0;}
	#sitemap .menu > li .sub{display:none; height:auto; border-left:0; padding:10px 0; background:#f1f1f1;}
	#sitemap .menu > li:last-child .sub{border-right:0;}
	#sitemap .menu > li .sub li a{padding-left:35px; font-weight:400; font-size:14px; line-height:33px; color:#393939; text-align:left;}
	#sitemap .menu > li.on > a{background-image:url(../images/common/ico_arw_t.png); color:#3366cc;}
	#sitemap .menu > li.on .sub{display:block;}
	#sitemap .btn_close{position:absolute; right:0; top:0; width:57px; height:54px; background:url(../images/common/ico_close03.png) center / 17px auto no-repeat; text-indent:-9999em;}
	body.index header{background:rgba(0,0,0,0.6);}
	body.index header h1 a{background-image:url(../images/common/logo.png);}
	body.index header .btn_sitemap{background-image:url(../images/common/ico_sitemap.png);}
}


/* sub */
.sub .visual{position:relative; width:100%; height:560px; background:url(../images/common/visual_sub.jpg) center/cover no-repeat;}
.sub .visual .blind{position:absolute; left:0; top:80px; width:100%; height:calc(100% - 80px); background:#000; opacity:0.15;}
.sub_container{width:1430px; margin:0 auto; padding:90px 0 95px;}
.sub_container:after{content:''; display:block; clear:both;}
.sub_container .lnb{float:left; width:257px;}
.sub_container .lnb h2{display:flex; justify-content:center; align-items:center; height:196px; font-family:"SeoulNamsan"; font-size:40px; font-weight:800; line-height:50px; color:#fff; text-align:center; background:#3366cc; border-radius:15px 0 15px 15px;}
.sub_container .lnb .menu li{border-bottom:1px solid #d9d9d9;}
.sub_container .lnb .menu li a{display:block; font-size:20px; color:#0a2341; line-height:60px; padding-left:15px;}
.sub_container .lnb .menu li a.on{font-weight:700; color:#3366cc;}
.sub_container .lnb .menu li a:hover{color:#3366cc;}
.sub_container .lnb select{display:none;}
.sub_container .content{float:right; width:74.825%;}
.sub_container .content .title{position:relative; margin-top:0; border-bottom:2px solid #000; padding-bottom:50px;}
.sub_container .content .title.line_none{border-bottom:0;}
.sub_container .content .title h3{display:block; font-size:50px; color:#000; font-weight:700; line-height:1;}
.sub_container .content .title .loc{position:absolute; right:0; top:30px; font-size:18px; color:#000;}
.sub_container .content .title .loc span{display:inline-block; width:9px; background:url(../images/common/ico_loc.png) center no-repeat; text-indent:-9999em; margin:0 10px;}
.sub_container .content .cont{margin-top:30px; box-sizing:border-box;}
.sub_container .content .cont2{margin-top:10px; box-sizing:border-box;}
.title.line_none + .cont{margin-top:0;}
@media all and (max-width:767px){
	.sub{padding-top:55px;}
	.sub .visual{display:none;}
	.sub_container{width:100%; padding:0;}
	.sub_container .lnb{float:none; width:100%;}
	.sub_container .lnb h2{display:none;}
	.sub_container .lnb .menu{display:none;}
	.sub_container .lnb select{display:block; width:100%; height:40px; padding:0 20px; border:0; background:url(../images/common/ico_arw_t.png) right 20px center / 12px auto no-repeat #f7f7f7; font-size:12px; color:#000; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
	.sub_container .content{float:none; width:100%;}
	.sub_container .content .title{border:0; padding:0 20px;}
	.sub_container .content .title h3{padding:30px 0 0; font-size:25px; font-weight:800;}
	.sub_container .content .title .loc{display:none;}
	.sub_container .content .cont{padding:20px 8px; margin:0;}
	.sub_container .content .cont2{padding:20px 8px; margin:0;}

}


/* footer */
footer{border-top:2px solid #eaeaea;}
footer .banner{position:relative; width:1430px; margin:0 auto; padding:40px 0;}
footer .banner .swp{width:1360px; margin:0 auto;}
footer .banner .swiper-slide{width:auto; margin:0 30px;}
footer .banner .swiper-button-prev{left:0; top:40px; width:17px; height:57px; margin:0; background:url(../images/common/btn_banner_prev.png) center no-repeat;}
footer .banner .swiper-button-next{right:0; top:40px; width:17px; height:57px; margin:0; background:url(../images/common/btn_banner_next.png) center no-repeat;}
footer .bottom{border-top:2px solid #eaeaea; padding:90px 0;}
footer .bottom > div{position:relative; display:flex; align-items:center; width:1430px; margin:0 auto;}
footer .bottom .sns{display:none;}
footer .bottom .txt{margin-left:50px;}
footer .bottom .txt .menu:after{content:''; display:block; clear:both;}
footer .bottom .txt .menu li{float:left; position:relative; padding:0 10px;}
footer .bottom .txt .menu li:after{position:absolute; left:0; top:5px; width:1px; height:16px; background:#777; content:"";}
footer .bottom .txt .menu li:first-child{padding-left:0;}
footer .bottom .txt .menu li:first-child:after{display:none;}
footer .bottom .txt .menu li a{font-weight:700; color:#6d6964;}
footer .bottom .txt .info{margin-top:5px; font-size:14px; color:#777; line-height:20px;}
footer .bottom .txt .info ul:after{content:''; display:block; clear:both;}
footer .bottom .txt .info ul li{position:relative; float:left; padding:0 10px;}
footer .bottom .txt .info ul li:after{position:absolute; left:0; top:4px; width:1px; height:14px; background:#ccc; content:"";}
footer .bottom .txt .info ul li:first-child{padding-left:0;}
footer .bottom .txt .info ul li:first-child:after{display:none;}
footer .bottom .txt .info a{color:#777;}
footer .bottom .etc{position:absolute; right:0; top:10px;}
footer .bottom .etc .family{position:relative; width:240px; z-index:10000;}
footer .bottom .etc .family > div{position:absolute; left:0; bottom:0; width:100%; border:2px solid #dcdcdc; background:#fff; overflow:hidden; box-sizing:border-box;}
footer .bottom .etc .family ul{display:none; border-bottom:2px solid #dcdcdc;}
footer .bottom .etc .family ul li a{display:block; width:100%; line-height:38px; color:#6d6964; padding-left:20px;}
footer .bottom .etc .family ul li a:hover{background:#f1f1f1;}
footer .bottom .etc .family .ctr{position:relative; display:block; width:100%; height:38px; line-height:38px; color:#6d6964; padding-left:20px; box-sizing:border-box;}
footer .bottom .etc .family .ctr:after{position:absolute; right:0; top:0; width:44px; height:38px; background:url(../images/common/ico_family_t.png) center no-repeat #dcdcdc; content:"";}
footer .bottom .etc .family.on ul{display:block;}
footer .bottom .etc .family.on .ctr:after{background-image:url(../images/common/ico_family_b.png);}
footer .bottom .etc .inq{width:240px; border:2px solid #dcdcdc; padding:10px 20px; margin-top:20px; box-sizing:border-box;}
footer .bottom .etc .inq strong{display:block; font-size:18px; font-weight:700; color:#6d6964;}
footer .bottom .etc .inq p{display:block; font-size:20px; font-weight:700; color:#6d6964;}
@media all and (max-width:767px){
	footer{border-top:1px solid #eaeaea;}
	footer .banner{width:100%; padding:15px 0;}
	footer .banner .swp{width:calc(100% - 100px);}
	footer .banner .swiper-slide{margin:0 15px;}
	footer .banner .swiper-slide img{width:auto; height:30px;}
	footer .banner .swiper-button-prev{left:0; top:50%; width:50px; height:50px; margin:0; background:url(../images/common/btn_banner_prev.png) center / 9px auto no-repeat; transform:translateY(-50%);}
	footer .banner .swiper-button-prev:after{display:none;}
	footer .banner .swiper-button-next{right:0; top:50%; width:50px; height:50px; margin:0; background:url(../images/common/btn_banner_next.png) center / 9px auto no-repeat; transform:translateY(-50%);}
	footer .banner .swiper-button-next:after{display:none;}
	footer .bottom{border-top:1px solid #eaeaea; padding:20px 0; text-align:center;}
	footer .bottom > div{display:block; width:100%;}
	footer .bottom .sns{display:inline-block;}
	footer .bottom .sns:after{content:''; display:block; clear:both;}
	footer .bottom .sns li{float:left; margin:0 4px;}
	footer .bottom .sns li img{width:28px;}
	footer .bottom .logo{margin:20px 0 10px;}
	footer .bottom .logo img{width:140px;}
	footer .bottom .txt{margin-left:0;}
	footer .bottom .txt .menu{display:inline-block;}
	footer .bottom .txt .menu li:after{top:4px; height:12px;}
	footer .bottom .txt .menu li a{font-weight:700; color:#6d6964;}
	footer .bottom .txt .info{margin-top:5px; font-size:12px;}
	footer .bottom .txt .info ul{display:inline-block;}
	footer .bottom .txt .info ul li{display:inline-block; float:none; padding:0 10px; text-overflow:ellipsis;}
	footer .bottom .txt .info ul li:after{position:absolute; left:0; top:4px; width:1px; height:12px; background:#ccc; content:"";}
	footer .bottom .txt .info ul li:nth-child(3):after{display:none;}
	footer .bottom .txt .info a{color:#777;}
	footer .bottom .etc{display:inline-block; position:relative; right:auto; top:auto;}
	footer .bottom .etc .family{width:215px; margin-top:40px;}
	footer .bottom .etc .family > div{border:1px solid #dcdcdc; text-align:left;}
	footer .bottom .etc .family ul{display:none; border-bottom:1px solid #dcdcdc;}
	footer .bottom .etc .family ul li a{line-height:30px; padding-left:10px;}
	footer .bottom .etc .family .ctr{height:30px; line-height:30px; padding-left:10px;}
	footer .bottom .etc .family .ctr:after{position:absolute; right:0; top:0; width:30px; height:30px; background-size:40% auto;}
	footer .bottom .etc .inq{width:100%; border:1px solid #dcdcdc; padding:0 10px; margin-top:50px; line-height:30px; text-align:left; box-sizing:border-box;}
	footer .bottom .etc .inq strong{display:inline-block; margin-right:10px; font-size:12px; font-weight:400;}
	footer .bottom .etc .inq p{display:inline-block; font-size:12px; font-weight:400; text-overflow:ellipsis;}
}


/* sky */
#sky{position:absolute; right:0; top:560px; width:170px; background:#fff; box-shadow:0 0 8px rgba(0,0,0,0.04);}
#sky .tit{font-family:"SeoulNamsan"; text-align:center; background:url(../images/common/ico_sky.png) center 20px no-repeat #3366cc; padding:120px 0 35px;}
#sky .tit strong{display:block; font-size:24px; font-weight:800; color:#fff; margin:5px 0 15px;}
#sky .tit p{font-size:16px; color:#b0c8f8;}
#sky .con{border-left:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;}
#sky .list{padding:25px 0 25px 20px;}
#sky .list a{position:relative; display:block; font-family:"SeoulNamsan"; font-size:24px; line-height:38px; color:#0a2341; font-weight:800; padding-left:20px;}
#sky .list a:before{position:absolute; left:0; top:50%; width:3px; height:3px; background:url(../images/common/ico_dot.png) left center no-repeat; content:"";}
#sky .sns{width:130px; margin:0 auto; padding:25px 0; text-align:center; background:url(../images/common/dot_line.png) center top no-repeat;}
#sky .sns li{margin-top:10px;}
#sky .sns li:first-child{margin-top:0;}
body.main #sky{top:680px;}
@media screen and (max-width:1900px)
{
	#sky{display:none;}
}



/*-------------------------------------------------------------------
	@ Componets
------------------------------------------------------------------*/
/* default */
input[type=text],
input[type=password]{width:250px; height:36px; border:1px solid #d7d7d7; padding:0 8px; box-sizing:border-box; -webkit-border-radius:0; -webkit-appearance:none;}
input[type=checkbox],
input[type=radio]{width:20px; height:20px; border:1px solid #d7d7d7; box-sizing:border-box; border-radius:0; box-sizing:border-box;}
input[type=checkbox] + label,
input[type=radio] + label{padding-left:8px; vertical-align:-2px;}
label + input[type=checkbox],
label + input[type=radio]{margin-left:10px;}
select{height:36px; border:1px solid #d7d7d7; padding-left:8px; -webkit-border-radius:0;}
textarea{width:100%; height:300px; border:1px solid #d7d7d7; padding:10px; box-sizing:border-box;}
@media all and (max-width:767px){
	input[type=text],
	input[type=password]{height:30px;}
	select{height:30px;}
	input[type=checkbox],
	input[type=radio]{width:16px; height:16px;}
	input[type=checkbox] + label,
	input[type=radio] + label{padding-left:5px;}
}


/* heading */
.h3{display:block; font-size:50px; color:#000; font-weight:700; line-height:1.2}
.h3 span{font-size:26px}
.h4{display:block; font-size:24px; font-weight:700; color:#000; margin-bottom:25px;}
.h4.circle:before{display:inline-block; width:12px; height:12px; margin-right:10px; border-radius:100%; background:#3366cc; vertical-align:3px; content:"";}
.h5{display:block; font-size:20px; font-weight:400; color:#000;}
.h4 + p{margin-top:-10px}
.h5 + p{margin-top:5px;}
p + .h5{margin-top:40px;}
@media all and (max-width:767px){
	.h3{font-size:22px;}
	.h3 span{font-size:16px;}
	.h4{font-size:18px; margin-bottom:10px;}
	.h4 + p{margin-top:0;}
}

.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}

/* page_top */
.page_top{text-align:center;}
.page_top h3{margin-bottom:30px}
.page_top + table{margin-top:90px}
@media all and (max-width:767px){
	.page_top h3{margin-bottom:10px}
	.page_top + .tbl_scroll{margin-top:30px}
}



/* thead */
.thead{display:inline-block; font-size:20px; color:#fff; background:#3366cc; line-height:42px; padding:0 35px; margin-right:25px;}


/* button */
.btn_area{text-align:center; margin-top:60px;}
.btn_area:after{content:''; display:block; clear:both;}
.btn_area.justify > div:first-child { float: left;}
.btn_area.justify > div:first-child .btn { margin-right: 5px;}
.btn_area.justify > div:last-child { float:right;}
.btn_area.justify > div:last-child .btn { margin-left: 5px;}
.btn_l_black{display:inline-block; min-width:200px; font-size:26px; font-weight:500; line-height:70px; text-align:center; color:#fff; background:#333; box-sizing:border-box;}
.btn_l_black.wl{min-width:300px;}
.btn_l_black.hm{line-height:60px;}
.btn_l_blue{display:inline-block; min-width:200px; font-size:26px; font-weight:500; line-height:70px; text-align:center; color:#fff; background:#3366cc; box-sizing:border-box;}
.btn_l_blue.wl{min-width:300px;}
.btn_l_biscay{display:inline-block; min-width:200px; font-size:26px; font-weight:500; line-height:70px; text-align:center; color:#fff; background:#284598; box-sizing:border-box;}
.btn_l_dark{display:inline-block; min-width:200px; font-size:26px; font-weight:500; line-height:70px; text-align:center; color:#fff; background:#585858; box-sizing:border-box;}
.btn_l_dark.wl{min-width:300px;}
.btn_m_blue{display:inline-block; font-size:20px; font-weight:500; line-height:50px; text-align:center; color:#fff; background:#3366cc; padding:0 30px; box-sizing:border-box;}
.btn_s_gray{display:inline-block; font-size:16px; font-weight:400; line-height:36px; text-align:center; color:#333; background:#ddd; padding:0 15px; box-sizing:border-box;}
@media all and (max-width:767px){
	.btn_area{margin-top:20px;}
	.btn_l_black{min-width:100%; font-size:14px; line-height:40px;}
	.btn_l_black.wl{min-width:100%;}
	.btn_l_black.hm{line-height:40px;}
	.btn_l_blue{min-width:100%; font-size:14px; line-height:40px;}
	.btn_l_blue.wl{min-width:45%;}

	.btn_l_biscay{display:inline-block; min-width:100%; font-size:14px; line-height:40px;}

	.btn_l_dark{min-width:100%; font-size:14px; line-height:40px;}
	.btn_l_dark.wl{min-width:45%;}
	.btn_m_blue{font-size:14px; line-height:30px; padding:0 20px;}
	.btn_s_gray{font-size:13px; line-height:30px; padding:0 10px;}
}


/* bullet */
ul.bul.none li{padding-left:21px; text-indent:-21px;}
ul.bul.circle li{position:relative; padding-left:10px;}
ul.bul.circle li:before{position:absolute; left:0; top:13px; width:5px; height:5px; background:#b6bedc; border-radius:100%; content:"";}
ul.bul.circle li.on:before{background:#5c71d1;}
ul.bul.circle li.on a{color:#5c71d1; font-weight:700;}
ul.bul.star > li{position:relative; padding-left:10px;}
ul.bul.star > li:before{position:absolute; left:0; top:0; content:"*";}
ul.bul.dash > li{position:relative; padding-left:0;}
ul.bul.dash > li:before{margin-right:5px; content:"-";}
ul.bul.bill > li{position:relative; padding-left:20px;}
ul.bul.bill > li:before{position:absolute; left:0; top:0; content:"\203B";}
p.bul.circle{position:relative; padding-left:10px;}
p.bul.circle:before{position:absolute; left:0; top:10px; width:5px; height:5px; background:#b6bedc; border-radius:100%; content:"";}
p.bul.star{position:relative; padding-left:10px;}
p.bul.star:before{position:absolute; left:0; top:0; content:"*";}
p.bul.dash{position:relative; padding-left:10px;}
p.bul.dash:before{position:absolute; left:0; top:0; content:"-";}
p.bul.bill{position:relative; padding-left:15px;}
p.bul.bill:before{position:absolute; left:0; top:0; content:"\203B";}
table + .bul{margin-top:20px;}
@media all and (max-width:767px){
	ul.bul.none li{padding-left:22px; text-indent:-22px;}
}


/* board */
.board_list{border-top:2px solid #000; table-layout: fixed;}
.board_list thead th{font-size:20px; font-weight:700; color:#000; text-align:center; border-bottom:2px solid #d9d9d9; padding:15px 0;}
.board_list tbody td{text-align:center; border-bottom:1px solid #d9d9d9; color:#8b9fb8; line-height:52px; padding:10px 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.board_list tbody td .rock{vertical-align:-5px; margin-right:10px;}
.board_list tbody td .ctg{display:inline-block; width:52px; background:#2075dd; font-size:18px; font-weight:700; color:#fff; border-radius:100%;}
.board_list tbody td a{height:52px; font-size:20px; color:#000;}
.board_list tbody td a:hover{color:#2075dd;}
.board_list tbody td .re-w{display:inline-block; background:#3366cc; color:#fff; line-height:40px; padding:0 10px; border-radius:10px;}
.board_list tbody td .re-ok{display:inline-block; background:#999; color:#fff; line-height:40px; padding:0 10px; border-radius:10px;}
.board_list tbody td .re{background:#999; color:#fff; line-height:40px; padding:0 10px; border-radius:10px; margin-top:6px; margin-right:10px;}
.board_list tbody tr.re1 .re{margin-left:20px;}
.board_list tbody tr.re2 .re{margin-left:40px;}
.board_list tbody tr.re3 .re{margin-left:60px;}
.board_list tbody tr.re4 .re{margin-left:80px;}
.board_list tbody tr.re5 .re{margin-left:100px;}
.board_list + .btn_area{margin-top:30px; text-align:right;}
.board_list + .btn_area + .paginate{margin-top:-40px;}
.board_search{width:100%; text-align:center; margin-top:50px;}
.board_search select{width:110px;}
.board_search input[type=text]{width:250px; margin:0 2px;}
.board_search input[type=submit]{display:inline-block; line-height:34px; background:#868ca6; font-size:14px; color:#fff; border-radius:20px; padding:0 10px; cursor:pointer;}
.board_view{border-top:2px solid #000;}
.board_view tr th,
.board_view tr td{line-height:29px; border-bottom:1px solid #d7d7d7; padding:15px 0;}
.board_view tr th{font-size:20px; font-weight:700; color:#000; text-align:center;}
.board_view tr td{font-size:18px; color:#8b9fb8;}
.board_view tr td.sbj{font-size:20px; color:#000;}
.board_view tr td.con{padding:90px 150px; border-bottom:1px solid #d7d7d7; font-size:20px; color:#000;}
.board_view tr.bg th,
.board_view tr.bg td{background:#f8f8f8;}
.board_page{margin-top:40px; border-top:2px solid #d7d7d7; border-bottom:1px solid #d7d7d7;}
.board_page tr th,
.board_page tr td{line-height:29px; border-bottom:1px solid #d7d7d7; padding:10px 0;}
.board_page tr th{font-size:20px; font-weight:700; color:#000; text-align:center;}
.board_page tr td{font-size:18px; color:#8b9fb8;}
.gallery_list ul{width:100%; margin:0 auto;}
.gallery_list ul:after{content:''; display:block; clear:both;}
.gallery_list ul li{float:left; width:27.979%; margin:30px 2.590%;}
.gallery_list ul li .img{width:100%; height:240px; border-radius:15px 0 15px 15px; overflow:hidden;}
.gallery_list ul li .info{margin-top:25px;}
.gallery_list ul li .info strong{height:58px; display:block; font-size:20px; color:#000; font-weight:400; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.gallery_list ul li .info .date{display:block; font-size:18px; color:#8b9fb8; margin-top:10px;}
.press_list{margin-top:30px;}
.press_list ul{border-top:1px solid #bbb;}
.press_list ul li{border:1px solid #bbb; border-top:0; padding:30px 0; line-height:35px;}
.press_list ul li:after{content:''; display:block; clear:both;}
.press_list ul li .ctg{float:left; width:250px; font-size:20px; font-weight:700; color:#1b48a3; text-align:center;}
.press_list ul li a{float:left; display:inline-block; width:650px; font-size:24px; color:#000; margin-left:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.press_list ul li a:hover{color:#1b48a3;}
.press_list ul li .date{float:right; width:145px; font-size:18px; color:#787878; text-align:center;}

@media all and (max-width:767px){
	.board_list thead th{font-size:13px; padding:10px 0;}
	.board_list tbody td{line-height:30px;}
	.board_list tbody td .rock{vertical-align:-5px; margin-right:10px;}
	.board_list tbody td .ctg{width:30px; font-size:11px;}
	.board_list tbody td a{height:30px; font-size:13px;}
	.board_list tbody td .re-w{line-height:30px;}
	.board_list tbody td .re-ok{line-height:30px;}
	.board_list tbody td .re{line-height:30px;}
	.board_list colgroup col.date{width:70px !important;}
	.board_list colgroup col:last-child,
	.board_list thead th:last-child,
	.board_list tbody td:last-child{display:none;}
	.board_list + .btn_area{margin-top:20px; text-align:right;}
	.board_list + .btn_area + .paginate{margin-top:-40px;}
	.board_search{margin-top:20px;}
	.board_search select{width:80px;}
	.board_search input[type=text]{width:150px; margin:0 2px;}
	.board_search input[type=submit]{line-height:30px; font-size:13px;}
	.board_view colgroup col:nth-child(1){width:80px !important;}
	.board_view tr th,
	.board_view tr td{line-height:20px; padding:5px 0;}
	.board_view tr th{font-size:13px;}
	.board_view tr td{font-size:13px;}
	.board_view tr td.sbj{font-size:13px;}
	.board_view tr td.con{padding:20px; font-size:13px;}
	.board_view tr td.con img{max-width:100%;}
	.board_page{margin-top:20px; border-top:1px solid #d7d7d7; border-bottom:0;}
	.board_page colgroup col:nth-child(1){width:80px !important;}
	.board_page tr th,
	.board_page tr td{line-height:20px; padding:10px 0;}
	.board_page tr th{font-size:13px;}
	.board_page tr td{font-size:13px;}
	.gallery_list ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
	.gallery_list ul li{float:left; width:48%; margin:15px 0;}
	.gallery_list ul li:nth-child(-n+2){margin-top:0;}
	.gallery_list ul li .img{width:100%; height:auto; border-radius:10px 0 10px 10px;}
	.gallery_list ul li .img img{width:100%; height:150px;}
	.gallery_list ul li .info{margin-top:15px;}
	.gallery_list ul li .info strong{height:38px; font-size:13px;}
	.gallery_list ul li .info .date{font-size:12px; margin-top:5px;}
	.press_list{margin-top:0;}
	.press_list ul{border-top:1px solid #bbb;}
	.press_list ul li{border:1px solid #bbb; border-top:0; padding:5px 15px; line-height:35px;}
	.press_list ul li:after{content:''; display:block; clear:both;}
	.press_list ul li .ctg{float:none; width:100%; font-size:13px; text-align:left; line-height:1;}
	.press_list ul li a{float:none; display:block; width:100%; font-size:16px; margin-left:0; line-height:1;}
	.press_list ul li .date{float:none; width:100%; font-size:13px; line-height:1;}
}

.faq_list{margin-top:30px;}
.faq_list ul{border-top:1px solid #bbb;}
.faq_list ul li{position:relative; border:1px solid #bbb; border-top:0;}
.faq_list ul li a{position:relative; display:block; font-size:24px; color:#000; padding:30px 30px 30px 110px; background:url(../images/community/ico_plus.png) 45px center no-repeat;}
.faq_list ul li a:before{position:absolute; left:0; top:0; ;}
.faq_list ul li a:hover{color:#1b48a3;}
.faq_list ul li .con{display:none; font-size:18px; line-height:30px; padding:45px; border-top:2px solid #3366cc;}
.faq_list ul li.on{border-bottom:3px solid #3366cc;}
.faq_list ul li.on a{color:#1b48a3; background:url(../images/community/ico_minus.png) 45px center no-repeat;}
.faq_list ul li.on a:after{position:absolute; left:0; top:-1px; width:100%; height:3px; background:#3366cc; content:"";}
.faq_list ul li.on .con{display:block;}
.faq_list ul li.on:before{position:absolute; left:-1px; top:0; width:3px; height:100%; background:#3366cc; content:"";}
.faq_list ul li.on:after{position:absolute; right:-1px; top:0; width:3px; height:100%; background:#3366cc; content:"";}
.youth_list_type1 .list > li{display:flex; justify-content:space-between; padding:50px; margin-top:25px; border:1px solid #d0d0d0; border-radius:15px; background:#f5f5f4; }
.youth_list_type1 .list > li:first-child{margin-top:0; }
.youth_list_type1 .list > li .img{position:relative; width:500px; height:300px; margin-right: 50px;}
.youth_list_type1 .list > li .img .swiper-container{border-radius:15px 0 15px 15px; overflow:hidden; box-shadow:14px 14px 10px rgba(0,0,0,0.07);
    position: relative;
    height: 100%;}
.youth_list_type1 .list > li .img .swiper-button-prev{left:-23px; top:50%; width:46px; height:46px; margin:0; border-radius:100%; background:url(../images/common/ico_arw_l2.png) center no-repeat #fff; box-shadow:6px 6px 10px rgba(0,0,0,0.35); transform:translateY(-50%);}
.youth_list_type1 .list > li .img .swiper-button-prev:after{display:none;}
.youth_list_type1 .list > li .img .swiper-button-next{right:-23px; top:50%; width:46px; height:46px; margin:0; border-radius:100%; background:url(../images/common/ico_arw_r2.png) center no-repeat #fff; box-shadow:6px 6px 10px rgba(0,0,0,0.35); transform:translateY(-50%);}
.youth_list_type1 .list > li .img .swiper-button-next:after{display:none;}
.youth_list_type1 .list > li .info{width:410px;}
.youth_list_type1 .list > li .info .tit{display:block; font-size:24px; font-weight:700; color:#000; line-height:45px;}
.youth_list_type1 .list > li .info dl{margin-top:40px;}
.youth_list_type1 .list > li .info dl:after{content:''; display:block; clear:both;}
.youth_list_type1 .list > li .info dl dt{clear:both; float:left; width:60px; height:30px; margin:5px 0; border-radius:15px; background:#3366cc; font-size:16px; font-weight:800; color:#fff; line-height:30px; text-align:center;}
.youth_list_type1 .list > li .info dl dd{padding-left:75px; padding:5px 0 5px 75px; line-height:30px;}
.youth_list_type1 .list > li .info dl dd.con{min-height:85px;}
.youth_list_type2 .list{display:flex; flex-wrap:wrap; justify-content:space-between;}
.youth_list_type2 .list > li{width:520px; height:703px; padding:40px; margin-top:30px; border:1px solid #d0d0d0; border-radius:15px; background:#f5f5f4; box-sizing:border-box;}
.youth_list_type2 .list > li:nth-child(1),
.youth_list_type2 .list > li:nth-child(2){margin-top:0;}
.youth_list_type2 .list > li .img{position:relative; width:100%; height:301px;}
.youth_list_type2 .list > li .img .swiper-container{border-radius:15px 0 15px 15px; overflow:hidden; box-shadow:14px 14px 10px rgba(0,0,0,0.07);
    position: relative;
    height: 100%;}
.youth_list_type2 .list > li .img .swiper-slide img{width:100%;}
.youth_list_type2 .list > li .img .swiper-button-prev{left:-23px; top:50%; width:46px; height:46px; margin:0; border-radius:100%; background:url(../images/common/ico_arw_l2.png) center no-repeat #fff; box-shadow:6px 6px 10px rgba(0,0,0,0.35); transform:translateY(-50%);}
.youth_list_type2 .list > li .img .swiper-button-prev:after{display:none;}
.youth_list_type2 .list > li .img .swiper-button-next{right:-23px; top:50%; width:46px; height:46px; margin:0; border-radius:100%; background:url(../images/common/ico_arw_r2.png) center no-repeat #fff; box-shadow:6px 6px 10px rgba(0,0,0,0.35); transform:translateY(-50%);}
.youth_list_type2 .list > li .img .swiper-button-next:after{display:none;}
.youth_list_type2 .list > li .info{width:410px; margin-top:35px;}
.youth_list_type2 .list > li .info .tit{display:block; font-size: 24px; font-weight:700; color:#000; line-height:45px; text-align:center;}
.youth_list_type2 .list > li .info dl{margin-top:25px;}
.youth_list_type2 .list > li .info dl:after{content:''; display:block; clear:both;}
.youth_list_type2 .list > li .info dl dt{clear:both; float:left; width:60px; height:30px; margin:5px 0; border-radius:15px; background:#3366cc; font-size:16px; font-weight:800; color:#fff; line-height:30px; text-align:center;}
.youth_list_type2 .list > li .info dl dd{padding-left:75px; padding:5px 0 5px 75px; line-height:30px;}
/* .youth_list_type2 .list > li .info dl dd.con{min-height:85px;} */
.onlineapp_list{margin-top:50px;}
.onlineapp_list .total{font-size:16px; color:#000;}
.onlineapp_list .total span{color:#3366cc;}
.onlineapp_list .list{margin-top:30px;}
.onlineapp_list .list > li{position:relative; padding:30px 50px 40px; margin-top:30px; border:2px solid #efefef; border-radius:20px;}
.onlineapp_list .list > li:first-child{margin-top:30px;}
.onlineapp_list .list > li .tit{display:block; font-size:24px; color:#000;}
.onlineapp_list .list > li ul.info{display:flex; flex-wrap:wrap; width:740px; margin-top:30px; border-top:1px solid #d1d1d1;}
.onlineapp_list .list > li ul.info li{width:50%; border-bottom:1px solid #d1d1d1; font-size:16px; line-height:30px;}
.onlineapp_list .list > li ul.info li strong{display:inline-block; margin-right:20px; min-width:80px; font-weight:400; color:#000;}
.onlineapp_list .list > li .btns{position:absolute; right:50px; top:50%; transform:translateY(-50%);}
.onlineapp_list .list > li .btns button{display:block; width:150px; height:50px; margin-top:15px; border:1px solid #666; border-radius:25px; background:#fff; font-size:18px; font-weight:700; color:#000; line-height:48px;}
.onlineapp_list .list > li .btns button.app{border-color:#3366cc; background:#3366cc; color:#fff;}
/* 대기접수, 마감일때 버튼색 */
.onlineapp_list .list > li .btns button.app.wait{border-color:#294598; background:#294598;}
.onlineapp_list .list > li .btns button.app.end{border-color:#292929; background:#292929;}
@media all and (max-width:767px){
	.onlineapp_list{padding:20px; margin-top:10px;}
	.onlineapp_list .total{font-size:14px;}
	.onlineapp_list .list{margin-top:10px;}
	.onlineapp_list .list > li{padding:20px;}
	.onlineapp_list .list > li:first-child{margin-top:0;}
	.onlineapp_list .list > li .tit{font-size:20px;}
	.onlineapp_list .list > li ul.info{ width:100%; margin-top:10px;}
	.onlineapp_list .list > li ul.info li{display:flex; width:100%; padding:5px 0; font-size:13px; line-height:20px;}
	.onlineapp_list .list > li .btns{position:relative; right:auto; top:auto; text-align:center; transform:none;}
	.onlineapp_list .list > li .btns button{display:inline-block; width:100px; height:40px; font-size:14px; line-height:38px;}
}

/*padding*/
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}

.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}

.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}
.pl50{padding-left: 50px;}

.pr10{padding-right: 10px;}
.pr20{padding-right: 20px;}
.pr30{padding-right: 30px;}
.pr40{padding-right: 40px;}
.pr50{padding-right: 50px;}

/*margin*/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}


/* table */
.tbl_type1{width:100%; border-top:2px solid #000;}
.tbl_type1 th,
.tbl_type1 td{border-left:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:10px; vertical-align:middle;}
.tbl_type1 th{color:#000; font-weight:400; text-align:left; padding-left:15px; background:#e7eefe;}
.tbl_type2{width:100%; border-top:2px solid #000; border-left:1px solid #d9d9d9;}
.tbl_type2 tr{position:relative}
.tbl_type2 th,
.tbl_type2 td{border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:20px 0; vertical-align:middle; font-size:18px; line-height:30px; text-align:center;}
.tbl_type2 td.t_l{padding-left:20px; padding-right:20px}
.tbl_type2 thead th{font-size:20px; color:#000; font-weight:400; background:#e7efff; padding:15px;}
.tbl_type2 tbody th{font-size:20px; color:#3366cc; font-weight:700;}
.tbl_type2.th_bg tbody th{background:#e7efff;}
.tbl_type2 td .grp{position:absolute; left:33%; top:50%; width:calc(100% - 40%); height:18px; margin-top:-9px; z-index:1;}
.tbl_type2 td .grp > div{position:absolute; left:0; top:0; width:a; height:100%; background:#a2a2a2; z-index:1;}
.tbl_type3{width:100%; border-top:2px solid #000; border-left:1px solid #d9d9d9;}
.tbl_type3 th,
.tbl_type3 td{border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:20px; vertical-align:middle; font-size:18px; line-height:30px; text-align:left;}
.tbl_type3 tbody th{font-size:20px; color:#000; font-weight:400; background:#e7efff; padding:15px; text-align:center;}
.tbl_type4{width:100%; border-left:1px solid #d9d9d9;}
.tbl_type4 tr{position:relative}
.tbl_type4 th,
.tbl_type4 td{border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:15px 0; vertical-align:middle; font-size:18px; line-height:30px; text-align:center;}
.tbl_type4 td.t_l{padding-left:20px; padding-right:20px}
.tbl_type4 thead th{font-size:18px; color:#000; font-weight:400; background:#e7efff; padding:15px;}
.tbl_type4 tbody th{font-size:18px; color:#3366cc; font-weight:700;}
.tbl_type4.th_bg tbody th{background:#e7efff;}
.tbl_type5{width:100%; border-top:2px solid #000; border-left:1px solid #d9d9d9; margin-bottom: 30px;}
.tbl_type5 tr{position:relative}
.tbl_type5 th,
.tbl_type5 td{border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:15px 0; vertical-align:middle; font-size:16px; line-height:24px; text-align:center;}
.tbl_type5 td.t_l{padding-left:20px; padding-right:20px}
.tbl_type5 thead th{font-size:16px; color:#000; font-weight:400; background:#e7efff; padding:15px;}
.tbl_type5 tbody th{font-size:16px; color:#3366cc; font-weight:700;}
.tbl_type5.th_bg tbody th{background:#e7efff;}
.tbl_type5 td .grp{position:absolute; left:33%; top:50%; width:calc(100% - 40%); height:18px; margin-top:-9px; z-index:1;}
.tbl_type5 td .grp > div{position:absolute; left:0; top:0; width:a; height:100%; background:#a2a2a2; z-index:1;}

table + p{margin-top:15px}
table + ul{margin-top:15px}
.tbl_scroll + p{margin-top:15px}
.tbl_scroll + ul{margin-top:15px}

.youth_list_type1 .swiper-wrapper,
.youth_list_type2 .swiper-wrapper{
	position: relative;
}

.youth_list_type1 .list > li .img .swiper-slide img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}

.youth_list_type2 .list > li .img .swiper-slide img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}


@media all and (max-width:767px){
	.tbl_type1.tbl_join colgroup col:nth-child(1){width:90px !important;}
	.tbl_type1.tbl_join input[type=text],
	.tbl_type1.tbl_join input[type=password]{width:100%;}
	.tbl_type1.tbl_join #m_email1,
	.tbl_type1.tbl_join #m_email2{width:45%;}
	.tbl_type1.tbl_join #m_email3{width:100%; margin:5px 0;}
	.tbl_type1.tbl_join #m_tel2,
	.tbl_type1.tbl_join #m_tel3,
	.tbl_type1.tbl_join #m_phone2,
	.tbl_type1.tbl_join #m_phone3{width:29% !important;}
	.tbl_type1.tbl_join #m_addr1{width:100% !important;}
	.tbl_type1.tbl_join #m_addr2{width:100% !important; margin-top:5px;}
	.tbl_type2 th,
	.tbl_type2 td{padding:10px 0; font-size:13px; line-height:20px; text-align:center;}
	.tbl_type2 td.t_l{padding-left:10px; padding-right:10px}
	.tbl_type2 td .grp{position:absolute; left:0; top:50%; width:calc(100% - 40%); height:18px; margin-top:0; transform:translateY(-50%);}
	.tbl_type2 tbody tr td{position:relative;}
	.tbl_type2 thead th{font-size:13px; padding:10px;}
	.tbl_type2 tbody th{font-size:13px;}
	.tbl_type3 th,
	.tbl_type3 td{padding:10px; font-size:13px; line-height:20px; text-align:left;}
	.tbl_type3 tbody th{font-size:13px; padding:10px;}
	.tbl_type5 th,
	.tbl_type5 td{padding:10px 0; font-size:12px; line-height:20px; text-align:center;}
	.tbl_type5 td.t_l{padding-left:10px; padding-right:10px}
	.tbl_type5 td .grp{position:absolute; left:0; top:50%; width:calc(100% - 40%); height:16px; margin-top:0; transform:translateY(-50%);}
	.tbl_type5 tbody tr td{position:relative;}
	.tbl_type5 thead th{font-size:12px; padding:10px;}
	.tbl_type5 tbody th{font-size:12px;}
	.tbl_scroll{overflow-x:auto;}
	.tbl_scroll > table{width:667.9px;}
	table + p{margin-top:10px}
	table + ul{margin-top:10px}
	.tbl_scroll + p{margin-top:10px}
	.tbl_scroll + ul{margin-top:10px}





	.youth_list_type1 .list > li{
		padding: 30px;
	}


	.youth_list_type1 .list > li .img{
		width: 100%;
		height: 50vw;
	}


	.youth_list_type1 .list > li{
		display: block;
	}

	.youth_list_type1 .list > li .info{
		width: 100%;
		margin-top: 30px;
	}

	.youth_list_type1 .list > li .info dl dt {
		width: 50px;
		height: 25px;
		margin: 5px 0;
		border-radius: 15px;
		font-size: 14px;
		font-weight: 500;
		line-height: 25px;
	}
	.youth_list_type1 .list > li .info dl{
		margin-top: 20px;
	}

	.youth_list_type1 .list > li .info .tit{
		font-size: 20px;
		line-height: 25px;
	}

	.youth_list_type1 .list > li .info dl dd {
		padding-left: 75px;
		padding: 5px 0 5px 60px;
		line-height: 25px;
	}

	.youth_list_type1 .list > li .info dl dd.con{
		min-height: auto;
	}





	.youth_list_type2 .list > li{
		padding: 30px;
	}


	.youth_list_type2 .list > li .img{
		width: 100%;
		height: 50vw;
	}


	.youth_list_type2 .list > li{
		display: block;
	}

	.youth_list_type2 .list > li .info{
		width: 100%;
		margin-top: 30px;
	}

	.youth_list_type2 .list > li .info dl dt {
		width: 50px;
		height: 25px;
		margin: 5px 0;
		border-radius: 15px;
		font-size: 14px;
		font-weight: 500;
		line-height: 25px;
	}

	.youth_list_type2 .list > li{
		height: auto;
	}

	.youth_list_type2 .list > li .info dl{
		margin-top: 20px;
	}

	.youth_list_type2 .list > li .info .tit{
		font-size: 20px;
		line-height: 25px;
	}

	.youth_list_type2 .list > li .info dl dd {
		padding-left: 75px;
		padding: 5px 0 5px 60px;
		line-height: 25px;
	}

	.youth_list_type2 .list > li .info dl dd.con{
		min-height: auto;
	}
	.youth_list_type2 .list > li:nth-child(1), .youth_list_type2 .list > li:nth-child(2){
		margin-top: 30px;
	}

}


/* tab */
.tab_mn ul:after{content:''; display:block; clear:both;}
.tab_mn ul li{float:left; height:61px; border-left:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1; box-sizing:border-box;}
.tab_mn ul li a{display:block; font-size:20px; line-height:60px; text-align:center; color:#000;}
.tab_mn ul li a:hover{color:#3366cc;}
.tab_mn ul li a.on{background:#3366cc; font-weight:500; color:#fff;}
.tab_mn ul.col3 li:nth-child(3n+1){border-left:0;}
.tab_bar{margin:30px 0 0;}
.tab_bar ul{position:relative;}
.tab_bar ul:before{position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ededed; content:"";}
.tab_bar ul:after{content:''; display:block; clear:both;}
.tab_bar ul li{position:relative; float:left; width:220px; box-sizing:border-box;}
.tab_bar ul li a{display:block; height:52px; font-size:20px; color:#787878; font-weight:500; line-height:52px; text-align:center; box-sizing:border-box;}
.tab_bar ul li.on{border-left:1px solid #ededed; border-right:1px solid #ededed;}
.tab_bar ul li.on a{color:#000; background:url(../images/common/ico_arw_b_b.png) right 20px center no-repeat #fff;}
.tab_bar ul li.on:after{position:absolute; left:-1px; top:0; width:calc(100% + 2px); height:2px; background:#3366cc; content:""; z-index:10;}
.tab_bar.lg ul li a{height:87px; font-size:24px; line-height:87px;}
.tab_bar.lg ul.col3 li{width:33.333%;}
.page_top + .tab_bar{margin-top:120px}
@media all and (max-width:767px){
	.tab_mn ul{border-top:1px solid #e6e6e6;}
	.tab_mn ul li{position:relative; float:left; height:49px; border-left:0; border-bottom:1px solid #e6e6e6; box-sizing:border-box;}
	.tab_mn ul li a{font-size:13px; line-height:49px;}
	.tab_mn ul li.on a{color:#3366cc; font-weight:700; background:none;}
	.tab_mn ul li.on:after{position:absolute; left:0; top:auto; bottom:0; width:100%; height:1px; background:#4170cf; content:""; z-index:10;}
	.tab_mn ul.col3 li:nth-child(3n+1){border-left:0;}
	.tab_bar{margin:0; margin-top:30px; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
	.tab_bar ul{display:flex; justify-content:space-between;}
	.tab_bar ul:before{display:none;}
	.tab_bar ul li{float:none;}
	.tab_bar ul li a{height:49px; font-size:13px; color:#787878; font-weight:400; line-height:49px;}
	.tab_bar ul li.on{border:0;}
	.tab_bar ul li.on a{color:#3366cc; font-weight:700; background:none;}
	.tab_bar ul li.on:after{position:absolute; left:0; top:auto; bottom:0; width:100%; height:1px; background:#4170cf;}
	.tab_bar.lg ul li a{height:49px; font-size:13px; line-height:49px;}
	.tab_bar ul.col2 li{width:50%;}
	.tab_bar ul.col3 li{width:33.333%;}
	.page_top + .tab_bar{margin-top:30px}
	.title + .tab_mn{margin-top:30px}
}


/* search */
.search_box{width:100%; height:100px; background:#efefef; border:1px solid #d9d9d9; text-align:center; padding:30px; box-sizing:border-box;}
.search_box strong{display:inline-block; font-size:20px; font-weight:500; line-height:40px; color:#000; vertical-align:top;}
.search_box input[type=text]{width:515px; line-height:40px; padding:0 10px; border:1px solid #ddd; margin:0 15px;}
.search_box button{width:114px; background:#333; font-size:20px; font-weight:500; line-height:42px; color:#fff;}
.tab_mn + .cont > .search_box{margin-top:30px;}
.title + .search_box{margin-top:60px;}
@media all and (max-width:767px){
	.search_box{width:calc(100% - 40px); height:auto; padding:10px 15px; margin:0 20px;}
	.search_box strong{display:block; margin-bottom:5px; font-size:14px; line-height:1;}
	.search_box input[type=text]{width:75%; line-height:30px; margin:0;}
	.search_box button{width:20%; background:#333; font-size:14px; line-height:30px;}
	.tab_mn + .cont > .search_box{margin-top:0;}
	.title + .search_box{margin-top:20px;}
}


/* paginate */
.paginate{clear:both; width:100%; text-align:center; margin-top:50px;}
.paginate a{display:inline-block; min-width:30px; font-size:18px; line-height:30px; font-weight:500; color:#000; margin:0 2px;}
.paginate a:hover{color:#3366cc;}
.paginate a.curr{color:#3366cc;}
.paginate a.prev{width:30px; text-indent:-9999em; background:url(../images/common/ico_arw_l.png) center no-repeat;}
.paginate a.next{width:30px; text-indent:-9999em; background:url(../images/common/ico_arw_r.png) center no-repeat;}
@media all and (max-width:767px){
	.paginate{margin-top:20px;}
	.paginate a{min-width:25px; font-size:13px; line-height:30px;}
	.paginate a.prev{background-size:8px auto;}
	.paginate a.next{background-size:8px auto;}
}


/* sec_head */
.sec_head{line-height:1; margin-bottom:15px; padding-bottom:15px; border-bottom:2px solid #000;}
.sec_head:after{content:''; display:block; clear:both;}
.sec_head > div:first-child{float:left;}
.sec_head > div:last-child{float:right;}
.sec_head .tit{font-size:24px; color:#000; font-weight:700;}
.sec_head.none{border-bottom:0; padding-bottom:0;}
.check_box + .sec_head{margin-top:50px;}
@media all and (max-width:767px){
	.sec_head{margin-bottom:10px;}
	.sec_head .tit{font-size:16px;}
}

/* box */
.box_type1{border:1px solid #d7d7d7; border-top:2px solid #000; padding:20px; box-sizing:border-box;}
.box_type1.scroll{height:200px; overflow-y:auto;}
.box_type1 table{width:100%; border-top:1px solid #e5e5e5;}
.box_type1 table th,
.box_type1 table td{border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; text-align:center; padding:10px; vertical-align:middle;}
.box_type1 table th{background:#f5f5f5; font-weight:400; color:#000;}
.box_type2{border:2px solid #d2d2d2; padding:35px; line-height:30px;}
.box_type3{position:relative; overflow:hidden; border:2px solid #f1f1f1; border-radius:20px; padding:50px 0 90px; text-align:center;}
.box_type3 p{font-size:16px; line-height:30px; color:#000;}
.box_type3 strong{display:inline-block; width:880px; padding:20px; background-color:#f1f1f1; font-size:16px; font-weight:400; color:#3366cc; margin:15px 0 35px;}
.box_type3 .btm{position:absolute; left:0; bottom:0; width:100%; background:#e7efff}
.box_type3 .btm p{display:inline-block; font-size:20px; line-height:50px; margin:0 75px; color:#787878;}
.box_type3 .btm a{color:#787878;}
.box_type4{overflow:hidden; border:2px solid #efefef; border-radius:20px 0 20px 20px; box-sizing:border-box;}
.box_type4 h4{display:block; padding:10px 25px; background:#e7efff; font-size:24px; font-weight:700; color:#000; line-height:130%; text-align:center;}
.box_type4 h4 span {font-size:18px; font-weight:400; }
.box_type4 .con{padding:15px 25px; font-size:16px; line-height:30px;}
.box_type4 + .box_type4{margin-top:40px;}
.bul + .box_type2{margin-top:80px;}
.box_type1 + .check_box{margin-top:10px; text-align:right;}

.box_type4 p{text-align: center; color: #36c; font-size: 24px; font-weight: 800; padding:20px 0px 30px; line-height: 140%;}
.box_type4 p span{text-align: center; color: #000; font-size: 18px; font-weight: 400; }
.box_type4 .p_center_img img{width: 48%;}

.box_type5{overflow:hidden; border:2px solid #d8d8df; border-radius:20px; box-sizing:border-box;}
.box_type5 h4{display:block; padding:10px 25px; background:#ecf0fa; font-size:24px; font-weight:700; color:#000; line-height:130%; text-align:center;}
.box_type5 h4 span {font-size:18px; font-weight:400; }
.box_type5 .con{padding:15px 25px; font-size:16px; line-height:30px;}
.box_type5 + .box_type5{margin-top:40px;}

.box_type6{overflow:hidden; border:2px solid #efefef; border-radius:20px 0 20px 20px; box-sizing:border-box;}
.box_type6 h4{display:block; padding:0px 25px 10px; background:#e7efff; font-size:24px; font-weight:700; color:#000; line-height:130%; text-align:center;}
.box_type6 h4 span {font-size:18px; font-weight:400; }
.box_type6 .con{padding:15px 25px; font-size:16px; line-height:30px;}
.box_type6 + .box_type6{margin-top:1px;}

@media all and (max-width:767px){
	.box_type1{padding:15px;}
	.box_type1.scroll{height:120px;}
	.box_type2{border:1px solid #d2d2d2; padding:15px; line-height:20px;}
	.box_type3{border:1px solid #f1f1f1; border-radius:10px; padding:14px 14px 80px;}
	.box_type3 p{font-size:13px; line-height:20px;}
	.box_type3 strong{display:inline-block; width:auto; padding:10px; font-size:14px; margin:15px 0 15px;}
	.box_type3 .btm{position:absolute; left:0; bottom:0; width:100%; padding:5px 0; background:#e7efff}
	.box_type3 .btm p{display:block; font-size:14px; line-height:25px; margin:0;}
	.box_type4{border-radius:10px 0 10px 10px;}
	.box_type4 h4{display:block; padding:0 25px; font-size:16px; line-height:40px;}
	.box_type4 .con{padding:15px; font-size:13px; line-height:20px;}
	.box_type4 + .box_type4{margin-top:20px;}
	
.box_type4 p{font-size: 18px;}
.box_type4 p span{font-size: 14px;}
.box_type4 .p_center_img img{width: 100%;}

	.box_type5{border-radius:10px 0 10px 10px;}
	.box_type5 h4{text-align: center; display:block; padding:0 25px; font-size:16px; line-height:40px;}
	.box_type5 .con{padding:15px 15px; font-size:13px; line-height:20px;}
	.box_type5 + .box_type5{margin-top:20px;}
	.box_type6{border-radius:10px 0 10px 10px;}
	.box_type6 h4{text-align: center; display:block; padding:0 25px; font-size:16px; line-height:40px;}
	.box_type6 .con{padding:15px; font-size:13px; line-height:20px;}
	.box_type6 + .box_type6{margin-top:20px;}	
	.bul + .box_type2{margin-top:30px;}
}



/* list_item */
.list_item_type1 > ul > li{display:flex; margin-top:30px; padding:50px; border:1px solid #d0d0d0; border-radius:15px; background:#f5f5f5;}
.list_item_type1 > ul > li:first-child{margin-top:0;}
.list_item_type1 > ul > li:after{content:''; display:block; clear:both;}
.list_item_type1 > ul > li .img{overflow:hidden; width:43.252%; height:auto; border-radius:15px 0 15px 15px; box-shadow:14px 14px 10px rgba(0,0,0,0.07);}
.list_item_type1 > ul > li .img img{width:100%}
.list_item_type1 > ul > li .txt{position:relative; width:490px; margin-left:60px;}
.list_item_type1 > ul > li .txt strong{display:block; font-size:35px; line-height:45px; color:#000;}
.list_item_type1 > ul > li .txt .bottom{position:absolute; left:0; bottom:0; width:100%; padding-top:25px;}
.list_item_type1 > ul > li .txt .bottom:after{position:absolute; left:0; top:0; width:26px; height:4px; background:#3366cc; content:"";}
.list_item_type1 > ul > li.right{flex-direction:row-reverse;}
.list_item_type1 > ul > li.right .txt{margin:0; margin-right:60px; text-align:right;}
.list_item_type1 > ul > li.right .txt .bottom:after{left:auto; right:0}
.page_top + .list_item_type1{margin-top:90px;}
@media all and (max-width:767px){
	.list_item_type1 > ul > li{display:block; margin-top:20px; padding:20px; border-radius:10px;}
	.list_item_type1 > ul > li .img{width:100%; border-radius:15px 0 15px 15px; box-shadow:5px 5px 5px rgba(0,0,0,0.07);}
	.list_item_type1 > ul > li .txt{width:100%; margin-left:0; margin-top:20px;}
	.list_item_type1 > ul > li .txt strong{padding-top:25px; font-size:18px; line-height:1px;}
	.list_item_type1 > ul > li .txt .bottom{position:static; left:0; bottom:0; width:100%; padding-top:15px;}
	.list_item_type1 > ul > li .txt .bottom:after{width:20px; height:2px;}
	.list_item_type1 > ul > li.right{flex-direction:row-reverse;}
	.list_item_type1 > ul > li.right .txt{margin:0; margin-right:0; margin-top:20px; text-align:left;}
	.list_item_type1 > ul > li.right .txt .bottom:after{left:0; right:auto;}
	.page_top + .list_item_type1{margin-top:30px;}
}


/* list_img */
.list_img_type1{display:flex; margin-bottom:40px;}
.list_img_type1 li{text-align:center; margin-left:20px;}
.list_img_type1 li:first-child{margin-left:0;}
.list_img_type1 li img{display:block;}
.list_img_type1 li span{display:inline-block; width:165px; line-height:42px; color:#fff; background:#3366cc; border-radius:20px; margin-top:20px;}
.list_img_type2{width:101.384%}
.list_img_type2:after{content:''; display:block; clear:both;}
.list_img_type2 li{float:left; width:23.634%; margin:0 0.682%; border:1px solid #d0d0d0; box-sizing:border-box}
.list_img_type2 li img{width:100%}
p + .list_img_type2{margin-top:40px}
@media all and (max-width:767px){
	.list_img_type1{justify-content:space-between; margin-bottom:30px;}
	.list_img_type1 li{width:32%; margin:0;}
	.list_img_type1 li img{width:100%;}
	.list_img_type1 li span{width:80%; line-height:25px; margin-top:10px;}
	p + .list_img_type2{margin-top:20px}
}


/* modal */
.modal{display:none; position:fixed; left:0; top:0; z-index:12000; overflow:auto; width:100%; height:100%; background-color:rgba(0,0,0,0.4);}
.modal .modal_content{position:absolute; left:50%; top:50%;}
.modal .modal_content > div{width:520px; padding:25px; background:#fefefe;}
.modal .modal_content .modal_header{position:relative; padding-bottom:30px; border-bottom:2px solid #000;}
.modal .modal_content .modal_header .modal_title{font-size:28px; font-weight:700; color:#000; line-height:1;}
.modal .close{display:block; position:absolute; right:0; top:0; width:28px; height:28px; background:url(../images/common/ico_close02.png) center no-repeat; text-indent:-9999em; cursor:pointer;}
.modal .modal_content.type2{position:absolute; left:50%; top:50%;}
.modal .modal_content.type2 > div{width:600px; padding:35px; border-radius:15px; background:#fefefe;}
.modal .modal_content.type2 .modal_header{padding-bottom:20px; border-bottom:0; text-align:center;}
.modal .modal_content.type2 .modal_header .modal_title{font-family:"SeoulNamsan"; font-size:35px;}
.modal .newsletter{position:relative;}
.modal .newsletter .swiper-slide{text-align:center;}
.modal .newsletter .swiper-slide img{width:100%;}
.modal .newsletter .swiper-button-prev{left:-25px; top:50%; width:50px; height:50px; margin:0; border-radius:100%; background:url(../images/common/ico_arw_l3.png) center / 12px auto no-repeat #fff; box-shadow:6px 6px 10px rgba(0,0,0,0.35); transform:translateY(-50%);}
.modal .newsletter .swiper-button-prev:after{display:none;}
.modal .newsletter .swiper-button-next{right:-25px; top:50%; width:50px; height:50px; margin:0; border-radius:100%; background:url(../images/common/ico_arw_r3.png) center / 12px auto no-repeat #fff; box-shadow:6px 6px 10px rgba(0,0,0,0.35); transform:translateY(-50%);}
.modal .newsletter .swiper-button-next:after{display:none;}
.modal .newsletter .swiper-pagination{position:relative; bottom:auto; margin-top:30px; line-height:1;}
.modal .newsletter .swiper-pagination-bullet{width:20px; height:20px; background:#787878; opacity:1; margin:0 5px}
.modal .newsletter .swiper-pagination-bullet-active{background:#3366cc}
@media all and (max-width:767px){
	.modal .modal_content{width:calc(100% - 40px); box-sizing:border-box; transform:translateX(-50%);}
	.modal .modal_content > div{width:auto; padding:15px; box-sizing:border-box;}
	.modal .modal_content .modal_header{padding-bottom:15px; border-bottom:2px solid #000;}
	.modal .modal_content .modal_header .modal_title{font-size:20px;}
	.modal .close{display:block; position:absolute; right:0; top:0; width:18px; height:18px; background:url(../images/common/ico_close02.png) center / 100% auto no-repeat;}
	.modal .modal_content.type2{width:100%;}
	.modal .modal_content.type2 > div{width:calc(100% - 40px); padding:20px; margin:0 auto; border-radius:10px; box-sizing:border-box;}
	.modal .modal_content.type2 .modal_header{padding-bottom:15px;}
	.modal .modal_content.type2 .modal_header .modal_title{display:block; padding-top:5px; font-size:24px;}
	.modal .newsletter > div{position:relative;}
	.modal .newsletter .swiper-slide img{width:100%;}
	.modal .newsletter .swiper-button-prev{left:-30px; width:40px; height:40px; background-size:10px auto; box-shadow:6px 6px 6px rgba(0,0,0,0.35);}
	.modal .newsletter .swiper-button-next{right:-30px; width:40px; height:40px; background-size:10px auto; box-shadow:6px 6px 6px rgba(0,0,0,0.35);}
	.modal .newsletter .swiper-pagination{bottom:0; margin-top:20px;}
	.modal .newsletter .swiper-pagination-bullet{width:10px; height:10px; margin:0 4px}
}



/*-------------------------------------------------------------------
	@ Utilities
------------------------------------------------------------------*/
/* margin */
.mg_0{margin:0 !important;}
.mg_t0{margin-top:0 !important;}
.mg_t5{margin-top:5px;}
.mg_t30{margin-top:30px;}
.mg_t50{margin-top:50px;}
.mg_t80{margin-top:80px;}


/* text */
.t_l{text-align:left !important;}
.t_c{text-align:center !important;}
.t_r{text-align:right !important;}
.f_red{color:#ff0000 !important;}
.f_blue{color:#3366cc !important;}
.f_black{color:#000 !important;}


/* column */
.col2 li{width:50%;}
.col3 li{width:33.333%;}
.col4 li{width:25%;}
.col5 li{width:20%;}


/* etc */
.w100p{width:100% !important;}


/*-------------------------------------------------------------------
	@ Contents
-------------------------------------------------------------------*/
/* main */
body.index footer{border-top:0;}
.main .visual .swiper-slide{position:relative; width:100%; background-position:center; background-size:cover; background-repeat:no-repeat;}
.main .visual .swiper-slide img{width:100%;}
.main .visual .swiper-button-prev{left:70px; top:50%; margin-top:12px; width:auto; height:auto;}
.main .visual .swiper-button-prev:after{display:none;}
.main .visual .swiper-button-next{right:70px; top:50%; margin-top:12px; width:auto; height:auto;}
.main .visual .swiper-button-next:after{display:none;}
.main .visual .swiper-pagination{bottom:35px; line-height:1;}
.main .visual .swiper-pagination-bullet{width:17px; height:17px; background:#c7e4f4; opacity:1; margin:0 9px}
.main .visual .swiper-pagination-bullet-active{background:#2075dd}
.main .content{background:#f7f7f7; padding:90px 0 95px;padding-top: 120px;}
.main .content > div{width:1430px; margin:0 auto;}
.main .box_cont{width:100%;}
.main .box_cont:after{content:''; display:block; clear:both;}
.main .box{position:relative; padding:35px 35px; background:#fff; border-radius:15px 0 15px 15px; box-shadow:2px 2px 5px rgba(10,35,65,0.3); box-sizing:border-box;}
.main .box h2{font-family:"SeoulNamsan"; font-size:28px; font-weight:800; color:#0a2341; letter-spacing: -1px;}
.main .box .more{position:absolute; right:0; top:0; width:50px; height:50px; text-indent:-9999em; border-radius:0 0 0 15px; background:url(../images/common/ico_more.png) center no-repeat #3366cc;}
.main .board{border-top:2px solid #e1e1e1; margin-top:25px;}
.main .board li{border-top:2px solid #f5f5f5;}
.main .board li:first-child{border-top:0;}
.main .board li.top a{display:block; padding:30px 0;}
.main .board li.top a:after{content:''; display:block; clear:both;}
.main .board li.top .ctg{float:left; width:80px; padding-left:7px; box-sizing:border-box;}
.main .board li.top .ctg span{display:block; width:52px; font-size:18px; color:#fff; font-weight:700; line-height:52px; text-align:center; background:#2075dd; border-radius:100%;}
.main .board li.top .txt{float:left; width:100%;}
.main .board li.top .txt .sbj{display:block; width:100%; font-size:20px; font-weight:700; color:#0a2341; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .board li.top .txt .date{display:block; color:#8b9fb8;}
.main .board li:not(.top) a{display:block; padding:16px 0;}
.main .board li:not(.top) a:after{content:''; display:block; clear:both;}
.main .board li:not(.top) .sbj{float:left; width:80%; font-size:18px; color:#0a2341; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.main .board li:not(.top) .date{float:right; width:17%; text-align:right; color:#8b9fb8;}
.main .board li span{color: #0A2341; letter-spacing: -1px;}
.main .notice{float:left; width:49.3%; height:547px;}
.main .activity{float:right; width:49.3%; height:547px; padding:35px 50px;}
.main .activity .gal{position:relative; margin-top:25px}
.main .activity .swiper-slide{width:auto;}
.main .activity .item{width:250px; padding-right:52px; border-right:2px solid #e1e1e1; margin-right:52px;}
.main .activity .item a{display:block}
.main .activity .item img{width:100%; border:1px solid #d6d6d6;}
.main .activity .item p{font-size:16px; color:#0a2341; font-weight:500; line-height:22px; margin-top:15px;}
.main .activity .swiper-pagination{display:none;}
.main .activity .swiper-button-prev{left:-40px;}
.main .activity .swiper-button-next{right:-40Px;}
.main .hot{float:left; width:36.573%; height:405px; margin-top:20px;}
.main .hot h2 span{color:#3366cc; letter-spacing: -1px;}
.main .hot .board{padding-top:30px;}
.main .hot .board li:not(.top) .sbj{width:70%;}
.main .hot .board li:not(.top) .date{width:27%;}
.main .newsletter{float:left; width:24.125%; height:405px; margin:20px 1.328%; 0}
.main .newsletter .con{border-top:2px solid #e1e1e1; padding-top:17px; margin-top:25px; text-align:center;}
.main .newsletter .con img{width:265px;}
.main .reg{float:right; width:36.573%; height:405px; margin-top:20px; background:#f5feff; padding-left:0; padding-right:0; text-align:center;}
.main .reg h2{margin-top:0;}
.main .reg ul{display:inline-block; margin-top:85px;}
.main .reg ul:after{content:''; display:block; clear:both;}
.main .reg ul li{float:left; width:120px; margin:0 16px;}
.main .reg ul li:nth-child(1){background:url(../images/main/reg1.png) no-repeat; background-size:100% auto;}
.main .reg ul li:nth-child(2){background:url(../images/main/reg2.png) no-repeat; background-size:100% auto;}
.main .reg ul li:nth-child(3){background:url(../images/main/reg3.png) no-repeat; background-size:100% auto;}
.main .reg ul li a{display:block; font-size:18px; font-weight:700; color:#0a2341; padding-top:135px; text-align:center; box-sizing:border-box;}
.main .reg ul li a span{display:inline-block; background:url(../images/main/reg_arw.png) right 8px no-repeat; background-size:8px auto; padding-right:15px;}
.main .gallery{position:relative; margin-top:55px;}
.main .gallery .more{position:absolute; right:0; top:30px; padding-right:15px; background:url(../images/common/ico_arw_r.png) right center no-repeat; font-size:18px; color:#6d6964;}
.main .gallery h2{font-size:30px; font-weight:800; color:#0a2341;}
.main .gallery .gal{margin-top:20px;}
.main .gallery li{width:270px; margin-right:20px; border-radius:15px 0 15px 15px; overflow:hidden;}
.main .gallery ul li{position:relative;}
.main .gallery ul li img{width:100%; height:285px;object-fit:cover;border-radius:10px}
.main .gallery ul li .tit{position:absolute; left:0; top:50%; width:100%; padding:15px 20px; background:rgba(0,0,0,0.74); font-size:18px; line-height:27px; color:#fff; font-weight:500; text-align:center; transform:translateY(-50%); box-sizing:border-box;}
.main .gallery ul li .tit div{display:flex; justify-content:center; align-items:center; width:100%; height:53px;}
.main .gallery ul li .tit div span{overflow:hidden; text-overflow:ellipsis; display:block; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}


.latest-tab{display: flex;gap:25px;}
.latest-tab li{}
.latest-tab li a{font-family:"SeoulNamsan"; font-size:30px; font-weight:800; color:#9a9a9a;display: block;}
.latest-tab li a.active{color:#0a2341}

.latest-ul{display: none;}
.latest-ul.active{display: block;}

.main-visual-wrap{height: 550px;background: url(/2021/images/new/fun1318_visual.jpg) center no-repeat;background-size: cover;z-index: 20;position: relative;}
.main-visual-container{width: 1430px;margin: 0 auto;display: flex;justify-content: flex-end;align-items: flex-end;height: 100%;}
.main-visual-box{position: relative;width: 822px;height: 483px;margin-bottom: -55px;}
.main-visual-prev{width: 49px;height: 49px;position: absolute;left:-65px;top:50%;transform:translatey(-50%);background: url(/2021/images/new/silder_prev.png) center no-repeat;box-shadow:0 0 15px rgba(0, 0, 0, .2);border-radius:50%;opacity: .8;transition:all .3s ease-out;}
.main-visual-next{width: 49px;height: 49px;position: absolute;right:-65px;top:50%;transform:translatey(-50%);background: url(/2021/images/new/silder_next.png) center no-repeat;box-shadow:0 0 15px rgba(0, 0, 0, .2);border-radius:50%;opacity: .8;transition:all .3s ease-out;}
.main-visual-prev:hover, .main-visual-next:hover{opacity: 1;}
.main-visual-slide{overflow: hidden;border-radius:15px;box-shadow:0 0 30px rgba(0, 0, 0, .3);width: 100%;height: 100%;}
.main-visual-slide a{display: block;position: relative;width: 100%;height: 100%;}
.main-visual-slide a img{object-fit:cover;position: absolute;left:0;top:0;width: 100%;height: 100%;}


@media all and (max-width:767px){
	.main-visual-wrap{height: auto;margin-bottom: 0px;}
	.main-visual-container{width: auto;justify-content: center;padding: 20px;}
	.main-visual-box{height: 0;padding-top: 58.7591%;margin-bottom: 0;}
	.main-visual-slide{position: absolute;left:0;top:0;}
	.main-visual-prev, .main-visual-next{width: 30px;height: 30px;z-index: 2;display: none;}

	.main{padding-top:55px;}
	.main .visual .swiper-slide{height:auto;}
	.main .visual .swiper-button-prev,
	.main .visual .swiper-button-next{display:none;}
	.main .visual .swiper-pagination{bottom:10px;}
	.main .visual .swiper-pagination-bullet{width:10px; height:10px; margin:0 4px}
	.main .content{padding:50px 20px 20px;}
	.main .content > div{width:100%;}
	.main .box{padding:15px 20px; border-radius:10px 0 10px 10px; box-shadow:1px 1px 3px rgba(10,35,65,0.3);}
	.main .box h2{font-size:18px;}
	.main .box .more{width:30px; height:30px; border-radius:0 0 0 10px; background-size:12px auto;}
	.main .board{border-top:1px solid #e1e1e1; margin-top:10px;}
	.main .board li{border-top:1px solid #f5f5f5;}
	.main .board li.top a{padding:10px 0;}
	.main .board li.top .ctg{width:50px; padding-left:0;}
	.main .board li.top .ctg span{width:40px; font-size:14px; line-height:40px;}
	.main .board li.top .txt{width:calc(100% - 50px)}
	.main .board li.top .txt .sbj{font-size:14px;}
	.main .board li:not(.top) a{padding:10px 0;}
	.main .board li:not(.top) .sbj{width:75%; font-size:12px;}
	.main .board li:not(.top) .date{width:23%;}
	.main .notice{float:none; width:100%; height:auto;}
	.main .activity{float:none; width:100%; height:auto; margin-top:30px;}
	.main .activity .gal{margin-top:20px}
	.main .activity .swiper-slide{width:100%; text-align:center;}
	.main .activity .item{width:100%; padding:0; border:0; margin:0;}
	.main .activity .item img{width:160px; border:1px solid #d6d6d6;}
	.main .activity .item p{font-size:12px; margin-top:10px;}
	.main .activity .item p br{display:none;}
	.main .activity .swiper-button-prev{left:0; top:25.333vw; width:15px; height:29px; margin:0; background:url(../images/main/btn_prev.png) no-repeat; background-size:100% auto;}
	.main .activity .swiper-button-prev:after{display:none;}
	.main .activity .swiper-button-next{right:0; top:25.333vw; width:15px; height:29px; margin:0; background:url(../images/main/btn_next.png) no-repeat; background-size:100% auto;}
	.main .activity .swiper-button-next:after{display:none;}
	.main .activity .swiper-pagination{display:block; position:relative; bottom:0; width:100%; margin-top:10px; line-height:0;}
	.main .activity .swiper-pagination-bullet{width:10px; height:10px; margin:0 4px}
	.main .hot{float:none; width:100%; height:auto; margin-top:30px;}
	.main .hot .board{padding-top:0;}
	.main .newsletter{float:none; width:100%; height:auto; margin:0; margin-top:30px;}
	.main .newsletter .con{border-top:1px solid #e1e1e1; padding:20px 0 10px; margin-top:10px; text-align:center;}
	.main .newsletter .con img{width:100%;}
	.main .reg{float:none; width:100%; height:auto; margin-top:30px;}
	.main .reg h2{text-align:left;}
	.main .reg ul{width:100%; margin-top:25px;}
	.main .reg ul li{width:31.073%; margin:0;}
	.main .reg ul li:nth-child(2){margin:0 3.389%;}
	.main .reg ul li a{font-size:13px; padding-top:27vw;}
	.main .reg ul li a span{background-position:right 5px; background-size:6px auto; padding-right:10px;}
	.main .gallery{position:relative; margin-top:45px;}
	.main .gallery .more{position:absolute; right:0; top:5px; padding-right:15px; background:url(../images/common/ico_arw_r.png) right center / 8px auto no-repeat; font-size:13px;}
	.main .gallery h2{font-size:18px;}
	.main .gallery .gal{margin-top:10px;}
	.main .gallery li{width:50.666vw; height:50.666vw; margin-right:2.666vw; border-radius:10px 0 10px 10px;}
	.main .gallery li:last-child{margin-right:0;}
	.main .gallery ul li img{width:100%; height:100%;}
}


/* about */
.greeting:after{content:''; display:block; clear:both;}
.greeting .txt h4{display:block; font-family:"Cafe24Oneprettynight"; font-size:38px; font-weight:400; line-height:49px; color:#000;}
.greeting .txt h4 strong{color:#1647aa;}
.greeting .txt p{font-size:18px; line-height:30px; margin-top:35px;}
.greeting .txt p strong{font-weight:500; color:#1647aa;}
.visition h4{display:block; font-family:"Cafe24Oneprettynight"; font-size:38px; font-weight:400; line-height:49px; color:#000; margin-bottom:35px;}
.visition h4 strong{color:#1647aa;}
.visition ul strong{font-size:18px; line-height:30px; color:#1647aa;}
.organization{position:relative; width:100%; padding-top:687px; background:url(../images/about/organization.jpg) center top no-repeat;}
.organization .circle{display:flex; align-items:center; justify-content:center; width:204px; height:204px; background:#999; border-radius:100%; font-size:30px; line-height:44px; color:#fff; text-align:center; text-shadow:3px 3px 8px rgba(0,0,0,0.38);}
.organization .dpt1 > li > strong{position:absolute; left:50%; top:0; transform:translateX(-50%); background:#0054a6;}
.organization .dpt2 > li:nth-child(1) > strong{position:absolute; left:180px; top:182px; background:#6fdedf;}
.organization .dpt2 > li:nth-child(2) > strong{position:absolute; right:180px; top:182px; background:#6fdedf;}
.organization .dpt2 > li:nth-child(3) > strong{position:absolute; left:50%; top:365px; transform:translateX(-50%); background:#c8dd5b;}
.organization .dpt3{display:flex; justify-content:space-between;}
.organization .dpt3 > li{width:18.598%;}
.organization .dpt3 > li > strong{display:block; height:106px; padding:18px 0; line-height:35px; letter-spacing:-1px; background:#3366cc; font-size:20px; color:#fff; text-align:center; box-sizing:border-box;}
.organization .dpt3 > li > ul{height:370px; border:2px solid #efefef; border-top:0; padding:15px; box-sizing:border-box;}
.organization .dpt3 > li > ul > li{font-size:15px; color:#000; line-height:20px; border-top:1px solid #d1d1d1; padding:5px 0;}
.organization .dpt3 > li > ul > li:first-child{border-top:0;}
.organization .dpt3 > li > ul > li ul{margin-top:5px;}
.organization .dpt3 > li > ul > li ul li{position:relative; border-top:1px solid #d1d1d1; color:#777; padding:5px 0 5px 10px;}
.organization .dpt3 > li > ul > li ul li:before{position:absolute; left:0; top:5px; content:"-";}
.facility_list{margin-bottom:130px;}
.facility_list > li{display:flex; justify-content:space-between; align-items:center; padding:40px 0; border-top:1px solid #d9d9d9;}
.facility_list > li:first-child{padding-top:0; border-top:0;}
.facility_list h5{display:flex; justify-content:center; align-items:center; width:160px; height:160px; border-radius:100%; font-size:30px; font-weight:700; color:#fff; text-shadow:3px 3px 4px rgba(0,0,0,.2);}
.facility_list h5 span{display:inline-block; font-size:50px; vertical-align:baseline;}
.facility_list .list{width:832px;}
.facility_list .list:after{content:''; display:block; clear:both;}
.facility_list .list li{float:left; width:193px; margin-top:20px; margin-right:20px;}
.facility_list .list li:nth-child(-n+4){margin-top:0;}
.facility_list .list li:nth-child(4n+0){margin-right:0;}
.facility_list .list li strong{display:block; font-size:18px; font-weight:500; color:#000; line-height:47px; text-align:center;}
.facility_list > li.type1 h5{background:#c8dd5b;}
.facility_list > li.type1 .tit{background:#c8dd5b;}
.facility_list > li.type2 h5{background:#6fdedf;}
.facility_list > li.type2 .tit{background:#6fdedf;}
.facility_list > li.type3 h5{background:#0054a6;}
.facility_list > li.type3 .tit{background:#0054a6; color:#fff;}
.location .map .root_daum_roughmap{width:100%; height:700px;}
.location .map .root_daum_roughmap .wrap_map{height:95% !important;}
.location .info{position:relative; margin-top:50px;}
.location .info table{width:75.259%; border-top:2px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}
.location .info table th,
.location .info table td{padding:10px 0; border-bottom:1px solid #d9d9d9;}
.location .info table th{font-weight:700; color:#3366cc;}
.location .info button{position:absolute; right:0; top:50%; margin-top:-30px;}
.location .traffic{margin-top:0px; padding:55px 0 55px 220px; border-radius:20px; border:2px solid #efefef; background:url('../images/about/location.png') 50px center no-repeat;}
.location .traffic:after{content:''; display:block; clear:both;}
.location .traffic > div{float:left; width:40%; padding:30px 4.325% 0;}
.location .traffic > div:first-child{border-right:2px solid #d9d9d9;}
.location .traffic h5{font-size:24px; color:#000; font-weight:700; margin-bottom:30px;}
.location .traffic dl{border-top:1px solid #d9d9d9; margin-bottom:10px; padding:10px 0;}
.location .traffic dl:after{content:''; display:block; clear:both;}
.location .traffic dl dt{float:left; width:85px; font-size:16px; color:#000;}
.location .traffic dl dd{padding-left:85px; font-size:16px;}
.location .traffic p{padding:10px 0; margin-bottom:10px; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; font-size:16px;}
.location .traffic strong{display:block; font-size:16px; color:#000; font-weight:400;}

.location .car{margin-top:0px; padding:25px 25px 55px 25px; border-radius:20px; border:2px solid #efefef; }

.location .car .pointment{ background: #fa766c; border-radius: 30px; padding: 10px 10px 10px 15px; }
.location .car .pointment p{background:url(/2021/images/about/pointment.jpg) left 2px no-repeat; font-size: 16px; color: #fff; padding-left: 25px; }

.location .car h3{font-size: 18px; color: #000000; font-weight: 600; text-align: left; padding-bottom: 10px; margin-left: 20px; margin-top: 30px;}
.location .car .carinfo{margin-left: 20px}
.location .car .carinfo p{}
.location .car .carinfo p span{background:url('../images/about/spantit.jpg') left 5px no-repeat; color: #5a77ce; font-weight: 600; float: left; padding-right: 5px; padding-left: 10px; }
.location .car .carinfo p li{}

.location .car .carinfo .commul {padding: 20px 0px;}
.location .car .carinfo .commul li{color: #fa766c; font-size: 14px; line-height: 160%; float: left; padding-left:0px;}


@media all and (max-width:767px){
	.greeting .txt h4{font-size:22px; line-height:32px;}
	.greeting .txt p{font-size:13px; line-height:18px; margin-top:15px;}
	.greeting .txt p strong{font-weight:500; color:#1647aa;}
	.greeting .txt p br{display:none;}
	.visition h4{font-size:22px; line-height:32px; margin-bottom:15px;}
	.visition ul strong{font-size:13px; line-height:30px; color:#1647aa;}
	.organization{padding-top:112vw !important; margin-top:30px !important; background:url(../images/about/organization.jpg) center 18vw / 80% auto no-repeat;}
	.organization .circle{width:33.333vw; height:33.333vw; font-size:5vw; line-height:7vw;}
	.organization .dpt2 > li:nth-child(1) > strong{position:absolute; left:20px; top:33.333vw;}
	.organization .dpt2 > li:nth-child(2) > strong{position:absolute; right:20px; top:33.333vw;}
	.organization .dpt2 > li:nth-child(3) > strong{position:absolute; left:50%; top:66.666vw;}
	.organization .dpt3{display:flex; justify-content:space-between; flex-wrap:wrap;}
	.organization .dpt3 > li{width:49%; margin-top:10px;}
	.organization .dpt3 > li:nth-child(-n+2){margin-top:0;}
	.organization .dpt3 > li > strong{height:60px; padding:10px 0; line-height:20px; letter-spacing:0; font-size:14px;}
	.organization .dpt3 > li > strong a{color:#fff;}
	.organization .dpt3 > li > ul{height:240px; padding:8px; border:1px solid #efefef;}
	.organization .dpt3 > li > ul > li{font-size:13px; line-height:20px;}
	.organization .dpt3 > li > ul > li ul li{padding:5px 0 5px 5px;}
	.facility_list{margin-bottom:50px; text-align:center;}
	.facility_list > li{display:block; justify-content:none; align-items:none; padding:20px 0; border-top:1px solid #d9d9d9;}
	.facility_list > li:first-child{padding-top:20px; border-top:0;}
	.facility_list h5{display:inline-block; width:80px; height:80px; border-radius:100%; font-size:20px; font-weight:700; color:#fff; text-align:center; line-height:80px; text-shadow:3px 3px 4px rgba(0,0,0,.2);}
	.facility_list h5 span{display:inline-block; font-size:30px; vertical-align:baseline;}
	.facility_list .list{width:104%; margin-left:-2%;}
	.facility_list .list li{float:left; width:46%; margin:20px 2% 0}
	.facility_list .list li:nth-child(-n+2){margin-top:0;}
	.facility_list .list li:nth-child(-n+4){margin-top:20px;}
	.facility_list .list li:nth-child(4n+0){margin-right:0;}
	.facility_list .list li img{width:100%;}
	.facility_list .list li strong{display:block; font-size:18px; font-weight:500; color:#000; line-height:47px; text-align:center;}
	.facility_list > li.type1 h5{background:#c8dd5b;}
	.facility_list > li.type1 .tit{background:#c8dd5b;}
	.facility_list > li.type2 h5{background:#6fdedf;}
	.facility_list > li.type2 .tit{background:#6fdedf;}
	.facility_list > li.type3 h5{background:#0054a6;}
	.facility_list > li.type3 .tit{background:#0054a6; color:#fff;}
	.location .map .root_daum_roughmap{height:250px;}
	.location .map .root_daum_roughmap .wrap_map{height:85% !important;}
	.location .info{margin-top:20px;}
	.location .info table{width:100%; border-top:1px solid #d9d9d9; border-bottom:0}
	.location .info table th,
	.location .info table td{padding:10px 0;}
	.location .info table th{width:20%; font-weight:700; color:#3366cc;}
	.location .info table td{}
	.location .info button{position:relative; right:auto; top:auto; margin-top:15px;}
	.location .traffic{margin-top:30px; padding:15px; border-radius:10px; border:1px solid #efefef; background:none;}
	.location .traffic > div{float:none; width:100%; padding:0;}
	.location .traffic > div:first-child{border-right:0;}
	.location .traffic h5{font-size:14px; color:#000; margin-bottom:10px;}
	.location .traffic dl{margin-bottom:20px; padding:5px 0;}
	.location .traffic dl dt{font-size:13px;}
	.location .traffic dl dd{font-size:13px;}
	.location .traffic p{font-size:13px;}
	.location .traffic strong{font-size:13px;}
	.location .car .carinfo .commul li{font-size: 12px;}
}


/* alternative */
.introduce{padding:170px 0 130px; border:1px solid #ddd; border-top:1px solid #000; text-align:center;}
.introduce h4{display:block; position:relative; padding-bottom:80px; font-size:40px; font-weight:700; color:#3366cc; line-height:64px;}
.introduce h4:after{position:absolute; left:50%; bottom:0; width:60px; height:4px; background:#3366cc; content:""; transform:translateX(-50%);}
.introduce h4 strong{display:block; font-size:50px;}
.introduce p{margin-top:60px; font-size:20px; line-height:36px; color:#000;}
.schedule_box{position:relative; height:500px; padding-bottom:70px; border:1px solid #bbb; border-top:1px solid #000; background:url(../images/alternative/bg_schedule.jpg) center top no-repeat;}
.schedule_box dl dt{display:inline-block; padding:0 10px; margin-bottom:15px; border-bottom:4px solid #000; font-size:24px; font-weight:800; color:#000; line-height:40px;}
.schedule_box dl dd{font-size:22px; font-weight:500; color:#787878; line-height:29px;}
.schedule_box dl.item1{position:absolute; left:200px; top:270px;}
.schedule_box dl.item1 dt{border-color:#e12d0a; color:#e12d0a;}
.schedule_box dl.item2{position:absolute; left:420px; bottom:340px;}
.schedule_box dl.item2 dt{border-color:#189b8d; color:#189b8d;}
.schedule_box dl.item3{position:absolute; left:600px; top:270px;}
.schedule_box dl.item3 dt{border-color:#358a3c; color:#358a3c;}
.schedule_box dl.item4{position:absolute; left:830px; bottom:340px; width:300px;}
.schedule_box dl.item4 dt{border-color:#ffb352; color:#ffb352;}
.schedule_box dl.type2{padding-bottom:60px;}
.schedule_box dl.type2 dt{position:absolute; left:0; bottom:0; margin-bottom:0; border-bottom:0; border-top-width:4px; border-top-style:solid;}
.schedule_box .btm{position:absolute; left:0; bottom:0; width:100%; background:#e7efff; font-size:24px; font-weight:700; color:#3366cc; line-height:70px; text-align:center;}
.guide .step{width:755px; margin:0 auto 100px;}
.guide .step > li{position:relative; width:755px; margin-bottom:90px;}
.guide .step > li .item{display:flex; align-items:center; width:650px; height:190px; padding-left:180px; margin-left:105px; border:5px solid #ffdb34; border-radius:20px 0 20px 20px; box-sizing:border-box;}
.guide .step > li:after{position:absolute; left:50%; bottom:-65px; width:51px; height:30px; background:url(../images/alternative/ico_arw_b.png) no-repeat; content:""; transform:translateX(-50%);}
.guide .step > li:last-child{margin-bottom:0;}
.guide .step > li:last-child:after{display:none;}
.guide .step > li h4{display:block; margin-bottom:5px; font-size:24px; font-weight:700; color:#000;}
.guide .step > li p{font-size:16px; color:#000;}
.guide .step > li:nth-child(2) .item{padding-left:60px; margin-left:0; border-color:#6ad1f9; border-radius:0 20px 20px 20px;}
.guide .step > li:nth-child(2) .item > div{display:flex; align-items:center; }
.guide .step > li:nth-child(2) .item .doc{margin-left:40px; font-size:16px; line-height:23px; color:#787878;}
.guide .step > li:nth-child(3) .item{padding-left:180px; border-color:#87d7d6;}
.guide .step > li:nth-child(4) .item{padding-left:60px; margin-left:0; border-color:#3366cc; border-radius:0 20px 20px 20px;}
.guide .step > li:nth-child(1) .item:before{position:absolute; left:0; top:50%; width:234px; height:234px; background:url(../images/alternative/ico_guide1.png) no-repeat; content:"";  transform:translateY(-50%);}
.guide .step > li:nth-child(2) .item:before{position:absolute; right:0; top:50%; width:234px; height:234px; background:url(../images/alternative/ico_guide2.png) no-repeat; content:"";  transform:translateY(-50%);}
.guide .step > li:nth-child(3) .item:before{position:absolute; left:0; top:50%; width:234px; height:234px; background:url(../images/alternative/ico_guide3.png) no-repeat; content:"";  transform:translateY(-50%);}
.guide .step > li:nth-child(4) .item:before{position:absolute; right:0; top:50%; width:234px; height:234px; background:url(../images/alternative/ico_guide4.png) no-repeat; content:"";  transform:translateY(-50%);}
.guide .txt_box{display:flex; align-items:center; padding:20px 0; background:#efefef;}
.guide .txt_box h4{display:block; width:275px; padding-top:110px; background:url(../images/alternative/ico_school.png) center top no-repeat; font-size:24px; font-weight:700; text-align:center; color:#57575b;}
.guide .txt_box ul li{font-size:16px; line-height:30px; color:#57575b;}
.guide .txt_box.type2{margin-top:20px;}
.guide .txt_box.type2 h4{padding-top:0; background:none;}
@media all and (max-width:767px){
	.introduce{margin:30px 0 30px !important; border:0;}
	.introduce h4{padding-bottom:30px; font-size:20px; line-height:34px;}
	.introduce h4:after{width:40px; height:2px;}
	.introduce h4 strong{display:block; font-size:30px;}
	.introduce p{margin-top:30px; font-size:15px; line-height:25px;}
	.schedule_box{height:auto; padding:15px; background:none;}
	.schedule_box dl{margin-bottom:25px;}
	.schedule_box dl dt{display:inline-block; padding:0 0 5px 0; margin-bottom:10px; border-bottom:2px solid #000; font-size:16px; line-height:1;}
	.schedule_box dl dd{font-size:13px; line-height:20px;}
	.schedule_box dl.item1{position:static; left:auto; top:auto;}
	.schedule_box dl.item2{position:static; left:auto; bottom:auto;}
	.schedule_box dl.item3{position:static; left:auto; top:auto;}
	.schedule_box dl.item4{position:static; left:auto; bottom:auto;}
	.schedule_box dl.type2{padding-bottom:0;}
	.schedule_box dl.type2 dt{position:static; margin-bottom:10px; border-bottom:2px solid; border-top-width:0; border-bottom-width:2px;}
	.schedule_box .btm{position:static; padding:10px 0; font-size:13px; line-height:20px;}
	.guide .step{width:100%; margin:30px auto 30px !important;}
	.guide .step > li{width:100%; margin-bottom:50px;}
	.guide .step > li .item{display:flex; align-items:center; width:100%; height:auto; padding:20px; margin-left:0; border:2px solid #ffdb34; border-radius:10px 0 10px 10px;}
	.guide .step > li:after{position:absolute; left:50%; bottom:-40px; width:20px; height:20px; background:url(../images/alternative/ico_arw_b.png) no-repeat; background-size:100% auto;}
	.guide .step > li:last-child{margin-bottom:0;}
	.guide .step > li:last-child:after{display:none;}
	.guide .step > li h4{font-size:16px;}
	.guide .step > li p{font-size:13px; color:#000;}
	.guide .step > li:nth-child(2) .item{padding:20px; border-radius:0 10px 10px 10px;}
	.guide .step > li:nth-child(2) .item > div{display:block;}
	.guide .step > li:nth-child(2) .item .doc{margin-left:0; margin-top:10px; font-size:13px; line-height:20px;}
	.guide .step > li:nth-child(3) .item{padding:20px;}
	.guide .step > li:nth-child(4) .item{padding:20px; border-radius:0 10px 10px 10px;}
	.guide .step > li:nth-child(1) .item:before{display:none;}
	.guide .step > li:nth-child(2) .item:before{display:none;}
	.guide .step > li:nth-child(3) .item:before{display:none;}
	.guide .step > li:nth-child(4) .item:before{display:none;}
	.guide .txt_box{display:block; padding:15px 20px;}
	.guide .txt_box h4{display:block; width:100%; padding-top:0; margin-bottom:5px; background:none; font-size:14px; text-align:left;}
	.guide .txt_box ul li{font-size:13px; line-height:20px; color:#57575b;}
	.guide .txt_box.type2{margin-top:10px;}
	.guide .txt_box.type2 h4{padding-top:0; background:none;}
}


/* lecture */
.lecture_list{margin-top:80px;}
.lecture_list > ul{width:102%; margin-left:-1%;}
.lecture_list > ul:after{content:''; display:block; clear:both;}
.lecture_list > ul > li{float:left; width:23%; margin:30px 1% 0}
.lecture_list > ul > li:nth-child(-n+4){margin-top:0;}
.lecture_list .item{position:relative; width:100%; height:473px; border:2px solid #efefef; border-radius:15px 0 15px 15px; overflow:hidden; box-sizing:border-box; transition:border-color 0.3s ease;}
.lecture_list .item .img{height:220px; text-align:center;}
.lecture_list .item .img img{max-width:100%; height:100%;}
.lecture_list .item .tit{display:block; margin:20px 0; font-size:24px; font-weight:700; color:#000; text-align:center;}
.lecture_list .item .btn{position:absolute; left:0; bottom:0; width:100%; font-size:24px; font-weight:700; line-height:58px; color:#fff; text-align:center; background:#787878; transition:background 0.3s ease;}
.lecture_list .item ul{margin:0 20px;}
.lecture_list .item ul li{border-top:1px solid #d1d1d1; padding:3px 0;}
.lecture_list .item ul li:after{content:''; display:block; clear:both;}
.lecture_list .item ul li .t{float:left; padding-left:5px; width:95px; color:#000;}
.lecture_list .item ul li .c{float:left;}
.lecture_list .item:hover{border-color:#3366cc;}
.lecture_list .item:hover .btn{background:#3366cc;}
.lecture_view .info{width:100%; height:302px; border:2px solid #3366cc; border-radius:15px 0 15px 15px; overflow:hidden; box-sizing:border-box; transition:border-color 0.3s ease;}
.lecture_view .info:after{content:''; display:block; clear:both;}
.lecture_view .info .l{float:left; position:relative; width:385px; height:100%; text-align:center;}
.lecture_view .info .l .btn{position:absolute; left:0; bottom:0; width:100%; font-size:24px; font-weight:700; line-height:58px; color:#fff; text-align:center; background:#3366cc; transition:background 0.3s ease;}
.lecture_view .info .l .btn span{display:inline-block;}
.lecture_view .info .l .btn span:after{content:url(../images/common/ico_arw_r_w.png); margin-left:25px;}
.lecture_view .info .r{float:left; width:600px; margin-left:25px;}
.lecture_view .info .r .tit{display:block; font-size:24px; font-weight:700; color:#000; margin:30px 0 25px;}
.lecture_view .info .r ul{border-top:1px solid #d1d1d1;}
.lecture_view .info .r ul li{border-bottom:1px solid #d1d1d1; padding:3px 0;}
.lecture_view .info .r ul li:after{content:''; display:block; clear:both;}
.lecture_view .info .r ul li .t{float:left; width:95px; color:#000;}
.lecture_view .info .r ul li .c{float:left;}
.lecture_view .tit2{height:50px; border-bottom:2px solid #ededed; margin-top:50px;}
.lecture_view .tit2 h5{display:inline-block; font-size:20px; color:#000; font-weight:500; line-height:50px; background:url(../images/common/ico_arw_b_b.png) right 25px center no-repeat #fff; padding:0 50px; border:2px solid #ededed; border-top:2px solid #3366cc; border-bottom:0;}
.lecture_view .con{padding:30px 0; border-bottom:2px solid #ededed;}
.lecture_view .con h6{font-size:18px; color:#000; font-weight:400;}
.lecture_view .con h6 + p{margin-top:5px;}
.lecture_view .con p + h6{margin-top:35px;}

@media all and (max-width:767px){
	.lecture_list{margin-top:30px;}
	.lecture_list > ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
	.lecture_list > ul > li{float:left; width:48%; margin:15px 0;}
	.lecture_list > ul > li:nth-child(-n+2){margin-top:0;}
	.lecture_list > ul > li:nth-child(3){margin-top:15px;}
	.lecture_list .item{height:380px; border:1px solid #efefef; border-radius:10px 0 10px 10px;}
	.lecture_list .item .img{height:150px;}
	.lecture_list .item .tit{margin:10px 0; font-size:16px;}
	.lecture_list .item .btn{position:absolute; left:0; bottom:0; width:100%; font-size:16px; line-height:40px;}
	.lecture_list .item ul{margin:0 10px;}
	.lecture_list .item ul li{border-top:1px solid #d1d1d1; padding:3px 0;}
	.lecture_list .item ul li .t{padding-left:0; width:100%;}
	.lecture_list .item:hover{border-color:#efefef;}
	.lecture_list .item:hover .btn{background:#787878;}
	.lecture_view .info{width:100%; height:auto; border:1px solid #3366cc; border-radius:10px 0 10px 10px;}
	.lecture_view .info .l{float:none; width:100%; height:auto;}
	.lecture_view .info .l .btn{display:block; position:static; left:0; bottom:0; width:100%; font-size:18px; line-height:40px;}
	.lecture_view .info .l .btn span:after{content:url(../images/common/ico_arw_r_w.png); margin-left:15px;}
	.lecture_view .info .r{float:none; width:100%; margin:0 20px 20px;}
	.lecture_view .info .r .tit{display:block; font-size:18px; font-weight:700; color:#000; margin:20px 0 10px;}
	.lecture_view .info .r ul{border-top:1px solid #d1d1d1;}
	.lecture_view .info .r ul li{border-bottom:1px solid #d1d1d1; padding:3px 0;}
	.lecture_view .info .r ul li:after{content:''; display:block; clear:both;}
	.lecture_view .info .r ul li .t{float:left; width:95px; color:#000;}
	.lecture_view .info .r ul li .c{float:left;}
	.lecture_view .tit2{height:30px; border-bottom:1px solid #ededed; margin-top:40px;}
	.lecture_view .tit2 h5{display:block; font-size:16px; line-height:40px; text-align:center; background:#fff; padding:0; border:1px solid #ededed; border-top:2px solid #3366cc; border-bottom:0;}
	.lecture_view .con{padding:30px 0; border-bottom:2px solid #ededed;}
	.lecture_view .con h6{font-size:16px;}
	.lecture_view .con p + h6{margin-top:20px;}
}

.lecture_view2 .info{width:100%; height:308px; border:2px solid #3366cc; border-radius:15px 0 0 15px; overflow:hidden; box-sizing:border-box; transition:border-color 0.3s ease;}
.lecture_view2 .info:after{content:''; display:block; clear:both;}
.lecture_view2 .info .l{float:left; position:relative; width:280px; height:100%; text-align:center;}
.lecture_view2 .info .l img{width:100%; height:100%;}
.lecture_view2 .info .l .btn{position:absolute; left:0; bottom:0; width:100%; font-size:24px; font-weight:700; line-height:58px; color:#fff; text-align:center; background:#3366cc; transition:background 0.3s ease;}
.lecture_view2 .info .l .btn span{display:inline-block;}
.lecture_view2 .info .l .btn span:after{content:url(../images/common/ico_arw_r_w.png); margin-left:25px;}
.lecture_view2 .info .r{float:left; width:calc(100% - 280px); height:305px; overflow-y:auto;}
.lecture_view2 .tit2{height:50px; border-bottom:2px solid #ededed; margin-top:50px;}
.lecture_view2 .tit2 h5{display:inline-block; font-size:20px; color:#000; font-weight:500; line-height:50px; background:url(../images/common/ico_arw_b_b.png) right 25px center no-repeat #fff; padding:0 50px; border:2px solid #ededed; border-top:2px solid #3366cc; border-bottom:0;}
.lecture_view2 .con{padding:30px 0; border-bottom:2px solid #ededed;}
.lecture_view2 .con h6{font-size:18px; color:#000; font-weight:400;}
.lecture_view2 .con h6 + p{margin-top:5px;}
.lecture_view2 .con p + h6{margin-top:35px;}


/* edu */

/*20241204 NEW*/
.course ul.list {padding:50px 50px 70px; margin:20px; border:2px solid #efefef; border-radius:15px; text-align: center;}
.course ul.list h2{font-size: 30px; color: #36c; font-weight: 800; margin-bottom: 10px;}
.course ul.list .context{font-size: 18px; font-weight: 600; line-height: 160%; }
.course ul.list .context strong{color: #000;}
.course ul.list .abt_link a {font-weight: 600; border-radius:30px; padding: 15px 30px; color: #fff; background-color: #36c;}
.course ul.list .abt_link:before{display:inline-block; }
/*.course ul.list > li{padding:50px 85px 50px 345px; margin-top:20px; border:2px solid #efefef; border-radius:15px;}
.course ul.list > li:first-child{margin-top:0;}
.course ul.list > li dl{width:100%; border-top:1px solid #d1d1d1;}
.course ul.list > li dl:after{content:''; display:block; clear:both;}
.course ul.list > li dl dt{float:left; width:140px; padding:3px 0; border-bottom:1px solid #d1d1d1; font-size:16px; color:#000;}
.course ul.list > li dl dd{padding:3px 0 3px 140px; font-size:16px; border-bottom:1px solid #d1d1d1;}
.course ul.list > li p{font-size:16px; padding:3px 0;}
.course ul.list > li.item1{background:url(../images/edu/ico_course1.png) 60px center no-repeat;}
.course ul.list > li.item2{background:url(../images/edu/ico_course2.png) 60px center no-repeat;}
.course ul.list > li.item3{background:url(../images/edu/ico_course3.png) 60px center no-repeat;}*/
.course2 .top_txt{color:#000;}
.course2 .top_txt:before{display:inline-block; width:11px; height:11px; background:#3366cc; content:"";}
.course2 .space{padding-bottom: 30px;}
.course2 .telbox {}
.course2 .telbox strong{color: #007aff; font-weight: 600; margin-right: 5px; font-size: 18px;}
.course2 .telbox span{ color: #000; font-weight: 600; font-size: 18px;}
.ulli14pt{font-size: 14px; line-height: 150%; color: #333; padding-bottom: 10px;}

.course2 .box1{display:flex; justify-content:space-between; margin-top:40px;}
.course2 .box2{margin-top:20px;}
.course2 .box3{margin-top:0px}
.course2 .item1{width:525px; height:400px;}
.course2 .item1 ol li{padding-left:25px; text-indent:-25px;}
.course2 .item1 p{padding-left:10px; margin-top:45px; text-indent:-10px;}
.course2 .item2{width:525px; height:400px; margin-top:0;}
.course2 .item3 ol{display:flex;}
.course2 .item3 ol > li{width:50%; box-sizing:border-box;}
.course2 .item3 ol > li:nth-child(2){padding-left:40px; margin-top:10px; border-left:1px solid #efefef;}
@media all and (max-width:767px){
	.course ul.list h2{font-size:20px;}
	.course ul.list .context{font-size: 14px; }
	/*.course ul.list > li{padding:15px 20px; margin-top:20px; border:2px solid #efefef; border-radius:10px;}
	.course ul.list > li dl{padding-top:10px;}
	.course ul.list > li dl dt{float:none; width:100%; border-bottom:0; font-size:15px;}
	.course ul.list > li dl dd{padding:0 0 5px; font-size:13px; border-bottom:0;}
	.course ul.list > li dl dd:last-child(){border-bottom:1px solid #d1d1d1;}
	.course ul.list > li p{font-size:13px; padding:3px 0;}
	.course ul.list > li.item1{background:none;}
	.course ul.list > li.item2{background:none;}
	.course ul.list > li.item3{background:none;}*/
	.course2 .box1{display:block; justify-content:space-between; margin-top:20px;}
	.course2 .box2{margin-top:20px;}
	.course2 .item1{width:100%; height:auto;}
	.course2 .item1 ol li{padding-left:25px; text-indent:-25px;}
	.course2 .item1 p{padding-left:10px; margin-top:20px; text-indent:-10px;}
	.course2 .item2{width:100%; height:auto; margin-top:20px;}
	.course2 .item3 ol{display:block;}
	.course2 .item3 ol > li{width:100%;}
	.course2 .item3 ol > li:nth-child(2){padding-left:0; border-left:0;}
	.course2 .con img {width: 100%;}
}


/*강좌접수 버튼*/
.bt_wrap{*zoom:1;}
.bt_wrap:after{content:""; display:block; clear:both;}
.bt_wrap{width: 100%; margin: 30px 0px; text-align: center;}
.bt_wrap .left{width:50%; float: left; }
.bt_wrap .right{width:50%; float: right;}
.bt_wrap .center{width:100%; float:none;}
.bt_wrap h2{width: 200px; font-size: 20px; color: #fff; text-align: center; font-weight: 400; background-color: #06c; border-radius: 15px; padding: 20px;}
.bt_wrap h2 strong{font-size: 24px; font-weight: 800; padding-bottom: 5px; }
.bt_wrap h2 a{color:#fff;}
.bt_wrap h2 a:hover{color:#00FFFB;}

.chk_sumit {text-align:Center;}
.chk_sumit ul{display:inline-block; }
.chk_sumit ul li{float:left;}
.chk_sumit2 {text-align:right;}
.chk_sumit2 ul{display:inline-block; }
.chk_sumit2 ul li{float:left;}
.chk_ok a{display:block; margin:0 3px; background:#06c; padding:15px 0;color:#fff; border: 3px solid #06c; min-width:150px;text-align:center;}
.chk_ok button{display:block; margin:0 3px; background:#f90; padding:15px 0;color:#fff; min-width:150px;text-align:center;}
.chk_ok2 button{display:block; margin:0 3px; background:#06c; padding:15px 0;color:#fff; min-width:150px;text-align:center; border-radius: 15px;}
.chk_cancel a{ display:block;margin:0 3px; background:#fff; padding:15px 0;color:#06c; border: 3px solid #06c; min-width:150px;text-align:center;}
.chk_cancel div{ color:#fff; text-align:center;}


/* member */
.login{margin-top:80px;}
.login h4{display:block; font-size:28px; font-weight:700; color:#000; line-height:1; border-bottom:2px solid #000; padding-bottom:35px;}
.login .box_area{display:flex; justify-content:space-between;}
.login .box_area .box{width:520px; height:483px; border:1px solid #bbb; padding:30px 25px; box-sizing:border-box;}
.login .box_area .mem ul.ipt{height:205px; margin-top:65px;}
.login .box_area .mem ul.ipt li{margin-top:10px;}
.login .box_area .mem ul.ipt li:first-child{margin-top:0;}
.login .box_area .mem ul.ipt li input[type=text],
.login .box_area .mem ul.ipt li input[type=password]{font-size:18px; color:#000; width:468px; height:61px; border:1px solid #dcdcdc; padding-left:105px; box-sizing:border-box;}
.login .box_area .mem ul.ipt li .email{background:url(../images/member/ico_user.png) 17px center no-repeat;}
.login .box_area .mem ul.ipt li .pass{background:url(../images/member/ico_pass.png) 17px center no-repeat;}
.login .box_area .mem .btn{width:100%; height:70px; font-size:26px; font-weight:700; color:#fff; background:#284598;}
.login .box_area .mem .etc{text-align:center; margin-top:10px;}
.login .box_area .mem .etc ul{display:inline-block;}
.login .box_area .mem .etc ul:after{content:''; display:block; clear:both;}
.login .box_area .mem .etc ul li{float:left; margin:0 20px;}
.login .box_area .mem .etc ul li a:after{content:url(../images/common/ico_arw_r.png); margin-left:20px; vertical-align:-1px;}
.login .box_area .online{background:url(../images/member/online.jpg) center 118px no-repeat;}
.login .box_area .online .btn{width:100%; height:70px; font-size:26px; font-weight:700; color:#fff; background:#3366cc; margin-top:270px;}
.login .txt_box{border:1px solid #ececec; border-top:2px solid #000; padding:30px; margin-top:40px;}
.login .txt_box h5{display:block; font-size:22px; font-weight:500; color:#000;}
.login .txt_box p{font-size:18px; line-height:30px; margin-top:10px;}
.login .txt_box p + h5{margin-top:40px;}
.find > div{width:48%;}
.find > div:after{content:''; display:block; clear:both;}
.find > div:first-child{float:left;}
.find > div:last-child{float:right;}
.find .btn_area{margin-top:30px;}
@media all and (max-width:767px){
	.login{padding:20px; margin-top:30px;}
	.login h4{font-size:18px; padding-bottom:15px;}
	.login .box_area{display:block;}
	.login .box_area .box{width:100%; height:auto; border:0; padding:0;}
	.login .box_area .mem ul.ipt{height:auto; margin-top:20px;}
	.login .box_area .mem ul.ipt li{margin-top:10px;}
	.login .box_area .mem ul.ipt li:first-child{margin-top:0;}
	.login .box_area .mem ul.ipt li input[type=text],
	.login .box_area .mem ul.ipt li input[type=password]{font-size:16px; color:#000; width:100%; height:50px; padding-left:50px;}
	.login .box_area .mem ul.ipt li .email{background:url(../images/member/ico_user.png) 17px center / 20px auto no-repeat;}
	.login .box_area .mem ul.ipt li .pass{background:url(../images/member/ico_pass.png) 17px center / 20px auto no-repeat;}
	.login .box_area .mem .btn{height:40px; margin-top:20px; font-size:16px;}
	.login .box_area .mem .etc ul li{float:left; margin:0 10px;}
	.login .box_area .mem .etc ul li a:after{content:""; margin-left:10px;}
	.login .box_area .online{background:url(../images/member/online.jpg) center 80px no-repeat; margin-top:50px;}
	.login .box_area .online .btn{width:100%; height:40px; font-size:16px; margin-top:300px;}
	.login .txt_box{padding:15px; margin-top:30px;}
	.login .txt_box h5{font-size:16px;}
	.login .txt_box p{font-size:13px; line-height:20px; margin-top:5px;}
	.login .txt_box p + h5{margin-top:20px;}
	.find > div{width:100%;}
	.find > div:first-child{float:none;}
	.find > div:last-child{float:none; margin-top:30px;}
	.find #m_phone2,
	.find #m_phone3{width:29% !important;}
	.find .btn_area{margin-top:20px;}
}


/* privacy */
.privacy{padding:20px;}
.privacy h1{display:block; font-size:24px; color:#000;}
.privacy .con{border:1px solid #3366cc; padding:15px; margin-top:15px; color:#777;}


/* modal */
.modal .form_list{margin-top:25px;}
.modal .form_list > li{padding-bottom:20px; margin-top:5px;}
.modal .form_list > li.line{margin-bottom:20px; border-bottom:1px solid #dedede;}
.modal .form_list > li:first-child{margin-top:0;}
.modal .form_list strong{display:block; margin-bottom:5px; font-size:18px; color:#284598;}
.modal .form_list select{width:100%; height:54px;}
.modal .form_list input[type=text],
.modal .form_list input[type=password]{width:100%; height:54px; padding:0 15px;}
.modal .form_list .ipt_item:after{content:''; display:block; clear:both;}
.modal .form_list .ipt_item li{float:left; width:21%;}
.modal .btn_area{margin-top:10px;}
.modal .txt_type1{padding:50px 0; color:#949494; text-align:center;}
.modal .txt_type1 strong{color:#284598;}
@media all and (max-width:767px){
	.modal .form_list strong{font-size:14px;}
	.modal .form_list input[type=text],
	.modal .form_list input[type=password]{width:100%; height:34px; padding:0 10apx;}
	.modal .form_list .ipt_tel{width:27% !important;}
}



/**/
/*조직도*/
.boramyorgan {padding:35px 0px; border-bottom:1px solid #ebebeb; width:100%; float:left;}
.boramyorgan th {border-bottom:1px solid #ebebeb; }
.boramyorgan td {border-bottom:1px solid #ebebeb; }

.boramyorgan2 {padding:10px 0px 35px 0px; border-bottom:1px solid #ebebeb; width:100%; float:left;}
.boramyorgan1 {width:100%; float:left;}
.boramyorgan1 .colorbox1 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#0B3861; font-size:14px; margin-right:30px;float:left;}
.boramyorgan2 .colorbox1 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#0B3861; font-size:14px;margin-right:30px;float:left;}
.boramyorgan2 .colorbox2 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#150b61; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox3 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#08298a; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox4 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#013adf; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox5 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#0080ff; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox6 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#01a9db; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox7 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#58d3f7; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox8 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#79c35c; font-size:14px;margin-right:30px;float:left;}
.boramyorgan .colorbox9 {width:270px; padding:30px 0px; text-align:center; color:#fff; background-color:#afc655; font-size:14px;margin-right:30px;float:left;}

.boramyorgan3 .colorbox10 {width:100%; padding:30px 0px; text-align:center; color:#fff; background-color:#36c; font-size:14px; margin: 0px 30px 30px 0px; float:left;}
.boramyorgan3 p {font-size:24px; text-align:center; color:#fff; font-weight:bold; line-height:140%; }

.boramyorgan p {font-size:24px; text-align:center; color:#fff; font-weight:bold; line-height:140%; }
.boramyorgan1 p {font-size:24px; text-align:center; color:#fff; font-weight:bold; line-height:140%; }
.boramyorgan2 p {font-size:24px; text-align:center; color:#fff; font-weight:bold; line-height:140%; }

.boramyorgan .list {float:left;width:750px;}
.boramyorgan .list table {width:100%;}
.boramyorgan .list table .wi130 {width:130px;}
.boramyorgan .list table .wi200 {width:200px; text-align: right;}
.boramyorgan .list table th {font-size:24px; text-align:center; font-weight:bold; color:#333; padding:5px; width:100px;}
.boramyorgan .list table td {font-size:18px; color:#333; line-height:130%; padding:5px;}
.boramyorgan .list table .centeral {text-align: center;}

.boramyorgan1 .list {float:left;width:750px;}
.boramyorgan1 .list table {width:100%;}
.boramyorgan1 .list table .wi130 {width:130px;}
.boramyorgan1 .list table .wi200 {width:200px; text-align: right;}
.boramyorgan1 .list table th {font-size:24px; text-align:center; font-weight:bold; color:#333; padding:5px; width:100px;}
.boramyorgan1 .list table td {font-size:18px; color:#333; line-height:130%; padding:5px;}
.boramyorgan1 .list table .centeral {text-align: center;}

.boramyorgan2 .list {float:left;width:750px;}
.boramyorgan2 .list table {width:100%;}
.boramyorgan2 .list table .wi130 {width:130px;}
.boramyorgan2 .list table .wi200 {width:200px; text-align: right;}
.boramyorgan2 .list table th {font-size:24px; text-align:center; font-weight:bold; color:#333; padding:5px; width:100px;}
.boramyorgan2 .list table td {font-size:18px; color:#333; line-height:130%; padding:5px;}
.boramyorgan2 .list table .centeral {text-align: center;}



@media screen and (max-width: 1100px){
.boramyorgan .list {float:left;width:100%;}
.boramyorgan1 .list {float:left;width:100%; padding-bottom: 30px;}
.boramyorgan2 .list {float:left;width:100%;}	
.boramyorgan1 .colorbox1 {width:100%;}
.boramyorgan2 .colorbox2 {width:100%;}
.boramyorgan .colorbox3 {width:100%;}
.boramyorgan .colorbox4 {width:100%;}
.boramyorgan .colorbox5 {width:100%;}
.boramyorgan .colorbox6 {width:100%;}
.boramyorgan .colorbox7 {width:100%;}
.boramyorgan .colorbox8 {width:100%;}
.boramyorgan .colorbox9 {width:100%;}
.boramyorgan .colorbox10 {width:100%;}
}

@media screen and (max-width: 700px){
.boramyorgan .list table .wi130 {width:100px;}
.boramyorgan .list table .wi200 {width:180px;}		
.boramyorgan .list table th {font-size:20px; width:80px; vertical-align:text-top;}
.boramyorgan .list table td {font-size:16px; }	
	
.boramyorgan1 .list {padding-bottom: 10px;}	
.boramyorgan1 .list table .wi130 {width:100px;}
.boramyorgan1 .list table .wi200 {width:180px;}		
.boramyorgan1 .list table th {font-size:20px; width:80px; vertical-align:text-top;}
.boramyorgan1 .list table td {font-size:16px; }	
	
.boramyorgan2 .list table .wi130 {width:100px;}
.boramyorgan2 .list table .wi200 {width:180px;}		
.boramyorgan2 .list table th {font-size:20px; width:80px; vertical-align:text-top;}
.boramyorgan2 .list table td {font-size:16px; }		
}

@media screen and (max-width: 500px){
/*
.boramyorgan1 .colorbox1 {font-size:12px; }
.boramyorgan2 .colorbox2 {font-size:12px; }
.boramyorgan .colorbox3 {font-size:12px; }
.boramyorgan .colorbox4 {font-size:12px; }
.boramyorgan .colorbox5 {font-size:12px; }
.boramyorgan .colorbox6 {font-size:12px; }
.boramyorgan .colorbox7 {font-size:12px; }
.boramyorgan .colorbox8 {font-size:12px; }
.boramyorgan .colorbox9 {font-size:12px; }
.boramyorgan .colorbox10 {font-size:12px; }
*/	
.boramyorgan .list table .wi200 {width:100px;}	
.boramyorgan .list table th {font-size:16px; width:60px; vertical-align:text-top;}
.boramyorgan .list table td {font-size:12px; border-bottom:1px solid #ebebeb;letter-spacing: -1px;} 
.boramyorgan .list table .centeral {text-align: center; }
/**/
.boramyorgan1 .list table .wi200 {width:100px;}	
.boramyorgan1 .list table th {font-size:16px; width:60px; vertical-align:text-top;}
.boramyorgan1 .list table td {font-size:12px; border-bottom:1px solid #ebebeb;letter-spacing: -1px;} 
.boramyorgan1 .list table .centeral {text-align: center; }	
/**/	
.boramyorgan2 .list table .wi200 {width:100px;}	
.boramyorgan2 .list table th {font-size:16px; width:60px; vertical-align:text-top;}
.boramyorgan2 .list table td {font-size:12px; border-bottom:1px solid #ebebeb;letter-spacing: -1px;} 
.boramyorgan2 .list table .centeral {text-align: center; }	
}

.pt100 {padding-top: 100px;}
.pt50 {padding-top: 50px;}
.pt40 {padding-top: 40px;}
.pt23 {padding-top: 23px;}
.pt30 {padding-top: 30px;}
.pt36 {padding-top: 36px;}
.pt20 {padding-top: 20px;}
.pt10 {padding-top: 10px;}

.mt10 {margin-top: 10px;}

.pl30 {padding-left: 36px;}
.pl20 {padding-left: 20px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-left: 10px;}

/*온라인접수 관련 2025-01 추가*/
.contests_box100p{*zoom:1; width:100%;}
.contests_box100p:after{content:""; display:block; clear:both;}

.contests_box50p{*zoom:1; width: 48%; margin: 10px;}
.contests_box50p:after{content:""; display:block; clear:both;}
.contests_box50p{float: left;}
.contests_box50p .title_blue_bg {font-size: 22px; color: #06c; font-weight: 600; text-align: center; border-bottom: 3px solid #06c; margin: 20px 0px 10px; padding: 10px 0px; border-left: 1px solid #06c; border-right: 1px solid #06c; border-top: 1px solid #06c; border-radius: 20px 20px 0px 0px;}
.contests_box50p .con_contents{}
.contests_box50p .con_contents ul li{font-size: 15px; line-height: 160%;}
.contests_box50p .con_contents .point_red{color: #D90003;} 

.tbl_type50{width:100%; border-top:1px solid #d9d9d9; border-left:1px solid #d9d9d9; margin-bottom: 30px;margin-top:20px;}
.tbl_type50 tr{position:relative}
.tbl_type50 th,
.tbl_type50 td{border-right:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:10px 0; vertical-align:middle; font-size:14px; line-height:18px; text-align:center; margin-top: 20px;}
.tbl_type50 td.t_l{padding-left:20px; padding-right:20px; text-align: left;}
.tbl_type50 thead th{font-size:14px; color:#000; font-weight:400; background:#e7efff; padding:15px;}
.tbl_type50 tbody th{font-size:14px; color:#3366cc; font-weight:700;}
.tbl_type50.th_bg tbody th{background:#e7efff;}
.tbl_type50 td .grp{position:absolute; left:33%; top:50%; width:calc(100% - 40%); height:18px; margin-top:-9px; z-index:1;}
.tbl_type50 td .grp > div{position:absolute; left:0; top:0; width:a; height:100%; background:#a2a2a2; z-index:1;}

.healthform {}
.healthform .point_red{color: #E00003;}
.healthform .point_blue{color: #0044FF;}
.healthform .point_black{color: #000;}
.healthform .point_green{color: #009A03;}
.healthform .fontbold400{font-weight: 400;}
.healthform .fontbold600{font-weight: 600;}
.healthform .fontbold800{font-weight: 800;}
.healthform p {width: 100%; text-align: right; font-size: 14px; border-bottom: 2px solid #000; }
.healthform table{width: 100%; margin-top:10px; margin-bottom: 30px;}
.healthform th{text-align: left; font-weight: 600; color: #000; font-size: 15px; padding-left: 10px; padding-top: 20px; padding: 5px;}
.healthform .width160 {width: 160px;}
.healthform td{padding: 5px;}
.healthform td input {border-radius: 5px; font-size: 14px; width: auto;}
.healthform td select {border-radius: 5px; font-size: 14px; width: auto;}
.healthform .a_graybg {padding: 10px; background-color: #F7F7F7; border-radius: 5px;}
.healthform .a_yesno{padding-left: 23px; padding-bottom: 10px;  }
.healthform .a_yesno label{padding-right:20px; }

@media screen and (max-width: 800px){
.contests_box50p{*zoom:1; width: 100%; margin: 0px;}	
.healthform th{font-size: 14px; padding-left: 5px; line-height: 160% }
.healthform .width160 {width:100px; letter-spacing: -1.5px; font-size: 14px; }	
.healthform td{font-size: 14px; }	
.healthform .a_yesno{padding-left: 10px; padding-bottom: 10px;  }
.healthform .a_yesno label{padding-right:10px; font-size: 14px; }	
}

.title_sub {font-size: 30px; font-weight: 800; color: #000; text-align: center; padding-bottom: 20px;}

.infobox_top{ background-color: #f0f8ff; border-radius: 20px; padding: 30px;}
.infobox_top p{font-size: 14px; color: #000; padding-bottom: 15px; line-height: 140%;}
.infobox_top p span{color: #cc0000;}
.infobox_top li{font-size: 14px; color: #666; line-height: 140%;}

.fregister{*zoom:1; }
.fregister:after{content:""; display:block; clear:both;}
.fregister section {margin: 20px;}
.fregister section h2{font-size: 20px; color: #000; padding-bottom: 20px;}

.fregister p{font-size: 14px; color: #000;}
.fregister table{border-collapse:collapse; width: 100%; word-break:break-all;}
.fregister th{text-align: center;font-size: 14px; padding:10px; color: #000; background: #f7f7f9; border: 1px solid #d8dbdf;}
.fregister td{border: 1px solid #d8dbdf; font-size: 14px; padding:10px; text-align:center;}
.fregister td span{color: #cc0000; font-weight: 600;}
.fregister th:first-child, .fregister td:first-child{border-left: none;}
.fregister th:last-child, .fregister td:last-child{border-right: none;}

.fregister_agree{padding:20px 30px; border-radius:0px 0px 20px 20px; border: 1px solid #d8dbdf; text-align: right; background-color: #f7f7f9; font-size: 14px; font-weight: 600; margin-top: 20px; }

.class_join_box{*zoom:1; }
.class_join_box:after{content:""; display:block; clear:both;}
.class_join_box{width:100%; padding: 50px 0px 100px; text-align: center;}
.class_join_box img {padding: 10px; text-align: center;}

@media screen and (max-width: 800px){
.class_join_box img {width:32%; float: left; padding-left: 20px; padding-right: 20px;}	
.class_join_box a{list-style-type: none;}	
}

#box_form{ width:100%;  margin:0 auto;  }
#box_form_m{ width:100%;  margin:0 auto;  display:none;  }

@media all and (max-width:800px){  
#box_form{  display:none;  }
#box_form_m { display:block; }   
 }


/*동의체크박스*/
.agreebox_footer{*zoom:1; }
.agreebox_footer:after{content:""; display:block; clear:both;}
.agreebox_footer label{margin-top: 20px; margin-left: 20px; margin-bottom: 50px; }

.agreebox_footer2{*zoom:1; width: 100%; border-top: 1px solid #efefef; margin-top: 50px}
.agreebox_footer2:after{content:""; display:block; clear:both; }
.agreebox_footer2 label{margin-top: 30px; margin-left: 20px; margin-bottom: 0px;  }
.agreebox_footer2 label span{color: #DC0003}

@media screen and (max-width: 800px){
.agreebox_footer label{margin-top: 0px; margin-left:20px; margin-bottom: 50px; }
}


/* 체크박스 컨테이너 */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
	font-weight: 600;
    cursor: pointer;
}

/* 체크박스 숨기기 */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* 커스텀 체크박스 스타일 */
.custom-checkbox .checkmark {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    margin-right:7px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* 체크 시 스타일 */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #06c;
    border-color: #06c;
}

/* 체크된 상태의 체크 아이콘 */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/* 체크된 후 아이콘 표시 */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}
