@charset "utf-8";
/****************
* html5 css리셋 *
*****************/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
strong,
em,
button,
ul,
ol,
li,
dl,
dt,
dd,
a,
form,
fieldset,
input,
textarea,
table,
thead,
tbody,
tfoot,
th,
tr,
td,header,
footer,
nav,
section,
aside {
    margin: 0;
    padding: 0;
    font-style: normal;
}
header,
footer,
section,
article,
aside,
nav {
    display: block;
}
html,
body {
    height: 100%;
}
body {
    /*font-family:"Malgun Gothic", dotum, sans-serif;*/
    font-family: 'noto3', sans-serif;
    /*font-family:'돋움', dotum,'Apple SD Gothic Neo', '애플 SD산돌고딕', sans-serif;*/
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.6em;
    min-width: 1200px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button {
    font-family: dotum, sans-serif;
    background: none;
    border: none;
}
fieldset,
img,
input,
textarea {
    border: none;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}
ul,
ol {
    list-style-type: none;
}
address,
cite {
    font-style: normal;
}
img,
input,
select {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/***************
*   공통css    *
****************/
.hider {
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.skip,
legend,
caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}

#skipNavi {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 20px;
}
#skipNavi a {
    position: absolute;
    top: -100px;
}
#skipNavi a:hover,
#skipNavi a:active,
#skipNavi a:focus {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    background: #333;
    color: #fff;
    display: block;
    text-align: center;
}

.clear-after:after {
    content: '';
    display: table;
    clear: both;
}
.clear-both {
    clear: both;
}
.center-wrap {
    width: 1100px;
    margin: 0 auto;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left !important;
}
.tr {
    text-align: right !important;
}

.font-point,
.font-oldred {
    color: #d84646 !important;
}
.font-red {
    color: #ff0000 !important;
}
.font-blue {
    color: #0081c9 !important;
}
.font-bold {
    font-weight: 900;
}
.back-red {
    background: red;
}

.font-normal {
    font-family: 'noto3', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, 'Apple SD Gothic Neo', '애플 SD산돌고딕', sans-serif;
    font-weight: 300;
}
.font-bold {
    font-family: 'noto5', 'Malgun Gothic', '맑은 고딕', '돋움', dotum, 'Apple SD Gothic Neo', '애플 SD산돌고딕', sans-serif;
    font-weight: 600;
}

.font-small {
    font-size: 0.85em;
}
.font-big {
    font-size: 1.075em;
}
.pull-over {
    overflow: hidden;
}
.pull-left,
.fl {
    float: left;
}
.pull-right,
.fr {
    float: right;
}
.pull-list li {
    float: left;
}
.reset-width {
    width: auto !important;
}

.letter-space0 {
    letter-spacing: 0 !important;
}
.letter-space1 {
    letter-spacing: -1px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}
.mgb5 {
    margin-bottom: 5px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}
.mgb40 {
    margin-bottom: 40px !important;
}
.mgb50 {
    margin-bottom: 50px !important;
}
.mgb60 {
    margin-bottom: 60px !important;
}
.mgb65 {
    margin-bottom: 65px !important;
}
.mgb70 {
    margin-bottom: 70px !important;
}
.mgb80 {
    margin-bottom: 80px !important;
}
.mgb100 {
    margin-bottom: 100px !important;
}

