/* ============================================================================================ */
/* [Web Font]
/* ============================================================================================ */
@font-face {
  font-family: "NanumBarunGothic";
  src: url("../fonts/NanumBarunGothicUltraLight.ttf") format("ttf"), url("../fonts/NanumBarunGothicUltraLight.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url("../fonts/NanumBarunGothicLight.ttf") format("ttf"), url("../fonts/NanumBarunGothicLight.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url("../fonts/NanumBarunGothic.ttf") format("ttf"), url("../fonts/NanumBarunGothic.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url("../fonts/NanumBarunGothicBold.ttf") format("ttf"), url("../fonts/NanumBarunGothicBold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}


/* ============================================================================================ */
/* [Reset]
/* ============================================================================================ */
html {
  font-size: 16px;
  font-family: "NanumBarunGothic", sans-serif;
  color: #181E36;
  letter-spacing: -0.025rem;
}

html,
body {
  width: 100%;
  height: 100%;
}

html body * {
  line-height: 1.5em;
}

html[lang="ko-KR"],
html[lang="ko"] {
  font-family: "NanumBarunGothic", sans-serif;
}

html[lang="ko-KR"] body,
html[lang="ko"] body {
  font-size: 16px;
  font-weight: 400;
}

html[lang="en"],
html *[lang="en"] {
  font-family: "NanumBarunGothic", sans-serif;
}

html[lang="en"] body,
html *[lang="en"] body {
  font-size: 18px;
  font-weight: 400;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[disabled] {
  opacity: 0.35;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
form,
fieldset,
blockquote,
iframe {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
}

article,
aside,
canvas,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

command,
datalist,
keygen,
mark,
meter,
progress,
rp,
rt,
ruby,
time,
wbr {
  display: inline;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}

fieldset {
  border: 0;
}

ul,
ol,
li {
  list-style: none;
}

hr {
  display: none;
  border: 0;
}

pre {
  white-space: pre-wrap;
}

legend,
caption {
  display: none;
  clear: both;
}

a {
  color: inherit;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  word-break: keep-all;
}

em,
i,
address,
cite {
  font-style: normal;
  font-weight: normal;
}

input,
textarea,
select,
button,
table {
  font-size: inherit;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  background-color: transparent;
}

button,
select {
  cursor: pointer;
}

textarea,
input,
select {
  border-radius: 0;
  border: 0;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  border-collapse: collapse;
}

progress[value] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-size: auto;
}

progress[value][role][aria-valuenow] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-size: auto;
}

progress[value][role][aria-valuenow]:after {
  background-image: none;
}

progress[value][role][aria-valuenow]:before {
  display: table;
}

progress[value][role][aria-valuenow] strong {
  display: none;
}

progress[value][role][aria-valuenow]::-webkit-progress-value,
progress[value][role][aria-valuenow]::-webkit-progress-inner-element {
  display: table;
}

progress[value][role][aria-valuenow]::-webkit-progress-bar {
  display: table-cell;
}

progress[value][role][aria-valuenow]::-moz-progress-bar,
progress[value][role][aria-valuenow]::-webkit-progress-value {
  display: table;
}

textarea {
  color: inherit;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
  cursor: pointer;
}

input[type="button"],
input[type="text"],
input[type="image"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:checked[type="checkbox"] {
  background-color: #fff;
  -webkit-appearance: checkbox;
}

input {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input:focus {
  border: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select {
  -webkit-appearance: none;
  appearance: none;
}

input:-webkit-autofill:-webkit-autofill,
textarea:-webkit-autofill:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill::-ms-expand,
textarea:-webkit-autofill::-ms-expand,
select::-ms-expand {
  display: none;
}

input[type="date"]::-webkit-clear-button {
  display: none;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: #343434;
  background: #fff;
}

input[type="date"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block !important;
  visibility: visible !important;
}

input[type="date"],
input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

@media print {

  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }

  html * {
    color: #353E45;
    background: #fff;
  }
}

pre,
code {
  font-family: "NanumBarunGothic", sans-serif;
  line-height: 1em;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

select::-ms-value {
  background: none;
}

/* ============================================================================================ */
/* [layout]
/* ============================================================================================ */

.inner {
  margin: 0 auto;
  width: 1440px;
}

.innerCon {
  margin: 0 auto;
  width: 1020px;
}

/* header */
.header {
  z-index: 100;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #f2f3f8;
}

.header h1 {
  float: left;
  margin-right: 5px;
  width: 80px;
  line-height: 70px;
}

.header h1 img {
  width: 100%;
  vertical-align: middle;
}

/* gnb */
.gnb {
  float: left;
  font-size: 0;
}

.gnb::after {
  content: "";
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  vertical-align: middle;
}

.gnb>li {
  display: inline-block;
  vertical-align: middle;
}

.gnb>li>a {
  display: block;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}

.gnb>li.active>a {
  font-weight: 700;
}

/* 20210217 */
.onlineclass>a {
  font-weight: 700;
}

.classBtn {
  float: left;
}

.classBtn a {
  display: block;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #242D4D;
}

/* userMenu */
.userMenu {
  float: right;
  font-size: 0;
}

.userMenu li {
  display: inline-block;
  margin-right: 40px;
}

.userMenu li:last-of-type {
  margin-right: 0;
}

.userMenu li a {
  line-height: 70px;
  font-size: 16px;
}

.moMenuBtn {
  display: none;
}

/* footer */
.footer {
  padding: 50px 0 60px;
  background-color: #242D4D;
}

.footer-top {
  margin-bottom: 25px;
}

.footer-top .logo {
  float: left;
  width: 64px;
}

.footer-top .sns {
  float: right;
  font-size: 0;
}

.footer-top .sns li {
  display: inline-block;
  margin-right: 16px;
  width: 64px;
}

.footer-top .sns li:last-of-type {
  margin-right: 0;
}

.footer-top .sns .sns-btn-bg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333c5a;
}

.footer-top .sns .a-hover-green:hover {
  background: #61d291;
}

.footer-top .sns .a-hover-blue:hover {
  background: #467ae0;
}

.footer-bottom {
  position: relative;
}

.footer-bottom .company {
  color: #fff;
}

.footer-bottom .company dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.footer-bottom .company dd {
  margin-bottom: 10px;
  font-size: 0;
  vertical-align: middle;
}

.footer-bottom .company dd:last-of-type {
  margin-bottom: 0;
}

.footer-bottom .company dd strong {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

.footer-bottom .company dd strong::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 1px;
  height: 16px;
  background-color: #fff;
  vertical-align: middle;
}

.footer-bottom .company dd strong~strong {
  margin-left: 10px;
}

.footer-bottom .company dd span {
  font-size: 16px;
  vertical-align: middle;
}

.footer-bottom .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================================================================ */
/* [Common Style]
/* ============================================================================================ */

/* btnStyle */
.btn {
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #fff;
}

.btn.w125 {
  width: 125px;
}

.btn.w130 {
  width: 130px;
}

.btn.w152 {
  width: 152px;
}

.btn.w172 {
  width: 172px;
}

.btn.w192 {
  width: 192px;
}

.btn.fill1 {
  color: #fff;
  background-color: #0F2162;
  transition: all ease-out .5s;
}

.btn.fill1:hover {
  color: #fff;
  background-color: #F53344;
  transform: scale(1.05);
}

.btn.fill2 {
  color: #fff;
  background-color: #f92839;
}

.btn.fill3 {
  color: #fff;
  background-color: #42f0fb;
}

.btn.fill4 {
  color: #fff;
  background-color: #c9d0d8;
}

/* 20210113 */
.btn.fill5 {
  color: #fff;
  background-color: #ec920b;
}

/* 210120 */
.btn.fill6 {
  color: #fff;
  background-color: #F53344;
}

.morebtn {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #0069ff;
}

.morebtn.plusIcon::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #0069ff;
}

/* scrollTopBtn */
.scroll-top-btn.visible {
  opacity: 1;
}

.scroll-top-btn {
  opacity: 0;
  position: fixed;
  bottom: 27px;
  right: 23px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 4px 4px 20px rgb(0 105 255 / 10%);
  border-radius: 50%;
  transition: all ease-out 300;
  z-index: 999;
}

.scroll-top-btn img {
  width: 20px !important;
  vertical-align: middle !important;
}

.scroll-top-btn:hover {
  transform: scale(1.05);
}

/* 검색바 */
.searchWrap {
  position: relative;
  margin: 130px auto 80px;
  width: 720px;
  height: 60px;
  border-radius: 20px;
  box-shadow: 4px 4px 20px rgba(0, 105, 255, 0.1);
  background-color: #fff;
}

.searchWrap input[type="text"] {
  padding: 0 20px;
  width: calc(100% - 60px);
  height: 100%;
  line-height: 60px;
  font-size: 16px;
}

.searchWrap input[type="text"]::placeholder {
  color: #CAD0D8;
}

.searchWrap button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.searchWrap button img {
  width: 100%;
}

/* cardList */
.cardList1 {
  margin-bottom: 80px;
  font-size: 0;
}

.cardList1 li {
  display: inline-block;
  margin-right: 3.68%;
  padding: 30px;
  width: 30.88%;
  text-align: left;
  background-color: #fff;
  border-radius: 30px;
  vertical-align: top;
}

.cardList1 li.shadow {
  box-shadow: 4px 4px 20px rgba(0, 105, 255, 0.1);
}

.cardList1 li:nth-of-type(3n) {
  margin-right: 0;
}

.cardList1 li .cardTit {
  font-size: 0;
}

.cardList1 li .cardTit dt {
  margin-bottom: 16px;
  width: 100%;
  color: #2E3858;
}

.cardList1 li .cardTit dt span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

.cardList1 li .cardTit dt.event span {
  max-width: calc(100% - 60px);
  width: auto;
  vertical-align: middle;
}

.cardList1 li .cardTit dt.event::after {
  content: "EVENT";
  display: inline-block;
  margin-left: 10px;
  width: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  color: #F53344;
  vertical-align: middle;
}

.cardList1 li .cardTit dd {
  margin-bottom: 10px;
  font-size: 16px;
  color: #2E3858;
}

.cardList1 li .cardTit dd.date {
  font-size: 12px;
  color: #656B74;
}

.cardList1 li .courseTit {
  height: 100px;
}

.cardList1 li .newsTit {
  height: 170px;
}

.cardList1 li .newsTit dt span {
  white-space: normal;
  max-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cardList1 li .newsBrand {
  font-size: 16px;
  line-height: 1.625;
  color: #0F0E7B;
}

.cardList1 li .cash {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
}

/*@210310*/
.cardList1 li .cash span {
  position: relative;
  font-size: 18px;
  color: #7E8690;
  text-decoration: line-through;
}

/* .cardList1 li .cash span::after{content:""; position: absolute; left: 50%; top: 42%; transform:translate(-50%, -50%); width: 100%; height: 1px; background-color: #656B74;} */
.cardList1 li .cash strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #0F2162;
}

.cardList1 li .remaining {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100px;
}

.cardList1 li .remaining dt {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.5;
}

.cardList1 li .remaining dd {
  font-size: 16px;
  line-height: 1.625;
}

.cardList1 li .btnStyle {
  margin-top: 27px;
}

.cardList1 li .btnStyle.mt60 {
  margin-top: 60px;
}

.cardList2 {
  padding-top: 40px;
}

.cardList2 li {
  margin: 20px auto 0;
  padding: 34px 30px;
  width: 600px;
  font-size: 0;
  background-color: #fff;
  border-radius: 30px;
}

.cardList2 li strong {
  display: inline-block;
  width: 250px;
  font-size: 24px;
  text-align: left;
  color: #222;
  vertical-align: middle;
}

.cardList2 li span {
  display: inline-block;
  width: 130px;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  color: #0F0E7B;
  vertical-align: middle;
}

.cardList2 li .btnStyle {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}

/* accordionList */
.accordionList dl {
  margin-bottom: 10px;
  width: 100%;
  background-color: #f3f6fb;
  border-radius: 20px;
  cursor: pointer;
}

.accordionList dl dt {
  padding: 29px 60px 29px 25px;
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  background: url("../img/layout/ico_arrowdown.png") no-repeat right 25px top 35px;
  background-size: 20px auto;
  color: #181E36;
}

.accordionList dl.active dt {
  background-image: url("../img/layout/ico_arrowup.png");
}

.accordionList dl dt::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  padding: 0 11px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 12px;
  vertical-align: middle;
}

.accordionList dl dt.waiting::after {
  content: "답변 대기";
  background-color: #CAD0D8;
}

.accordionList dl dt.complete::after {
  content: "답변 완료";
  background-color: #0069FF;
}

.accordionList dl dd {
  display: none;
  padding: 0 25px 25px 25px;
  font-size: 16px;
  line-height: 1.625;
  color: #545D6A;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

/* line clmp */
.lineClmp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lineClmp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* display */
.pc_only {
  display: block !important;
}

.mo_only {
  display: none !important;
}

.inline_block {
  display: inline-block !important;
}

/* fontStyle */
.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.whiteTxt {
  color: #fff !important;
}

/* 20200113 */
.d-none {
  display: none !important;
}

#loading {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 50%;
  z-index: 9999;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  text-align: center;
  width: 450px;
  border-radius: 20px;
}

.modal-header {
  padding: 20px;
}

.modal-header p.title {
  font-size: 1.4rem;
}

.modal-header p.description {
  font-size: 1rem;
  margin-top: 12px;
  line-height: 1.4em;
}

.modal-label {
  display: block;
}

.modal-content .formStyle {
  margin-top: 20px;
}

.modal-content .bottomBtn {
  display: block;
  float: right;
  width: 100px;
  height: 52px;
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.modal-content .bottomBtn.cancelBtn {
  background-color: white;
  color: #0069ff;
  margin-right: 8px;
}

.modal-content .bottomBtn.confirmBtn {
  background-color: #0069ff;
  color: white;
}

@media all and (max-width:1520px) {
  .inner {
    padding: 0 30px;
    width: 100%;
  }
}

@media all and (max-width:1100px) {
  .innerCon {
    padding: 0 40px;
    width: 100%;
  }
}

@media all and (max-width:960px) {
  .cardList1 {
    margin-top: -40px;
    text-align: left;
  }

  .cardList1 li {
    margin-top: 40px;
    width: 48.16%;
  }

  .cardList1 li:nth-of-type(3n) {
    margin-right: 3.68%;
  }

  .cardList1 li:nth-of-type(2n) {
    margin-right: 0;
  }

  .gnb>li>a {
    padding: 0 15px;
  }

  .gnb::after {
    margin: 0 15px;
  }

  .userMenu li {
    margin-right: 30px;
  }
}

@media all and (max-width:860px) {
  .footer-bottom .copy {
    position: relative;
    margin-top: 10px;
  }
}

@media all and (max-width:800px) {

  /* img{width: 100%;} */
  .pc_only {
    display: none !important;
  }

  .mo_only {
    display: block !important;
  }

  .inner {
    padding: 0 8.33vw;
  }

  .innerCon {
    padding: 0 8.33vw;
  }

  .menuWrap {
    z-index: 1000;
    display: none;
    position: fixed;
    left: 0;
    top: 14.58vw;
    padding-top: 9.38vw;
    width: 100%;
    height: calc(100% - 14.58vw);
    text-align: center;
    background: #242d4d url("../img/common/header_mo.png") no-repeat right bottom;
    background-size: 46.25vw auto;
  }

  .menuWrap .gnb {
    float: none;
  }

  .menuWrap .gnb::after {
    float: none;
    margin: 1.67vw 0;
    width: 4.17vw;
    height: 0.21vw;
    background-color: #BDDEFF;
  }

  .menuWrap .gnb li {
    display: block;
    margin-bottom: 4.17vw;
  }

  .menuWrap .gnb li a {
    padding: 0;
    height: 6.67vw;
    line-height: 6.67vw;
    font-size: 5.00vw;
    color: #fff;
  }

  .menuWrap .classBtn {
    float: none;
    margin-top: 3.13vw;
  }

  .menuWrap .classBtn a {
    padding: 0;
    height: 6.67vw;
    line-height: 6.67vw;
    font-size: 5.00vw;
    color: #f92839;
  }

  .menuWrap .userMenu {
    float: none;
    margin-top: 15.00vw;
  }

  .menuWrap .userMenu li {
    display: block;
    margin-bottom: 2.50vw;
    margin-right: 0;
  }

  .menuWrap .userMenu li a {
    display: block;
    height: 5.42vw;
    line-height: 5.42vw;
    font-size: 3.33vw;
    color: #fff;
  }

  .moMenuBtn {
    display: block;
    float: right;
    margin-top: 2.80vw;
  }

  .moMenuBtn a {
    display: block;
    padding: 2.08vw;
  }

  .moMenuBtn a img {
    width: 5vw;
  }

  .header {
    height: 14.58vw;
    border-bottom: 0.42vw solid #f2f3f8;
  }

  .header h1 {
    margin-right: 0;
    width: 18vw;
    height: 14.58vw;
  }

  .header h1 img {
    display: block;
    margin-top: 5.5vw;
  }

  .footer {
    padding: 11.46vw 0 23.96vw;
  }

  .footer-top {
    margin-bottom: 5.21vw;
  }

  .footer-top .logo {
    margin-right: 0;
    width: 13.33vw;
  }

  .footer-top .sns {
    float: right;
  }

  .footer-top .sns li {
    display: inline-block;
    margin-right: 3.33vw;
    width: 13.33vw;
  }

  .footer-bottom .company dt {
    margin-bottom: 2.08vw;
    font-size: 3.75vw;
  }

  .footer-bottom .company dd {
    margin-bottom: 1.5vw;
  }

  .footer-bottom .company dd strong {
    font-size: 3.33vw;
    line-height: 1.5;
  }

  .footer-bottom .company dd strong::after {
    margin: 0 1.04vw;
    height: 2.5vw;
  }

  .footer-bottom .company dd strong~strong {
    margin-left: 2.08vw;
  }

  .footer-bottom .company dd span {
    font-size: 3.33vw;
    line-height: 1.5;
  }

  .footer-bottom .copy {
    margin-top: 5.04vw;
    font-size: 3.33vw;
  }

  .btn {
    height: 10.83vw;
    line-height: 10.83vw;
    font-size: 3.75vw;
    border-radius: 4.17vw;
  }

  .btn.w125 {
    width: 26.04vw;
  }

  .btn.w130 {
    width: 26.04vw;
  }

  .btn.w130 {
    width: 27.08vw;
  }

  .btn.w152 {
    width: 31.67vw;
  }

  .btn.w172 {
    width: 35.83vw;
  }

  .btn.w192 {
    width: 40.00vw;
  }

  .btn2 {
    height: 10.83vw;
    line-height: 10.83vw;
    font-size: 3.75vw;
    font-weight: 700;
    border-radius: 4.17vw;
  }

  .morebtn {
    padding-left: 3.33vw;
    font-size: 3.75vw;
  }

  .morebtn.plusIcon::before {
    font-size: 3.75vw;
  }

  .searchWrap {
    margin: 29.17vw auto 16.67vw;
    width: calc(100% - 12.50vw);
    height: 12.50vw;
    border-radius: 4.17vw;
    box-shadow: 0.83vw 0.83vw 4.17vw rgba(0, 105, 255, 0.1);
  }

  .searchWrap input[type="text"] {
    padding: 0 4.17vw;
    width: calc(100% - 12.50vw);
    line-height: 12.50vw;
    font-size: 3.33vw;
  }

  .searchWrap button {
    right: 5.21vw;
    width: 6.67vw;
  }

  .cardList1 {
    margin-top: 0;
    margin-bottom: 20.83vw;
  }

  .cardList1 li {
    display: block;
    margin: 0 auto;
    padding: 7.50vw;
    width: 66.67vw;
    border-radius: 6.25vw;
  }

  .cardList1 li+li {
    margin-top: 5.42vw;
  }

  .cardList1 li:nth-of-type(2n) {
    margin-right: auto;
  }

  .cardList1 li:nth-of-type(3n) {
    margin-right: auto;
  }

  .cardList1 li:last-of-type {
    margin-right: auto;
  }

  .cardList1 li .cardTit dt {
    margin-bottom: 3.33vw;
  }

  .cardList1 li .cardTit dt span {
    font-size: 5.00vw;
  }

  .cardList1 li .cardTit dt.event span {
    max-width: calc(100% - 12.50vw);
  }

  .cardList1 li .cardTit dt.event::after {
    margin-left: 2.08vw;
    width: 10.42vw;
    font-size: 3.33vw;
    line-height: 7.50vw;
  }

  .cardList1 li .cardTit dd {
    margin-bottom: 2.08vw;
    font-size: 3.33vw;
  }

  .cardList1 li .cardTit dd.date {
    font-size: 2.5vw;
  }

  .cardList1 li .courseTit {
    height: 20.83vw;
  }

  .cardList1 li .newsTit {
    height: 35.42vw;
  }

  .cardList1 li .newsTit dt span {
    max-height: 20.83vw;
  }

  .cardList1 li .newsBrand {
    font-size: 3.33vw;
  }

  /*@210310*/
  .cardList1 li .cash span {
    font-size: 5vw;
  }

  .cardList1 li .cash span::after {
    height: 0.21vw;
  }

  .cardList1 li .cash strong {
    margin-top: 2.08vw;
    font-size: 5.00vw;
  }

  .cardList1 li .remaining {
    height: 20.83vw;
  }

  .cardList1 li .remaining dt {
    margin-bottom: 0.63vw;
    font-size: 2.50vw;
  }

  .cardList1 li .remaining dd {
    font-size: 3.33vw;
  }

  .cardList1 li .btnStyle {
    margin-top: 5.63vw;
  }

  .cardList1 li .btnStyle.mt60 {
    margin-top: 12.5vw;
  }

  .cardList2 {
    padding-top: 10.83vw;
  }

  .cardList2 li {
    margin: 5.42vw 0 0 -4.17vw;
    padding: 3.96vw 2.75vw;
    width: calc(100% + 8.34vw);
    border-radius: 6.25vw;
  }

  .cardList2 li strong {
    width: 32.25vw;
    font-size: 5.00vw;
  }

  .cardList2 li span {
    width: 20.83vw;
    font-size: 3.75vw;
  }

  .cardList2 li .btnStyle {
    margin-left: 2.08vw;
    width: 27.08vw;
  }

  .accordionList dl {
    margin-bottom: 2.08vw;
    border-radius: 4.17vw;
  }

  .accordionList dl dt {
    padding: 6.04vw 12.50vw 6.04vw 5.21vw;
    font-size: 3.33vw;
    background: url("../img/layout/ico_arrowdown.png") no-repeat right 3.75vw top 7.29vw;
    background-size: 4.17vw auto;
  }

  .accordionList dl dt::after {
    margin-left: 2.08vw;
    padding: 0 2.29vw;
    height: 4.17vw;
    line-height: 4.17vw;
    font-size: 2.50vw;
    border-radius: 2.50vw;
  }

  .accordionList dl dd {
    padding: 0 5.21vw 5.21vw 5.21vw;
    font-size: 3.33vw;
  }
}