@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div:after,
ul:after {
  content: '';
  clear: both;
  display: block;
}

button,
fieldset,
img {
  border: 0;
}

input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}

dl,
li,
menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

button,
input,
select,
textarea,
img {
  vertical-align: top;
}

button {
  background-color: transparent;
  cursor: pointer;
}

table {
  word-break: normal;
}

body {
  -webkit-text-size-adjust: none;
  background: #fff;
  word-break: break-all;
}
/* 팝업 창 css */
.contents-popup{
    width: 40%;
    height: 80%;
    background-color: white;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 2;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}
#certification-list ul,
#certification-list ul li,
#certification-list ul li a{
	margin-top: 10px;
}
#certification-list{
	margin-left: 10px; 
	width: 97%; 
	height: 48%; 
	overflow: scroll;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#certification-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
#level-role{
	display:block; 
	margin-bottom: 20px; 
	width: 100%; 
	background-color: #D9D9D9; 
	border-radius: 5px; 
	padding: 5px;
}
#contents-name{
	display:block; 
	width: 100%;
}
#move-contents-detail{
	background-color: #D9D9D9; 
	border-radius: 5px; 
	padding: 5px 20px 5px 20px; 
	cursor: pointer;
}
.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
    display: none;
}

input.input{
	width: 100%; 
	height: 100%; 
	padding-left: 20px; 
	font-size: 20px; 
	border: 1px solid #d0d0d0; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

input:checked[type=checkbox] {
  background-color: #666;
  -webkit-appearance: checkbox;
}

html input[type=button],
input[type=reset],
input[type=text],
input[type=password],
input[type=submit],
input[type=search],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

body,
button,
input,
select,
td,
textarea,
th {
  font-family: "나눔고딕", "Nanum Gothic", serif;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

*:focus {
  outline: 0 !important;
}

select.select {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 20px;
  background: url("../../images/learn/arr_down2.png") no-repeat 95% 50%;
  color: #676566;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

select.select:focus {
  outline: 0 !important;
}

select.select::-ms-expand {
  display: none;
}

#wrap {
  width: 1320px;
  margin: 0 auto;
}

.header {
  margin-top: 50px;
}

.header h1 {
  display: block;
  float: left;
}

.header .gnb {
  float: right;
  font-size: 18px;
}

.header .gnb li {
  height: 40px;
  line-height: 40px;
  float: left;
}

.header .gnb li:nth-child(2)::before, .header .gnb li:nth-child(3)::before {
  content: '/';
  color: #616161;
  font-weight: 500;
  padding: 0 25px;
}

.header .gnb li a {
  color: #1e1e1e;
  font-weight: bold;
}

.header .gnb li a:hover {
  color: #126caa;
}

.header .gnb li .btn_login {
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: #0277bd;
  padding: 0 15px 0 15px;
  font-weight: bold;
  text-align: left;
  margin-left: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.header .gnb li .btn_login i {
  background: url("../../images/learn/ic_key.png") no-repeat 0 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 10px;
  background-size: 100% 100%;
}

.header .gnb li .btn_login.logout i {
  background: url("../../images/learn/ic_unkey.png") no-repeat 0 0;
}

.vs_img {
  margin-top: 15px;
}

.vs_img img {
  /* max-width: 100%; */
  height: 150px;
  width: 1320px;
}

.main_content_title {
  margin-top: 30px;
  background: #e7e7e7;
  border-radius: 10px;
  padding: 8px 0 8px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #0072c8;
}

.main_content_title i {
  background: url("../../images/learn/ic_pen.png") no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 25px;
  background-size: 100% 100%;
}

.search_wrap {
  margin-top: 30px;
}

.search_wrap ul {
  margin: 0 20px;
}

.search_wrap ul li {
  width: 396px;
  height: 45px;
  float: left;
  margin-right: 7px;
}

.search_wrap ul li:last-child {
  width: auto;
  margin-right: 0;
}

.search_wrap .btn_reset {
  background: #939393;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 70px;
  height: 45px;
  border-radius: 5px;
}

.list_wrap {
  margin-top: 40px;
}

.list_wrap ul {
  margin-right: 20px;
}

.list_wrap ul li {
  width: 23.5%;
  margin: 0 0 1.5% 1.5%;
  float: left;
}

.list_wrap .box {
  position: relative;
  width: 100%;
  height: 300px;
  border: 1px solid #126fa3;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.list_wrap .box .head {
  height: 73px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #126caa url(../../images/learn/pt_boxtop.png) no-repeat 8px 0;
  border-bottom: 1px solid #126fa3;
}

.list_wrap .box .head .badge {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 108px;
  height: 37px;
  border: 2px solid #fff;
  line-height: 33px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #126caa;
}

.list_wrap .box .head .badge_img {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 100px;
  height: 100px;
}

.list_wrap .box .head .badge_img img {
  width: 100px;
  height: 100px;
}

.list_wrap .box .cont {
  height: 170px;
  padding: 30px 20px;
}

.list_wrap .box .cont .pd_name {
  width: 60%;
  color: #333333;
  font-size: 12px;
}

.list_wrap .box .cont .pd_title {
  margin-top: 20px;
  line-height: 1.2;
  color: #126caa;
  font-size: 22px;
  font-weight: bold;
}

.list_wrap .box .info {
  margin: 0 18px;
  padding: 7px;
  text-align: center;
  color: #333333;
  background: #e7e7e7;
  font-size: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btn_center_wrap {
  margin-top: 30px;
  text-align: center;
}

.btn_center_wrap button {
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  width: 160px;
  height: 50px;
  border: 1px solid #dde1e2;
}

.btn_center_wrap button i {
  background: url("../../images/learn/arr_down.png") no-repeat 0 0;
  display: inline-block;
  width: 34px;
  height: 23px;
  vertical-align: middle;
  margin-left: 10px;
  background-size: 100% 100%;
}

.sub_cont_start {
  display: table;
  margin-top: 25px;
  background: url("../../images/learn/bg_cont_title.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 210px;
  text-align: center;
}

.sub_cont_start .text_wrap {
  display: table-cell;
  vertical-align: middle;
}

.sub_cont_start .text_wrap .title_info {
  color: #534c42;
  font-size: 20px;
}

.sub_cont_start .text_wrap .title_des {
  color: #000000;
  font-size: 35px;
  font-weight: bold;
  padding: 20px 0 25px 0;
}

.sub_cont_start .text_wrap .btn_start {
  width: 214px;
  height: 38px;
  color: #534c42;
  font-size: 22px;
  border: 1px solid #7a8187;
  background: #fff;
}

.sub_cont {
  margin-bottom: -100px;
}

.sub_cont .info_text {
  padding-top: 40px;
  padding-bottom: 120px;
  border-left: 1px solid #eeeeee;
  float: right;
  width: 80%;
  padding-left: 30px;
}

.sub_cont .info_text .sub_title {
  font-size: 25px;
  /* color: #1e598f; */
  background: url("../../images/learn/bu_2.png") no-repeat 0 0;
  padding-left: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sub_cont .info_text .sub_text {
  font-size: 18px;
  line-height: 1.7;
  color: #5f707a;
  margin-bottom: 35px;
  padding-left: 30px;
}

.sub_cont .info_des {
  padding-top: 40px;
  width: 20%;
  float: left;
  padding-left: 50px;
  padding-bottom: 150px;
  position: relative;
}

.sub_cont .info_des .lec_list li .s_tite {
  background: url("../../images/learn/bu_1.png") no-repeat 0 center;
  color: #2b3445;
  font-size: 19px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 15px;
}

.sub_cont .info_des .lec_list li .s_sub {
  color: #5f707a;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.sub_cont .info_des .list_btn {
  position: absolute;
  left: 54px;
  bottom: 0;
}

.sub_cont .info_des .list_btn .btn_list {
  display: block;
  width: 164px;
  height: 57px;
  /* color: #fff; */
  color: black;
  font-size: 20px;
  font-weight: bold;
  /* background: #1563b5; */
  background: white;
  margin-bottom: 8px;
  border: 1px solid black;
}

.sub_cont .info_des .list_btn .btn_start {
  display: block;
  width: 164px;
  height: 57px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: #fece40;
  border: 1px solid #fece40;
  margin-bottom: 8px;
}

.sub_cont .dot_list li {
  font-size: 18px;
  line-height: 1.7;
  background: url("../../images/learn/bu_3.png") no-repeat 0 center;
  padding-left: 20px;
  margin-left: 30px;
}

.sub_cont .dot_list li a {
  color: #5f707a;
}

#footer {
  padding: 25px 10px 30px 10px;
  margin-top: 100px;
  border-top: 1px solid #c3c7c6;
}

#footer ul {
  float: left;
  margin-top: 1.1em;
}

#footer ul li {
  margin-right: 15px;
  font-size: 16px;
  float: left;
}

#footer ul li a {
  color: #0072c6;
}

#footer .foot_logo {
  float: right;
}

@media (min-width: 758px) and (max-width: 1299px) {
  #wrap {
    width: 100%;
    padding: 0 10px;
  }
  .header {
    margin-top: 5px;
  }
  .header .gnb {
    font-size: 14px;
  }
  .header .gnb li {
    height: 33px;
    line-height: 33px;
  }
  .header .gnb li:nth-child(2)::before, .header .gnb li:nth-child(3)::before {
    padding: 0 20px;
  }
  .header .gnb li .btn_login {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 10px;
    margin-left: 25px;
  }
  .header .gnb li .btn_login i {
    width: 18px;
    height: 18px;
    margin-top: 7px;
    margin-right: 5px;
  }
  .header .gnb li .btn_login.logout i {
    background-size: 100% 100%;
  }
  .vs_img {
    margin-top: 3px;
  }
  .main_content_title {
    margin-top: 25px;
    padding: 6px 0 6px 15px;
    font-size: 15px;
  }
  .main_content_title i {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
  .search_wrap {
    margin-top: 20px;
  }
  .search_wrap ul {
    margin: 0 15px;
  }
  .search_wrap ul li {
    width: 19%;
    height: 38px;
    margin-right: 5px;
  }
  .search_wrap .btn_reset {
    width: 130px;
    height: 38px;
    font-size: 15px;
  }
  .list_wrap {
    margin-top: 30px;
  }
  .list_wrap .box {
    height: 265px;
  }
  .list_wrap .box .head {
    height: 60px;
    background: #126caa url(../../images/learn/pt_boxtop.png) no-repeat 4px 0;
    background-size: auto 100%;
  }
  .list_wrap .box .head .badge {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 80px;
    height: 29px;
    line-height: 25px;
    font-size: 12px;
  }
  .list_wrap .box .head .badge_img {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .list_wrap .box .head .badge_img img {
    width: 60px;
    height: 60px;
  }
  .list_wrap .box .cont {
    height: 145px;
    padding: 30px 20px;
  }
  .list_wrap .box .cont .pd_name {
    font-size: 11px;
  }
  .list_wrap .box .cont .pd_title {
    margin-top: 15px;
    font-size: 16px;
  }
  .list_wrap .box .info {
    margin: 9px;
    padding: 5px;
    font-size: 11px;
  }
  select.select {
    font-size: 15px;
  }
  .btn_center_wrap {
    margin-top: 20px;
  }
  .btn_center_wrap button {
    font-size: 16px;
    width: 125px;
    height: 40px;
  }
  .btn_center_wrap button i {
    width: 34px;
    height: 23px;
  }
  .sub_cont_start {
    margin-top: 25px;
    height: 210px;
  }
  .sub_cont_start .text_wrap .title_des {
    font-size: 45px;
    padding: 15px 0 20px 0;
  }
  .sub_cont_start .text_wrap .btn_start {
    font-size: 18px;
  }
  .sub_cont {
    margin-bottom: -80px;
  }
  .sub_cont .info_text {
    width: 75%;
    padding-left: 20px;
  }
  .sub_cont .info_text .sub_title {
    font-size: 20px;
    padding-left: 30px;
  }
  .sub_cont .info_text .sub_text {
    font-size: 16px;
  }
  .sub_cont .info_des {
    width: 25%;
    padding-left: 30px;
  }
  .sub_cont .info_des .lec_list li .s_tite {
    font-size: 18px;
    padding-left: 20px;
  }
  .sub_cont .info_des .list_btn {
    left: 30px;
  }
  .sub_cont .info_des .list_btn .btn_list {
    width: 150px;
    height: 48px;
    font-size: 18px;
  }
  .sub_cont .info_des .list_btn .btn_start {
    width: 150px;
    height: 48px;
    font-size: 18px;
  }
  .sub_cont .dot_list li {
    font-size: 18px;
    line-height: 1.7;
    background: url("../../images/learn/bu_3.png") no-repeat 0 center;
    padding-left: 20px;
    margin-left: 30px;
  }
  .sub_cont .dot_list li a {
    color: #5f707a;
  }
  #footer {
    padding: 15px 10px 20px 10px;
    margin-top: 80px;
  }
  #footer ul {
    float: left;
    margin-top: 1.1em;
  }
  #footer ul li {
    margin-right: 10px;
    font-size: 14px;
  }
}

