 * {margin:0; padding:0; outline:none;}
 ul li {list-style:none;}
 p {letter-spacing:-0.1px}
 i {font-style:normal;}
div {font-family:'noto3'; font-weight:100; letter-spacing:-1px;}
table{ border-collapse:collapse;}
img {padding:0;	margin:0;border:none;}
a {text-decoration:none; color:#222222;}
a:hover {text-decoration:none; color:#222222;}
h1, h2, h3, h4, h5, h6 {letter-spacing:0.1px; color:#222222; font-family:'noto6';}
section{position:relative; width:100%; height:100%; background:#ffffff;  font-family:'noto3'; font-weight:100}
table{ border-collapse: collapse;}
button{cursor:pointer; font-family: dotum, sans-serif; background: none; border: none;}

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
.jalnan {
    font-family: 'jalnan' !important;
    font-weight: 100;
}
.scrollbar {
	height: 200px;
	overflow: auto;
}
.w1000 {width:1000px !important; margin:0 auto; position:relative;}
.wt1000 {width:1000px; margin:0 auto;}
.content {background:#ffffff; font-size:16px;}
.tl {text-align:left;}
.tc {text-align:center;}
.fl {float:left;}
.fr {float:right;}
.cf:after {clear:both; content:""; display:block;}
.section04{margin-bottom:50px;}
.txt_bold {
    font-family:'noto5';
}
.list-style-dot li {
	position:relative;
    padding-left: 25px;
}
.list-style-q li:before{
	position:absolute;
	left:14px;
	content:"Q";
	display:block;
	font-size:16px;
	width:15px;
	height:15px;
	font-family:'noto4';
}

.list-style-dot li:before{
	position:absolute;
	left:14px;
	top: 12.5px;
	content:"";
	display:block;
	width:2px;
	height:2px;
	border-radius:1px;
	background:#5f5f5f;
}
.list-style-line li {
	position:relative;
	padding-left:10px;
}
.list-style-line li:before{
	position: absolute;
    left: 0px;
    top: 0;
    content: "-";
    display: block;
    width: 2px;
    height: 2px;
	color:#898989;
}

/*****font-color******/
.color-skyblue {color:#8cfff0}
.color-rightyellow {color:#fbee9f}
.color-puple {color:#8336aa;}
.color-orange {color:#eb331d}
.color-red {color:#ff0b0b !important;}
.color-navy {color:#5178c9}
.color-red {color:#ff0b0b}

/****header-wrap****/

.logo-wrap {
	position: relative;
	width:1000px;
    height: 130px;
    /* line-height: 134px; */
    text-align: center;
    margin: 0 auto;
    padding-top: 32.5px;
    box-sizing: border-box;   
    /* border-top: 1px solid #bebfc3; */
}

.logo-wrap .com_logo{
	float:left;
}

.logo-wrap .ad{
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    overflow: hidden;
    padding-top: 50px;
}
.logo-wrap .ad a{
    vertical-align: middle;
    box-sizing:border-box;
    display:inline-block;
    width:220px;
}
.logo-wrap .ad a.type1{
    background:url('//static-sdedu.akamaized.net/img1/_skin/pass_sidae_new/coupon.png') no-repeat left center;
}
.logo-wrap .ad a.type2{
	background:url('//static-sdedu.akamaized.net/img1/_skin/pass_sidae_new/coupon.png') no-repeat left center;
}
.logo-wrap .ad a  p {
    border: 1px solid #aaa;
    text-align: left;
    padding:3px 5px;
    width: 42px;
    margin-top: 6px;
    font-size: 10.5px;
    color: #666;
    line-height:13px;
}
.logo-wrap .ad a > h2{
    color:#171547;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    font-size:18px;
    line-height:20px;
    font-family:'noto6';
    letter-spacing:-1px;
    margin: 0 0 3px 0;
}
.logo-wrap .ad a.type3 > h2 {
    width: calc(100% + 30px);
    margin: 0 0 3px 6px;
    letter-spacing: -2px;
}
.logo-wrap .ad a > h2{
	position:relative;
}
.logo-wrap .ad a > h2 i {
	display: block;
	text-align: left;
    padding: 2px 1.5px 2px 2px;
    margin:3px 0 0 -2px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    color: #171547;
    width: 100%;
}
.logo-wrap .ad a > h2 i:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fed45d;
    z-index: -1;
    border-radius: 5px;
}
.logo-wrap .ad .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.logo-wrap .ad .swiper-pagination{
    right: 0;
    left: auto;
    bottom: 0;
    top: 30px;
    text-align: right;
	height: 19px;
}
.logo-wrap .ad .swiper-pagination.disabled {

}
.logo-wrap .ad .swiper-pagination span{
    width:10px;
    height:10px;
    margin:0 2px;
    background:#c1c1c1;
    border-radius:50%;
    border:0;
	opacity: 1;
}
.logo-wrap .ad .swiper-pagination span.swiper-pagination-bullet-active{
    background:#160035
}




.navi-wrap {
	position:relative;
	height:68px;
	border-top:1px solid #bebfc3;
	/* border-bottom:1px solid #bebfc3; */
	font-size:16.5px;
	box-sizing:border-box;
    background-color: #fff;
}
.navi-wrap.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #bebfc3;
}
.navi-wrap .wt1000 ul li {
    float: left;
    position: relative;
    line-height: 51px;
    width: 16.666666%;
    box-sizing: border-box;
}

.navi-wrap .menu-btn{
	float:left;
    position: relative;
    width: 130px;
    height: 68px;
    color: #ffffff;
	padding: 15px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.navi-wrap .menu-btn .icon-bg {
    float: left;
    width: 34px;
    height: 34px;
    background-color: #404040;
    border-radius: 50%;
    padding: 9px;
    box-sizing: border-box;
}
.navi-wrap .menu-btn i,
.navi-wrap .menu-btn i:before,
.navi-wrap .menu-btn i:after{
	position: absolute;
    background: #ffffff;
}

.navi-wrap .menu-btn i.icon-menu,
.icon-menu:before, .icon-menu:after {
    content: '';
    display: block;
    width: 17px;
    height: 3px;
    transform: rotate(0deg) translate(0,0);
    -webkit-transform: rotate(0deg) translate(0,0);
    transition-duration: 0.5s;
	border-radius:3px;
}

.icon-menu:before {
    top: 6.5px;
}

.icon-menu:after {
    top: 13.5px;
}
.navi-wrap .menuWrap{
	position:relative;
}
.navi-wrap .menu-btn span {
    display: block;
    font-size: 19px;
    color: #222;
    font-family: 'noto5';
    margin: 2px 0 0 50px;
}
.navi-wrap .exam-btn{
	float:left;
    width: calc(100% - 130px);
    position: absolute;
    left: 155px;
}

.navi-wrap .exam-btn ul li{
	position:relative;
	text-align:center;
	padding:0 17.5px;
}
.navi-wrap .exam-btn ul li:last-child {
	padding-right:0;
}
.navi-wrap .exam-btn ul li a{
	position: relative;
    display: block;
	line-height:66px;
    font-size: 19px;
    color: #222222;
    font-family: 'noto5';
}
.navi-wrap .exam-btn ul li a.selected {
    font-family: 'noto5',sans-serif;
    color: #1583b8;
}
.navi-wrap .site-btn{
	float:right;
	margin-top:10px;
}

.navi-wrap .site-btn ul li {
	width:105px;
	height:30px;
	border-radius:15px;
	background:#fee7a1;
	font-size:14.5px;
}

.navi-wrap .site-btn ul li:first-child{
	margin-right:3px;
}

.navi-wrap .site-btn ul li a{
	display:block;
	line-height:30px;
	color:#74331a;
	box-sizing:border-box;
	text-align:center;
}


.navi-wrap .site-btn ul li:hover{
	background:#fdbf9d
}

.navi-wrap .site-btn ul li a > span{
	position:relative;
	text-align:center;
	margin-left:-6px;
}

.navi-wrap .site-btn ul li a > span:after{
	position:absolute;
	right:-12px;
	top:-4px;
	content:"▶";
	font-size:10px;
}

/****전체 카테고리 css****/

.main-menu {
	display:none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    height: 280px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 99;
    border: 1px solid #e4e1e1;
    border-top:1px solid #bebfc3;
}

.main-menu .content {
	position:relative;
    width: 1050px;
    padding-left: 25px;
	height:100%;
	box-sizing:border-box;
}
.main-menu .content .info {
	width: 130px;
	height: 240px;
    border-left: 1px solid #e4e1e1;
	border-right: 1px solid #e4e1e1;
    float: left;
    box-sizing: border-box;
	padding: 30px 0 30px 20px;
	font-family: 'NanumSquare', sans-serif;
}
.main-menu .content .info span {
    display: block;
    font-size: 16px;
    color: #222222;
	font-weight: 800;	
}
.main-menu .content .info strong {
	display: block;
    margin: 7.5px 0 9px;
    font-size: 30px;
    color: #3443b8;
    line-height: 1;	
	letter-spacing: -1.5px;
    font-family: 'noto7';
}
.main-menu .content .info em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1px;
}
.main-menu .content .info .plz_login,
.main-menu .content .info .cs-center-inquery_menu {
    display: block;
    width: 94px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background-color: #3443b8;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}
.main-menu .content ul {
	float: left;
	width: calc(100% - 130px);
    box-sizing: border-box;
    padding: 22.5px 0 0 55px;
}
.main-menu .content ul li.etc-menu {
	float:left;
	width:16.666666%;
}
.main-menu .content ul li.etc-menu a {
	display:block;
	font-size:16px;
    line-height: 2;
}
.main-menu .content ul li.etc-menu a.selected h3,
.main-menu .content ul li.etc-menu a:hover h3,
.main-menu .content ul li.etc-menu a:active h3{
    font-family: 'noto4',sans-serif;
    color: #1583b8;
    text-decoration: underline;
}
.main-menu .content ul li.etc-menu a + a {

}
.main-menu .content ul li.etc-menu a h3 {
    font-family: 'noto3';
    letter-spacing: -.5px;
    font-size: 16px;
}
.main-menu:after {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 40px;
    background-color: #d6d6d6;
    bottom: -40px;
    position: absolute;
    bottom: 0;
    z-index: 0;
	box-shadow: 0 20px 20px -10px rgb(0 0 0 / 30%);
}
.main-menu .content .menu-close-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    color: #2f2f2f;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    z-index: 1;
    font-family: 'noto5';
}
.main-menu .content .menu-close-btn i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #2f2f2f;
    color: #fff;
    margin: 10px 0 0 7px;
    display: inline-block;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    padding: 0 2px 0 0;
    box-sizing: border-box;
}
input[type=checkbox]{
	display:none;
} 

input[type=checkbox] + label > em{
	width:23px;
	height:23px;
	border:2px solid #bcbcbc;
	display:block;
	float:left;
	margin-right:6px;
	background:#ffffff;
	cursor:pointer;
    box-sizing: border-box;
}
.search_table input[type=checkbox] + label > em{
	float:none;
	margin:0 auto;
}
input:checked + label > em{
	/* background:url('//static-sdedu.akamaized.net/img1/_skin/pass_sidae_new/sub/ck_box.png') center no-repeat; */
    background: url(//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_dok2/renew_img/apply/icon_check.png) center / 12.5px no-repeat;    
    border:2px solid #575757;

}

.list-dot li {
    position:relative;
    padding-left:8px;
}

.list-dot li:after{
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000000;
    content: '';
    display: block;
    top: 13px;
    left: 0;
    border-radius:1px;
}

.popup_wrap {
	background:rgba(0, 0, 0, 0.42);
	position:fixed;
	top:0;
	left:0;
	z-index:999;	
}

.cart_pop{
	/* position:absolute;
	left:calc(50% - 150px);
	top:calc(50% - 160px);
	width:300px;
	height:150px;
	background:#ffffff;
	border:1px solid #333333;
	text-align:center; */
    position: fixed;
    top: 40%;
    left: 50%;
    width: 400px;
    height: 234px;
    border: 4px solid #324051;
    padding: 45px 0;
    z-index: 999;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align: center;
    background-color: #fff
}
.cart_pop .close_btn{
	float:right;
	display:block;
	width:20px;
	height:20px;
	line-height:16px;
	text-align:''center;
	color:#ffffff;
	background:#363c4a;	
	cursor:pointer
}
.cart_pop strong {
    font-size:26px;
    color:#000;
}
.btn_box {    
    margin-top: 20px;
}
.btn_box a {
    display: inline-block;
    width: 113px;
    height: 42px;
    color: #fff;
    line-height: 42px;
    font-size: 20px;
    border-radius: 30px;
}
.btn_box a + a {
    margin-left:7px;
}
.btn_box a.btn_now {
    background-color:#2246ff;
}
.btn_box a.btn_later {
    background-color:#9f9f9f;
}


/* 
.cart_pop > p{
	margin-top:35px;
	font-size:17px;
	font-family:'noto4'
}

.cart_pop .btn-wrap{
    margin-top: 20px;
    padding-left: 74px;
}

.cart_pop .btn-wrap a,
.cart_pop .btn-wrap input{
	width:70px;
	height:40px;
	display:block;
	float:left;
	line-height:40px;
	font-family:'noto3';
	text-align:center;
	font-size:16px;
	cursor:pointer;
}

.cart_pop .btn-wrap a:hover,
.cart_pop .btn-wrap input:hover{
	font-weight:600
}

.cart_pop .btn-wrap a{
	background: #efefef;
	color:#000000;
}
.cart_pop .btn-wrap input{
	background: #db3a3a;
	color:#ffffff;
	border:none;
	margin-right:10px;
} */

.detail_pop{
	left:calc(50% - 150px);
	top:calc(0px);
	background:#ffffff;
	border:1px solid #333333;
	text-align:center;
}

.popup_bg{
    position: absolute;
    left: calc(50% - 150px);
    top: 12%;
    background: #ffffff;
    border: 1px solid #b7bbc2;
    text-align: center;
    width: 316px;
    padding-bottom: 2px;
    line-height: 20px;
    text-align: left;
}

.detail_pop .popup_bg{
width: 1100px;
    left: calc(50% - 555px);
    top:calc(50% - 264px);
    height: auto;
}

.detail_pop .popup_bg p {
    padding:0 10px;
}

.detail_pop .popup_bg > div {
    overflow: auto;
    padding: 15px 20px;
    height: auto;
    max-height: 490px;
    
 }

.detail_pop .popup_bg table {
    width:100%;
    margin: 15px auto !important;
}

.subject_detail_pop{
    position: absolute;
    width: 480px;
    height: 535px;
    background:rgba(0, 0, 0, 0.59);
}

.subject_detail_pop dl {
    max-height: 353px;
    overflow: auto;
    padding: 0 20px 0;
        min-height: 39px;
}

.subject_detail_pop dt{
    position:relative;
    padding-left:6px;
    margin-bottom:3px;
    font-size: 14.5px;
}

.subject_detail_pop dt:after{
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    content: '';
    background: #000000;
}

.subject_detail_pop dd{
    padding-left:6px;
        margin-bottom: 12px;
}

.subject_detail_pop h3 {
    position: relative;
    /* padding: 24px 28px 18px 20px; */
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    /* line-height: 40px; */
    background: #d5f2fb;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.subject_detail_pop h3 > span{
    position:absolute;
    top:3px;
    right:5px;
    padding:3px;
    cursor:pointer;
}


/*게시판 불러오는것들 css*/
/*공통 css 수정 안되서 새로 뽑음*/
.A-board-wrap {
    width:1000px !important;
    margin:0 auto;
}


/*head 가져오는거 난리...*/
#header{
    height:60px;
    background:none;
    background:#fbfbfb;
}

#header .top_menu{
    width:1200px;
}

#header .login li {
    font-size:13px !important;
}

#header .top_menu .login {
    margin-top: 6px;
    right: 10px;
    margin-left: 50px;
    float: right;
}

.gnb_btn02_off > a {
    background-position:0 -39px;
}

.gnb_btn04_off > a{
    height:30px;
}

.txt-main:hover{
/*    text-decoration:underline;*/
}


/*head css 강제*/
/* #m2_center .review .review_text p a, a:visited {
    color: #000000;
    padding-top: 3px;
} */



/*핏 모의고사 할인 플래그*/
.sale_pop {
margin-top: -22px;
    margin-bottom: 7px;
    /* text-align: center; */
    padding-left: 90px;
}


/*쿠폰 인설트 페이지*/
.coupon_list {
	border:1px solid black;
}

.coupon_list td{
	border:1px solid black;	
	padding: 3px 5px 3px 5px;
	text-align:center;

}

.coupon_list th{
	border:1px solid black;	
	padding: 3px 5px 3px 5px;
	font-weight:bold;
	
}

/*게시판 깾,ㅁ*/
.total-search{
	overflow:hidden;
}

.A-board-wrap {
	max-width:1100px;
}

.A-board-con {
	max-width:1100px;
	margin:0 auto;
}

.index_popup_wrap {
	display:none !important
}

.bbs_w{
	width: 350px;   
}
.bbs_w li{
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 90%;
    overflow: hidden;
}