@charset "utf-8";
/****************************************/
/* Name: MAGIC BODY ACADEMY KOREA
/* Version: 1.0 / day: 2021-08-27
/* Author:  

/* Summary 
	1)콘텐츠 레이아웃
	2)반응형 레이아웃
	3)메인 콘텐츠
	4)반응형 메인 콘텐츠
	5)서브 콘텐츠
	6)반응형 서브 콘텐츠
*/
/****************************************/

@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* Common */
body{text-align: left;font-size:16px;line-height:1.4;font-family:'NanumSquareRound',sans-serif;color:#666;font-weight:400;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,span,form,fieldset,p,button,address,table, tbody, tfoot, thead, th, tr, tdvideo, tt{margin:0;padding:0;box-sizing: border-box;word-break:keep-all}
header,article,aside,canvas,details,figcaption,figure,footer,hgroup,menu,nav,section,summary,mark {display:block;margin: 0; padding: 0;box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{color:#333;font-weight:700}
h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{font-family:'NanumSquareRound',sans-serif;font-size:15px;box-sizing: border-box;}
input,button,textarea,select{background-color:#fff;border-radius:0;box-sizing: border-box;} /*-webkit-appearance: none*/
button,textarea{-webkit-appearance: none}
img,fieldset,iframe{border:0 none}
li{list-style:none}
img,input,select,button,textarea{vertical-align:middle;box-sizing: border-box;}
img{max-width:100%}
em,address,optgroup{font-style:normal}
label,button{cursor:pointer}
label{position: relative;vertical-align:middle}
button{margin:0;padding:0;border:0;background:none}
a{box-sizing: border-box}
a:link,a:visited{text-decoration:none;color:#363636;}
a:hover,a:focus,a:active{text-decoration:none;color:#363636}
hr{display:none}
legend,caption{font-size:0; width:0; height:0; line-height:0;overflow:hidden;text-indent:-9999px}
.blind{position:absolute;top:0;left:0;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0)}
p{text-align:left;font-weight:400;word-break:keep-all}
table {width:100%;border-spacing:0;border-collapse:collapse;border:0}

/* hidden contents */
.skip,.hidden{position:absolute; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden; z-index:-1}
.skip:focus{top:0;left:0;display:inline-block;width:auto;height:auto;padding:0 30px;font-size:14px;line-height:40px;color:#fff;background:#007cc3;z-index:10}

#skip_navi {position:absolute;top:0;height:0px;width:100%;z-index:500;} 
#skip_navi a {display:block; height:1px; width:1px; margin-bottom:-1px; overflow:hidden; text-align:center;color:#fff;white-space:nowrap;} 
#skip_navi a:focus, 
#skip_navi a:active {display:block;top:0;width:100%;height:45px;padding:10px 0;background:#007cc3;}


/*
================================================================================
콘텐츠 레이아웃
================================================================================
*/

#wrapper{position:relative;min-width:320px;width:100%;height:100%;right:0;z-index:300}

/* ---- 상단영역 ---- */
#header{position:fixed;top:0;left:0;padding:0 50px;min-width:320px;width:100%;z-index:100}

#header .head_box{position:relative;margin:0 auto;padding:40px 210px 0 0;min-height:157px;z-index:200;}
#header .head_box .logo{position:absolute;top:60px;left:0;}
#header .head_box .logo a{display:block;width:217px;height:39px;overflow:hidden;text-indent:-999px;background:url('../img/logo_pc.png') no-repeat left top}

#header .head_box .topGlob{position:absolute;top:60px;right:0;}
#header .head_box .topGlob ul li{position:relative;display:inline-block;margin-left:35px}
#header .head_box .topGlob ul li::after{position:absolute;top:50%;right:-19px;margin-top:-5px;width: 0;height: 10px;content:'' ;border-left: 1px solid #fff;opacity:0.6}
#header .head_box .topGlob ul li:last-child::after{display: none}
#header .head_box .topGlob ul li a{position:relative;display:block;padding-left:22px;font-size:14px;color:#fff;line-height:38px;}
#header .head_box .topGlob ul li a::before{position:absolute;top:50%;left:0;margin-top:-9px;width:14px;height:17px;content:'';background-repeat:no-repeat;background-position:left top}
#header .head_box .topGlob ul li.ic1 a::before{background-image:url('../img/ic_top_g1.png')}
#header .head_box .topGlob ul li.ic2 a::before{background-image:url('../img/ic_top_g2.png')}

#header .head_box .btnMenu{display:none}
#header .head_box .btnMember{display:none}

#gnb{position:relative;float:right;overflow:hidden;z-index:10}
#gnb ul.gnb{position:relative;width:100%;}
#gnb > ul::after{display:block;clear:both;content:''}
#gnb > ul > li{position:relative;float:left;}
#gnb > ul > li > a{position:relative;display:block;padding:0 50px;font-size:20px;color:#fff;line-height:85px;font-weight:700;}
#gnb > ul > li > a > span{position:relative;display:inline-block;padding-bottom:10px;line-height: 1;}
#gnb > ul > li > a > span::after{position:absolute;left:50%;bottom:0;width:0;height:3px;content:'';background: #fff;transition: all 0.2s ease;-webkit-transition: all 0.2s ease}
#gnb > ul > li.hv > a > span::after,
#gnb > ul > li.on > a > span::after,
#gnb > ul > li > a:hover > span::after,
#gnb > ul > li.on > a > span::after{left:0;width:100%;}
#gnb > ul > li > ul{display:none;position:absolute;top:80px;left:0;padding:30px 0 0 50px;width:100%;min-height:200px}
#gnb > ul > li > ul > li{margin-bottom:22px;line-height:18px;}
#gnb > ul > li > ul li a{display:block;font-size:17px;color:#bec0d5}
#gnb > ul > li > ul li a:hover{color:#fff}
#gnb ul.gnb.on > li > ul{display: block;}



/* ---- 중간영역 ---- */
#container{position:relative;height:100%}
#container #content{position:relative;margin:0 auto;}
#container #content::after{display:block;clear:both;content:''}

#subContainer{position:relative;display: flex;padding-top:160px;}
#subContainer::after{position:absolute;top:0;left:0;width: 100%;height: 160px;content: '';background:#20235c}
#lnb_mb{display: none;}
#subContainer #content{position:relative;margin:0 auto;padding:80px 50px;width:100%;max-width:1500px;min-height:700px}
#subContainer #content.wid{padding-bottom:0;max-width: none;}

#lnb_pc{position:relative;min-width: 260px;border-right:1px solid #e8e8e8;transition:all 0.1s ease;}
#lnb_pc .btnLnbClose{display:none;width:75px;height:75px;text-indent:-999px;overflow:hidden;transition:all 0.2s ease;z-index:110}
#lnb_pc .btnLnbClose span{position:relative;display:block;margin:0 auto;width:17px;height:3px;background:#20235c;transition:all 0.2s ease;border-radius:3px}
#lnb_pc .btnLnbClose span::before{position:absolute;top:-7px;left:0;width:100%;height:3px;content:'';background:#20235c;transition:all 0.2s ease;border-radius:3px}
#lnb_pc .btnLnbClose span::after{position:absolute;top:7px;left:0;width:100%;height:3px;content:'';background:#20235c;transition:all 0.2s ease;border-radius:3px}
#lnb_pc > ul{}
#lnb_pc > ul > li{margin-bottom:12px}
#lnb_pc > ul > li > a{position:relative;display:block;margin-bottom:-1px;padding:12px 50px 12px 27px;font-size:20px;color:#333;font-weight:800;transition:all 0.1s ease;-webkit-transition:all 0.1s ease;}
#lnb_pc > ul > li.has-sub > a::after{position:absolute;top:50%;right:30px;margin-top:-7px;width:8px;height:8px;content: '';border:1px solid #d6d6d6;border-width:0 2px 2px 0;transform:rotate(45deg);-webkit-transform:rotate(45deg)}
#lnb_pc > ul > li.has-sub.open > a{background:#f8f8f9;}
#lnb_pc > ul > li.has-sub.open > a::after{margin-top:-5px;border-color:#333;transform:rotate(225deg)}
#lnb_pc > ul > li.on > a,
#lnb_pc > ul > li.open > a,
#lnb_pc > ul > li > a:hover{background:#f8f8f9;}
#lnb_pc > ul > li > ul{display:none;padding:20px 25px;}
#lnb_pc > ul > li > ul li{text-align:left}
#lnb_pc > ul > li > ul li a{position:relative;display:block;padding:6px 0;font-size:17px;color:#979ca2;font-weight: 600;}
#lnb_pc > ul > li > ul li a:hover,
#lnb_pc > ul > li > ul li.on a{color:#000}
#lnb_pc.on{min-width:75px}

#lnb{position:absolute;top:160px;left:0;width:100%;height:75px;border-bottom:1px solid #ddd;z-index:20}
#lnb ul{display:flex;margin:0 auto;max-width:1400px}
#lnb ul li{flex:1;text-align:center;}
#lnb ul li a{position:relative;display:flex;padding:0 20px;height:75px;font-size:20px;color:#b6c0cc;font-weight:600;align-items: center;justify-content: center;border-bottom:2px solid transparent;transition:all 0.1s ease;-webkit-transition:all 0.1s ease;}
#lnb ul li a span{display:inline-block;padding:0 5px 6px;font-size:17px;line-height:20px;vertical-align:middle}
#lnb ul li.on a{color:#2d477e;border-color:#2d477e;z-index:2}

#lnb + #content{padding-top:160px}

/* ---- 하단영역 ---- */
#footer {position:relative;clear:both;padding:40px 20px;width:100%;background:#2c2e52;z-index:50}
#footer .footWrap{position:relative;margin: 0 auto;max-width: 1400px;}
#footer .footWrap .foot_top{position:relative;display: flex;justify-content: space-between;margin-bottom:35px;padding-bottom:30px;font-family: 'Noto Sans KR';border-bottom:1px solid rgba(255,255,255,0.1)}
#footer .footWrap .foot_top .f_t_l dl{display: inline-block;margin-right:35px;font-size:13px;vertical-align: middle}
#footer .footWrap .foot_top .f_t_l dl dt{color: #83849d;}
#footer .footWrap .foot_top .f_t_l dl dd{color: #fff;}
#footer .footWrap .foot_top .f_t_l .btn{display: inline-block;vertical-align: middle}
#footer .footWrap .foot_top .f_t_l .btn a{position:relative;display: block;padding:0 20px 0 50px;font-size: 15px;color: #fff;line-height: 40px;background:url('../img/f_ic_ch_pc.png') no-repeat left center}
#footer .footWrap .foot_top .f_t_l .btn a::after{position:absolute;right: 0;top: 50%;margin-top:-4px;width:8px;height: 8px;content: '';border:1px solid #fff;border-width: 2px 2px 0 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
#footer .footWrap .foot_top .f_t_r ul{display: inline-block;vertical-align: bottom}
#footer .footWrap .foot_top .f_t_r ul li{display: inline-block;margin-right: 30px;}
#footer .footWrap .foot_top .f_t_r ul li a{display:block;width:30px;height: 30px;text-indent:-999px;overflow:hidden;border:1px solid rgba(255,255,255,0.4);border-radius: 7px;background-repeat: no-repeat;background-position: center center;}
#footer .footWrap .foot_top .f_t_r ul li.ic1 a{background-image:url('../img/f_ic1_pc.png')}
#footer .footWrap .foot_top .f_t_r ul li.ic2 a{background-image:url('../img/f_ic2_pc.png')}
#footer .footWrap .foot_top .f_t_r ul li.ic3 a{background-image:url('../img/f_ic3_pc.png')}
#footer .footWrap .foot_top .f_t_r .btn{display: inline-block;vertical-align: top;}
#footer .footWrap .foot_top .f_t_r .btn a{position:relative;display: block;padding-right:20px;width:220px;font-size: 15px;color: #fff;line-height: 40px;border-bottom:2px solid #fff}
#footer .footWrap .foot_top .f_t_r .btn a::after{position:absolute;right: 0;top: 50%;margin-top:-4px;width:8px;height: 8px;content: '';border:1px solid #fff;border-width: 2px 2px 0 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
#footer .footWrap .foot_bottom{position:relative;padding-left:275px;max-width:755px;overflow:hidden}
#footer .footWrap .foot_bottom .foot_logo{position: absolute;top: 0;left: 0;width: 212px;height: 39px;text-indent:-999px;overflow:hidden;background:url('../img/f_logo_pc.png') no-repeat left center}
#footer .footWrap .foot_bottom address{margin-bottom:5px;font-size:13px;color:#fefefe;opacity:0.6;white-space: nowrap;}
#footer .footWrap .foot_bottom address span{position:relative;display: inline-block;margin:0 34px 10px 0;}
#footer .footWrap .foot_bottom address span::after{position:absolute;top:50%;right:-20px;margin-top:-4px;width:0;height:8px;content: '';border-left:1px solid #fff;opacity: 0.3;}
#footer .footWrap .foot_bottom address a{color:#fefefe;}
#footer .footWrap .foot_bottom small{font-family: 'Montserrat';font-size:13px;color:#636481;font-weight: 600;}

#footer .botBtTop{position:fixed;bottom:60px;right:-40px;opacity:0;width:50px;height:50px;text-indent:-999px;overflow:hidden;background:rgba(255,255,255,1);border:1px solid #cdcbcb;z-index:300;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
#footer .botBtTop::before{position:absolute;top:45%;left:55%;width:10px;height:10px;content:'';border:1px solid #555;border-width:2px 2px 0 0;transform:rotate(-45deg) translate(-50%, -50%);-webkit-transform:rotate(-45deg) translate(-50%, -50%)}
#footer .botBtTop.on{right:30px;opacity:1;z-index:90}

/*
================================================================================
반응형 레이아웃
================================================================================
*/

 /* PC Device */
 @media all and (min-width:1681px){

	#lnb_pc.on{min-width: 260px !important;}
	#lnb_pc.on > ul{display: block !important;}
	
 }
 

 /* PC Device */
@media all and (min-width:1031px){

	#header,
	#header .head_box,
	#header .head_box .logo,
	#header .head_box .logo a,
	#header .head_box .topGlob{transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
	
	
	#header.fix{background:#fff;border-bottom:1px solid #e8e8e8}
	#header.fix .head_box{padding-top:0;min-height:85px}
	#header.fix .head_box .logo{top:25px}
	#header.fix .head_box .logo a{width:173px;height:31px;background-position: left bottom;background-size:100%}
	#header.fix .head_box .topGlob{top:20px}
	#header.fix .head_box .topGlob ul li a{color:#2a2d58;font-weight:700}
	#header.fix .head_box .topGlob ul li a::before{background-position: left bottom;}
	#header.fix .head_box .topGlob ul li::after{border-left-color:#8e90b6}

	#header.fix #gnb > ul > li > a{color:#2a2d58;font-weight:800}

	#header.over{background:#20235c;box-shadow: 0 0 40px rgba(0,0,0,0.7);border-bottom:0}
	#header.over .head_box .logo a{background-position: left top;}
	#header.over .head_box .topGlob ul li a{color:#fff;}
	#header.over .head_box .topGlob ul li a::before{background-position: left top;}
	#header.over .head_box .topGlob ul li::after{border-left-color:#fff}
	#header.over #gnb > ul > li > a{color:#fff;font-weight:700}

	

	#mGnb{display:none;}
}

@media all and (max-width:1680px){

	#gnb > ul > li > a{padding:0 30px}
	#gnb > ul > li > ul{padding-left:30px}

	#lnb_pc .btnLnbClose{display: block}

}

@media all and (max-width:1550px){

	#gnb > ul > li > a{padding:0 30px}
	#gnb > ul > li > ul{padding-left:30px}

}


@media all and (max-width:1350px){

	#header{padding:0 30px}
	#header .head_box{padding-right:180px}
	#gnb > ul > li > a{padding:0 20px}
	#gnb > ul > li > ul{padding-left:20px}

}

 /* TABLET Device */
@media all and (max-width:1030px){
	
	html {
		font-size: 1.625rem; /* 기본베이스 폰트사이즈 26px */
		line-height: 1.625rem; /* 기본베이스 line-height 사이즈 26px */
	}
	body {font-size: 1rem;line-height: 1rem;}

	h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{font-size: 1.625rem;}
	

	#header{padding:0 1.923rem;z-index:200}
	#header .head_box{padding:0;min-height:6.538rem}

	#header .head_box .logo{top:2.308rem;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;}
	#header .head_box .logo a{width:11.192rem;height:1.962rem;background:url('../img/logo_mb.png') no-repeat left top;background-size:100%}

	#header .head_box .topGlob{display:none}

	#header .head_box .btnMember{display:block;position:absolute;top:2.308rem;right:3.462rem;z-index:110;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;}
	#header .head_box .btnMember a{display: block;width:1.923rem;height:1.923rem;text-indent:-999px;overflow:hidden;background:url('../img/ic_member.png') no-repeat center center / auto 100%;}
	
	#header .head_box .btnMenu{display:block;position:absolute;top:2.308rem;right:0;padding-left:0.97rem;width:1.923rem;height:1.923rem;text-indent:-999px;overflow:hidden;transition:all 0.2s ease;z-index:110}
	#header .head_box .btnMenu span{position:relative;display:block;width:0.962rem;height:0.192rem;background:#fff;transition:all 0.2s ease;border-radius:3px}
	#header .head_box .btnMenu span::before{position:absolute;top:-0.577rem;right:0;width:1.538rem;height:0.192rem;content:'';background:#fff;transition:all 0.2s ease;border-radius:3px}
	#header .head_box .btnMenu span::after{position:absolute;top:0.577rem;right:0;width:1.308rem;height:0.192rem;content:'';background:#fff;transition:all 0.2s ease;border-radius:3px}

	#header.fix{background:#20235c}
	#header.fix .head_box{min-height: 5rem;}
	#header.fix .head_box .logo{top:1.538rem}
	#header.fix .head_box .btnMember{top: 1.538rem;}
	#header.fix .head_box .btnMenu{top: 1.538rem;}

	
	#gnb{left:-99999px;height: 0;}
	
	#mGnb{display:block;position:fixed;top:0;right:-25rem;width:25rem;height:100%;background:#fff;z-index:500;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;}
	#mGnb .mbLogo{position:absolute;top: 2.308rem;left:1.923rem}
	#mGnb .mbLogo a{display: block;width:11.192rem;height:1.962rem;text-indent:-999px;overflow:hidden;background:url('../img/logo_mb.png') no-repeat left top;background-size:100%}
	#mGnb .memState{padding:5.769rem 1.923rem 0;height:10.385rem;background:#20235c}
	#mGnb .memState::after{display:block;clear:both;content:''}
	#mGnb .memState .btnMem{position:relative;float:left;margin-left:-1px;width:50%;text-align:center}
	#mGnb .memState .btnMem ~ .btnMem::after{position:absolute;top:50%;left:0;margin-top:-0.538rem;width:0;height: 1.077rem;content: '';border-left:1px solid #fff;opacity:0.5}
	#mGnb .memState .btnMem a{display:block;font-size:1.154rem;color:#9091ad;line-height:4.231rem;font-weight:700}
	#mGnb > ul{padding:1.923rem;width:100%;height: calc(100% - 10.385rem);overflow:auto;background:#fff;}
	#mGnb > ul > li{position:relative;font-size:1.308rem;border-bottom:1px solid #dadada}
	#mGnb > ul > li.has-sub > a::after{position:absolute;top:50%;right:1.154rem;margin-top:-0.577rem;width:0.769rem;height:0.769rem;line-height:4.615rem;content:'';border:1px solid #b6c0cc;border-width:0 2px 2px 0;transform:rotate(45deg);-webkit-transform:rotate(45deg);transition:all 0.2s ease;-webkit-transition:all 0.2s ease}
	#mGnb > ul > li.open > a::after{margin-top:-0.365rem;border-color:#2d477e;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}
	#mGnb > ul > li > a{position:relative;display:block;padding:0 1.423rem;color:#213662;font-weight:700;line-height:4.423rem}
	#mGnb > ul > li > ul{display:none;padding:1.346rem;background:#fff;border-top:2px solid #1c2e54}
	#mGnb > ul > li > ul > li{position:relative;}
	#mGnb > ul > li > ul > li > a{position:relative;display:block;padding:0 1.346rem;font-size:1.231rem;color:#555;line-height:3.077rem}
	#mGnb > ul > li > ul > li > a::before{position:absolute;top:1.538rem;left:0;width: 0.462rem;height: 2px;content:'';background:#b8babf}
	#mGnb > ul > li > ul > li > a:hover,
	#mGnb > ul > li > ul > li.open > a{color:#004990}
	#mGnb > ul > li > ul > li ul{display:none;margin:0;padding:0.1923rem 0;background:#f1f4f7;border:1px solid #d9d9d9;border-width:1px 0}
	#mGnb > ul > li > ul > li ul li a{position:relative;display:block;padding-left:2.192rem;font-size:1.154rem;color:#717171;line-height:2.692rem}
	#mGnb > ul > li > ul > li ul li a::before{position:absolute;top:0;left:1.538rem;content:'-';font-size:1.154rem;line-height:2.692rem}
	#mGnb .btnMenuClose{position:absolute;top:0;right:0;width:5.769rem;height:5.769rem;text-indent:-999px;overflow:hidden;}
	#mGnb .btnMenuClose::before{position:absolute;top:50%;left:50%;width:1.923rem;height:2px;content:'';transform: translate(-50%, -50%) rotate(-45deg) ;-webkit-transform: translate(-50%, -50%) rotate(-45deg) ;background:#fff;border-radius:3px}
	#mGnb .btnMenuClose::after{position:absolute;top:50%;left:50%;width:1.923rem;height:2px;content:'';transform: translate(-50%, -50%) rotate(45deg);-webkit-transform: translate(-50%, -50%) rotate(45deg);background:#fff;border-radius:3px}
	#mGnb.on{right:0}

	/* 모바일메뉴 */
	.fix_bg{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:100}
	#wrapper.wra_box{position:fixed;top:0;width:100%;height:auto;z-index:200;}
	
	#subContainer{display:block;padding-top:6.538rem}
	#subContainer::after{height:6.538rem}
	#subContainer #content{padding:3.077rem 1.923rem;width:100%;min-height: 400px;}
	

	#lnb_pc{display: none !important;}

	#lnb_mb{display: block;}
	#lnb_mb > ul{display: flex}
	#lnb_mb > ul > li{position:relative;flex: 1;}
	#lnb_mb > ul > li button{position:relative;padding:0 3.077rem 0 1.923rem;width:100%;height:4.231rem;font-size:1.077rem;color:#b6c0cc;font-weight:600;text-align: left;border:1px solid #ddd;border-width:0 1px 1px}

	#lnb_mb > ul > li button.on{color:#2d477e;border:1px solid #20235c;border-width: 0 1px 0;}
	#lnb_mb > ul > li button::after{position:absolute;top:50%;right:1.923rem;margin-top:-0.577rem;width:0.577rem;height:0.577rem;content: '';border:1px solid #b6c0cc;border-width:0 0.115rem 0.115rem 0;transform:rotate(45deg);-webkit-transform:rotate(45deg)}
	#lnb_mb > ul > li button.on::after{margin-top:-0.192rem;border-color:#333;transform:rotate(225deg);-webkit-transform:rotate(225deg)}
	#lnb_mb > ul > li.on button{color:#2d477e;border-bottom:0.115rem solid #2d477e}
	#lnb_mb > ul > li.on button.on{border-bottom-color:#fff}
	#lnb_mb > ul > li.on button::after{border-color:#333;}
	#lnb_mb > ul > li > ul{display:none;position:absolute;top:4.192rem;left:0;padding-bottom:1.538rem;width: 100%;background:#fff;border:1px solid #20235c;border-width:0 1px 1px;box-shadow:10px 10px 10px rgba(0,0,0,0.1);z-index:20}
	#lnb_mb > ul > li > ul li a{display:block;padding:0.769rem 1.923rem;font-size: 1.077rem;color: #2d477e;}
	#lnb_mb > ul > li > ul li.on a,
	#lnb_mb > ul > li > ul li a:hover{background:#f8f8f9}
	

	#lnb{position:relative;top: 0;height:4.231rem;}
	#lnb ul li a{padding: 0 0.5rem;height:4.231rem;font-size: 1.077rem;border-bottom-width:1px;}
	#lnb ul li.on a{border-bottom-width: 2px;}
	
	#footer{padding:3.077rem 1.923rem}
	#footer .footWrap .foot_top{display: block;margin-bottom:7.192rem;padding-bottom:0;border-bottom:0}
	#footer .footWrap .foot_top .f_t_l{display:flex;justify-content: space-between;margin-bottom:1.538rem;padding-bottom:1.538rem;border-bottom:1px solid rgba(255,255,255,0.1);}
	#footer .footWrap .foot_top .f_t_l dl{margin-right:0;font-size:0.923rem}
	#footer .footWrap .foot_top .f_t_l dl dt{margin-bottom:0.462rem}
	#footer .footWrap .foot_top .f_t_l .btn a{padding-left:2.885rem;font-size: 0.923rem;line-height:2.308rem;background: url(../img/f_ic_ch_mb.png) no-repeat left center / 2.231rem;}
	#footer .footWrap .foot_top .f_t_l .btn a::after{margin-top:-0.192rem;width: 0.385rem;height: 0.385rem;}
	#footer .footWrap .foot_top .f_t_r{display: flex;justify-content: space-between;align-items: center;}
	#footer .footWrap .foot_top .f_t_r ul{display: block}
	#footer .footWrap .foot_top .f_t_r ul li{margin-right: 1.346rem;}
	#footer .footWrap .foot_top .f_t_r ul li a{width:2.115rem;height: 2.115rem;background-size:100%}
	#footer .footWrap .foot_top .f_t_r ul li.ic1 a{background-image: url('../img/f_ic1_mb.png');}
	#footer .footWrap .foot_top .f_t_r ul li.ic2 a{background-image: url('../img/f_ic2_mb.png');}
	#footer .footWrap .foot_top .f_t_r ul li.ic3 a{background-image: url('../img/f_ic3_mb.png');}
	#footer .footWrap .foot_top .f_t_r .btn{display: block;}
	#footer .footWrap .foot_top .f_t_r .btn a{width:13.846rem;font-size: 0.923rem;line-height: 2.885rem;}
	#footer .footWrap .foot_top .f_t_r .btn a::after{margin-top:-0.192rem;width: 0.385rem;height: 0.385rem;}
	#footer .footWrap .foot_bottom{padding-left:0;max-width: 1100px;}
	#footer .footWrap .foot_bottom .foot_logo{position: relative;margin-bottom:1.538rem;width:12.231rem;height: 2.269rem;background-size:100%}
	#footer .footWrap .foot_bottom address{margin-bottom:1.423rem;font-size:0.846rem;    white-space:normal;}
	#footer .footWrap .foot_bottom address span{margin:0 2.308rem 0.577rem 0}
	#footer .footWrap .foot_bottom address span::after{right:-1.304rem;margin-top: -0.231rem;height:0.462rem}
	#footer .footWrap .foot_bottom address br{display: none;}
	#footer .footWrap .foot_bottom address span:nth-of-type(3)::after,
	#footer .footWrap .foot_bottom address span:last-of-type:after{display: none;}
	#footer .footWrap .foot_bottom small{font-size:0.846rem}

	
	#footer .botBtTop{bottom:0.769rem;width:2.192rem;height:2.192rem;}
	#footer .botBtTop::before{width: 0.462rem;height: 0.462rem;border-width:0.077rem 0.077rem 0 0}
	#footer .botBtTop.on{right:0.769rem}


	
	
}

 /* TABLET Device */
@media all and (max-width:800px){
	
	html {
		font-size: 1.25rem; /* 기본베이스 폰트사이즈 18px */
		line-height: 1.25rem; /* 기본베이스 line-height 사이즈 18px */ 
	}
	h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{font-size: 1.25rem;}

	
}


 /* Mobile Device */
@media all and (max-width:640px){

	html {
		font-size: 0.9375rem; /* 기본베이스 폰트사이즈 15px */
		line-height:  0.9375rem; /* 기본베이스 line-height 사이즈 15px */ 
	}
	
	#lnb_mb > ul > li.on button{border-bottom-width:2px}

	#footer .footWrap .foot_top .f_t_r ul li{margin-right: 0.5rem;}
	#footer .footWrap .foot_top .f_t_r .btn a{width: 12.846rem;}
	
}

 /* Mobile Device */
@media all and (max-width:400px){

	html {
		font-size: 0.75rem; /* 기본베이스 폰트사이즈 12px */
		line-height:  0.75rem; /* 기본베이스 line-height 사이즈 12px */ 
	}
	
	#footer .footWrap .foot_bottom address span:nth-of-type(2)::after,
	#footer .footWrap .foot_bottom address span:nth-of-type(4)::after{display: none;}
	#footer .footWrap .foot_bottom address span:nth-of-type(3),
	#footer .footWrap .foot_bottom address span:nth-of-type(5){display: block;}
	
}

/*
================================================================================
메인 콘텐츠
================================================================================
*/


/* 슬라이드 기본설정 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-container-pointer-events {
	touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.mVisual{position:relative;padding:470px 50px 0;height:835px;background: url('../img/m_visual_pc.jpg') no-repeat center center / cover;}
.mVisual .mv_txt{position:relative;margin:0 auto;max-width:1400px;color:#fff}
.mVisual .mv_txt::before{position:absolute;top:-140px;left:0;width:0;height:0;content:'';border-left: 1px solid #fff;opacity:0;transition: all 0.8s ease;}
.mVisual .mv_txt p{transition: all 0.8s ease;}
.mVisual .mv_txt .txt1{margin-bottom:35px;font-family: 'Montserrat';font-size:66px;line-height:1;font-weight: 700;opacity:0;transform: translateY(-50px);}
.mVisual .mv_txt .txt2{font-size:21px;line-height:1.6;font-weight: 700;opacity:0;transform: translateY(-50px);transition-delay: 0.5s;}

.mVisual.firstAct .mv_txt p{opacity:1;transform:translate(0)}
.mVisual.firstAct .mv_txt::before{height:90px;opacity:0.6;}

.mCon1{margin-bottom:150px;padding:60px 50px;background:#20235c}
.mCon1 dl{display:flex;margin:0 auto;max-width: 1400px;color:#fff;}
.mCon1 dl dt{width:22%;font-size:24px;font-weight: 700;}
.mCon1 dl dt .btnMore{display:block;margin-top:30px}
.mCon1 dl dt .btnMore a{position:relative;display:block;width:44px;height:44px;text-indent:-999px;overflow:hidden;border-radius:50%;border:1px solid rgba(255,255,255,0.3)}
.mCon1 dl dt .btnMore a::before{position:absolute;top:50%;left:50%;width:16px;height:2px;content:'';background:#fff;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}
.mCon1 dl dt .btnMore a::after{position:absolute;top:50%;left:50%;width:2px;height:16px;content:'';background:#fff;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}
.mCon1 dl dd{width:77%}
.mCon1 dl dd ul{text-align:right}
.mCon1 dl dd ul li{display:inline-block;margin-left:10%;text-align:center}
.mCon1 dl dd ul li a{display: block;padding-top:95px;font-size:20px;color:#fff;font-weight:700;line-height:1;background-repeat:no-repeat;background-position: center top;}
.mCon1 dl dd ul li:first-child{margin-left:0}
.mCon1 dl dd ul li:nth-child(1) a{background-image: url('../img/m_ic_q1_1_pc.png');}
.mCon1 dl dd ul li:nth-child(2) a{background-image: url('../img/m_ic_q1_2_pc.png');}
.mCon1 dl dd ul li:nth-child(3) a{background-image: url('../img/m_ic_q1_3_pc.png');}
.mCon1 dl dd ul li:nth-child(4) a{background-image: url('../img/m_ic_q1_4_pc.png');}

.mCon2{padding-bottom:200px;overflow:hidden;background: url('../img/m_rt_bg.png') no-repeat right top 70px, url('../img/m_lt_bg.png') no-repeat left bottom;}
.mCon2 .mConBox{margin:0 auto;padding:0 50px;max-width:1500px}
.mCon2 .mh_tit h2{margin-bottom:15px;font-family: 'Montserrat';font-size: 56px;font-weight: 800;line-height: 1;}
.mCon2 .mh_tit p{font-size:18px;color:#888;line-height: 1;}
.mCon2 h3{margin-top:125px;font-size: 35px;font-weight: 800;}
.mCon2 h3 span{color:#5097f6}
.mCon2 .con{margin:0 auto;max-width:1400px}
.mCon2 .con .eduSlide{position:relative;margin-top:-30px;padding-top:30px;overflow:visible}
.mCon2 .con .eduSlide ul li{width:430px}
.mCon2 .con .eduSlide ul li a{display: block;}
.mCon2 .con .eduSlide ul li .photo{display: block;margin-bottom:25px;height:242px;overflow:hidden;border-radius:18px}
.mCon2 .con .eduSlide ul li .photo img{width:100%}
.mCon2 .con .eduSlide ul li .tit{display: block;margin-bottom:15px;font-size: 20px;font-weight: 700;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 1.2;}
.mCon2 .con .eduSlide ul li .txt{display: block;font-size: 15px;color: #555;}
.mCon2 .con .control{margin: -30px 0 30px;max-width: 1400px;text-align: right;}
.mCon2 .con .control button{position:relative;margin-left:30px;width:30px;height: 30px;text-indent: -999px;overflow: hidden;text-align: left;}
.mCon2 .con .control button::after{position:absolute;top:50%;width:14px;height:14px;content:'';border:1px solid #1b1311;transform:translateY(-50%) rotate(45deg);-webkit-transform:translateY(-50%) rotate(45deg);}
.mCon2 .con .control button::before{position:absolute;top:50%;left:50%;width:22px;height:2px;content:'';background:#1b1311;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.mCon2 .con .control .prevSlide::after{left:5px;border-width: 0 0 2px 2px;}
.mCon2 .con .control .nextSlide::after{right:5px;border-width: 2px 2px 0 0;;}
.mCon2 .con .control .swiper-button-disabled{opacity:0.4}

.mCon3{padding:155px 50px;background: url('../img/m_con_bot_bg.jpg') no-repeat center top / cover;}
.mCon3 .con{margin: 0 auto;max-width: 1400px;}
.mCon3 .con h2{margin-bottom:15px;font-family: 'Montserrat';font-size: 56px;font-weight: 800;line-height: 1;}
.mCon3 .con .mh_txt{margin-bottom:100px;font-size:18px;color:#888;line-height: 1;}
.mCon3 .con .box{display: flex;justify-content: space-between;}
.mCon3 .con .box dl{padding:70px;width: calc(33.33% - 40px);border-radius:18px;transition: all 0.2s ease;;}
.mCon3 .con .box dl dt{margin-bottom:60px;padding-top:90px;font-size: 18px;font-weight: 700;line-height: 1;background-repeat: no-repeat;background-position:left top;}
.mCon3 .con .box dl dt span{display: block;margin-bottom:15px;font-family: 'Montserrat';font-size: 26px;}
.mCon3 .con .box dl dd{min-height:140px;font-size:17px;line-height: 1.8;word-break: break-all;}
.mCon3 .con .box dl dd ul li{margin-bottom:13px;}
.mCon3 .con .box dl dd ul li a{position:relative;display: block;padding-left:10px;color:#76777a;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 1;}
.mCon3 .con .box dl dd ul li a::before{position:absolute;left: 0;top: 50%;margin-top:-2px;width: 4px;height: 4px;content: '';background: #c7c8d8;border-radius: 50%;}
.mCon3 .con .box dl dd.btnMore{min-height:40px;}
.mCon3 .con .box dl dd.btnMore a{position:relative;display: block;font-family: 'Montserrat';font-size: 14px;font-weight: 700;}
.mCon3 .con .box dl dd.btnMore a::after{position:absolute;top:50%;right:0;width:6px;height:6px;opacity:0.7;content:'';border:1px solid #fff;border-width: 2px 2px 0 0;transform:translateY(-50%) rotate(45deg);-webkit-transform:translateY(-50%) rotate(45deg);}
.mCon3 .con .box dl dd.btnMore a::before{position:absolute;top:50%;right:0;width:20px;height:2px;opacity:0.7;content:'';background:#fff;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.mCon3 .con .box dl.con1{color:#8186a7;background:#23265b}
.mCon3 .con .box dl.con1 dt{background-image: url('../img/m_ic_q2_1_pc.png')}
.mCon3 .con .box dl.con1 dt span{color:#fff}
.mCon3 .con .box dl.con1 dd.btnMore a{color:#8186a7}
.mCon3 .con .box dl.con2{color:#8186a7;background:#fff}
.mCon3 .con .box dl.con2 dt{color:#b8b9c8;background-image: url('../img/m_ic_q2_2_pc.png')}
.mCon3 .con .box dl.con2 dt span{color:#010101}
.mCon3 .con .box dl.con2 dd.btnMore a{color:#767a86}
.mCon3 .con .box dl.con2 dd.btnMore a::after{opacity:1;border-color:#008aff}
.mCon3 .con .box dl.con2 dd.btnMore a::before{opacity:1;background:#008aff}
.mCon3 .con .box dl.con3{color:#fff;background:#7cb3fe}
.mCon3 .con .box dl.con3 dt{background-image: url('../img/m_ic_q2_3_pc.png')}
.mCon3 .con .box dl.con3 dt span{color:#fff}
.mCon3 .con .box dl.con3 dd.btnMore a{color:#fff}
.mCon3 .con .box dl.con3 dd.btnMore a::after{border-color:#fff}
.mCon3 .con .box dl.con3 dd.btnMore a::before{background:#fff}
.mCon3 .con .box dl:hover{box-shadow: 20px 20px 30px rgba(0,0,0,0.1);}

/*
================================================================================
반응형 메인 콘텐츠
================================================================================
*/

 /* PC Device */
@media all and (min-width:1031px){
	
	

}

 /* TABLET Device */
 @media all and (max-width:1200px){

	
	.mCon1 dl dd ul li{margin-left: 5%;}

 }

 /* TABLET Device */
@media all and (max-width:1030px){
	
	.mVisual{padding:24.231rem 1.923rem 0;height:38.462rem;min-height:38.462rem;background: url(../img/m_visual_mb.jpg) no-repeat center top / cover;}
	.mVisual.firstAct .mv_txt::before{top:-4.808rem;height: 3.462rem;}
	.mVisual .mv_txt .txt1{margin-bottom:1.462rem;font-size: 2.308rem;line-height: 1.3;}
	.mVisual .mv_txt .txt2{font-size: 0.923rem;}
	.mVisual .mv_txt .txt2 span{display: block;}

	.mCon1{margin-bottom:4.615rem;padding:3.846rem 1.923rem 1.154rem}
	.mCon1 dl dt{width:32%;font-size: 1.154rem;line-height: 1.4;}
	.mCon1 dl dt .btnMore{margin-top: 1.385rem;}
	.mCon1 dl dt .btnMore a{width: 2.154rem;height: 2.154rem;}
	.mCon1 dl dt .btnMore a::before{width:0.808rem}
	.mCon1 dl dt .btnMore a::after{height:0.808rem}

	.mCon1 dl dd{width:68%}
	.mCon1 dl dd ul li{margin-bottom:3.462rem;margin-left:0;width:45%;vertical-align:top}
	.mCon1 dl dd ul li a{padding-top: 5rem;font-size:1rem;background-size:4.615rem;line-height:1.2}
	.mCon1 dl dd ul li:nth-child(1) a{background-image: url('../img/m_ic_q1_1_mb.png');}
	.mCon1 dl dd ul li:nth-child(2) a{background-image: url('../img/m_ic_q1_2_mb.png');}
	.mCon1 dl dd ul li:nth-child(3) a{background-image: url('../img/m_ic_q1_3_mb.png');}
	.mCon1 dl dd ul li:nth-child(4) a{background-image: url('../img/m_ic_q1_4_mb.png');}

	.mCon2{padding-bottom:4.423rem;background: url(../img/m_rt_bg.png) no-repeat right -10rem top 2.692rem / auto 14rem;}
	.mCon2 .mConBox{padding:0 1.923rem;}
	.mCon2 .mh_tit{margin-bottom:3.846rem;}
	.mCon2 .mh_tit h2{margin-bottom:0.962rem;font-size: 2.154rem;}
	.mCon2 .mh_tit p{font-size: 0.923rem;}
	.mCon2 .con .control{display: none;}
	.mCon2 .con .eduSlide{margin-top:0;padding-top:0;}
	.mCon2 h3{margin:4.423rem 0 1.346rem;font-size: 1.346rem;}
	.mCon2 .con .eduSlide ul li{margin-right:1.98rem;width: 16.538rem;}
	.mCon2 .con .eduSlide ul li .photo{margin-bottom: 0.962rem;height:9.308rem;border-radius: 0.692rem;}
	.mCon2 .con .eduSlide ul li .tit{margin-bottom:0.577rem;font-size: 0.923rem;}
	.mCon2 .con .eduSlide ul li .txt{font-size: 0.846rem;}

	.mCon3{padding:4.423rem 1.923rem}
	.mCon3 .con h2{margin-bottom:0.577rem;font-size: 2.154rem;}
	.mCon3 .con .mh_txt{margin-bottom: 3.846rem;font-size: 0.923rem;}

	.mCon3 .con .box{display: block}
	.mCon3 .con .box dl{margin-bottom:1.154rem;padding:3.077rem 3.846rem;width: 100%;}
	.mCon3 .con .box dl dt{margin-bottom: 3.269rem;padding-top: 4.615rem;font-size: 1.077rem;background-size: 4.615rem;}
	.mCon3 .con .box dl dt span{margin-bottom: 0.962rem;font-size: 1.346rem;}
	.mCon3 .con .box dl dd{min-height: inherit;font-size: 1rem;}
	.mCon3 .con .box dl dd.txt{margin-bottom:1.346rem}
	.mCon3 .con .box dl dd.btnMore{min-height:inherit ;}
	.mCon3 .con .box dl dd.btnMore a{font-size:0.846rem;line-height:2.308rem}
	.mCon3 .con .box dl dd.btnMore a::before{width: 1.038rem;height: 0.115rem;}
	.mCon3 .con .box dl dd.btnMore a::after{width:0.462rem;height:0.462rem}
	.mCon3 .con .box dl.con1 dt{background-image: url('../img/m_ic_q2_1_mb.png');}
	.mCon3 .con .box dl.con2 dt{background-image: url('../img/m_ic_q2_2_mb.png');}
	.mCon3 .con .box dl.con3 dt{background-image: url('../img/m_ic_q2_3_mb.png');}
	.mCon3 .con .box dl dd ul li{margin-bottom:0.885rem}
	.mCon3 .con .box dl dd ul li a{font-size: 1rem;}
	.mCon3 .con .box dl dd ul li a::before{margin-top: -0.115rem;width: 0.231rem;height: 0.231rem;}
}


 /* TABLET Device */
@media all and (max-width:800px){
	

}


 /* Mobile Device */
@media all and (max-width:640px){
	
	.mCon1 .con > li .box dl{top:80%}
}

 /* Mobile Device */
@media all and (max-width:400px){
	
	.mCon1 .con > li .box dl{top:78%}
	.mCon1 .con > li .box dl dd{height: 13rem;}
}

 /* Mobile Device */
@media all and (max-width:340px){
	
	.mCon1 .con > li .box dl dd{height: 11.5rem;}
}

/*
================================================================================
서브 콘텐츠
================================================================================
*/


/* 공통 */
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }

.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }


/* text-align */
.txt_left{text-align:left !important;}
.txt_right{text-align:right !important;}
.txt_center{text-align:center !important;}

img.w{display:block}
img.m{display:none}

.col_blue{color:#448ef2 !important}
.col_red{color:#c62f2f !important}

.fon14{font-size:14px}
.fon18{font-size:18px}

input[type="text"],input[type="password"],input[type="search"],input[type="tel"],input[type="email"]{padding:0 10px;font-size:16px;border:1px solid #e5e5e5;-webkit-appearance: none;appearance: none}
input[type="submit"]{cursor:pointer;-webkit-appearance: none;appearance: none;border:0}
input::-webkit-input-placeholder { color:#b6c0cc }
input::-moz-placeholder { color:#b6c0cc }
input::-ms-input-placeholder { color:#b6c0cc }
.textarea{padding:30px 40px;border:1px solid #c5c5c5;}
textarea::-webkit-input-placeholder { color:#666 }
textarea::-moz-placeholder { color:#666 }
textarea::-ms-input-placeholder { color:#666 }
.inp{height: 48px;}


h2.title{position:relative;margin-bottom:60px;padding-top:40px;font-size:40px;color:#213662;font-weight:800;line-height:1.3;text-align:center;}
h2.title::before{position:absolute;top:0;left: 50%;width: 0;height: 25px;content:'';border-left: 1px solid #213662;}

/* 버튼 */
.btnBc{position:relative;display:inline-block;margin:0 1px;}
.btnBc::after{position:absolute;top:50%;right:22px;width:12px;height: 0;content:'';border-top: 2px solid #afb9c4;}
.btnBc a,
.btnBc button,
.btnBc input{position:relative; margin:0; display:-moz-inline-stack; display:block;padding:0 90px 0 20px;min-width:147px;font-size:18px;color:#4091ff;line-height:60px;font-weight:800;text-align:left;text-decoration:none;cursor:pointer;background:none;background-color:#fff;transition: all 0.3s;-webkit-transition: all 0.3s;border:2px solid #4091ff}

.btnBc.gray a,
.btnBc.gray button,
.btnBc.gray input{color:#afb9c4;border-color:#afb9c4}


.tabMenu{position:relative;margin-bottom:70px}
.tabMenu ul{display:flex;}
.tabMenu ul li{flex:1;text-align:center;}
.tabMenu ul li a{position:relative;display:flex;padding:0 20px;height:65px;font-size:19px;color:#b6c0cc;font-weight:600;align-items: center;justify-content: center;border-bottom:3px solid #eff2f8;transition:all 0.1s ease;-webkit-transition:all 0.1s ease;}
.tabMenu ul li a span{display:inline-block;padding:0 5px 6px;font-size:17px;line-height:20px;vertical-align:middle}
.tabMenu ul li.on a{color:#2d477e;border-color:#2d477e;z-index:2}

.tabMenu2{position:relative;margin-bottom:70px}
.tabMenu2 ul{display:flex;}
.tabMenu2 ul li{flex:1;text-align:center;}
.tabMenu2 ul li a{position:relative;display:flex;padding:0 20px;height:65px;font-size:20px;color:#b6c0cc;font-weight:600;align-items: center;justify-content: center;border-bottom:3px solid #eff2f8;transition:all 0.1s ease;-webkit-transition:all 0.1s ease;}
.tabMenu2 ul li a span{display:inline-block;padding:0 5px 6px;font-size:17px;line-height:20px;vertical-align:middle}
.tabMenu2 ul li.on a{color:#2d477e;border-color:#2d477e;z-index:2}


/* 영상게시판 목록 */
.moviBox{position:relative;margin:0 auto 50px;max-width:900px;}
.moviBox .video{padding-bottom: 55.5%;width:100%;}
.moviBox iframe{position:absolute;top:0;left:0;width: 100%;height: 100%;}

.bbs_search{position:relative;margin:0 auto 50px;padding-right:60px;max-width: 900px;background:#f8f8f9;border:1px solid #eff2f8}
.bbs_search .serInp{padding:0 20px;width:100%;height:60px;font-size:18px;font-weight:600;background:none;border:0}
.bbs_search .btn{position:absolute;top:0;right:0;width: 60px;height: 60px;text-indent:-999px;overflow:hidden;background:url('../img/ic_search_pc.png') no-repeat center center}

.btnSelDel{text-align: right;}
.btnSelDel button{position:relative;margin-top:-190px;padding:0 0 0 35px;height:40px;font-size: 18px;text-align: left;}
.btnSelDel button::before{position: absolute;top:50%;left:0;width: 25px;height: 25px;content: '';border:2px solid #20235c;border-radius:50%;box-sizing: border-box;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.btnSelDel button::after{position: absolute;top: 50%;left:0;width: 25px;height: 25px;content: '';background:url('../img/ic_close.png') no-repeat center center;transform: translateY(-50%);-webkit-transform: translateY(-50%);}

.checkBox{position:absolute;left:-999px;opacity:0;width:0;height:0;}
.checkBox + label{position:relative;display: inline-block;padding:5px 0 0 40px;min-height:28px;box-sizing:border-box;z-index:5}
.checkBox + label::before{position:absolute;top:0;left:0;width:28px;height: 28px;content:'';background:#fff;border:1px solid #e5e5e5;box-sizing:border-box;}
.checkBox:checked + label::before{background: #7cb3fe;border-color: #7cb3fe;}
.checkBox:checked + label::after{position:absolute;top:8px;left:8px;width:10px;height:5px;content:'';border:1px solid #fff;border-width:0 0 3px 3px;transform:rotate(-45deg);}

.radiokBox{position:absolute;left:-999px;opacity:0;width:0;height:0;}
.radiokBox + label{position:relative;display: inline-block;margin-right:15px;padding:0 0 0 30px;min-height:22px;box-sizing:border-box;z-index:5}
.radiokBox + label::before{position:absolute;top:0;left:0;width:20px;height: 20px;content:'';background:#fff;border:2px solid #dedede;border-radius: 50%;box-sizing: border-box;}
.radiokBox:checked + label::before{border-color: #7cb3fe;border-width: 1px;}
.radiokBox:checked + label::after{position:absolute;top:4px;left:4px;width:12px;height:12px;content:'';background:#7cb3fe;border-radius: 50%;}

.listTypeA{overflow: hidden;}
.listTypeA ul{display: flex;flex-wrap: wrap;margin-right:-55px}
.listTypeA ul li{position:relative;margin-bottom:75px;padding-right:55px;width:33.3%;}
.listTypeA ul li a{display: block;}
.listTypeA ul li .photo{position:relative;display: block;margin-bottom:25px;padding-top:56%;overflow:hidden;border-radius:18px}
.listTypeA ul li .photo img{position:absolute;top:0;left:0;width:100%}
.listTypeA ul li .tit{display: block;margin-bottom:15px;max-height:60px;font-size: 20px;font-weight: 700;overflow: hidden;text-overflow: ellipsis;line-height: 1.4;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;letter-spacing: -0.5px;}
.listTypeA ul li .txt{display: inline-block;margin-right:10px;font-size: 15px;color: #555;}
.listTypeA ul li .hit{position:relative;display: inline-block;padding-left:10px;font-size: 15px;color: #a5aab2;}
.listTypeA ul li .hit::before{position:absolute;top:50%;left:0;width:0;height: 11px;content: '';border-left:1px solid #c5c9cf;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.listTypeA ul li .hit span{color:#555}
.listTypeA ul li .checkBox{left:0;}
.listTypeA ul li .checkBox + label{position:absolute;top:20px;left:20px;padding:0;width:28px;height:28px;text-indent: -999px;overflow: hidden;}


.listTypeB{margin-bottom:60px;border-top:2px solid #333}
.listTypeB tr{text-align:center;}
.listTypeB thead th{padding:30px 5px;font-size:17px;color:#333;font-weight:600;line-height:1;background:#fff;border-bottom:1px solid #ececec}
.listTypeB tbody th,.listTypeB tbody td{border:1px solid #ececec;border-width:1px 0}
.listTypeB tbody th{padding:22px 10px;background:#f8f8f8;}
.listTypeB tbody td{padding:22px 10px;color:#777;word-break:break-all}
.listTypeB tbody td.subject{text-align:left;}
.listTypeB tbody td.subject a{display:block;font-size:19px;color:#333;font-weight:bold}
.listTypeB tbody td .notice{display:inline-block;width:45px;font-size:15px;color:#fff;line-height:30px;text-align:center;background:#7cb3fe}


/* 페이지표시 */
.page{text-align:center;margin-bottom:50px;}
.page a{position:relative;display:inline-block;margin:2px 1px;width:44px;height:44px;font-size:15px;color:#aaa;text-align:center;vertical-align:middle;line-height:44px;text-decoration:none;letter-spacing:-1px;background:#fff;}
.page a.on{color:#fff;background:#20235c;border:1px solid #20235c;z-index:2}
.page a.img:nth-of-type(2){margin-right:20px}
.page a.img:nth-last-of-type(2){margin-left:20px}
.page a img{vertical-align:middle;}
.page .img{border:1px solid #ececec}



/* 영상게시판 내용 */
.viewTypeA .viewTop{display: flex;flex-wrap: wrap;flex-direction: column}
.viewTypeA .viewTop .viewInfor{position:relative;margin-bottom:75px;padding-right:130px;width: 100%;}
.viewTypeA .viewTop .viewInfor h2{margin-bottom:25px;font-size: 40px;color:#213662;font-weight: 800;;}
.viewTypeA .viewTop .viewInfor .txt{display: inline-block;margin-right:15px;font-size: 18px;color: #555;font-weight: 600;}
.viewTypeA .viewTop .viewInfor .hit{position:relative;display: inline-block;padding-left:15px;font-size: 18px;color: #a5aab2;}
.viewTypeA .viewTop .viewInfor .hit::before{position:absolute;top:50%;left:0;width:0;height: 11px;content: '';border-left:2px solid #c5c9cf;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.viewTypeA .viewTop .viewInfor .hit span{color:#555}
.viewTypeA .viewTop .viewInfor .btn{position:absolute;top:0;right:0;display: flex}
.viewTypeA .viewTop .movie{position:relative;margin: 0 auto;max-width: 1200px;width:100%;}
.viewTypeA .viewTop .movie .video{position:relative;padding-bottom:57%;width:100%;}
.viewTypeA .viewTop .movie .video .txt_alm{position:absolute;top:20px;left: 20px;padding: 0 30px;font-size:15px;color:#fff;line-height: 50px;background-color:rgba(0,0,0,0.9);border-radius: 25px;z-index:20}
.viewTypeA .viewTop .movie iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.viewTypeA .btnList{display:inline-block;text-align: left;}
.viewTypeA .btnList a{display: block;width: 51px;height: 51px;text-indent: -999px;overflow: hidden;background: url('../img/ic_list_pc.png') no-repeat center center;}
.viewTypeA .btnLike{width: 51px;height: 51px;text-indent: -999px;overflow: hidden;vertical-align:middle;background: url('../img/ic_hart_pc.png') no-repeat center center;border:2px solid #eff2f8}
.viewTypeA .btnLike.on{background:url('../img/ic_hart_pc_on.png') no-repeat center center;border-color:#20235c}
.viewTypeA .viewTop .viewInfor .btn .btnLike{margin-right:14px;}

.viewTypeA .viewBox{padding:100px 0 60px}
.viewTypeA .viewBox .viewCon1{font-size: 18px;}
.viewTypeA .viewBox .viewCon3 ul{margin-bottom:75px}
.viewTypeA .viewBox .viewCon3 ul li{padding:40px 0;border-bottom:1px solid #eff2f8}
.viewTypeA .viewBox .viewCon3 ul li .name{display:inline-block;margin:0 10px 20px 0;font-size: 18px;color: #333;line-height: 1;font-weight: 600;}
.viewTypeA .viewBox .viewCon3 ul li .date{display:inline-block;margin-right:10px;font-size: 14px;color: #999;line-height: 1;}
.viewTypeA .viewBox .viewCon3 ul li .con{font-size:18px;line-height: 1.8;}
.viewTypeA .viewBox .viewCon3 ul li.reply{padding:40px 0 40px 65px;background: url('../img/ic_reply.png') no-repeat left top 40px / 34px;}
.viewTypeA .viewBox .viewCon3 .rep_btnMore{width: 100%;height: 60px;font-size:18px;color:#b6c0cc;font-weight:600;background-color: #f8f8f9;border:1px solid #eff2f8}
.viewTypeA .viewBox .viewCon3 .rep_btnMore span{position:relative;display: inline-block;padding-right:30px;}
.viewTypeA .viewBox .viewCon3 .rep_btnMore span::after{position:absolute;top: 50%;right: 0;margin-top:-10px;width: 10px;height: 10px;content: '';border: 1px solid #324b81;border-width: 0 2px 2px 0;transform: rotate(45deg);}

.viewTypeA .viewBox .viewCon3 .wrtCon .name{display: block;margin-bottom:20px;color: #333;font-weight: bold;}
.viewTypeA .viewBox .viewCon3 .wrtCon .wrtBox{position: relative;padding:20px 125px 20px 20px;background: #f8f8f9;}
.viewTypeA .viewBox .viewCon3 .wrtCon .wrtBox textarea{height:60px;background:none;border:0}
.viewTypeA .viewBox .viewCon3 .wrtCon .wrtBox .btn{position:absolute;top: 20px;right:20px;width:97px;height: 60px;color:#fff;font-weight:bold;background:#20235c;border:0}

.joinCon{margin:0 auto;max-width: 1300px;}
.joinCon .typeCheck{position:relative;display: flex;margin-bottom:60px;justify-content: space-between;}
.joinCon .typeCheck input{position:absolute;left:-999px;opacity:0;width:0;height:0;}
.joinCon .typeCheck label{padding-top:190px;width:calc(50% - 18px);height:320px;font-size:20px;color:#5da1ff;text-align:center;opacity:0.7;border:1px solid #dbdbdb;border-radius:20px;box-sizing: border-box;background:#fff url('../img/ic_check_pc.png') no-repeat center 100px}
.joinCon .typeCheck input:checked + label{padding-top:189px;opacity:1;font-weight:bold;background:#fff url('../img/ic_check_on_pc.png') no-repeat center 99px;border:2px solid #4493ff;box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}

.writeTypeA{display:flex;flex-wrap:wrap;margin-bottom:60px;border-top:2px solid #333;border-bottom:1px solid #ececec;}
.writeTypeA dt{padding:25px 30px;width:180px;font-size:18px;color:#333;font-weight:bold;background:#fff;border-bottom:1px solid #ececec;}
.writeTypeA dd{padding:15px 10px;width:calc(100% - 180px);background: #fff;border-bottom:1px solid #ececec;}
.writeTypeA dt.row{width: 100%;border-bottom:0}
.writeTypeA dt.row + dd{padding:0 0 25px;width: 100%;border-bottom:0}
.writeTypeA dd .overId{position:relative;padding-right:127px;max-width: 387px;}
.writeTypeA dd .overId .inp{width:100%;}
.writeTypeA dd .overId .btn{position:absolute;top: 0;right: 0;width:117px;height: 48px;color:#fff;font-weight: bold;background: #7cb3fe;border: 0;}
.writeTypeA dd .g_txt{display: inline-block;padding-left:10px}
.writeTypeA dd .g_txt .txt{margin-right:20px}
.writeTypeA dd .tel{display: inline-block;width: 100%;max-width:405px;}
.writeTypeA dd .tel .inp{width:calc(33.33% - 10px)}
.writeTypeA dd .txtBox{margin-bottom:15px;padding:25px;height: 130px;overflow: auto;border:1px solid #e5e5e5}

.s_t_txt{position:relative;margin:0 auto 135px;max-width: 1400px;min-height:500px;background-repeat: no-repeat;background-position: left top;background-size:cover;}
.s_t_txt.bg1{background-image: url('../img/s3_1_bg1_pc.jpg')}
.s_t_txt.bg2{margin-bottom:80px;background-image: url('../img/s4_1_bg1_pc.jpg')}
.s_t_txt dl{position:absolute;top: 50%;right:15%;color:#fff;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.s_t_txt dl dt{margin-bottom:30px;font-family: 'Montserrat';font-size: 50px;font-weight: 700;line-height:1.2}
.s_t_txt dl dd{font-size: 18px;}

.s3_1_con1{position:relative;display:flex;margin:0 auto;max-width: 1400px;}
.s3_1_con1 dl{width:50%}
.s3_1_con1 dl dt{margin-bottom:50px;font-size: 40px;color: #213662;line-height: 1.6;}
.s3_1_con1 dl dd{padding-right:19%;font-size: 18px;line-height: 2;}
.s3_1_con1 .img{width:50%}

.s3_1_con2{margin:-80px -50px 0px;padding:160px 0 110px;background:#f8f8f9}
.s3_1_con2 .box{margin: 0 auto;max-width: 1400px;}
.s3_1_con2 .box .con1{display: flex;margin-bottom: 80px;}
.s3_1_con2 .box .con1 dt{width: 50%;font-size: 40px;color: #213662;line-height: 1.6;}
.s3_1_con2 .box .con1 dd{width: 50%;font-size: 18px;line-height: 2;}
.s3_1_con2 .box .con2{display: flex;flex-wrap: wrap;justify-content: space-between;}
.s3_1_con2 .box .con2 dl.ic1{width: calc(35% - 25px);background-image: url('../img/s_ic1.png');}
.s3_1_con2 .box .con2 dl.ic2{width: calc(65% - 25px);background-image: url('../img/s_ic5.png')}
.s3_1_con2 .box .con2 dl{padding:170px 50px 65px;text-align: center;background-color:#fff;background-repeat:no-repeat;background-position:center 55px;border-top:2px solid #0c3388}
.s3_1_con2 .box .con2 dl dt{margin-bottom:30px;font-size:26px;color:#213662;font-weight: bold;}
.s3_1_con2 .box .con2 dl dd{color:#444;line-height: 1.9}

.s3_1_con3{margin: 0 auto;max-width: 1400px;}
.s3_1_con3 ul li{position:relative;display: inline-block;margin:0 120px 60px 0;font-size: 18px;}
.s3_1_con3 ul li .name{position:relative;display: block;margin-bottom:30px;padding-top:15px;font-size: 20px;color:#222;font-weight: bold;line-height: 1;}
.s3_1_con3 ul li .name::before{position:absolute;top:0;left:0;width: 18px;height: 2px;content:'';background:#222}
.s3_1_con3 ul li.last{display: block;margin:0 0 80px;}
.s3_1_con3 ul li.last .name{display: inline-block;margin:0 35px 0 0;padding-bottom:4px}
.s3_1_con3 ul li.last .name::after{position:absolute;left:0;bottom:0;width:100%;height:11px;content:'';background:#e0f4fa;z-index:-1}
.s3_1_con3 ul li:nth-child(4){margin-right:0}

.s3_1_con4{margin:0 -50px}
.s3_1_con4 .root_daum_roughmap{width: 100% !important;}
.s3_1_con4 .root_daum_roughmap .wrap_controllers{display: none;}

.s4_1_con1{margin: 0 auto 100px;max-width: 1400px;}
.s4_1_con1 p{font-size:18px;line-height:2;column-count: 2;column-gap: 80px;}

.s4_1_con2{margin:0 -50px;padding:160px 0 110px;background:#f8f8f9 url('../img/s4_1_bg2.jpg') no-repeat right top}
.s4_1_con2 .box{margin: 0 auto;max-width: 1400px;}
.s4_1_con2 .box h3{margin-bottom:140px;font-size: 40px;color:#213662;font-weight: normal;}
.s4_1_con2 .box h3 span{font-weight: 800;}
.s4_1_con2 .box .con{display: flex;flex-wrap: wrap;justify-content: space-between;}
.s4_1_con2 .box .con dl{margin-bottom:50px;padding:170px 50px 65px;width: calc(33.33% - 28px);text-align: center;background-color:#fff;background-repeat:no-repeat;background-position:center 55px;border-top:2px solid #0c3388}
.s4_1_con2 .box .con dl dt{margin-bottom:30px;font-size:26px;color:#213662;font-weight: bold;}
.s4_1_con2 .box .con dl dt span{display: block;font-family: 'Montserrat';font-size: 20px;color: #5198f6;font-weight: 600;}
.s4_1_con2 .box .con dl dd{color:#444;line-height: 1.9}
.s4_1_con2 .box .con dl.ic1{background-image: url('../img/s_ic1.png');}
.s4_1_con2 .box .con dl.ic2{background-image: url('../img/s_ic2.png')}
.s4_1_con2 .box .con dl.ic3{background-image: url('../img/s_ic3.png');}
.s4_1_con2 .box .con dl.ic4{background-image: url('../img/s_ic4.png')}
.s4_1_con2 .box .con dl.ic5{width:calc(66.66% - 14px);background-image: url('../img/s_ic5.png');}
.s4_1_con2 .box .con dl.ic6{background-image: url('../img/s_ic6.png')}
.s4_1_con2 .box .con dl.ic7{background-image: url('../img/s_ic7.png');}
.s4_1_con2 .box .con dl.ic8{background-image: url('../img/s_ic8.png')}

.s5_3_con1{position:relative;margin:180px -50px 120px;padding-bottom:135px;overflow:hidden}
.s5_3_con1::after{position:absolute;top:170px;left:0;width: 100%;height: calc(100% - 170px);content:'';background:#f8f8f9;z-index:-1}
.s5_3_con1 > div{position:relative;margin:0 auto;max-width: 1400px;z-index:2}

.s5_3_con1 > div dl dt{font-size:38px;color:#213662}
.s5_3_con1 > div dl dd{font-size:18px;color: #444;line-height: 1.8;}

.s5_3_con1 .con1{display:flex;justify-content: space-between;margin-bottom:130px}
.s5_3_con1 .con1 .img{width:45%;}
.s5_3_con1 .con1 dl{width:45%;}
.s5_3_con1 .con1 dl dt{margin-bottom:135px;}

.s5_3_con1 .con2 .img{position:absolute;top:15px;left:55%;width:1220px;}
.s5_3_con1 .con2 dl{width:45%;}
.s5_3_con1 .con2 dl dt{margin-bottom:80px;}

.s5_3_con2{margin:0 auto 120px;max-width: 1400px;}
.s5_3_con2 dl{display:flex;margin-bottom:90px;justify-content: space-between;}
.s5_3_con2 dl dt{font-size:38px;color:#213662}
.s5_3_con2 dl dd ul li{position:relative;display: inline-block;margin-right:120px;font-size: 16px;color:#888;vertical-align: top;}
.s5_3_con2 dl dd ul li .name{position:relative;display: block;margin-bottom:30px;padding-top:15px;font-size: 20px;color:#222;font-weight: bold;line-height: 1;}
.s5_3_con2 dl dd ul li .name::before{position:absolute;top:0;left:0;width: 18px;height: 2px;content:'';background:#222}
.s5_3_con2 dl dd ul li b{display:block;margin-bottom:10px;font-size:18px;color:#555}
.s5_3_con2 p{font-size: 18px;line-height: 2;}
.s5_3_con2 p b{position:relative;color:#333;background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #e0f4fa 50%);}

/*
================================================================================
반응형 서브 콘텐츠
================================================================================
*/

 /* PC Device */
@media all and (min-width:1031px){
	
}

 /* PC Device */
 @media all and (max-width:1500px){

	.btnSelDel{margin-bottom:30px}
	.btnSelDel button{margin-top:0;}
 }


 /* TABLET Device */
@media all and (max-width:1030px){

	.mt10 { margin-top:0.385rem !important; }
	.mt15 { margin-top:0.577rem !important; }
	.mt20 { margin-top:0.769rem !important; }
	.mt25 { margin-top:0.962rem !important; }
	.mt30 { margin-top:1.154rem !important; }
	.mt35 { margin-top:1.346rem !important; }
	.mt40 { margin-top:1.538rem !important; }
	.mb10 { margin-bottom:0.385rem !important; }
	.mb15 { margin-bottom:0.577rem !important; }
	.mb20 { margin-bottom:0.769rem !important; }
	.mb25 { margin-bottom:0.962rem !important; }
	.mb30 { margin-bottom:1.154rem !important; }
	.mb35 { margin-bottom:1.346rem !important; }
	.mb40 { margin-bottom:1.538rem !important; }

	.mr10 { margin-right:0.385rem !important; }
	.mr15 { margin-right:0.577rem !important; }
	.mr20 { margin-right:0.769rem !important; }
	.mr25 { margin-right:0.962rem !important; }

	input[type="text"],input[type="password"],input[type="search"],input[type="tel"],input[type="email"]{padding:0 0.769rem;font-size:0.9615rem;height: 2.692rem;}

	.btnBc a, .btnBc button, .btnBc input{padding: 0 4.038rem 0 0.962rem;min-width: 6.654rem;font-size: 0.846rem;line-height: 2.769rem;}
	.btnBc::after{right: 1rem;width: 0.577rem;}


	h2.title{margin-bottom:3rem;padding-top:2.154rem;font-size:2.154rem}
	h2.title::before{height:1.5rem;border-left-width: 0.077rem;}

	.moviBox{margin-bottom:1.538rem;}
	.moviBox .video{padding-bottom: 58.5%;}

	.bbs_search{margin-bottom:1.538rem;padding-right:3.462rem}
	.bbs_search .serInp{padding:0 1.154rem;height: 3.462rem;font-size:1.038rem}
	.bbs_search .btn{width: 3.462rem;height: 3.462rem;background: url('../img/ic_search_mb.png') no-repeat center center / 1.538rem;}

	.tabMenu{margin:0 -1.923rem 3.077rem;height: 4.231rem;overflow: hidden;}
	.tabMenu ul{padding:0 1.923rem;overflow-x: auto;}
	.tabMenu ul li{flex: none;min-width:7.692rem;height: 4.631rem;}
	.tabMenu ul li a{padding: 0 1.346rem;height:4.231rem;font-size: 1.077rem;border-bottom-width:1px;}
	.tabMenu ul li a:hover,
	.tabMenu ul li.on a{border-bottom-width: 2px;}

	.tabMenu2{margin-bottom: 3.077rem;}
	.tabMenu2 ul li a{padding: 0 0.5rem;height:4.231rem;font-size: 1.077rem;border-bottom-width:1px;}
	.tabMenu2 ul li a:hover,
	.tabMenu2 ul li.on a{border-bottom-width: 2px;}

	.btnSelDel{margin-bottom: 0.769rem;}
	.btnSelDel button{padding-left:1.538rem;font-size: 0.846rem;height:1.923rem}
	.btnSelDel button::before{width: 1.154rem;height: 1.154rem;}
	.btnSelDel button::after{width: 1.154rem;height: 1.154rem;background-size:0.469rem}

	.checkBox + label{padding: 0.392rem 0 0 2.069rem;min-width:1.746rem;min-height: 1.746rem;}
	.checkBox + label::before{width: 1.546rem;height: 1.546rem;}
	.checkBox:checked + label::after{top:0.458rem;left:0.408rem;width: 0.577rem;height: 0.385rem;border-width: 0 0 0.154rem 0.154rem}

	.radiokBox + label{margin-right:0.769rem;padding:0.077rem 0 0 1.346rem;min-height:1.077rem;}
	.radiokBox + label::before{width:1.077rem;height:1.077rem;border-width:0.077rem;}
	.radiokBox:checked + label::before{border-width:0.038rem}
	.radiokBox:checked + label::after{top:0.308rem;left:0.308rem;width:0.5rem;height:0.5rem;}

	.listTypeA ul{margin-right: -2.115rem;}
	.listTypeA ul li{margin-bottom: 3.077rem;padding-right: 2.115rem;width:50%}
	.listTypeA ul li .photo{margin-bottom: 1.154rem;border-radius: 0.692rem;}
	.listTypeA ul li .tit{margin-bottom: 0.577rem;max-height: 2.885rem;font-size: 1.077rem;}
	.listTypeA ul li .txt{margin-right: 0.577rem;font-size: 0.923rem;}
	.listTypeA ul li .hit{padding-left:0.577rem;font-size: 0.923rem;}
	.listTypeA ul li .hit::before{height: 0.769rem;}
	.listTypeA ul li .checkBox + label{top: 0.769rem;left: 0.769rem; width: 1.746rem;height: 1.746rem;}
	

	.listTypeB.mb{display:block;margin-bottom:3.846rem}
	.listTypeB.mb colgroup{display:none}
	.listTypeB.mb thead{display:none}
	.listTypeB.mb tbody{display:block}
	.listTypeB.mb tr{text-align:left}
	.listTypeB.mb tbody tr{position:relative;display:block;padding:1.731rem 0.385rem 1.731rem 2.885rem;width:100%;box-sizing: border-box;border-bottom:1px solid #ececec}
	.listTypeB.mb tbody tr::after{display:block;clear:both;content:''}
	.listTypeB.mb tbody td{display:block;padding:0;border:0;font-size:0.846rem;text-align:left;}
	.listTypeB.mb tbody td .notice{line-height: 1.538rem;width:2.038rem;font-size: 0.769rem;}
	.listTypeB.mb tbody td.num{position:absolute;top:1.631rem;left:0;width:2.308rem;text-align:center;box-sizing: border-box;line-height: 1.538rem;}
	.listTypeB.mb tbody td.subject{margin-bottom:0.769rem;padding:0;}
	.listTypeB.mb tbody td.subject a{display:inline-block;vertical-align:middle;font-size:1.077rem;overflow: hidden;line-height:140%;}
	.listTypeB.mb tbody td.date{display:inline-block;margin-right:1.731rem;line-height:1}
	.listTypeB.mb tbody td.hit{display:inline-block;line-height:1}
	.listTypeB.mb tbody td.date::before{content:'작성일 '}
	.listTypeB.mb tbody td.hit::before{content:'조회 '}

	.listTypeC.mb{display:block;margin-bottom:3.846rem}
	.listTypeC.mb colgroup{display:none}
	.listTypeC.mb thead{display:none}
	.listTypeC.mb tbody{display:block}
	.listTypeC.mb tr{text-align:left}
	.listTypeC.mb tbody tr{position:relative;display:block;padding:1.731rem 0.385rem 1.731rem 2.885rem;width:100%;box-sizing: border-box;border-bottom:1px solid #ececec}
	.listTypeC.mb tbody tr::after{display:block;clear:both;content:''}
	.listTypeC.mb tbody td{display:block;padding:0;border:0;font-size:0.846rem;text-align:left;}
	.listTypeC.mb tbody td .notice{line-height: 1.538rem;width:2.038rem;font-size: 0.769rem;}
	.listTypeC.mb tbody td.num{position:absolute;top:1.631rem;left:0;width:2.308rem;text-align:center;box-sizing: border-box;line-height: 1.538rem;}
	.listTypeC.mb tbody td.subject{margin-bottom:0.769rem;padding:0;}
	.listTypeC.mb tbody td.subject a{display:inline-block;vertical-align:middle;font-size:1.077rem;overflow: hidden;line-height:140%;}
	.listTypeC.mb tbody td.date{display:inline-block;margin-right:1.731rem;line-height:1}
	.listTypeC.mb tbody td.date01{display:inline-block;margin-right:1.731rem;line-height:1}
	.listTypeC.mb tbody td.date::before{content:'일정시작 '}
	.listTypeC.mb tbody td.date01::before{content:'일정종료 '}

	.page{margin-bottom: 1.923rem;}
	.page a{margin: 0.077rem 0.038rem;width: 2.2rem;height: 2.2rem;font-size: 0.808rem;line-height: 2.2rem;}
	.page a.img:nth-of-type(2){margin-right:1rem}
	.page a.img:nth-last-of-type(2){margin-left: 1rem;}
	.page a img{width:0.615rem}
	

	.viewTypeA .viewTop{flex-direction:column-reverse;margin: -3.077rem -1.923rem 0;}
	.viewTypeA .viewTop .viewInfor{margin-bottom:0;padding:0 5.769rem 0 1.923rem}
	.viewTypeA .viewTop .viewInfor h2{margin-bottom:0.962rem;font-size:1.308rem;line-height: 1.4;}
	.viewTypeA .viewTop .viewInfor .txt{margin-right:0.769rem;font-size: 0.923rem;}
	.viewTypeA .viewTop .viewInfor .hit{padding-left:0.769rem;font-size: 0.923rem;}
	.viewTypeA .viewTop .viewInfor .btn{right:1.923rem;width: 2.308rem;flex-direction:column-reverse;}
	.viewTypeA .viewTop .movie{margin-bottom:1.923rem;}
	.viewTypeA .viewTop .movie .video .txt_alm{top: 1.154rem;left: 1.154rem;padding:0 1.538rem;font-size: 0.692rem;line-height: 2.308rem;}
	.viewTypeA .btnLike{width: 2.192rem;height: 2.192rem;background: url(../img/ic_hart_mb.png) no-repeat center center / 100%;}
	.viewTypeA .btnLike.on{background: url(../img/ic_hart_mb_on.png) no-repeat center center / 100%;}
	.viewTypeA .btnList a{width: 2.192rem;height: 2.192rem;background: url(../img/ic_list_mb.png) no-repeat center center / 100%;}
	.viewTypeA .viewTop .viewInfor .btn .btnList{margin-bottom:0.769rem;}
	.viewTypeA .viewTop .viewInfor .btn .btnLike{margin-right:0;}

	.viewTypeA .viewBox{padding:5.154rem 0 0}
	.viewTypeA .viewBox .viewCon1{font-size:1.077rem;line-height: 1.6}
	.viewTypeA .viewBox .viewCon2{margin-right:-1.923rem}
	.viewTypeA .viewBox .viewCon2 .listTypeA{margin-left:-1.923rem;height: 14.062rem;overflow: hidden;}
	.viewTypeA .viewBox .viewCon2 .listTypeA ul{flex-wrap:nowrap;padding-left:1.923rem;overflow-x: auto;}
	.viewTypeA .viewBox .viewCon2 .listTypeA ul li{margin-bottom:1.554rem;min-width: 16.538rem;}
	.viewTypeA .viewBox .viewCon2 .listTypeA ul li .tit{font-size:0.923rem}

	.viewTypeA .viewBox .viewCon3{padding-bottom:1.154rem}
	.viewTypeA .viewBox .viewCon3 ul{margin-bottom: 2.308rem;}
	.viewTypeA .viewBox .viewCon3 ul li{padding:2.115rem 0;}
	.viewTypeA .viewBox .viewCon3 ul li .name{margin: 0 1.154rem 1.154rem 0;font-size:1.077rem}
	.viewTypeA .viewBox .viewCon3 ul li .date{font-size:0.846rem}
	.viewTypeA .viewBox .viewCon3 ul li .con{font-size:1rem}
	.viewTypeA .viewBox .viewCon3 ul li.reply{padding:2.115rem 0 2.115rem 3.462rem;background-size:1.846rem;background-position: left top 2.115rem;}

	.viewTypeA .viewBox .viewCon3 .rep_btnMore{height: 3.231rem;font-size: 1rem;}
	.viewTypeA .viewBox .viewCon3 .rep_btnMore span{padding-right:1.615rem}
	.viewTypeA .viewBox .viewCon3 .rep_btnMore span::after{margin-top: -0.538rem;width: 0.538rem;height: 0.538rem;}

	.viewTypeA .viewBox .viewCon3 .wrtCon .name{margin-bottom: 0.769rem;}
	.viewTypeA .viewBox .viewCon3 .wrtCon .wrtBox{padding: 1.154rem 7.769rem 1.154rem 1.154rem;}
	.viewTypeA .viewBox .viewCon3 .wrtCon .wrtBox textarea{height: 2.692rem;font-size: 1rem;}
	.viewTypeA .viewBox .viewCon3 .wrtCon .wrtBox .btn{top: 1.154rem;right: 1.154rem;width: 5.231rem;height: 2.692rem;font-size: 1rem;}

	.joinCon .typeCheck{margin-bottom: 2.115rem;}
	.joinCon .typeCheck label{padding:6.731rem 1.923rem 0;width: calc(50% - 0.154rem);height: 12.308rem;font-size:0.846rem;background-position: center 3.385rem;background-size: 2.923rem;border-width:0.038rem}
	.joinCon .typeCheck input:checked + label{padding-top:6.692rem;background-position: center 3.356rem;background-size: 2.923rem;border-width:0.077rem}

	.writeTypeA{margin-bottom:2.308rem}
	.writeTypeA dt{padding: 1.346rem 0;width: 7.308rem;font-size:1rem;}
	.writeTypeA dd{padding:0.577rem 0.385rem;width: calc(100% - 7.308rem);font-size:0.846rem}
	.writeTypeA dd .overId{padding-right: 5.077rem;}
	.writeTypeA dd .overId .btn{width: 4.577rem;height: 2.692rem;font-size: 0.846rem;}
	.writeTypeA dd .g_txt{margin-top:0.385rem;padding-left:0;}
	.writeTypeA dd .g_txt .txt{margin-right:1.154rem}
	.writeTypeA dd .tel{max-width: 19.231rem;}
	.writeTypeA dd .tel .inp{width: calc(33.33% - 0.577rem);}
	.writeTypeA dd .txtBox{margin-bottom:0.769rem;padding:1.538rem;height: 6.923rem;line-height:1.5}
	.writeTypeA dt.row + dd{padding-bottom:0.962rem}

	.s_t_txt{margin-bottom:3.462rem;padding:25rem 0 3.654rem;min-height:20px;}
	.s_t_txt.bg1{background-image: url('../img/s3_1_bg1_mb.jpg')}
	.s_t_txt.bg2{margin-bottom: 3.077rem;background-image: url('../img/s4_1_bg1_mb.jpg')}
	.s_t_txt dl{position:relative;top: 0;right: 0;text-align:center;transform: translateY(0);-webkit-transform: translateY(0);}
	.s_t_txt dl dt{margin-bottom:1.346rem;font-size: 2.077rem;}
	.s_t_txt dl dd{font-size:1rem;line-height: 1.6;}

	.s3_1_con1{display: block;}
	.s3_1_con1 dl{margin-bottom:3.077rem;width: auto;}
	.s3_1_con1 dl dt{margin-bottom: 2.115rem;font-size:1.538rem}
	.s3_1_con1 dl dd{padding-right:0;font-size: 1rem;}
	.s3_1_con1 .img{width:auto}
	.s3_1_con1 .img img{width: 100%;}

	.s3_1_con2{display: block}
	.s3_1_con2 dl,
	.s3_1_con2 .img{width: 100%;}
	.s3_1_con2 dl{margin-bottom: 3.269rem;}
	.s3_1_con2 dl dt{margin-bottom:2.5rem;font-size: 1.538rem;}
	.s3_1_con2 dl dd{font-size: 1rem;}

	.s3_1_con2{margin: -4.615rem -1.923rem 0rem;padding: 7.5rem 1.923rem 3.077rem;}
	.s3_1_con2 .box .con1{display: block;margin-bottom:3.077rem}
	.s3_1_con2 .box .con1 dt{margin-bottom:2.885rem;width: auto;font-size:1.538rem}
	.s3_1_con2 .box .con1 dd{width: auto;font-size: 1rem;}
	.s3_1_con2 .box .con2{display: block;}
	.s3_1_con2 .box .con2 dl.ic1,
	.s3_1_con2 .box .con2 dl.ic2{margin-bottom:2.308rem;width: 100%;}
	.s3_1_con2 .box .con2 dl.ic2{margin-bottom:0}
	.s3_1_con2 .box .con2 dl{padding: 6.538rem 1.923rem 2.5rem;background-position: center 2.115rem;background-size: 3.462rem;}
	.s3_1_con2 .box .con2 dl dt{font-size: 1rem;line-height: 1.6;}

	.s3_1_con3 ul li{margin: 0 1.154rem 2.692rem 0;font-size: 0.923rem;}
	.s3_1_con3 ul li .name{margin-bottom: 0.962rem;padding-top: 0.577rem;font-size: 1rem;}
	.s3_1_con3 ul li .name::before{width: 0.808rem;}
	.s3_1_con3 ul li:first-child{display: block;margin-right:0}
	.s3_1_con3 ul li.last{margin-bottom:2.885rem;line-height: 1.6;}
	.s3_1_con3 ul li.last .name{display: block;margin-bottom: 0.962rem;max-width: 6.515rem;}

	.s3_1_con4{margin:0 -1.923rem}
	.s3_1_con4 .root_daum_roughmap .wrap_map{height:19.231rem !important}

	.s4_1_con1{margin-bottom:3.846rem}
	.s4_1_con1 p{font-size: 1rem;column-count: auto;column-gap: 0;}
	
	.s4_1_con2{margin:0 -1.923rem;padding: 5rem 1.923rem 3.077rem;background-position: right -15.462rem top;background-size:39.615rem}
	.s4_1_con2 .box h3{margin-bottom:6.923rem;font-size:1.538rem;line-height: 1.6;}

	.s4_1_con2 .box .con{display: block}
	.s4_1_con2 .box .con dl{margin-bottom: 1.923rem;padding: 6.538rem 1.923rem 2.5rem;width:auto;background-position: center 2.115rem;background-size: 3.462rem;}
	.s4_1_con2 .box .con dl dt{font-size: 1rem;line-height: 1.6;}
	.s4_1_con2 .box .con dl dt span{font-size: 1.154rem;}
	.s4_1_con2 .box .con dl.ic5{width: auto;}
	.s4_1_con2 .box .con dl.ic8{margin-bottom: 0;}

	.s5_3_con1{margin: 3.077rem -1.923rem 4.231rem;padding:0 1.923rem 3.846rem;}
	.s5_3_con1 .con1{display: block;margin-bottom: 3.077rem;}
	.s5_3_con1 .con1 .img{margin-bottom:2.885rem;width: 100%;}
	.s5_3_con1 .con1 dl{width: 100%;}
	.s5_3_con1 > div dl dt{margin-bottom:2.692rem !important;font-size: 1.538rem;line-height: 1.4;}
	.s5_3_con1 > div dl dd{font-size: 1rem;}
	.s5_3_con1 .con2 dl{width: 100%;}
	.s5_3_con1 .con2 .img{position:relative;top:0;left: 0;margin-bottom:2.692rem;width: 100%;overflow:hidden}
	.s5_3_con1 .con2 .img img{width: 48.462rem; max-width: none;}

	.s5_3_con2{margin-bottom:5.385rem}
	.s5_3_con2 dl{display: block;margin-bottom:1.923rem}
	.s5_3_con2 dl dt{margin-bottom:3.462rem;font-size:1.538rem;line-height: 1.4;}
	.s5_3_con2 dl dd ul li{display: block;margin:0 0 1.923rem;font-size:0.923rem}
	.s5_3_con2 dl dd ul li .name{margin-bottom: 0.962rem;padding-top: 0.577rem;font-size: 1rem;}
	.s5_3_con2 dl dd ul li .name::before{width: 0.808rem;}
	.s5_3_con2 dl dd ul li b{margin-bottom:0.577rem;font-size:1rem}
	.s5_3_con2 p{font-size:1rem}

}

 /* TABLET Device */
@media all and (max-width:800px){

	.listTypeB.mb tbody td.subject a {font-size:1.1rem;}
	
}

 /* Mobile Device */
@media all and (max-width:640px){
	
	.listTypeA ul{margin-right: 0;}
	.listTypeA ul li{padding-right: 0;width: 100%;}
	.listTypeA ul li .photo{height:auto}

	.viewTypeA .viewBox .viewCon2 .listTypeA ul li{padding-right: 1.731rem;}

	.page a.img:nth-of-type(2){margin-right: 0.4rem;}
	.page a.img:nth-last-of-type(2){margin-left: 0.4rem;}

	.joinCon .typeCheck input:checked + label{padding-top:6.702rem;background-position: center 3.376rem;}
}

 /* Mobile Device */
@media all and (max-width:330px){
	
	.page a{width: 2rem;height: 2.2rem;line-height: 2rem;}

	.writeTypeA dd .g_txt .txt{display:block;margin:0 0 5px}
}