/*@import url("style.css");
@import url("main2.css");
@import url("main.css");
@import url("../bootstrap-3.3.2-dist/css/bootstrap.css");
@import url("fontawesome-all.css");*/
@import url("font.css");
@import url("../nav_file/cssmenu.css");
@import url("contents.css");
@import url("board.css");/*게시판*/
@import url("member.css");/*member.php 회원페이지*/


body {
	width:100%; margin:0; padding:0; word-break:keep-all; word-wrap:break-word;
	scrollbar-face-color: #1bb7b5; scrollbar-shadow-color: #1bb7b5; scrollbar-highlight-color: #1bb7b5; scrollbar-3dlight-color: white; scrollbar-darkshadow-color: white; scrollbar-track-color: white; scrollbar-arrow-color: #1bb7b5;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-family: 'Noto Sans KR', sans-serif; font-size:1rem; line-height:+1.5; color:#333;
}
	
/*
face = 스크롤바의 색
shadow = 스크롤바 오른쪽 외각선
highlight = 스크롤 왼쪽 외각선
3dlight = 스크롤바 왼쪽 그림자
darkshadow = 스크롤 오른쪽 그림자↙
track = 스크롤바 없는 바탕색
arrow = 화살*/

/*드래그*/
::selection {color: inherit; background: rgb(255, 234, 46);}
::-moz-selection {color: inherit; background: rgb(255, 234, 46);} /* firefox */
/*드래그 끝*/

/*드래그
::selection {color: inherit; background: rgb(222, 213, 238);}
::-moz-selection {color: inherit; background: rgb(222, 213, 238);}
/*드래그 끝*/


/*------------------------------------------------------------------------------------------------------
skip
---------------------------------------------------------------------------------------------------------*/
#skipNavi {position:absolute; left:0; top:-1000px; width:100%; height: 0px; z-index:1000; line-height:1px; font-size:1px;}
#skipNavi a{display:block; text-align:center; width: 100%;  line-height:1px; font-size:1px;}
#skipNavi a:focus, #skipnavigation a:hover, #skipnavigation a:active {position:absolute; left:0px; top:1000px; padding: 8px 0;  display:block; height:20px; background:#20262c; font-size:12px; font-weight:bold; line-height:18px; color:#fff;}
.hide{position:absolute; left:-9999px; top:-9999px; font-size:0; line-height:0; height:0; overflow:hidden; }
/*#skipNavi #topNaviSkip {margin:0; padding:0;}*/

#skipContent {}/*본문으로 바로가기*/
#skipMenu {}/*주메뉴로 바로가기*/
/*------------------------------------------------------------------------------------------------------
// skip
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
h사이즈
---------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
h1 {font-size:3.44rem;}/*55px*/
h2 {font-size:2.8rem;}/*45px*/
h3 {font-size:2.4rem;}/*39px*/
h4 {font-size:2rem;}/*34px*/
h5 {font-size:1.875rem;}/*30px*/
h6 {font-size:1.5rem;}/*24px*/
	/*@media all and (min-width: 320px) and (max-width: 56.25em) {
		h1 {font-size:26px; line-height:36px;}
		h2 {font-size:22px; line-height:33px;}
		h3 {font-size:20px; line-height:30px;}
		h4 {font-size:16px; line-height:26px;}
	}*/
/*------------------------------------------------------------------------------------------------------
h사이즈 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
폰트
---------------------------------------------------------------------------------------------------------*/
.noto_sans {font-family: 'Noto Sans KR', sans-serif;}
.noto_serif {font-family: 'Noto Serif KR', serif;}

.jalnan_point {font-family: 'Jalnan';}
.dangdanghae_point {font-family: cafe24Dangdanghae;}
.dangdanghae_title {font-family: cafe24Dangdanghae;}
	@media screen and (max-width: 575px) {
		.dangdanghae_title {font-size: 1.5rem;}
	}
	@media screen and (min-width: 576px) and (max-width: 767px) {
		.dangdanghae_title {font-size: 2rem;}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.dangdanghae_title {font-size: 3.5rem;}
	}
	@media screen and (min-width: 992px) {
		.dangdanghae_title {font-size: 3.5rem;}
	}
.dangdanghae_subtitle {font-family: cafe24Dangdanghae;}
	@media screen and (max-width: 575px) {
		.dangdanghae_subtitle {font-size: 1rem;}
	}
	@media screen and (min-width: 576px) and (max-width: 767px) {
		.dangdanghae_subtitle {font-size: 1rem;}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.dangdanghae_subtitle {font-size: 2rem;}
	}
	@media screen and (min-width: 992px) {
		.dangdanghae_subtitle {font-size: 2rem;}
	}
	