@media (min-width: 335px) and (max-width: 757px) {
  #wrap {
    width: 100%;
    padding: 0 10px;
  }
  .header {
    margin-top: 20px;
  }
  .header h1 {
    display: block;
    float: initial;
  }
  .header .gnb {
    float: initial;
    font-size: 13px;
  }
  .header .gnb li {
    height: 30px;
    line-height: 30px;
  }
  .header .gnb li:nth-child(2)::before, .header .gnb li:nth-child(3)::before {
    padding: 0 5px;
  }
  .header .gnb li .btn_login {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    margin-left: 5px;
  }
  .header .gnb li .btn_login i {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-right: 5px;
  }
  .header .gnb li .btn_login.logout i {
    background-size: 100% 100%;
  }
  .main_content_title {
    border-radius: 0;
    margin-top: 10px;
    padding: 5px 0 5px 10px;
    font-size: 15px;
  }
  .main_content_title i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .search_wrap {
    margin-top: 10px;
  }
  .search_wrap ul {
    margin: 0;
  }
  .search_wrap ul li {
    float: initial;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .search_wrap ul li:last-child {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .search_wrap .btn_reset {
    display: block;
    width: 100%;
    height: 38px;
  }
  .list_wrap {
    margin-top: 20px;
  }
  .list_wrap ul {
    margin: 0 50px;
  }
  .list_wrap ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .list_wrap .box {
    height: 345px;
  }
  .list_wrap .box .head {
    height: 75px;
  }
  .list_wrap .box .head .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 108px;
    height: 37px;
    line-height: 33px;
  }
  .list_wrap .box .head .badge_img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
  }
  .list_wrap .box .head .badge_img img {
    width: 90px;
    height: 90px;
  }
  .list_wrap .box .cont {
    height: 220px;
  }
  select.select {
    font-size: 15px;
  }
  .btn_center_wrap {
    margin-top: 20px;
  }
  .btn_center_wrap button {
    font-size: 16px;
    width: 125px;
    height: 40px;
  }
  .btn_center_wrap button i {
    width: 34px;
    height: 23px;
  }
  .sub_cont_start {
    display: table;
    margin-top: 10px;
    height: 90px;
  }
  .sub_cont_start .text_wrap .title_info {
    font-size: 12px;
  }
  .sub_cont_start .text_wrap .title_des {
    font-size: 17px;
    padding: 5px 0 10px 0;
  }
  .sub_cont_start .text_wrap .btn_start {
    width: 138px;
    height: 25px;
    font-size: 15px;
  }
  .sub_cont {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .sub_cont .info_text {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 0;
    float: initial;
    width: 100%;
    padding-left: 0;
  }
  .sub_cont .info_text .sub_title {
    font-size: 20px;
    background: url("../../images/learn/bu_2.png") no-repeat 0 0;
    background-size: 20px;
    padding-left: 25px;
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .sub_cont .info_text .sub_text {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 35px;
  }
  .sub_cont .info_des {
    padding-top: 0;
    width: 100%;
    float: initial;
    padding-left: 0;
    padding-bottom: 0;
  }
  .sub_cont .info_des .lec_list {
    margin-left: 30px;
  }
  .sub_cont .info_des .lec_list li {
    margin-bottom: 10px;
  }
  .sub_cont .info_des .lec_list li::after {
    display: block;
    clear: both;
    content: '';
  }
  .sub_cont .info_des .lec_list li .s_tite {
    background-size: 10px;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    float: left;
    display: block;
  }
  .sub_cont .info_des .lec_list li .s_sub {
    float: left;
    display: block;
    color: #5f707a;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .sub_cont .info_des .list_btn {
    position: inherit;
    left: 0;
    bottom: 0;
    width: 285px;
    margin: 35px auto;
  }
  .sub_cont .info_des .list_btn .btn_list {
    float: left;
    width: 140px;
    height: 50px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .sub_cont .info_des .list_btn .btn_start {
    width: 140px;
    height: 50px;
    font-size: 16px;
  }
  .sub_cont .dot_list li {
    font-size: 14px;
    background: url("../../images/learn/bu_3.png") no-repeat 0 10px;
    padding-left: 15px;
    margin-left: 30px;
  }
  #footer {
    padding: 10px 10px 10px 10px;
    margin-top: 40px;
  }
  #footer ul {
    float: left;
    margin-top: 1.1em;
  }
  #footer ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .foot_logo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #footer .foot_logo a {
    float: left;
    display: block;
  }
  #footer .foot_logo a img {
    width: 120px;
  }
}
/*# sourceMappingURL=common.css.map */