@charset "UTF-8";
/*경로추가[시작]*/
/*경로추가[끝]*/
/*컨텐츠에 있는 변수 가져옴*/
/*컨텐츠에 있는 변수 가져옴*/
body {
  font-family: 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", gulim;
  background-color: white;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", gulim;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0px;
  line-height: 1.5em;
  min-width:1100px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: underline;
  outline-style:none;
}


a.rollover img {
  border-width: 0px;
  display: inline;
}
a.rollover img.over {
  display: none;
}
a.rollover:hover {
  border: 0px;
}
a.rollover:hover img {
  display: none;
}
a.rollover:hover img.over {
  display: inline;
}

input, select, button {
  vertical-align: middle;
}

form {
  margin: 0;
}

li {  
  list-style-type: none;
  list-style-image: none;
}

img {
  border: 0px;
  margin: 0px;
}
.w1000{
	width:1000px !important;
	margin:0 auto !important;
}
.center-wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.non-text {
  text-indent: -9999px; 
  text-align:left;
}



.clear-after:after {
  content: " ";
  display: table;
  clear: both;
}

.article {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.article-fullimg {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.display-table {
  display: table;
}
.display-table > div,
.display-table > ul {
  display: table-row;
}
.display-table > div > div,
.display-table > div > li,
.display-table > ul > div,
.display-table > ul > li {
  display: table-cell;
  vertical-align: top;
}

table{
	!border-collapse: collapse;	
}


.c-contents {
	float:right;
	width:980px;
}

.page-title {
	position:relative;
	width:100%;
	border-bottom:1px solid #353C4A;
	margin:10px 0 40px 0;
}

.page-title h4.title {
	font-size:27px;
	font-weight:bold;
	letter-spacing:-2px;
	display:inline-block;
	border-bottom:4px solid #495D97;
	padding:3px 80px 18px 0;
}

.page-title p.location {
	position:absolute;
	right:0px;
	top:8px;
	font-size:13px;
	letter-spacing:-1px;
	color:#888;
}

.page-title p.location span {
	padding:0 5px;
}

.page-title p.location strong {
	color:#000;
}

.lnb-wrap {
	float:left;
	width:180px;
}

.lnb-menu {
	position:relative;
	float:left;
	border:1px solid #D1D1D1;
	border-bottom:2px solid #353C4A;
	width:180px;	 
}

.lnb-menu h3 {
	position:absolute;
	top:-1px;
	left:-1px;
	width:180px;
	border:5px solid #353C4A;
	border-bottom:none;
	height:80px;
	font-weight:bold;
	font-size:22px;
	text-align:center;
	line-height:80px;
	letter-spacing:-2px;
}

.lnb-menu ul {
	margin:78px 20px 20px 20px;
	border-top:1px solid #353C4A;
}

.lnb-menu ul li a {
	display:block;
	height:46px;
	line-height:49px;
	font-size:13px;
	font-family:"gulim";
	font-weight:bold;
	padding-left:5px;	
	border-bottom:1px solid #E6E6E6;
	text-decoration:none;
}

.lnb-menu ul li a:hover {
	color:#495D97;	
}

.lnb-menu ul li a.selected {
	color:#495D97;
	background:url('/_skin/public/images/common/lnb_bg.png') 125px 19px no-repeat;
}

.lnb-menu ul li:last-child a {
	border-bottom:none;
}

.font-red {
	color:#F1313B;
}

.font-88 {
	color:#888;
}

.ban-quick-wrap {
	position:absolute;
	background-color:#f4f4f4;
	top:0px;
	left:50%;
	margin:0 auto;
}

.ban-quick {
	position:absolute;
	top:790px;
	left:610px;
	width:90px;
	height:464px;
	background:url('../images/main/q_menu.png') no-repeat;
}

.ban-quick .quick-link{
	width:90px;
	height:88px;	
	display:block;
	text-indent:-9999px;
}

#lecture_title,#p_list {
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lnb-tel {
	float:left;
	display:block;
	position:relative;
	margin-top:8px;
}


.open-fmb {
	position:relative;
	margin-left:-200px;
}

.container {
	background:url(/_skin/tpl_skin/basic_tax/images/common/container_bg.gif);
	padding:30px 0 100px 0;
	position:relative;
}

.contents-wrap {
	width:1100px;
	background-color:#FFF;
	margin:0 auto;
	position:relative;
}

.quick-menu{
	position:absolute;
	left:50%;	
	margin-left:553px;
	top:30px;	
	z-index:10;
	width:100px;
	behavior: url( "/css_PIE/PIE.htc" );
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	background-color:#212624;
	text-align:center;
}

.quick-menu ul li {
	padding:0 10px;
}

.quick-menu ul li.dday {
	color:#FFF;
	padding:18px 0;
	letter-spacing:-1px;
}

.quick-menu ul li.dday span.count {
	font-family:'Tahoma';
	font-size:22px;
	font-weight:bold;
	margin-bottom:4px;
	display:block;	
	margin-bottom:10px;
}


.quick-menu a {
	display:block;
	color:#AF9E79;
	font-weight:bold;
	border-top:1px solid #3C403F;
	padding:18px 0;
	font-size:13px;
}

.quick-menu a span {
	font-family:'Tahoma';
	font-size:18px;
	margin-bottom:4px;
	display:block;
}


.job_cp_wrap {
	background:url(/_skin/sidae/images/sdedu/1on1/job_cp_bg.jpg) center no-repeat #31394D;
	height:580px;
	border-top:1px solid #000;
}

.job_cp_wrap .job_cp_img {
	background:url(/_skin/sidae/images/sdedu/1on1/job_cp_title.png) center no-repeat;
	width:1100px;
	margin:0 auto;
	height:580px;
	position:relative;
}

.job_cp_wrap .job_cp_img a {
	position:absolute;
	display:block;
	width:209px;
	height:109px;
	top:377px;
	left:821px;
	text-indent:-9999px;
}

.gift-wrap {
	text-align:center;
	padding:55px 0;
	background-color:#DED6B7;
}

.goto-apply {
	display:block;
	text-align:center;
	padding:45px 0;
	background-color:#FB4028;	
}

/*섹션 숨김 보임 절대 지우지 마세요 ssajae*/
.section-active{
	display:block !important;
}

.section-non{
	display:none; !important;
}
/*섹션 숨김 보임 절대 지우지 마세요 ssajae*/


.price-wrap a.membership{
	background:url('/_skin/myroom/images/membership/btn.png') center no-repeat;
	font-size:0;
	background-size:contain;
	width:255px;
	height:106px;
	margin-top:-21px;
}

.head {
	width: 100%;		
}

.g-bg{
	background-color:#F4F4F4;
}

.head .top-menu {
	border-bottom: 1px solid #CDCDCD;
	height: 32px;
	overflow: hidden;
}

.company-menu ul li,
.member-menu ul li{
	float: left;
	line-height:32px;
	height:32px;
}
.company-menu ul li a,
.member-menu ul li a{
	color: #888;
	font-family: "gulim";
	letter-spacing: -1px;
	text-decoration: none;
}

.company-menu ul li a:after,
.member-menu ul li a:before{
	content: '|';
	padding: 0 8px;
	color: #8f8f8f;
}
.company-menu ul li:last-child a:after,
.member-menu ul li:first-child a:before{
	content: none;
}

.ch-field {
	position: relative;
	height: 70px;	
}

.logo-area {
	position: absolute;
	top: 17px;
	width: 400px;
}
.logo-area h1 a {
	background:url('/_skin/gov/images/common/ci.png') center no-repeat;
	width: 97px;
	height: 35px;
	text-indent: -9999px;
	display: block;
	float: left;
}
.logo-area h1:after {
	/* content: url('../images/main/logobar.png');
	margin: 0 16px;
	display: block;
	float: left; */
}
.logo-area h2 a {
    /* background: url(../images/main/logo_sub.png) no-repeat; */
    /* width: 111px; */
    height: 25px;
    /* text-indent: -9999px; */
    display: block;
    float: left;
    font-weight: 600;
    font-family: 'noto6';
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -1px;
	margin-left: 25px;
	margin-top: 6px;
}


.login {
	float: right;
	margin-top: 22px;
}
.login .login-menu {
	float: left;
	margin-right: 10px;
}
.login .login-menu ul li {
	float: left;
	margin: 4px 7px;
	display: inline-block;
}
.login .login-menu ul li a, .login .login-menu ul li label {
	color: #000;
	font-family: "gulim";
	letter-spacing: -1px;
}
.login .login-menu ul li a.join {
	color: #000;
	font-weight: bold;
}
.login .login-input {
	float: left;
}

.login .login-input input {
	border: none;
	background-color: #191816;
	height: 25px;
	width: 121px;
	margin-right: 0px;
	vertical-align: top;
	color: #8f8f8f;
	padding: 0 5px;
}

.login .login-menu input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;	
    cursor:pointer;
    left:-1px;
    top:2px;
}
.login .login-menu input[type='checkbox']:after {
    content:"";
    vertical-align: middle;
    text-align: center;
    line-height: 13px;
    position: absolute;
    cursor: pointer;
    height: 13px;
    width: 13px;
    left:-1px;
    top:-1px;
    font-size:10px;
    -webkit-box-shadow: inset 0px 1px 1px #000, 0px 1px 0px #000;
    -moz-box-shadow: inset 0px 1px 1px #000, 0px 1px 0px #000;
    box-shadow: inset 0px 1px 1px #000, 0px 1px 0px #000;
    background: #A99F95;
}

.login .login-menu input[type='checkbox']:checked:after {
    background: #A99F95;
    content:'\2714';
    color: #000;
}

.login .login-input button, .login .login-input a {
	background-color: #585858;
	color: #FFF;
	letter-spacing: -1px;
	width: 66px;
	height: 25px;
	border: none;
	vertical-align: top;
	margin-left: 1px;
	font-family: "gulim";
	line-height: 25px;
	font-weight:bold;
	display: inline-block;
	text-align: center;
}

.login .login-menu p.ment {
	color: #959CAC;
	font-family: "gulim";
	line-height: 27px;
	letter-spacing: -1px;
}
.login .login-menu p.ment span {
	color: #C7CEDF;
	font-weight: bold;
}
.login .login-ok a {
	margin-left: 0px;
}
.login .login-ok a.type2 {
	background-color: #5A6271;
	color: #C6CCD8;
	letter-spacing: -1px;
	width: 66px;
	height: 25px;
	border: none;
	vertical-align: top;
}

.menu-area {	
	background-color: #ca3e25;
	height: 48px;
}
.m-menu {
	float: left;
}
.m-menu li {
	float: left;
}
.m-menu li a {
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	font-size: 16px;
	color: #ffcccf;
	letter-spacing: -1.5px;
	text-align: center;	
	text-decoration: none;
}
.m-menu li a:hover {
	background-color: #fecabf;
	color:#000200;
}

.m-menu li a.selected {
	color: #FFF;
	background-color: #495D97;
}

.tax-gnb{
	width:100%;
	height:69px;	
	border-top:1px solid #F1313B;
	background-color:#212624;
}

.tax-gnb .gnb-list li{
	float:left;
	/*width:157px;*/
	width:25%;
	height:69px;
	display:block;	
}

.tax-gnb .gnb-list li a{
	width:100%;
	height:69px;
	line-height:67px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-family:Nanum Gothic;
	color:#FFF;
	display:inline-block;
	letter-spacing:-1px;
	text-decoration:none;
}

.tax-gnb .gnb-list li a:hover,.tax-gnb .gnb-list li a.selected {
	background-color:#515151;
}


.visual {
	background:url(/_skin/tpl_skin/basic_tax/images/main/visual_bg.jpg) center 0 no-repeat;
	height:639px;
	overflow: hidden;
}

.visual .center-wrap {
	position:relative;
}

.visual .professor-navi,.professor-txt,.professor-photo {
	position:absolute;
}

.visual .professor-photo {
	right:0px;
	width:560px;
	height:639px;	
}

.visual .professor-photo div {
	width:560px;
	height:639px;
	position:relative;
}

.visual .professor-photo div span {
	display:none;
}

.visual .professor-photo div a {
	text-indent:-9999px;
	position:absolute;
	display:block;
	width:100px;
	height:40px;
	top:260px;
	left:410px;
}

.visual .professor-photo div.photo1 {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_photo1.png) no-repeat;
}
.visual .professor-photo div.photo2 {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_photo2.png) no-repeat;
}
.visual .professor-photo div.photo3 {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_photo3.png) no-repeat;
}
.visual .professor-photo div.photo4 {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_photo4.png) no-repeat;
}
.visual .professor-photo div.photo5 {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_photo5.png) no-repeat;
}
.visual .professor-photo div.photo6 {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_photo6_.png) no-repeat;
}

.visual .professor-navi {
	top:428px;
	right:-65px;
	z-index:2;
}

.visual .professor-navi li a {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_btn_off.png) no-repeat;
	display:block;
	width:205px;
	height:27px;
	color:#888;
	font-size:17px;
	padding:6px 0 0 30px;
	margin-top:2px;
	font-weight:bold;
	text-decoration:none;
}

.visual .professor-navi li a:hover,.visual .professor-navi li a.selected {
	background:url(/_skin/tpl_skin/basic_tax/images/main/professor_btn_on.png) no-repeat;
	color:#FFF;
}

.visual .professor-navi li.btn2 {
	position:relative;
	left:-21px;
}

.visual .professor-navi li.btn3 {
	position:relative;
	left:-42px;
}

.visual .professor-navi li.btn4 {
	position:relative;
	left:-63px;
}

.visual .professor-navi li.btn5 {
	position:relative;
	left:-84px;
}