.mgt0 {
    margin-top: 0 !important;
}
.mgt5 {
    margin-top: 5px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt25 {
    margin-top: 25px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt35 {
    margin-top: 35px !important;
}
.mgt40 {
    margin-top: 40px !important;
}
.mgt45 {
    margin-top: 45px !important;
}
.mgt50 {
    margin-top: 50px !important;
}
.mgt55 {
    margin-top: 55px !important;
}
.mgt60 {
    margin-top: 60px !important;
}
.mgt65 {
    margin-top: 65px !important;
}
.mgt80 {
    margin-top: 80px !important;
}
.mgt90 {
    margin-top: 90px !important;
}
.mgt95 {
    margin-top: 95px !important;
}
.mgt100 {
    margin-top: 100px !important;
}
.mgt140 {
    margin-top: 140px !important;
}

.mgl0 {
    margin-left: 0 !important;
}
.mgl15 {
    margin-left: 15px !important;
}
.mgl20 {
    margin-left: 20px !important;
}
.mgl30 {
    margin-left: 30px !important;
}
.mgl40 {
    margin-left: 40px !important;
}
.mgl70 {
    margin-left: 70px !important;
}
.mgl120 {
    margin-left: 120px !important;
}
.mgl125 {
    margin-left: 125px !important;
}

.mgr0 {
    margin-right: 0 !important;
}
.mgr15 {
    margin-right: 15px !important;
}
.mgr20 {
    margin-right: 20px !important;
}
.mgr30 {
    margin-right: 30px !important;
}
.mgr40 {
    margin-right: 40px !important;
}
.mgr70 {
    margin-right: 70px !important;
}
.mgr120 {
    margin-right: 120px !important;
}
.mgr125 {
    margin-right: 125px !important;
}

.pdt0 {
    padding-top: 0 !important;
}
.pdt10 {
    padding-top: 10px !important;
}
.pdt20 {
    padding-top: 20px !important;
}
.pdt30 {
    padding-top: 30px !important;
}
.pdt40 {
    padding-top: 40px !important;
}
.pdt45 {
    padding-top: 45px !important;
}
.pdt40 {
    padding-top: 40px !important;
}
.pdt50 {
    padding-top: 50px !important;
}
.pdt70 {
    padding-top: 70px !important;
}
.pdt80 {
    padding-top: 80px !important;
}
.pdt100 {
    padding-top: 100px !important;
}
.pdl0 {
    padding-left: 0 !important;
}
.pdl10 {
    padding-left: 10px !important;
}
.pdl15 {
    padding-left: 15px !important;
}
.pdl20 {
    padding-left: 20px !important;
}
.pdl25 {
    padding-left: 25px !important;
}
.pdl30 {
    padding-left: 30px !important;
}
.pdl50 {
    padding-left: 50px !important;
}
.pdl60 {
    padding-left: 60px !important;
}
.pdl70 {
    padding-left: 70px !important;
}
.pdl75 {
    padding-left: 75px !important;
}
.pdl80 {
    padding-left: 80px !important;
}
.pdl135 {
    padding-left: 135px !important;
}
.pdl170 {
    padding-left: 170px !important;
}
.pdb0 {
    padding-bottom: 0px !important;
}
.pdb10 {
    padding-bottom: 10px !important;
}
.pdb20 {
    padding-bottom: 20px !important;
}
.pdb50 {
    padding-bottom: 50px !important;
}
.ti15 {
    display: block;
    text-indent: 15px;
}

.col5_5 {
    width: 5.5%;
}
.col5 {
    width: 5%;
}
.col6_5 {
    width: 6.5%;
}
.col7 {
    width: 7%;
}
.col9 {
    width: 9%;
}
.col10 {
    width: 10%;
}
.col11 {
    width: 11%;
}
.col12 {
    width: 12%;
}
.col13 {
    width: 13%;
}
.col14 {
    width: 14%;
}
.col15 {
    width: 15%;
}
.col17 {
    width: 17%;
}
.col20 {
    width: 20%;
}
.col23 {
    width: 23%;
}
.col24 {
    width: 24%;
}
.col25 {
    width: 25%;
}
.col29 {
    width: 29%;
}
.col30 {
    width: 30%;
}
.col35 {
    width: 35%;
}
.col40 {
    width: 40%;
}
.col45 {
    width: 45%;
}
.col46 {
    width: 46%;
}
.col48 {
    width: 48%;
}
.col49 {
    width: 49%;
}
.col50 {
    width: 50%;
}
.col60 {
    width: 60%;
}
.col65 {
    width: 65%;
}
.col70 {
    width: 70%;
}
.col77 {
    width: 77%;
}
.col83 {
    width: 83%;
}

.size75 {
    width: 75px;
}
.size85 {
    width: 85px;
}
.size110 {
    width: 110px;
}
.size175 {
    width: 175px;
}
.size290 {
    width: 290px;
}
.size400 {
    width: 400px;
}

/******************************
*  공통 요소 > header/footer  *
*******************************/
/*header*/
.move-head {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    position: relative;
    top: 0;
    height: 63px;
}
.head-nav {
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    height: auto;
    line-height: 62px;
    border-top: 1px #bfbfbf solid;
}
.head-nav.active {
    width: 100%;
    box-sizing: border-box;
    top: 0;
    background: #fff;
}
.head-nav .logo-section {
    height: 72px;
}
.head-nav .total-menu {
    display: block;
    font-family: 'noto5';
    font-size: 15px;
    width: 130px;
    overflow: hidden;
    cursor: pointer;
    color: #2f2f30;
    line-height: 60px;
    font-weight: 100;
    font-family: 'noto3', sans-serif;
    text-align: left;
    background: none;
    border: 0;
    margin-left: 15px;
}

.head-nav .total-menu:focus {
    outline: none;
}
.head-nav .total-menu img {
    vertical-align: middle;
    margin-top: -3px;
}
.head-nav .head-gnb-section {
    margin-right: 10px;
}
.head-nav .head-gnb-section li {
    float: left;
    width: 135px;
}
.head-nav .head-gnb-section li a {
    display: block;
    width: 100%;
    color: #2f2f30;
    font-size: 16px;
    font-weight: 600;
    font-family: 'noto3', sans-serif;
    text-align: center;
}
.head-nav .head-gnb-section li a.selected {
    font-family: 'noto5', sans-serif;
    color: #142e9a;
}

.sdedu-logo,
.tmp-logo {
    float: left;
    margin-top: 15px;
}
.sdedu-logo a,
.tmp-logo a,
.footer-logo,
.footer-address .customer {
    display: block;
}
.sdedu-logo a {
    width: 138px;
    height: 43px;
    background: url('//static-sdedu.akamaized.net/img1/_skin/tpl_skin/basic_manageleader/images/common/sidae_logo.png') center no-repeat;
}
.tmp-logo {
    margin: 0;
}
.tmp-logo a {
    line-height: 70px;
    font-family: 'noto5';
}
.date_bn{
    float: right;
}
.date_bn a{
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'noto6';
    line-height: 19px;
    text-align: left;
    padding: 13px 26px 0 40px;
    position: relative;
}
.date_bn a::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/common/icon_calendar.png')right center no-repeat;
}
.date_bn a::after{
    width: 19px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    content: '';
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/common/btn_default.png') center no-repeat;
}
/*메뉴 전체보기*/
.total-menu-wrap {
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 60px;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 0;
    overflow: hidden;
    /* border-bottom: 1px solid #bfbfbf; */
}
.total-menu-wrap.active {
    display: block;
    background: #fff;
    transition: all 0.5s;
    height: 225px;
    border-bottom: 2px solid #000000;
    border-top: 1px #bfbfbf solid;
}
.total-menu-wrap-inner {
    position: relative;
    margin: 25px auto;
    width: 1100px;
}
.total-menu-wrap .left-menu {
    width: 140px;
}
.total-menu-wrap .left-menu > a {
    display: block;
    cursor: pointer;
}
.total-menu-wrap .total-menu-list {
    width: 114px;
    margin-left: 12px;
    min-height: 200px;
    line-height: 20px;
    font-family: 'noto3';
    font-weight: 300;
}
.total-menu-wrap ul li {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 5px;
}
.total-menu-wrap strong {
    display: block;
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #1c45c8;
}
.total-menu-wrap ul li ul {
    margin-top: 5px;
}
.total-menu-wrap ul li ul li {
    font-size: 14px;
}
.total-menu-wrap ul li a:hover {
    color: #18a8e2;
    text-decoration: underline;
}
.total-menu-wrap ul li a.selected {
    color: #ea6430;
    font-family: 'noto5';
    font-weight: 600;
}
.total-menu-wrap ul li a.btn-tml-style2:hover {
    text-decoration: underline;
}
.total-menu-wrap button.btn-tml-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    bottom: 20px;
    right: 0;
    width: 109px;
    height: 17px;
    background: url('/_skin/tpl_skin/basic_fire_system/images/main/gnb_close.png') 0 0 no-repeat;
}

