*,
::before,
::after {
  box-sizing: border-box;
}
.noto {
  font-family: 'Noto Sans KR';
}
em,
i {
  font-style: normal;
}
.container_wrap {
  padding-top: 0;
}

.inner {
  position: relative;
}

.colorBg {
  padding: 0;
  background: #f9f5f5 url(../img/license/license02.jpg) no-repeat center top / cover;
  transition: all 0.5s;
}
label {
  cursor: pointer;
}
.step {
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  color: #242424;
  background: #f5f5f5;
  padding: 2px 10px;
  border-radius: 30px;
  width: fit-content;
  text-align: center;
  margin-right: 5px;
  line-height: 30px;
}

/*전체선택*/
fieldset {
  float: right;
}

.checkbox_wrap {
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #292929;
  font-family: 'Malgun Gothic';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_wrap input {
  /* position: absolute; */
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #f8f8f8;
  border: solid 1px #d5d5d5;
}
.white {
  background: #fff;
}

.checkbox_wrap:hover input ~ .checkmark {
  background: #eee;
}

.checkbox_wrap input:checked ~ .checkmark {
  background: #9c57f5;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox_wrap input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_wrap .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .colorBg:hover{-webkit-transform: scale(1.1); transform: scale(1.1); } */
.imgBanner {
  width: 100%;
  height: 340px;
  box-shadow: unset;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.imgBanner h1 {
  padding-top: 140px;
  font-size: 40px;
}

.imgBanner span {
  position: relative;
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  line-height: 28px;
}

.imgBanner span::before,
.imgBanner span::after {
  display: block;
  content: '';
  position: absolute;
  right: 75px;
  top: 45%;
  width: 45px;
  border-bottom: solid 1px #fff;
  opacity: 0.5;
}

.imgBanner span::after {
  left: 75px;
}

#topAdv_Bn {
  margin: 0 auto 50px;
  height: 55px;
  padding: 0 30px;
  position: relative;
  background: #f6f6f6;
  border-top: 1px solid #dfdfdf;
}

#topAdv_Bn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

#topAdv_Bn ul li {
  flex: 1;
  flex-basis: 208px;
  width: 208px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  line-height: 53px;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 14px;
  margin-top: -1px;
}

#topAdv_Bn ul li:last-child {
  border: 0;
}

#topAdv_Bn ul li a {
  display: block;
}

#topAdv_Bn ul li a:hover,
#topAdv_Bn ul li a.active {
  color: #9c57f5 !important;
  border-top: solid 3px #bc8ff0;
  width: 100%;
  font-size: 16px;
  background: #fff;
}

#licenseAdv_Bn {
  margin: 30px auto;
  text-align: center;
}
.container_wrapPri{
  display: flex;
  justify-content: center;
}
/*hotKeyword*/
.left_information {
  background: #fff;
  width: 200px;
  margin-right: 50px;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: -80px;
}


.left_information.fixed{
  position: fixed;
  top: 170px;
  left: 240px;
}

#left_information.fixed {
  position: fixed;
  top: 230px;
}


.left_information li ~ li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* border-bottom: solid 1px #f2f2f2; */
  box-sizing: border-box;
}

.left_information li.on a {
  color: #9c57f5;
  font-weight: bold;
}

.left_information ul li a:hover,
.left_information ul li a.active {
  color: #9c57f5 !important;
}

.icoBullet {
  position: absolute;
  top: 18px;
  left: -7px;
  width: 15px;
  height: 15px;
  border: 1px solid #9c57f5;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s linear;
}

/*.userprofile-info-wrapper*/
.userprofile_info_wrapper {
  width: 100%;
  height: auto;
  border: 3px solid transparent;
  background: linear-gradient(to right, white, white), linear-gradient(135deg, #add0ff, #bc8ff0);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 24px;
}

.user_profile{
   width: 90px;
   height: 90px;
   display: block;
   box-shadow: inset 2.5px 1.7px 7px 0 rgb(0 0 0 / 10%);
   background-color: rgb(255, 255, 255);
   border-radius: 50%;
   text-align: center;
   margin: 0 auto;
 }
.user_picture {
  width: 100%;
  font-size: 0;
  line-height:90px;
}
.user_picture img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.username-wrapper {
  font-weight: bold;
  /*font-size:16px;*/
  font-size: 13px;
  margin: 10px 0;
}
.username-wrapper p{
  font-weight: bold;
  color: #292929;
  font-size: 15px;
}
.username-wrapper p span{
  font-weight: normal;
}
.username-wrapper .D_day {
  color: #ea4040;
  margin-right: 10px;
}
.userinfo_wrap .cm_cnt_wrap{
  margin-top: 10px;
  font-size: 14px;
}

.userinfo_wrap .cm_cnt_wrap div{
  margin-bottom: 10px;
  text-align: left;
}

.userinfo_wrap .cm_cnt_wrap .cm_tit{
  color: #242424;
  letter-spacing: -0.5px;
  font-weight: bold;
}

.userinfo_wrap .cm_cnt_wrap .cm_cnt{
  float: right;
  font-weight: bold;
  color: #6e6e6e;
}
.userinfo_wrap .cm_cnt_wrap .cm_cnt .unit{
  font-weight: normal;
}
.point {
  font-weight: 400;
  margin: 10px 0;
}
.coin {
  display: inline-block;
  background: #f7b658;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
  font-weight: bolder;
}
.btn-wrapper a {
  display: block;
  border: solid 1px #eae3f5;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
  color: #464646;
}

/* mainContent */
.main_list {
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width:700px){
  .main_list {
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 20px !important;
  }
}
.main_list.fixed {
  padding-left: 250px;
}

.main_list .tit {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 12px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: 'Noto Sans KR';
}

.main_list .tit em {
  position: absolute;
  left: 0;
  top: 3px;
  height: 22px;
  line-height: 22px;
  margin-right: 12px;
  width: 2px;
  border: solid 1px #7876fe;
  background-color: #7876fe;
}
.main_list .tit span {
  font-size: 13px;
  margin-left: 8px;
  display: inline-block;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: 0;
}
.main_list .sub_tit {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.main_list .sub_tit i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #bbbbbb;
  border-radius: 30px;
  vertical-align: middle;
  margin: 0px 3px 3px 0;
}

.main_list p {
  line-height: 28px;
  letter-spacing: -0.5px;
  word-break: keep-all;
  /* margin-bottom: 30px; */
}

/*notice*/
.notice {
  position: relative;
  border-radius: 30px;
  width: fit-content;
  padding: 0 30px;
  font-weight: bold;
  margin-bottom: 40px;
  background: #fcf3f3;
}

.notice::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url(../img/license/notice.png) no-repeat center left content-box;
}