.st_blue {color: #2262c3;}
.st_mblue {color:#3b92f1;}
.st_lblue {color:#6bb4f7;}
.st_yellow {color:#ffd200;}
.st_gray_lightdeep {color: #efefef;}
.st_gray_lightlight {color: #fbfbfb;}
.st_gray_middledeep {color: #c4c4c4;}
.st_gray_middlelight {color: #949494;}
.st_gray_darkdeep {color: #222;}
.st_gray_darklight {color: #282828;}

.bg_blue {color: #2262c3;}
.bg_mblue {background-color: #3b92f1;}
.bg_lblue {background-color: #6bb4f7;}
.bg_yellow {background-color: #ffd200;}
.bg_gray_lightdeep {background-color: #efefef;}
.bg_gray_lightlight {background-color: #fbfbfb;}
.bg_gray_middledeep {background-color: #c4c4c4;}
.bg_gray_middlelight {background-color: #949494;}
.bg_gray_darkdeep {background-color: #222;}
.bg_gray_darklight {background-color: #282828;}

.border_blue {border: 1px solid #2262c3;}
.border_mblue {border: 1px solid #3b92f1;}
.border_lblue {border: 1px solid #6bb4f7;}
.border_yellow {border: 1px solid #ffd200;}
.border_gray_lightdeep {border: 1px solid #efefef;}
.border_gray_lightlight {border: 1px solid #fbfbfb;}
.border_gray_middledeep {border: 1px solid #c4c4c4;}
.border_gray_middlelight {border: 1px solid #949494;}
.border_gray_darkdeep {border: 1px solid #222;}
.border_gray_darklight {border: 1px solid #282828;}
/*------------------------------------------------------------------------------------------------------
폰트 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
예총 공통
---------------------------------------------------------------------------------------------------------*/
.ggi_title {font-family:'ggi Batang', 경기천년바탕, 경기천년제목;}

.god_title {}
.god_title > h3 {
	margin-left:auto; margin-right:auto; text-align:center;
	font-weight:350;
}
.god_title > h3 > span {
	padding:0 65px 0 65px;
	background-image:url(../images/quotes_left.png), url(../images/quotes_right.png); background-size:44px 38px, 44px 38px; background-position:left top ,right top; background-repeat:no-repeat, no-repeat;
	color:#ffc751;
}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.god_title > h3 > span {width:100%; background:none; padding:0;}
	}
	
.god_title > h2 {
	margin-left:auto; margin-right:auto; text-align:center;
	font-weight:350;
}
.god_title > h2 > span {
	padding:0 65px 0 65px;
	background-image:url(../images/quotes_left.png), url(../images/quotes_right.png); background-size:44px 38px, 44px 38px; background-position:left top ,right top; background-repeat:no-repeat, no-repeat;
	color:#ffc751;
}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.god_title > h2 > span {width:100%; background:none; padding:0;}
	}
	
.god_title > h5 {
	margin-left:auto; margin-right:auto; text-align:center;
	font-weight:350;
}

.h_indent {background:none; padding:0; position：absolute; left:-10000px; top:-10000px; height:0; display:none;}

.section_ul > ul {padding:0; list-style:none;}
.section_ul > ul > li {margin:0; padding:0 0 0 25px; text-align:left; position:relative;}
.section_ul > ul > li > i {
	position:absolute; top:5px; left:0;
	font-size:20px; color:#abb3bc;
}

.section_ul > ul > li > ul {padding:0; list-style:none;}
.section_ul > ul > li > ul > li {margin:0; padding:0 0 0 35px; text-align:left; position:relative;}
.section_ul > ul > li > ul > li > i {
	position:absolute; top:5px; left:0;
	font-size:20px; color:#abb3bc;
}

	/*-------------------------------------------
	테이블 표
	-------------------------------------------*/
.art_table_scroll {overflow-x: auto;}
.art_table {width:100%; border-top:1px solid #b0b7d0; border-left:1px solid #b0b7d0;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.art_table {min-width:700px;}
	}
.art_table > thead {background-color:#6c7698;}
.art_table > tbody {}
.art_table > thead > tr > th, .art_table > tbody > tr > td {margin:0; padding:7px 3px; text-align:left; border-bottom:1px solid #b0b7d0; border-right:1px solid #b0b7d0;}
.art_table > thead > tr > th {
	text-align:center;
	color:#fff;
}
.art_table > thead > tr > th:nth-child(1), .art_table > thead > tr > th:nth-child(2) {width:9%;}/*강좌, 강사*/
.art_table > thead > tr > th:nth-child(3) {width:12%;}/*시간*/
.art_table > thead > tr > th:nth-child(4), .art_table > thead > tr > th:nth-child(5) {width:15%;}/*수강료, 강사소개*/
.art_table > tbody > tr > td {}

.art_td_center {text-align:center!important;}

/*------------------------------------------------------------------------------------------------------
기타요소_타이틀및라인외
---------------------------------------------------------------------------------------------------------*/
.section_bottom_line {border-bottom: 4px solid #6b3b27;}
/*------------------------------------------------------------------------------------------------------
기타요소_타이틀및라인외 끝
---------------------------------------------------------------------------------------------------------*/

.con_pre {white-space: pre-line;}
.w_30 {width: 30% !important;}

.fs_55 {font-size: 3.44rem;}
.fs_45 {font-size: 2.8rem;}
.fs_39 {font-size: 2.4rem;}
.fs_34 {font-size: 2rem;}
.fs_30 {font-size: 1.875rem;}
.fs_24 {font-size: 1.5rem;}
.fs_22 {font-size: 1.375rem;}
.fs_18 {font-size: 1.125rem;}
.fs_7 {font-size: .7rem !important;}
.fs_8 {font-size: .8rem !important;}
.fs_9 {font-size: .9rem !important;}
.fw_100 {font-weight: 100;}
.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_700 {font-weight: 700;}
.fw_900 {font-weight: 900;}
.lh-14px {line-height: 14px !important;}

.bg_opacity_005 {--bs-bg-opacity: 0.05;  }

/*------------------------------------------------------------------------------------------------------
마진
---------------------------------------------------------------------------------------------------------*/
.no_margin {margin:0;}
.no_margin_left {margin-left:0;}
.no_margin_right {margin-right:0;}
.no_margin_top {margin-top:0;}
.no_margin_bottom {margin-bottom:0;}

.margin10 {margin:10px auto;}
.margin15 {margin:15px auto;}
.margin20 {margin:20px auto;}
.margin25 {margin:25px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin25 {margin:20px auto;}
	}
.margin30 {margin:30px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin30 {margin:20px auto;}
	}
.margin35 {margin:35px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin35 {margin:20px auto;}
	}
.margin40 {margin:40px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin40 {margin:20px auto;}
	}
.margin45 {margin:45px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin45 {margin:20px auto;}
	}
.margin50 {margin:50px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin50 {margin:20px auto;}
	}
	
.margin75 {margin:75px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin80 {margin:35px auto;}
	}
	
.margin100 {margin:100px auto;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.margin100 {margin:50px auto;}
	}

.marginTop0 {margin-top:0px;}
.marginTop10 {margin-top:10px;}
.marginTop15 {margin-top:15px;}
.marginTop20 {margin-top:20px;}
.marginTop25 {margin-top:25px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop25 {margin-top:20px;}
	}
.marginTop30 {margin-top:30px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop30 {margin-top:20px;}
	}
.marginTop35 {margin-top:35px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop35 {margin-top:20px;}
	}
.marginTop40 {margin-top:40px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop40 {margin-top:20px;}
	}
.marginTop45 {margin-top:45px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop45 {margin-top:20px;}
	}
.marginTop50 {margin-top:50px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop50 {margin-top:20px;}
	}
	
.marginTop75 {margin-top:75px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop75 {margin-top:35px;}
	}
	
.marginTop100 {margin-top:100px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginTop100 {margin-top:50px;}
	}

.marginBottom10 {margin-bottom:10px;}
.marginBottom15 {margin-bottom:15px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom25 {margin-bottom:25px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom25 {margin-bottom:20px;}
	}
.marginBottom30 {margin-bottom:30px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom30 {margin-bottom:20px;}
	}
.marginBottom35 {margin-bottom:35px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom35 {margin-bottom:20px;}
	}
.marginBottom40 {margin-bottom:40px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom40 {margin-bottom:20px;}
	}
.marginBottom45 {margin-bottom:45px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom45 {margin-bottom:20px;}
	}
.marginBottom50 {margin-bottom:50px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom50 {margin-bottom:20px;}
	}
	
.marginBottom75 {margin-bottom:75px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom75 {margin-bottom:35px;}
	}
	
.marginBottom100 {margin-bottom:100px;}
	@media all and (min-width: 320px) and (max-width: 56.25em) {
		.marginBottom100 {margin-bottom:50px;}
	}
/*------------------------------------------------------------------------------------------------------
마진 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
순서
---------------------------------------------------------------------------------------------------------*/
.order_1 {order:1; margin:0; padding:0;}
.order_2 {order:2; margin:0; padding:0;}
.order_3 {order:3; margin:0; padding:0;}
.order_4 {order:4; margin:0; padding:0;}
.order_5 {order:5; margin:0; padding:0;}
.order_6 {order:6; margin:0; padding:0;}
.order_7 {order:7; margin:0; padding:0;}
.order_8 {order:8; margin:0; padding:0;}
.order_9 {order:9; margin:0; padding:0;}
.order_10 {order:10; margin:0; padding:0;}
/*------------------------------------------------------------------------------------------------------
순서 끝
---------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------
bootstrap 해상도 및 편집
---------------------------------------------------------------------------------------------------------*/

/*@media (min-width: 1280px) {
	.container {
	  width: 1280px!important;
	}
}*/
/*@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width:1280px;
	}
}*/

a {color:inherit;}
/*a:link, a:visited {color:inherit;}*/
a:hover, a:active {color:#c4c4c4;}

/*.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

	  /*-----------------------
	  테이블
	  -----------------------*/
table {border-collapse:collapse;}
.table > thead > tr > th {vertical-align:middle;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {vertical-align:middle;}
  /*------------------------------------------------------------------------------------------------------
  bootstrap 해상도 및 편집 끝
  ---------------------------------------------------------------------------------------------------------*/

.wrap-com {padding: 0 9rem; background-color: #fff;}/*9rem= 162px*/
	@media (max-width: 768px) {
		.wrap-com {padding: 0 0.2rem;}
	}
	@media all and (min-width: 769px) and (max-width: 1462px) {
		.wrap-com {padding: 0 1rem;}
	}
.container-com {width: 100%;}

main {margin-top: 110px;}
	@media (max-width: 768px) {
		main {margin-top: 100px;}
	}
	@media all and (min-width: 769px) and (max-width: 1462px) {
		main {margin-top: 90px;}
	}

 /*------------------------------------------------------------------------------------------------------
탑
---------------------------------------------------------------------------------------------------------*/
header .wrap-com {background: rgba(255, 255, 255, .5)!important;}
.cd-auto-hide-header {height: 70px!important;}
	@media (max-width: 768px) {
		.cd-auto-hide-header {height: 70px!important;}
	}
	@media all and (min-width: 769px) and (max-width: 1462px) {
		.cd-auto-hide-header {height: 100px!important;}
	}

/*.cd-auto-hide-header.is-hidden {transform:translateY(-150%)!important;}*/

.sel_color {
	background-color: #1e3050;
	color: #fff; font-weight: bold;
}

	/*-----------------------
	로고
	-----------------------*/
	@media (max-width: 768px) {
		.top_logo {margin-bottom:1rem; padding: 0 0.2rem;}
	}
	@media all and (min-width: 769px) and (max-width: 1462px) {
		.top_logo {padding: 0 0.2rem;}
	}

	/*-----------------------
	내비게이션
	-----------------------*/
#cssmenu ul {justify-content:flex-end!important;}

/*------------------------------------------------------------------------------------------------------
패밀리 사이트
---------------------------------------------------------------------------------------------------------*/
.family_link_wrap {width:1200px; margin:0 auto; padding:0; position:relative; clear:both; background-color:#fff;}
	@media all and (min-width: 320px) and (max-width: 479px) {
		.family_link_wrap {display:none;}
	}

/*------------------------------------------------------------------------------------------------------
푸터
---------------------------------------------------------------------------------------------------------*/
footer {background-color: #282930;}
footer .wrap-com {background: none;}

	@media (max-width: 768px) {
		.fot_top {text-align: center;}
	}
.family_wrap {text-align: right;}
	@media (max-width: 768px) {
		.family_wrap {text-align: center;}
	}
.copyright_wrap {border-top: 1px solid #636363; border-bottom: 1px solid #636363;}
.copyright_container p {padding-top: 1.5rem; padding-bottom: 1.5rem;}
	@media (max-width: 1462px) {
		.copyright_container p {padding-top: 0; padding-bottom: 0;}
	}
.copyright_container p:nth-child(1), .copyright_container p:nth-child(2) {border-right: 1px solid #636363;}
.copyright_container p:nth-child(2), .copyright_container p:nth-child(3) {text-align: center;}
	@media (max-width: 1462px) {
		.copyright_container p:nth-child(2), .copyright_container p:nth-child(3) {text-align: left;}
	}

/*footer address div span {margin:0 10px;}
	@media all and (min-width: 320px) and (max-width: 992px) {
		footer address div span {display: block; margin:0px;}
	}*/