/*카테고리별 상단 이미지*/
.top {
    display: block;
    margin: 50px auto 0;
    position: relative;
    width: 100%;
    height: auto;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
}
.top.apply {
    background: url('/_skin/tpl_skin/basic_electricity3/sub_top_img/apply.png') center;
}
.top.community {
    background: url('/_skin/tpl_skin/basic_electricity3/sub_top_img/community.png') center;
}
.top.exam {
    background: url('/_skin/tpl_skin/basic_electricity3/sub_top_img/exam_info.png') center;
}
.top.pass {
    background: url('/_skin/tpl_skin/basic_electricity3/sub_top_img/pass_writing.png') center;
}
.top.data {
    background: url('/_skin/tpl_skin/basic_electricity3/sub_top_img/study_data.png') center;
}
.top.book {
    background: url('/_skin/tpl_skin/basic_electricity3/sub_top_img/book.png') center;
}
.top_text {
    margin: 0 auto;
    width: 1000px;
    padding: 46px 0 55px 0;
    color: #fff;
}
.top_text p {
    font-size: 33px;
    line-height: 100%;
    font-family: 'noto3';
    font-weight: 600;
}
.top_text p:before {
    content: '';
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    margin: 0 0 20px 0;
}
.top_text span {
    line-height: 100%;
    font-size: 17px;
    padding: 16px 0 0 0;
    display: block;
    font-family: 'noto3';
}

/***********
* 레이아웃 *
************/
.container {
    position: relative;
    padding:50px 0 0 0;
}
.container.active {
    padding-top: 70px;
}
.snb-list-wrap {
    width: 100%;
    font-family: 'noto3', dotum;
    font-weight: 100;
    z-index: 98;
    background: #fff;
}
.snb-list-wrap {
    position: relative;
    height: 45px;
    background: #434e5c;
}
.snb-list-wrap.active {
    top: 0;
}
.snb-list-wrap .snb-list > li {
    position: relative;
    line-height: 45px;
}
.snb-list-wrap .snb-list > li > a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.snb-list-wrap .snb-list > li > a:hover,
.snb-list-wrap .snb-list > li > a:focus {
    color: #fff83d;
}
.snb-list-wrap .snb-list > li > a.selected {
    color: #fff83d;
}

.snb-list-wrap .snb-list > li.apply-go {
    float: right !important;
}
.snb-list-wrap .snb-list > li.apply-go a,
.snb-list-wrap .snb-list > li.apply-go a:link,
.snb-list-wrap .snb-list > li.apply-go a:visited,
.snb-list-wrap .snb-list > li.apply-go a:active,
.snb-list-wrap .snb-list > li.apply-go a:focus {
    display: block;
    color: #fff;
    background-color: #df0000;
    padding: 0 22px;
    text-decoration: none;
}
.snb-list-wrap .snb-list > li.apply-go a:hover {
    background-color: #ea0d0d;
    color: #fff;
}
.snb-list-wrap.style2 .snb-list {
    text-align: center;
}

.snb-list-wrap.style1 .snb-list > li {
    float: left;
    display: block;
}
.snb-list-wrap.style2 .snb-list > li {
    display: inline-block;
}

.snb-list-wrap.style1 .snb-list > li:not(.apply-go) > a {
    width: 120px;
    padding: 0;
}
.snb-list-wrap.style2 .snb-list > li > a {
    padding: 0 18px;
    font-size: 14px;
}

.snb-list-wrap.style3 {
    height: auto;
    font-size: 0;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px #262c39 solid;
}
.snb-list-wrap.style3.active {
    top: 50px;
}
.snb-list-wrap.style3 .snb-list {
    width: 1000px;
    margin: 0 auto;
}
.snb-list-wrap.style3 .snb-list-menu {
    display: inline-block;
    /* *display: inline; */
    padding-left: 0;
    zoom: 1;
    margin: 0;
    vertical-align: top;
    position: relative;
}
.snb-list-wrap.style3 .snb-list-menu.page {
    float: right;
}
.snb-list-wrap.style3 .snb-list-menu:first-child a {
    padding: 0 30px 0 0;
}
.snb-list-wrap.style3 .snb-list-menu:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background: #afb7b9;
    top: 50%;
    margin: -7.5px 0 0 0;
    left: 0;
}
.snb-list-wrap.style3 .snb-list-menu.page:before,
.snb-list-wrap.style3 .snb-list-menu:first-child:before {
    display: none;
}
.snb-list-wrap.style3 .snb-list-menu a {
    padding: 0 30px;
    font-size: 15px;
    font-weight: 100;
    color: #000;
}
.snb-list-wrap.style3 .snb-list-menu a:hover {
    color: #000;
    font-family: 'noto5';
}
.snb-list-wrap.style3 .snb-list-menu a.selected {
    font-weight: 600;
    color: #142e9a;
    font-family: 'noto5';
}
.snb-list-wrap.style3 .snb-list-menu a.selected:before {
    display: none;
}
.page-title {
    margin: 0 !important;
    border: 0 !important;
}
.page-title p.location {
    /* 	position: absolute; */
    /* 	right: 0px; */
    /* 	top: 8px; */
    /* 	font-size: 13px;
    letter-spacing: -1px;
    color: #888; */
    font-size: 13px;
    color: #333333;
    /* 	font-family: 'noto5','dotum',sans-serif; */
}

.page-title p.location span {
    padding: 0 5px;
}

.page-title p.location strong {
    color: #000;
    font-family: 'noto5' !important;
}

/*서브페이지 본문*/
.sub-content {
    min-width: 1100px;
    margin: 0 auto;
    min-height: 510px;
    padding-bottom: 60px;
    padding-top: 45px;
}

.sub-content .content-title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sub-content .content-title .subpage-title {
    overflow: hidden;
    font-size: 30px;

    font-family: 'noto3', sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
}
.sub-content .content-title .subpage-title span {
    display: block;
    position: relative;
    float: left;
    padding-right: 40px;
    height: 66px;
    line-height: 66px;
}

.sub-content .content-title .loction-navi {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 13px;
    color: #333333;
    font-family: 'dotum', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}
.sub-content .content-title .loction-navi span {
    color: #1b5cb8;
    font-weight: 900;
}

/*서브페이지 본문*/
.sub-content {
    min-width: 1000px;
    margin: 0 auto;
    min-height: 510px;
    padding-bottom: 60px;
    padding-top: 45px;
}