.notice p {
  margin-left: 25px;
  line-height: 30px;
  padding: 10px 0;
}

.notice span {
  font-weight: lighter;
}

.mt-80 {
  margin-top: 80px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-10 {
  margin-right: 10px;
}

/*
table,
th,
td {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  /*min-width: 100px;* /
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table th{
  text-align: center;
  line-height: 20px;
  padding: 7px;
  box-sizing: border-box;
}


table tr {
  height: 100px;
}

table td {
  padding: 0 20px;
  line-height: 26px;
  box-sizing: border-box;
}

tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
*/

.sample {
  text-align: center;
  margin: 20px;
  font-size: 16px;
  color: #fff;
  height: 90px;
  line-height: 90px;
  background: #e5e5e5;
  box-sizing: border-box;
  letter-spacing: 3px;
  font-family: 'Noto Sans KR';
}

.new,
.hot {
  display: inline-block;
  content: 'new';
  background: #f36347;
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 15px;
  padding: 2px 5px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  border-radius: 5px;
  margin-left: 15px;
}

.hot {
  content: 'hot';
  background: #f3c047;
}

/*search*/

.search_wrap {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 600px;
}

.searching {
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.search_list {
  width: 140px;
  border: solid 1px #c0c0d3;
  border-radius: 5px 0px 0px 5px;
  border-right-style: none;
  padding-left: 15px;
}

.search-input {
  border: solid 1px #c0c0d3;
  padding: 0 10px 0 20px;
  border-radius: 0px 5px 5px 0px;
  border-left-style: none;
  width: 60%;
}

/*btn*/
.search_btn {
  width: 95px;
  margin-left: 10px;
  text-align: center;
  display: block;
  background: #c0c0d3;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  line-height: 40px;
  border-radius: 5px;
}

.action-row {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.action-row .next_btn {
  position: relative;
  margin: 80px 0 100px 0;
  width: fit-content;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  background: #9c57f5;
  color: #fff;
  text-align: center;
  border: solid 2px transparent;
}

.action-row .next_btn:hover {
  background: #fff;
  color: #9c57f5;
  border: solid 2px #9c57f5;
}
.action-row .next_btn span {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(-25%, -50%);
}
.action-row .next_btn span img {
  transform: rotate(-90deg);
}

.selectAll_del {
  background: #fff;
  border: solid 1px #bfb2d3;
  padding: 7px 11px;
  color: #717171;
  font-size: 12px;
  margin-bottom: 20px;
}
.selectAll_del:hover {
  background: #f8f8f8;
}

.selectAll_del:active {
  transform: translateY(5px);
}

.selectAll_del:focus {
  border: solid 1px #bfb2d3;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #c0c0d3 !important;
  -moz-box-shadow: 0 0 5px #c0c0d3 !important;
  box-shadow: 0 0 5px #c0c0d3 !important;
  border: 1px solid #c0c0d3;
}

.till {
  color: #f15959;
}
.bold {
  font-weight: bold;
}

.view_more {
  float: right;
  font-size: 13px;
  border: solid 1px #bfb2d3;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #717171;
}


/*페이징*/
.paging {
  text-align: center;
  padding: 20px 0 30px 0;
}

.paging ul {
  display: inline-block;
  overflow: hidden;
}

.paging ul li {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #f4eefc;
  margin: 0 3px 0 3px;
  font-size: 12px;
  color: #242424;
  text-align: center;
  cursor: pointer;
}

.paging ul li.on {
  background-color: #9c5df7;
  color: #fff;
}

.paging ul li.btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid 1px #dadada;
  margin: 0;
}

.paging ul li.btn_first {
  background-image: url("/img/cardList/bMagazine/m_bMagazine/btn_first.png");
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.paging ul li.btn_prev {
  background-image: url("/img/cardList/bMagazine/m_bMagazine/btn_prev.png");
  margin: 0 12px 0 -1px;
  border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
}

.paging ul li.btn_next {
  background-image: url("/img/cardList/bMagazine/m_bMagazine/btn_next.png");
  margin: 0 0 0 12px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.paging ul li.btn_last {
  background-image: url("/img/cardList/bMagazine/m_bMagazine/btn_last.png");
  margin: 0 0 0 -1px;
  border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
}

.list-unstyleda a{
  width: 65px;
  margin-left: 4px;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  background-color: #9a57f4;
  border-radius: 8px;
}
/*#aside_wrap{*/
/*  border-right: 0;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  margin-top: 20px;*/
/*}*/
/*#aside_wrap.fixed{*/
/*  top: 430px;*/
/*  left: 240px;*/
/*}*/



@media screen and (max-width: 1750px) {
  .left_information.fixed{
    position: fixed;
    left: 0;
  }

  #aside_wrap.fixed{
    position: fixed;
    left: 0;
  }
}