.sub-content .content-title {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sub-content .content-title .subpage-title {
    overflow: hidden;
    font-size: 30px;

    font-family: 'noto3', sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom: 1px solid #ccc;
}
.sub-content .content-title .subpage-title span {
    display: block;
    position: relative;
    float: left;
    padding-right: 40px;
    height: 66px;
    line-height: 66px;
}

.sub-content .content-title .loction-navi {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 13px;
    color: #333333;
    font-family: 'dotum', sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}
.sub-content .content-title .loction-navi span {
    color: #1b5cb8;
    font-family: 'spoqa2', 'dotum', sans-serif;
    font-weight: 900;
}

/***************
* 공통 스타일  *
****************/
/**/
.apply .btn {
    display: block;
    position: absolute;
    font-size: 0;
    text-indent: -99999px;
    overflow: hidden;
}
.article.exam-info {
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'noto3', dotum;
    letter-spacing: -1px;
    font-weight: 100;
}
.article.guide {
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'noto3', dotum;
    letter-spacing: -1px;
    font-weight: 100;
}
/*h스타일*/
.title-h3 {
    position: relative;
    padding-top: 20px;
    margin-bottom: 18px;
    font-family: 'noto5', 'dotum', sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 25px;
}
.title-h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: #142e9a;
}
.title-h4 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: 'noto3', 'dotum', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}
.title-h4:before {
    content: '\2299';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: 0;
    top: 0;
}
.paragraph {
}

/*탭메뉴*/
.exam-tab-wrap {
    width: 100%;
}
.exam-tab-wrap .tab-menu {
    overflow: hidden;
    margin-bottom: 50px;
}
.exam-tab-wrap .tab-menu li {
    float: left;
}

.exam-tab-wrap .tab-menu li a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    border: 2px solid #f0f0f0;
    background: #f0f0f0;
}
.exam-tab-wrap .tab-menu li a.selected {
    transition: background 0.5s, border 0.5s;
    color: #fff !important;
    background: #e13636;
    border: 2px solid #e13636 !important;
}
.exam-tab-wrap .tab-menu li a:hover {
    color: #e13636;
    border: 2px solid #e13636;
}
.exam-tab-wrap .tab-menu.item2 li {
    width: 50%;
}
.exam-tab-wrap .tab-menu.item3 li {
    width: 33.3%;
}
.exam-tab-wrap .tab-menu.item6 li {
    width: 16.6%;
}

/*테이블*/
.content-table {
    width: 100%;
}
.content-table th {
    padding: 15px 0px;
    font-weight: 100;
    font-size: 14px;
    font-family: 'noto5';
    letter-spacing: 0;
}
.content-table td {
    padding: 15px 15px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    letter-spacing: 0;
}
.content-table thead th {
    background: #f8f8f8;
    color: #686868;
    font-size: 14px;
    padding: 10px 0;
    font-family: 'noto5';
    border: 1px solid #d1d1d1;
}
.content-table tfoot th {
    font-size: 16px;
}
.content-table tbody th {
    border: none;
    border-bottom: 1px solid #d1d1d1;
}
.content-table tfoot td {
    background: #f2f2f2;
}

/* 스타일1*/
.content-table.style1 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.content-table.style1 caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}

.content-table.style1 tbody th,
.content-table.style1 tbody td,
.content-table.style1 tfoot th,
.content-table.style1 tfoot td {
    border: 1px solid #d1d1d1;
}
.content-table.style1 tbody th {
    background: #f8f8f8;
}
/* 스타일2*/
.content-table.style2 th {
    border-right: 1px solid #ccc;
}
.content-table.style2 tr:first-child th,
.content-table.style2 tr:first-child td {
    border-top: 1px solid #ccc;
}
.content-table.style2 th,
.content-table.style2 td {
    border-bottom: 1px solid #ccc;
}

/* 스타일3*/
.content-table.style3 caption {
    height: 45px;
    line-height: 45px;
    background: #757575;
    color: #fff;
    font-family: 'noto3', dotum;
    font-weight: 100;
    font-size: 18px;
}
.content-table.style3 th,
.content-table.style3 td {
    border: 1px solid #ccc;
}

/*리스트 스타일*/
/*넘버링에 따른 종류*/
.list-dash li,
.list-dot li {
    margin-bottom: 2px;
}
.list-num {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 15px;
}
.list-circle {
    list-style-type: disc !important;
    list-style-position: outside;
    padding-left: 18px;
}
.list-dash > li {
    position: relative;
    padding-left: 12px;
}
.list-dash > li:before {
    content: '\2013';
    display: block;
    position: absolute;
    left: 0;
}
.list-dot > li {
    position: relative;
    padding-left: 12px;
}
.list-dot > li:before {
    content: '\00B7';
    display: block;
    position: absolute;
    left: 0;
}

.list-etc > li,
.list-etc-li {
    position: relative;
    padding-left: 1.5em;
}
.list-etc > li:before,
.list-etc-li:before {
    content: '\203B';
    display: block;
    position: absolute;
    left: 0;
}

ul.list-number {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}
.list-number li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    line-height: 19px;
}
.list-number li:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 10px;
    content: '(' counter(item) ')';
    counter-increment: item;
}

.list-number-box {
    overflow: hidden;
}
.list-number-box li {
    position: relative;
    display: table;
    text-align: center;
    float: left;
    border: 2px solid #000;
    padding: 20px 0;
    margin-left: 10px;
}
.list-number-box li:first-child {
    margin-left: 0;
}
.list-number-box li > span.num {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #000;
}
.list-number-box li > div.content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.list-number-box.item3 li {
    width: 276px;
}
.list-number-box.row3 li {
    height: 72px;
}

.list-box {
    overflow: hidden;
}
.list-box li {
    position: relative;
    display: table;
    text-align: center;
    float: left;
    border: 2px solid #000;
    padding: 20px 0;
    margin-left: 10px;
}
.list-box li:first-child {
    margin-left: 0;
}
.list-box li > div.content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.list-box.item2 li {
    width: 421px;
}
.list-box.item3 li {
    width: 276px;
}
.list-box.row3 li {
    height: 75px;
}
.list-box.row4 li {
    height: 100px;
}
.list-box.row5 li {
    height: 140px;
}
.list-box.row6 li {
    height: 159px;
}

.list-title-content li {
    overflow: hidden;
}
.list-title-content li .title,
.list-title-content li .con {
    display: block;
    float: left;
}
.list-title-content li .title {
    padding-right: 5px;
}
.list-title-content li .con {
}
/***************
* 게시판       *
****************/
.csinquery-top-img {
    margin-top: 50px;
}
.A-board-wrap {
    padding-bottom: 0 !important;
}
.close-preview {
    display: none;
}

.dday {
    font-family: 'noto3';
    line-height: 60px;
    margin: 5px 0 5px 0;
}

.gnb_wrap{
    border-top:1px #bfbfbf solid;
}

.gnb_wrap .big_gnb ul > li > a {
  font-weight: 600;
}

/*@charset "utf-8";*/
/****************
* html5 css리셋 *
*****************/
html,body,h1,h2,h3,h4,h5,h6,div,span,p,strong,em,button,ul,ol,li,dl,dt,dd,a,form,fieldset,input,textarea,table,thead,tbody,tfoot,th,tr,td,header,footer,nav,section,aside{margin:0;padding:0;font-style:normal; font-weight:100;}
header,footer,section,article,aside,nav {display:block}
html,body {height:100%}
body{
    /*font-family:'Malgun Gothic', dotum, sans-serif;*/
    font-family:'noto3', sans-serif;
    font-weight:100;
    /*font-family:'돋움', dotum,'Apple SD Gothic Neo', '애플 SD산돌고딕', sans-serif;*/
    background-color:#fff;
    color:#333;
    font-size:14px;
    line-height:1.6em;

    min-width:1200px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
button{font-family:dotum, sans-serif;background:none;border:none}
fieldset,img,input,textarea {border:none}
a:link,a:visited,a:hover,a:active {text-decoration:none;color:inherit}
ul,ol {list-style-type:none}
address,cite {font-style:normal}
img,input,select {vertical-align:middle}
table {border-collapse:collapse;border-spacing:0;width:100%;}

/***************
*   공통css    *
****************/
.hider {font-size:0;text-indent:-9999px;overflow:hidden}
.skip,legend,caption{width:1px;height:1px;overflow:hidden;visibility:hidden;line-height:0;font-size:0;position:absolute;left:-9999px}

#skipNavi{position:absolute;z-index:999;width:100%;height:20px}
#skipNavi a{position:absolute;top:-100px}
#skipNavi a:hover,#skipNavi a:active,#skipNavi a:focus{position:absolute;top:0;width:100%;padding:15px;font-weight:bold;font-size:16px;background:#333;color:#fff;display:block;text-align:center}

.center-wrap{width:1000px;margin:0 auto;}
.w850 {width:850px;margin:0 auto}
.w1000 {width:1000px;margin:0 auto;display: block;}
.w1100 {width:1100px;margin:0 auto}
.w1200 {width:1200px;margin:0 auto}
.tc{text-align:center}
.tl{text-align:left !important;}
.tr{text-align:right !important;}

.font-point,.font-oldred{color:#d84646 !important}
.font-red{color:#ff0000 !important}
.font-blue{color:#0081c9 !important}
.font-bold{font-weight:900}

.clear-after::after {content:'';display:table;clear:both}
.pull-over{overflow:hidden}
.pull-left{float:left}
.pull-right{float:right}
.pull-list li{float:left}
.reset-width{width:auto !important}

.letter-space0{letter-spacing:0 !important}
.letter-space1{letter-spacing:-1px !important}
.mgb0{margin-bottom:0px !important}
.mgb5{margin-bottom:5px !important}
.mgb10{margin-bottom:10px !important}
.mgb15{margin-bottom:15px !important}
.mgb20{margin-bottom:20px !important}
.mgb30{margin-bottom:30px !important}
.mgb40{margin-bottom:40px !important}
.mgb50{margin-bottom:50px !important}
.mgb60{margin-bottom:60px !important}
.mgb70{margin-bottom:70px !important}
.mgb80{margin-bottom:80px !important}
.mgb100{margin-bottom:100px !important}

.mgt0{margin-top:0 !important}
.mgt5{margin-top:5px !important}
.mgt10{margin-top:10px !important}
.mgt20{margin-top:20px !important}
.mgt25{margin-top:25px !important}
.mgt30{margin-top:30px !important}
.mgt40{margin-top:40px !important}
.mgt50{margin-top:50px !important}
.mgt70{margin-top:70px !important}
.mgt80{margin-top:80px !important}
.mgt100{margin-top:100px !important}

.mgl0{margin-left:0 !important}
.mgl15{margin-left:15px !important}
.mgl20{margin-left:20px !important}
.mgl30{margin-left:30px !important}
.mgl40{margin-left:40px !important}
.mgl70{margin-left:70px !important}
.mgl120{margin-left:120px !important}
.mgl125{margin-left:125px !important}

.mgr0{margin-right:0 !important}
.mgr15{margin-right:15px !important}
.mgr20{margin-right:20px !important}
.mgr30{margin-right:30px !important}
.mgr40{margin-right:40px !important}
.mgr70{margin-right:70px !important}
.mgr120{margin-right:120px !important}
.mgr125{margin-right:125px !important}


.pdt0{padding-top:0 !important}
.pdt20{padding-top:20px !important}
.pdt50{padding-top:50px !important}
.pdt80{padding-top:80px !important}
.pdt100{padding-top:100px !important}
.pdl0{padding-left:0 !important}
.pdl10{padding-left:10px !important}
.pdl15{padding-left:15px !important}
.pdl20{padding-left:20px !important}
.pdl30{padding-left:30px !important}
.pdl50{padding-left:50px !important}
.pdl60{padding-left:60px !important}
.pdl70{padding-left:70px !important}
.pdl75{padding-left:75px !important}
.pdl80{padding-left:80px !important}
.pdl135{padding-left:135px !important}
.pdl170{padding-left:170px !important}
.ti15{display:block;text-indent:15px}

.col5_5{width:5.5%}
.col5{width:5%}
.col6_5{width:6.5%}
.col7{width:7%}
.col9{width:9%}
.col10{width:10%}
.col11{width:11%}
.col12{width:12%}
.col13{width:13%}
.col14{width:14%}
.col15{width:15%}
.col17{width:17%}
.col18{width:18%}
.col20{width:20%}
.col23{width:23%}
.col24{width:24%}
.col25{width:25%}
.col29{width:29%}
.col30{width:30%}
.col35{width:35%}
.col40{width:40%}
.col45{width:45%}
.col46{width:46%}
.col48{width:48%}
.col49{width:49%}
.col50{width:50%}
.col60{width:60%}
.col65{width:65%}
.col70{width:70%}
.col80{width:80%}
.col82{width:82%}
.col83{width:83%}

.size75{width:75px}
.size85{width:85px}
.size110{width:110px}
.size175{width:175px}
.size290{width:290px}
.size400{width:400px}

/******************************
*  공통 요소 > header/footer  *
*******************************/
body{position:relative}
/*header*/
.head-top{height:70px;line-height:70px;/*outline:1px solid cyan*/
    /* border-bottom:1px solid #bfbfbf; */
}
.sdedu-logo,.tmp-logo{float:left;}
.sdedu-logo a,.tmp-logo a,.footer-logo,.footer-address .customer{display:block}
.sdedu-logo a{margin-right:15px;width:120px;background:url('/_skin/tpl_skin/basic_gongin2/images/common/sidae_logo.png') center no-repeat}
.tmp-logo a{
    /* width: 265px; */
    /* height: auto; */
    line-height: 70px;
    font-family: 'noto5';
    font-weight: 100;
    font-size: 23px;
    letter-spacing: -1px;
    }
.header.active {top:0; left:0; z-index:99; width:100%; background:#fff;}
.top-wrap {}
.top-wrap.on {height:136px;}
#wrap {height:69px;}
.move-head{position:relative;width:100%;background:#fff;z-index:99; /*border-bottom:1px solid #bfbfbf;*/}
.move-head.active{position:fixed;left:0;top:0;}
.move-head.no-border{border-bottom:none;}
.head-nav .logo-section{height:70px}
.head-nav .total-menu {
    display: block;
    font-size: 15px;
    width: 130px;
    overflow: hidden;
    cursor: pointer;
    color: #2f2f30;
    line-height:50px;
    font-weight: 100;
    font-family: 'noto3',sans-serif;
    text-align:left;
    background:none;
    border:0;
    margin-left:5px;
}
.head-nav .total-menu img{
    vertical-align:middle;
    margin:-3px 0 0 0;
    padding-right:10px!important;
}


.head-nav .total-menu:focus{outline:none;}
.head-nav .head-gnb-section{ line-height:50px;height:50px;}
.head-nav .head-gnb-section li{float:left; }
.head-nav .head-gnb-section li a{display:block; padding:0 31px;color:#555555;font-size:15px;font-weight:100;font-family:'noto3',sans-serif;text-align:right;}
.head-nav .head-gnb-section li a.selected{font-family:'noto5',sans-serif;color:#d20155;}
.head-nav .head-gnb-section li:last-child a{padding-right:0}

.log_area {color:#d20155; height:68px; border-bottom:1px solid #7a7a7a;}
.logo_area {margin-top:19px;}
.logo_area h1 {background:url('/_skin/tpl_skin/basic_spa_new/logo.png') no-repeat; float:left; width:132px; height:31px; text-indent:-9999px;margin-top: 2px;}
.logo_sub {background:url('/_skin/tpl_skin/basic_spa/images/trade/common/logo_bar.png') no-repeat; float:left; margin-left:7px; display:block; height:33px; background-size:contain;}
.logo_sub h2 { /*! width:99px; */ height:31px; margin-left:18px; margin-top:4px; font-size:24px; letter-spacing:0.1px;font-family: 'noto5';font-weight: 100;}

.login_area {font-family:gulim; margin-top:17px; position:relative;}
.login_area .log_set span {display:inline-block; letter-spacing:-1px; margin:7px 10px 0 0; color:#000}
.login_area .log_set span a {color:#000}
.login_area .login input {background-color:#000; border:none; color:#888; width:120px; height:29px; padding-left:10px; font-size:12px}
.login_area .adm-p{position:absolute; top:34px; left:428px; z-index:999; border:1px solid #FFF; display:none;}
.login_area .login button {width:72px; height:31px; display:inline-block; background-color:#FDFF01; border:none; color:black; font-weight:bold; letter-spacing:-1px; cursor:pointer;}

.login_area .login_ok {color:#000;}
.login_area .login_ok strong {color:#000;}
.login_area .login_ok a {width:72px; line-height:31px; text-align:center; height:31px; display:inline-block; background-color:#3F3B36; border:none; color:#A19A8F; font-weight:bold; letter-spacing:-1px; cursor:pointer;}
.login_area .login_ok a.my_class {width:72px; height:31px; display:inline-block; background-color:rgb(254, 255, 109); border:none; color:#000; font-weight:bold; letter-spacing:-1px; cursor:pointer;}

.date_bn{
    float: right;
    height: 100%;
}
.date_bn a{
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'noto6';
    line-height: 19px;
    text-align: left;
    padding: 13px 26px 0 40px;
    position: relative;
}
.date_bn a::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/common/icon_calendar.png')right center no-repeat;
}
.date_bn a::after{
    width: 19px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
    content: '';
    background: url('/_skin/tpl_skin/basic_kumgo_renewal2/images/common/btn_default.png') center no-repeat;
}
.main-container{
    position:relative;
}

.snb-list-wrap{position:relative;height:auto;background:#ffffff;width:100%;font-family:'noto3','dotum';font-weight:100;
    /* border-bottom:1px solid #000000; */
    margin:0px 0 0 0;}

.snb-list-wrap.move1 .move-wrap{
    position:fixed;
    top:51px;
    left:0;
    width:100%;
    border-bottom:1px solid #000000;
}

.snb-list-wrap.move2{
    position:fixed !important;
    top:165px;
}
.snb-list-wrap .snb-list > li > a{position:relative;display:block;font-size:14px;color:#888888;text-align:center}
.snb-list-wrap .snb-list > li > a:hover,
.snb-list-wrap .snb-list > li > a:focus{color:#000000}
.snb-list-wrap .snb-list > li > a.selected{color: #000000;}

.snb-list-wrap .snb-list> li.apply-go{float:right !important}
.snb-list-wrap .snb-list> li.apply-go a,
.snb-list-wrap .snb-list> li.apply-go a:link,
.snb-list-wrap .snb-list> li.apply-go a:visited,
.snb-list-wrap .snb-list> li.apply-go a:active,
.snb-list-wrap .snb-list> li.apply-go a:focus{display:block;color:#fff;background-color:#df0000;padding:0 22px;text-decoration:none}
.snb-list-wrap .snb-list> li.apply-ago a:hover{background-color:#ea0d0d;color:#fff}


.snb-list-wrap .move-wrap{
    background:#fff;
}
.snb-list-wrap .move-wrap.active{
    top:50px;
    width:100%;
    background:#fff;
    border-bottom:1px #000 solid;
    z-index:2;
}
.snb-list-wrap .table-wrap{
    width:1000px;
    margin:0 auto;
    display:table;
    text-align:left;
}
.snb-list-wrap.style2 .snb-list{
    text-align:center;
    padding-top: 5px;
}
.snb-list-wrap .move-wrap .snb-list{
    text-align:left;
}
.snb-list-wrap.style1 .snb-list> li{float:left;display:block}
.snb-list-wrap.style2 .snb-list> li{display:inline-block; margin-left: 0;}

.snb-list-wrap.style1 .snb-list > li > a{width:140px;padding:0}
/* .snb-list-wrap.style2 .snb-list > li > a{
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #ccc;
} */
.snb-list-wrap.style2 .snb-list > li > a.nodrop{
    pointer-events: none;
    cursor: default;
}

.move-head.active .sub_memu_top {
    display: none;
}
.sub_memu_top {padding:54px 0; box-sizing:border-box; margin-top: 50px}

.sub_memu_top h2{position:relative; font-size:33px;padding-top:22px;}
.sub_memu_top h2::after{position:absolute; left:0; top:-9px; width:30px;height:4px; content:''; display:block; background:#ffffff;}
.sub_memu_top > .w1000 p {font-size:17px;margin-top:16px;}




.snb-list-wrap .mid{
    display: table;
    width:1000px;
    margin:0 auto;
}
.snb-list-wrap .mid .snb-list{
    text-align: left;
}
.snb-list-wrap .tab-menu,
.snb-list-wrap .contents-title{
    display: table-cell;
    vertical-align: middle;
    box-sizing:border-box;
}
.snb-list-wrap .tab-menu{
    width:75%;
}
.snb-list-wrap .contents-title{
    width:25%;
}


.top-wrap.on .top_memu{
    display: none;
}

.exam_menu {background:url('/_skin/tpl_skin/common_images/sub_head/exam_info.png') center no-repeat;  color:#ffffff}
.study_menu {background:url('/_skin/tpl_skin/common_images/sub_head/study_data.png') center no-repeat;  color:#ffffff}
.bbs_menu {background:url('/_skin/tpl_skin/common_images/sub_head/community.png') center no-repeat; color:#ffffff}
.book_menu {background:url('/_skin/tpl_skin/common_images/sub_head/book.png') center no-repeat; color:#ffffff}
.top.apply {background:url('/_skin/tpl_skin/common_images/sub_head/apply.png') center no-repeat; color:#ffffff}

/***********
* 레이아웃 *
************/
.container{
    position:relative;
    padding:50px 0 0 0;
}
.container.master.on{
    padding:137px 0 0 0;
}
.snb-list-wrap.style1  .snb-list> li{
    float:left;
    display:block;
}
.snb-list-wrap.style1  .snb-list> li.apply-go{
    float:right;
}
.snb-list-wrap.style1  .snb-list> li.apply-go a{
    display: block;
    color: #fff;
    background-color: #df0000;
    width:185px;
    padding:0;
    text-align:center;
    text-decoration: none;
}
.snb-list-wrap.style1  .snb-list> li.apply-go a:hover{
    background-color: #ea0d0d;
}


.snb-list-wrap .snb-list > li > a:hover,
.snb-list-wrap .snb-list > li > a:focus,
.snb-list-wrap .snb-list > li > a.selected{
    color: #000000;
    font-family:'noto5';
}
/* .snb-list-wrap .snb-list > li > a.selected:before{
    content: '▼';
    position: absolute;
    width: 100%;
    height: 2px;
    top: -27px;
    left: 0;
    font-size: 11px;
} */
.snb-list-wrap .snb-list > li.sub-item > a{
    padding-right:30px;
}
.snb-list-wrap .snb-list > li.sub-item > a::after{
    content:'\25BE';
    position:absolute;
    right:12px;
    top:0;
    /*font-size:10px;*/
}
.snb-list-wrap .snb-list > li.active > .sub-list-2depth{
    max-height:800px !important;
    transition: max-height .3s;
}
.snb-list-wrap .snb-list > li > .sub-list-2depth{
    position:absolute;
    overflow:hidden;
    left:0;
    top:45px;
    font-size:13px;
    z-index:3;
    width:100%;
    max-height:0;
    transition: max-height .3s;
}
.snb-list-wrap .snb-list > li > .sub-list-2depth > li{
    border:1px solid #ccc;
    border-top:none;
}
.snb-list-wrap .snb-list > li > .sub-list-2depth > li:first-child{
    border-top:1px solid #ccc;
}
.snb-list-wrap .snb-list > li > .sub-list-2depth > li > a{
    display:block;
    text-align:center;
    background:#fff;
}
.snb-list-wrap .snb-list > li > .sub-list-2depth > li > a:hover{
    color:red;
}


.content-title{
    position:relative;
    margin-bottom:35px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
}
.subpage-title{
    position:relative;
    font-family:'noto2','dotum',sans-serif;
    font-weight:600;
    font-size:27px;
    color:#44413f;
    line-height:30px;
}
.loction-navi{
    position:absolute;
    right:0;
    bottom:16px;
    margin-bottom:0 !important;
    font-size:13px;
    color:#333333;
    font-family:'dotum';
}
.loction-navi span{
    font-weight:600;
    color: rgb(20,46,154);
}
/***************
* 공통 스타일  *
****************/
.banner-wrap{background:url('/_skin/tpl_skin/basic_craftman/n190508/teacher/bottom_bn_.png') center center no-repeat #17a8e1 ;height:158px;}
.banner-wrap a{display:block;width:1000px;height:150px;margin:0 auto;text-align:center;}


.contents-title{
    width:22%;
    height:52px;
    line-height:52px;
    margin-bottom:33px;
   /* border-bottom:1px solid #525252;*/
}

.contents-title > h3 {
    float:left;
    font-size:21px;
    font-family:'noto5';
}

.contents-title > p {
    float:right;
    font-size:13px;
    margin-top:4px;
    color:#6a6a6a;
}

.contents-title .col-darkblue {
    color:#d20155;
    font-family:'noto5';
}

.color-orange {
    color:#ff6c35 !important;
    font-family:'noto5';
}


/***************
* 공통 스타일  *
****************/
/**/
.apply .btn{display:block;position:absolute;font-size:0;text-indent:-99999px;overflow:hidden;}
.container.bbs-container{padding-top:149px;}
.container.sub-container{padding-top:0;font-size:15px; line-height:1.6em; font-family:'noto3','dotum'; font-weight:300;word-spacing:1px;}
.container.sub-container.bbs.on{padding-top:85px;}

.container.sub-container .content{
    padding-top: 0px;
    padding-bottom: 40px;
    border:1px transparent solid;
}

/*h스타일*/
.content-h2{
    position:relative;
    margin-bottom:35px;
    font-family:'noto5','sans-serif;'
    font-weight:600;
    font-size:24px;
    color:#44413f;
    line-height:30px;

}
.content-h3{
    position:relative;
    margin-bottom:15px;
    font-family:'noto5',sans-serif;
    font-weight:600;
    font-size:19px;
    line-height:20px;
    color:rgb(54,54,54);
}
.content-h3::before{
    content: '';
    width: 40px;
    height: 4px;
    background: rgb(20,46,154);
    display: block;
    position: absolute;
    left: 0;
    bottom: 38px;

}
.content-h4{
    position:relative;
    margin-top:30px;
    margin-bottom:15px;
    padding-left:18px;
    font-family:'noto5',sans-serif;
    font-weight:600;
    font-size:17px;
    line-height:20px;
    /*color:#f77b31*/
}
.content-h4::before{
    content:'\00B7';
    display:block;
    position:absolute;
    left:0;
}
.content-text{
    font-family:'noto3'',sans-serif;'
    font-weight:300;
    word-break:keep-all;
    word-wrap:break-word;
}
.container.exam-info strong{
    font-family:'noto5',sans-serif;
    font-weight:600;
}

/*탭메뉴*/
.exam-tab-wrap{
    width:100%;
    padding-bottom: 100px;
}

.exam-tab-wrap.item1 > .tab-menu > li{width:100%;}
.exam-tab-wrap.item2 > .tab-menu > li{width:50%;}
.exam-tab-wrap.item3 > .tab-menu > li{width:33%;}
.exam-tab-wrap.item3 > .tab-menu > li:first-child{width:34%;}
.exam-tab-wrap.item4 > .tab-menu > li{width:25%;}

.exam-tab-wrap .tab-menu{
    overflow:hidden;
    margin-bottom:50px;
}
.exam-tab-wrap .tab-menu li{
    float:left;
}
.exam-tab-wrap .tab-menu li a{
    display:block;
    height:50px;
    color: #5d5e58;
    font-family: 'noto2';
    font-weight: 100;
    line-height:50px;
    font-size:17px;
    text-align:center;
    border:2px solid #cdcec8;
    background:#cdcec8;
}
.exam-tab-wrap .tab-menu li a.selected{
    transition: background .5s , border .5s;
    font-family:'noto5';
    font-weight:600;
    background: #18a8e2;
    color: #fff;
    border: 2px solid #18a8e2 !important;
}
.exam-tab-wrap .tab-menu li a:not(.selected):hover{
    transition: background .2s , border .2s;
    background:#b9bab3;
    border:2px solid #b9bab3;
}

/*테이블*/
.content-table{
    width:100%;
    /*font-size:14px;*/
}
.content-table th{
    padding:15px 0px;
    font-weight:300;
}
.content-table td{
    padding:15px 15px;
}
.content-table .last td,
.content-table .last th,
.content-table .border-bottom{
    border-bottom:1px solid #ccc;
}
.content-table tr.strong,
.content-table.style1 tfoot tr{
    font-family:'noto5';
    font-weight:600;
    background:#f2f2f2;
}
.content-table tbody th {
    background: #ededed;
    font-weight:600;
}
.content-table thead th{
    background:#757575;
    color:#fff;

}


/* 스타일1*/
.content-table.style1{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.content-table.style1 caption{
    width:1px;height:1px;
    overflow:hidden;visibility:hidden;
    line-height:0;font-size:0;
    position:absolute;left:-9999px
}
.content-table.style1 thead th{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
.content-table.style1 tbody th,
.content-table.style1 tbody td,
.content-table.style1 tfoot th,
.content-table.style1 tfoot td{
    border:1px solid #ccc;
}
.content-table.style1 tfoot th{
    background:#f2f2f2;
}


/* 스타일2*/
.content-table.style2{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.content-table.style2 caption{
    width:1px;height:1px;
    overflow:hidden;visibility:hidden;
    line-height:0;font-size:0;
    position:absolute;left:-9999px;
}
.content-table.style2 thead th{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
.content-table.style2 tbody th,
.content-table.style2 tbody td{
    border:1px solid #ccc;
}
.content-table.style2 tbody th{
    background:#ededed;
}


/*리스트 스타일*/
/*넘버링에 따른 종류*/
.list-dash li, .list-dot li{margin-bottom:2px;}
.list-num{list-style-type:decimal; list-style-position: outside; padding-left:15px}
.list-circle{list-style-type: disc !important; list-style-position: outside; padding-left:18px}
.list-dash > li{position:relative; padding-left:12px}
.list-dash > li::before{content:'\2013'; display:block; position:absolute; left:0}
.list-dot > li{position:relative; padding-left:12px}
.list-dot > li::before{content:'\00B7'; display:block; position:absolute; left:0}

.list-number-box{
    overflow:hidden;
}
.list-number-box li{position:relative;display:table;text-align:center;float:left;border:2px solid #000;padding:20px 0;margin-left:10px;}
.list-number-box li:first-child{margin-left:0;}
.list-number-box li > span.num{position:absolute;display:block;width:20px;height:20px;top:0;left:0;font-size:14px;line-height:20px;color:#fff;background:#000;}
.list-number-box li > div.content{display:table-cell;width:100%;height:100%;vertical-align:middle;}
.list-number-box.item3 li{width:276px;}
.list-number-box.row3 li{height:72px;}

.list-title-content >li {overflow:hidden;}
.list-title-content >li .title,
.list-title-content >li .con{display:block;float:left;}
.list-title-content >li .title{padding-right:5px;}
.list-title-content >li .con{}
/***************
* 게시판       *
****************/
.csinquery-top-img{margin-top:50px}
.A-board-wrap{padding-bottom:0 !important;}
.close-preview{display:none;}



/*유튭*/
 #poster_youtube_sampleSection1{
display:none;
position:relative !important;
}
.sd-sample-player:hover #poster_youtube_sampleSection1{
display:block;
    z-index:0;
background: url('/_skin/tpl_skin/basic_trade_eng/images/teacher/player_icon_over1.png') 0px 0px no-repeat;
}

.sd-sample-player:hover #player_icon_over{
display:none;
}

.dday{
    font-family:'noto3';
}



/*공통 푸터 배너*/
.footer_banner{
    width:100%;
    background:#935c59;
    padding:15px 0 0 0
}
.footer_banner a{
    width:1000px;
    margin:0 auto;
    display:block;
}


/*기출문제 ,, 게시판*/

