@charset "UTF-8";
@font-face {
  src: url("../font/SpoqaHanSansNeo-Bold.woff");
  font-family: "spoqaB";
}

@font-face {
  src: url("../font/SpoqaHanSansNeo-Medium.woff");
  font-family: "spoqaM";
}

@font-face {
  src: url("../font/SpoqaHanSansNeo-Regular.woff");
  font-family: "spoqaR";
}

@font-face {
  src: url("../font/AppleSDGothicNecoM.woff");
  font-family: "appleSDM";
}

@font-face {
  src: url("../font/SpoqaHanSansNeo-Light.woff");
  font-family: "spoqaL";
}

@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/*!! clear:both*/
/* 인자로 받은 line 만큼 말줄임 해주는 mix-in 인자를 넘기지 않으면 1줄 말줄임*/
/* reaction !!!*/
/*font-size 1rem = 10px made*/
/*html{font-size:62.5%;}*/
/* button실전 20210118_c */
/*basic css*/
a {
  text-decoration: none;
}

/*
a:focus {
  text-decoration: none; underline
  color: blue;
}*/
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

button{
	cursor:pointer !important;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* {
  margin: 0 auto;
  font-family: "spoqaR";
}

*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*
20210730_c header.css & main.css  & service.css & sidemenu.css & sub1.css & sub2.css & support.css 

*/
.skip-navi {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.skip-navi a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: -100px;
  text-align: center;
  z-index: 9999;
  background: #413022;
  border: 0 none;
}

.skip-navi a:focus, .skip-navi a:active {
  top: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}

#header_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 58;
  background: #fff;
  transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
  #header_wrap {
    width: 100%;
    height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .scrolled #header_wrap {
    border-bottom: none;
  }
}

#header_wrap #header {
  height: 80px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0 70px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0019631a;
  -webkit-box-shadow: 0px 2px 4px #0019631a;
  -moz-box-shadow:0px 2px 4px #0019631a;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#0019631a, Direction=180, strength=2); *//* IE box-shadow */
  opacity: 1;
}

/* 20211215_c IE+ navbox 대체 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	#header_wrap #header{
		position:relative;
	}
	#header_wrap #header::after{
		position:absolute;
		content: '';
		display:block;
		left:0;
		bottom:0;
		width:100%;
		height:3px;
		z-index:0;
		background:#eff1f5;
	}
}

@media only screen and (max-width: 1500px) {
	#header_wrap #header {
		padding:0;
	}
}

@media only screen and (max-width: 991px) {
  #header_wrap #header {
    width: 100%;
    position: fixed;
    top: 0;
    height: 60px;
    padding: 0 10px;
  }
}

#header_wrap #header .header-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 80px;
}

@media only screen and (max-width: 991px) {
  #header_wrap #header .header-inner {
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 100%;
  }
}

#header_wrap #header .header-inner #logo {
  height: 80px;
  width: 20%;
  margin-right: 0%;
  margin-left: 10%;
}

@media only screen and (max-width: 1500px) {
  #header_wrap #header .header-inner #logo {
    margin-left:0;
  }
}

@media only screen and (max-width: 991px) {
  #header_wrap #header .header-inner #logo {
    height: 100%;
  }
}

#header_wrap #header .header-inner #logo a {
  display: block;
  height: 80px;
  width: 80px; 
  margin-left: 0;
  line-height: 80px;
  transition: all 0.3s;
  font-size: 0;
}

@media only screen and (max-width: 991px) {
  #header_wrap #header .header-inner #logo a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    left: 10px;
  }
}

#header_wrap #header .header-inner #logo a img {
  height: 50px; /*20220223_c replace height:60px -> 50px;*/
  vertical-align: center;
}

@media only screen and (max-width: 991px) {
  #header_wrap #header .header-inner #logo a img {
    height: 65%;
    /*margin-top: 10%;*/
  }
}

#header_wrap #header .header-inner #top_nav {
  margin-left: 0;
  width: 65%; /* 20211214_c replace width: 80% */
}

@media only screen and (max-width:1500px) {
	#header_wrap #header .header-inner #top_nav {
		margin-right:0;
	}
}

#header_wrap #header .header-inner #top_nav .gnb {
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content:flex-end; /* 20211214_c add justify-content */
}

@media only screen and (max-width: 1500px) {
  #header_wrap #header .header-inner #top_nav .gnb {
	justify-content:flex-end;
  }
}

@media only screen and (max-width: 991px) {
  #header_wrap #header .header-inner #top_nav .gnb {
    display: none;
  }
}

#header_wrap #header .header-inner #top_nav .gnb > li {
  display: inline-block;
  margin-left: 0;
  margin-right: 70px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
}

@media only screen and (max-width:1600px) {
	#header_wrap #header .header-inner #top_nav .gnb > li {
		margin-right:40px;
	}
}

#header_wrap #header .header-inner #top_nav .gnb > li:last-child {
  margin-left: 3%;
}

@media only screen and (max-width: 1500px) {
  #header_wrap #header .header-inner #top_nav .gnb > li:last-child {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  #header_wrap #header .header-inner #top_nav .gnb > li:last-child {
    margin-left: 0;
  }
}

#header_wrap #header .header-inner #top_nav .gnb > li:last-child a span {
  font-size: 14px;
  display: inline-block;
}

#header_wrap #header .header-inner #top_nav .gnb > li > a {
  display: inline-block;
  width: 120px;
  color: #000;
  font-size: 18px;
  letter-spacing: -1px;
  text-decoration: none;
  font-family: "spoqaR";
  transition: all 0.3s;
  line-height: 80px;
  height: 80px;
  position: relative;
}

#header_wrap #header .header-inner #top_nav .gnb > li > a:before {
  position: absolute;
  content: "";
  display: none;
  width: 70%;
  height: 2px;
  background: #4670ee;
  bottom: 20px;
  left: 15%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}


@media only screen and (max-width: 991px) {
  #header_wrap #header .header-inner #top_nav .gnb > li > a {
    line-height: 60px;
    height: 60px;
  }
}

#header_wrap #header .header-inner #top_nav .gnb > li > a:hover, #header_wrap #header .header-inner #top_nav .gnb > li > a:focus {
  color: #4670ee;
}

#header_wrap #header .header-inner #top_nav .gnb > li > a:hover:before, #header_wrap #header .header-inner #top_nav .gnb > li > a:focus:before {
  display: block;
}

#header_wrap #header .header-inner #top_nav .gnb > li.active {
  background-color: #b0905e;
}

#header_wrap #header .header-inner #top_nav .gnb > li.active > a {
  color: #ff8400;
}

#header_wrap #header .header-inner #top_nav .gnb .snb {
  list-style: none;
  display: none;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}

#header_wrap #header .header-inner #top_nav .gnb .snb li {
  text-align: center;
}

#header_wrap #header .header-inner #top_nav .gnb .snb li:first-child a {
  border-top: 0;
}

#header_wrap #header .header-inner #top_nav .gnb .snb li a {
  color: #1c2647;
  display: block;
  letter-spacing: -0.6px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  background-color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-family: "spoqaR";
}

#header_wrap #header .header-inner #top_nav .gnb .snb li a:hover, #header_wrap #header .header-inner #top_nav .gnb .snb li a:focus {
  text-decoration: underline;
  color: #4670ee !important;
}

#header_wrap #header .header-inner #top_nav .gnb .snb li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#top_nav .gnb .snb,
.device-md #top_nav .gnb .snb {
  display: none;
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  border-top: 0;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .nav-box.roll {
    background: transparent !important;
  }
}

/*Hidden menu*/
#right-side-open {
  position: absolute;
  right: 0;
  width: 100px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#right-side-open span {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1em;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

#right-side {
  background-color: #fff;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: -320px;
  max-width: 320px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
  transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  box-sizing: border-box;
  overflow: auto;
}

@media screen and (min-width: 992px) {
  #right-side {
    display: none;
  }
}

#right-side .side_gnb .call a {
  text-align: left;
  display: block;
  color: #416df3;
  /*#fff*/
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #416df3;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 15px !important;
  font-weight: 400 !important;
  line-height: 2.6;
  font-size: 1rem !important;
}

#right-side .side_gnb .call a:link, #right-side .side_gnb .call a:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #416df3;
  /*fff*/
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s ease;
}

#right-side .side_gnb .call a:link:after, #right-side .side_gnb .call a:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.75s ease 0s;
}

#right-side .side_gnb .call a:link:hover, #right-side .side_gnb .call a:visited:hover {
  color: #fff;
  /*fff*/
  text-shadow: none;
}

#right-side .side_gnb .call a:link:hover:after, #right-side .side_gnb .call a:visited:hover:after {
  height: 450%;
}

#right-side .side_gnb .call a:hover, #right-side .side_gnb .call a:focus {
  color: #fff !important;
  background-color: transparent;
  text-shadow: none;
}

#right-side .side_gnb .call a:hover:before, #right-side .side_gnb .call a:focus:before {
  left: 0%;
  right: auto;
  width: 100%;
}

#right-side .side_gnb .call a:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: #fff !important;
  background: #416df3;
  /*f7ca18*/
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

#right-side #btn-close-right-side {
  position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  width: 60px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: poiner;
}

#right-side #btn-close-right-side .fa.fa-times {
  font-size: 18px;
  padding-top: 20px;
}

.right-side-on #right-side {
  right: 0;
}

.right-side-on #wrapper {
  left: -300px;
}

.right-side-on #header {
  left: -300px;
}

.right-side-on #rs-overlay {
  display: block;
}

.quick_menu {
  width: 100%;
  margin: auto;
  padding-top: 50px;
}

.quick_menu ul {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.quick_menu ul li.bar {
  width: 1px;
  height: 16px;
  background: #ddd;
  margin: 0 20px;
}

.quick_menu ul li a {
  display: block;
  box-sizing: border-box;
  color: #333;
  letter-spacing: -0.8px;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.quick_menu ul li a:hover {
  color: #333;
  backface-visibility: hidden;
}

.quick_menu ul li a.on {
  color: #333;
  border-bottom-color: #ff3300;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.quick_kakao {
  text-align: center;
  height: 35px;
  background-color: #ffd800;
  display: inline-block;
  clear: both;
}

.quick_kakao a {
  display: block;
  position: relative;
  background: #ffd800;
}

.quick_kakao a img {
  display: block;
  margin: 0 auto;
}

.side_gnb {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 20px;
}

.side_gnb p {
  color: #333;
  text-align: center;
  padding: 20px;
}

.side_gnb .menu-list {
  display: block;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-left: 0;
}

.side_gnb .menu-list > li {
  padding-left: 10px;
}

.side_gnb .menu-list > li > a {
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 3.8em;
  padding: 0 1 0em;
  text-decoration: none;
}

.side_gnb .menu-list > li > a i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-75%) rotate(135deg);
  -webkit-transform: translateY(-75%) rotate(135deg);
  right: 1.5em;
  width: 5.31%;
  max-width: 32px;
  border: 1px solid #ccc;
  border-left-width: 0;
  border-bottom-width: 0;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}

.side_gnb .menu-list > li > a i:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}

.side_gnb .menu-list > li.on > a i {
  transform: translateY(-25%) rotate(315deg);
}

.side_gnb .depth-2 {
  display: none;
  margin-left: -10px;
}

.side_gnb .depth-2 > li {
  background-color: #fff;
}

.side_gnb .depth-2 > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 3em;
  padding: 0 1.5em 0 1.2em;
  color: #59668e;
  text-decoration: none;
}

.side_gnb .depth-2 > li > a:hover {
  text-decoration: underline;
  color: #142458;
}

.m_divice_btn {
  padding-top: 30px;
}

.m_divice_btn a {
  font-size: 8pt;
}

.m_divice_btn .btn_area {
  border: 1px solid #333;
  padding: 6px;
}

.m_divice_btn .btn_area.active {
  background-color: #333;
}

.mnav-right {
  background: #ecf5ff;
}

@media only screen and (max-width: 991px) {
  #open-button {
    position: fixed;
    top: 0px;
    z-index: 10000;
    right: 15px;
    padding-top: 10px;
    width: 75px;
    height: 80px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  #open-button .navicon-line {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    transition: all 0.7s ease-out;
  }
}

@media only screen and (max-width: 991px) {
  #open-button .nl1 {
    top: 11px;
    right: 10px;
    width: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #open-button .nl2 {
    top: 19px;
    right: 10px;
    width: 24px;
  }
}

@media only screen and (max-width: 991px) {
  #open-button .nl3 {
    top: 27px;
    right: 10px;
    width: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #open-button.on {
    top: 0px;
    z-index: 10000;
    right: 16px;
  }
}

@media only screen and (max-width: 991px) {
  #open-button.on > a > div {
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    width: 25px;
    position: absolute;
    top: 15px;
    right: 10px;
    margin: 0;
    padding: 0;
    background-color: #333;
  }
}

@media only screen and (max-width: 991px) {
  #open-button.on > a > div:first-child {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
}

@media only screen and (max-width: 991px) {
  #open-button.scrolled .navicon-line {
    background-color: #333;
  }
}

@media only screen and (max-width: 991px) {
  #open-button.on.scrolled > div > div {
    background-color: #333;
  }
}

/**/
main {
  display: flex;
  flex-direction: row;
  width: 75%;
  height: 75vh;
  margin: 0 auto;
  font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}

@media only screen and (max-width: 1800px) {
  main {
    height: auto;
  }
}

@media only screen and (max-width: 1500px) {
  main {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  main {
    flex-direction: column;
  }
}

main article {
  /*width: 50%;*/
  height: auto;
  margin: 0;
}
main article:first-child{
	width:45%;
}

main article:last-child{
	width:55%;
}

@media only screen and (max-width: 991px) {
  main article:first-child {
    width: 100%;
  }
   main article:last-child {
    width: 100%;
  }
}

main article.mainleftbox {
  padding: 10em 5rem 3rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/visual1.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

main article.mainleftbox:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: none;
  width: 100%;
  height: 280px;
  background: rgba(14, 28, 72, 0.8);
}

@media only screen and (max-width: 991px) {
  main article.mainleftbox:before {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  main article.mainleftbox {
    padding: 10rem 2rem 3rem;
    min-height: 100vh;
  }
}

@media only screen and (max-width: 500px) {
  main article.mainleftbox {
    padding: 10rem 1rem 2rem;
  }
}

main article.mainleftbox h1 {
  font-size: 3.3rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -2.4px;
}

@media only screen and (max-width: 991px) {
  main article.mainleftbox h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  main article.mainleftbox h1 {
    font-size: 3rem;
  }
}

main article.mainleftbox p {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  color: #fff;
  letter-spacing: -0.88px;
}

@media only screen and (max-width: 991px) {
  main article.mainleftbox p {
    text-align: center;
  }
}

@media only screen and (max-width: 434px) {
  main article.mainleftbox p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}

main article.mainleftbox .mainpagetable {
  width: 100%;
  position: relative;
  z-index: 3;
}

main article.mainleftbox .mainpagetable tr th {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.96px;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

main article.mainleftbox .mainpagetable tr td {
  padding: 15px 0 5px;
  font-size: .9rem;
  color: #fff;
}

main article.mainleftbox .mainpagetable tr td a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0;
}

main article.mainleftbox .mainpagetable tr td a:hover, main article.mainleftbox .mainpagetable tr td a:focus, main article.mainleftbox .mainpagetable tr td a:visited {
  opacity: .8;
  text-decoration: underline;
}

main article.mainleftbox .mainpagetable tfoot {
  position: absolute;
  top: 0;
  right: 0;
}

main article.mainleftbox .mainpagetable tfoot a {
  font-size: 1.4rem;
}

main article.mainleftbox .mainpagetable tfoot a:hover, main article.mainleftbox .mainpagetable tfoot a:focus, main article.mainleftbox .mainpagetable tfoot a:visited {
  text-decoration: none;
  /*outline: none;*/
}

main article:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  main article:last-child {
    height: auto;
  }
}

main article:last-child > div:first-child {
  padding: 5rem 5rem 0;
}

@media only screen and (max-width: 767px) {
  main article:last-child > div:first-child {
    padding: 3rem 1rem 0;
  }
}

@media only screen and (max-width: 434px) {
  main article:last-child > div:first-child {
    padding: 2rem 0.5rem 0;
  }
}

main article:last-child > div:nth-child(2), main article:last-child > div:nth-child(3) {
  padding: 0 5rem 0;
}

@media only screen and (max-width: 767px) {
  main article:last-child > div:nth-child(2), main article:last-child > div:nth-child(3) {
    padding: 0 1rem 0;
  }
}

@media only screen and (max-width: 434px) {
  main article:last-child > div:nth-child(2), main article:last-child > div:nth-child(3) {
    /*padding: 0 0.5rem 0;*/
	padding:0;
  }
}


main article:last-child h3 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.72px;
}

@media only screen and (max-width: 434px) {
  main article:last-child h3 {
    font-size: 1rem;
  }
}

main article:last-child h2 {
  font-size: 2.5rem;
  letter-spacing: -1.52px;
  color: #1c2647;
  font-weight: 600;
}

@media only screen and (max-width: 434px) {
  main article:last-child h2 {
    font-size: 2rem;
  }
}

main article:last-child h2 > a {
  font-style: normal;
  color: #4670ee;
  position: relative;
}

main article:last-child h2 > a:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  display: none;
  width: 100%;
  height: 3px;
  background: #4670ee;
}

main article:last-child h2 > a:hover:before, main article:last-child h2 > a:focus:before, main article:last-child h2 > a:visited:before {
  display: block;
}

main article:last-child ul {
  list-style-type: none;
  margin-top: 2rem;
}

main article:last-child ul span {
  font-size: 1.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 434px) {
  main article:last-child ul span {
    font-size: 1rem;
  }
}

main article:last-child ul li {
  margin: 1rem 0;
  text-indent: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 500px) {
  main article:last-child ul li {
    font-size: .8rem;
    text-indent: .8rem;
  }
}

main article:last-child ul li a {
  font-size: 1rem;
  letter-spacing: -0.8px;
  color: #6b738d;
  transition: all .3s;
  width:100%;
}

main article:last-child ul li a:hover, main article:last-child ul li a:focus, main article:last-child ul li a:visited {
  color: #1c2647;
  text-decoration: underline;
  font-weight: 500;
  opacity: .8;
}

main article:last-child ul li:before {
  position: absolute;
  top: 6px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4670ee;
}

@media only screen and (max-width: 500px) {
  main article:last-child ul li:before {
    top: 7px;
    width: 4px;
    height: 4px;
  }
}

/*main article:last-child ul li input {
  border: none;
  margin-left: 1rem;
  width: 90px;
  font-size: .9rem;
  font-family: "appleSDM";
  color:#f75454;
}

@media only screen and (max-width: 500px) {
  main article:last-child ul li input {
    font-size: .6rem;
    margin-left: .5rem;
  }
}

main article:last-child ul li input:focus, main article:last-child ul li input:visited, main article:last-child ul li input:hover {
  border: none;
  outline: none;
}*/

main article:last-child ul li small {
  border: none;
  margin-left: 1rem;
  width: 90px;
  font-size: .9rem;
  font-family: "appleSDM";
  color:#f75454;
}

@media only screen and (max-width: 500px) {
  main article:last-child ul li small {
    font-size: .8rem;
    margin-left: .5rem;
  }
}

/* 20211210_c add media st */
@media only screen and (max-width: 434px) {
	main article:last-child ul li small {
		display:block;
		margin-left:0;
		width:100%;
	}
}
/* 20211210_c add media end */

main article:last-child ul li small:focus, main article:last-child ul li small:visited, main article:last-child ul li small:hover {
  border: none;
  outline: none;
}

/* 20220223_c add css mainrightloginafter mainrightlogin st */
.mainrightlogin{
	margin:0;	
	padding:2.2rem 0 0 2rem !important;
}

@media only screen and (max-width:991px){
	.mainrightlogin{
		padding: 1rem 0 2rem !important;
	}
}

.mainrightlogin table{
	width:100%;
	background:#f6f7fc;
	padding:1rem;
	position:relative;
	border-radius:5px;
}

@media only screen and (max-width:500px) {
	.mainrightlogin table{
		padding-bottom:2rem;
	}
}

.mainrightlogin table tr td{
	vertical-align:middle;
}
.mainrightlogin table tr td:first-child{
	width:10%;
	color:#6e6f77;
}

@media only screen and (max-width:1200px) {
	.mainrightlogin table tr td:first-child{
		width:13%;
	}
}

@media only screen and (max-width:500px) {
	.mainrightlogin table tr td:first-child{
		width:20%;
	}
}

.mainrightlogin table tr td:nth-child(2){
	width:80%;
}
.mainrightlogin table tr td:nth-child(2) input{
	width:70%;
	border:1px solid #bdc0cd;
	outline:none;
	padding:2px 5px;
	border-radius:5px;
}

@media only screen and (max-width:1300px) {
	.mainrightlogin table tr td:nth-child(2) input{
		width:55%;
	}
}

@media only screen and (max-width:991px) {
	.mainrightlogin table tr td:nth-child(2) input{
		width:70%;
	}
}

@media only screen and (max-width:767px){
	.mainrightlogin table tr td:nth-child(2) input{
		width:60%;
	}
}

@media only screen and (max-width:500px){
	.mainrightlogin table tr td:nth-child(2) input{
		width:100%;
	}
}


.mainrightlogin table tr td:nth-child(2) input:hover, .mainrightlogin table tr td:nth-child(2) input:focus{
	border-color:#5f80ec;
	color:#5f80ec;
	outline-color:#5f80ec;
}
.mainrightlogin table tr:nth-child(3) td:first-child{
	text-align:right;
	vertical-align:text-top;
}

.mainrightlogin table tr:nth-child(3) td:last-child{
	line-height:1.5;
	color:#6e6f77;
}

.mainrightlogin table tr:last-child{
	position:absolute;
	right:1rem;
	top:1rem;
	width:190px;
	height:100%;
}

@media only screen and (max-width:500px) {
	.mainrightlogin table tr:last-child{
		position:relative;
		/*left:50%;
		transform:translateX(-50%);*/
	}
}

.mainrightlogin table tr:last-child button{
	width:100%;
	height:54px;
	color:#fff;
	background:#5f80ec;
	border:1px solid #5f80ec;
	transition:all .3s;
}

.mainrightlogin table tr:last-child button:hover, .mainrightlogin table tr:last-child button:focus{
	color:#5f80ec;
	background:#fff;
	outline-color:#5f80ec;
}


/**********************************/
.maincenteredu {
	padding-left:2rem !important;
	padding-bottom:1rem !important;
}

@media only screen and (max-width:499px) {
	.maincenteredu{
		padding: 0 !important;
	}
}

.mainrightloginafter{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:.5rem !important;
}

/*.mainrightloginafter:not(:first-child){
	margin-top:.5rem;
}*/

.mainrightloginafter li:before{
	display:none !important;
}

.mainrightloginafter li a{
	width:100%;
}

.mainrightloginafter li a img{
	width:100%;
	height:auto;
}
.mainrightloginafter li:first-child{
	width:30%;
	margin:0;
	text-indent:0;
	box-shadow:1px 2px 3px rgba(0,0,0,0.3);
}
.mainrightloginafter li:last-child{
	width:70%;
	display:flex;
	flex-direction:column;
	margin:0;
}

.mainrightloginafter li:last-child p {
	height:25px;
	margin-left:10px;
	white-space:nowrap;
}

.mainrightloginafter li:last-child p span{
	font-size:.6rem;
	padding:0px 3px;
}

/****************/

ul.mainrightloginafter:last-child{
	position:relative;
	top:10px;
}

ul.mainrightloginafter:last-child::before{
	position:absolute;
	content:'';
	top:-9px;
	left:0;
	display:block;
	width:100%;
	height:1px;
	background:#bdc0cd;
}


/* 20220223_c add css mainrightloginafter mainrightlogin end */

.buttonlist {
  width: 100%;
  height: 180px;
  padding: 0 10%;
  text-align: left;
  background: #eef5ff;
}

@media only screen and (max-width: 1600px) {
  .buttonlist {
    margin-top: 30px;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .buttonlist {
    height: auto;
  }
}

.buttonlist dl {
  height: 100%;
}

.buttonlist dl dd {
  display: inline-block;
  width: 24.2%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .buttonlist dl dd {
    width: 24%;
  }
}

/* 20211210_c replace max-width:991 --> 499px st */
@media only screen and (max-width: 499px) {
  .buttonlist dl dd {
    width: 49.5%;
    height: auto;
  }
}

/* 20211210_c replace max-width:991 --> 499px end */

@media only screen and (max-width: 376px) {
  .buttonlist dl dd {
    width: 48%;
  }
}

.buttonlist dl dd > a {
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all .4s;
  border: 1px solid transparent;
}

@media only screen and (max-width: 991px) {
	.buttonlist dl dd > a {
		padding-bottom:2rem;
	}
}

@media only screen and (max-width: 767px) {
	.buttonlist dl dd > a {
		padding-bottom:1rem;
	}
}

.buttonlist dl dd > a:hover, .buttonlist dl dd > a:focus, .buttonlist dl dd > a:visited {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #4670ee;
}

.buttonlist dl dd > a img {
  width: 74%;
  height: auto;
  object-fit: cover;
  margin-left: 13%;
}

/* 20211214_c add IE10+ 적용 css */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.buttonlist dl dd > a img {
		height:50%;
	}
}

.buttonlist dl dd > a span {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: -0.21px;
  font-weight: 600;
  letter-spacing: -0.21px;
  color: #1c2647;
}

@media only screen and (max-width: 991px) {
  .buttonlist dl dd > a span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 434px) {
  .buttonlist dl dd > a span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 376px) {
  .buttonlist dl dd > a span {
    font-size: 1rem;
  }
}

button.mainrightbtn {
   color: #4670ee;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #4670ee;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  height: 80px;
  width: 100%;
  outline: none;
  margin-left: 0;
  /* margin-top: 15px; */
  background: #fff;
  font-size: 22px;
  letter-spacing: -0.88px;
  position: relative;

}

@media only screen and (max-width: 1800px) {
	button.mainrightbtn {
		margin-bottom:15px;
	}
}

@media only screen and (max-width: 1600px) {
	button.mainrightbtn {
		margin-bottom:0;
	}
}

/* 20211210_c add media query st */
@media only screen and (max-width:991px) {
	button.mainrightbtn {
		margin-top:15px;
	}
}
/* 20211210_c add media query end */

button.mainrightbtn > div{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	align-items:center;
	width:80%;
}

button.mainrightbtn > div img:first-child{
	width:8%;
}

button.mainrightbtn > div span{
	display:block;
	height:100%;
}
button.mainrightbtn > div img:last-child{
	width:20%;
}

button.mainrightbtn:link, button.mainrightbtn:visited {
   position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #4670ee;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s ease;
}

button.mainrightbtn:link:after, button.mainrightbtn:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.75s ease 0s;
}

button.mainrightbtn:link:hover, button.mainrightbtn:visited:hover {
  color: #fff;
  text-shadow: none;
}

button.mainrightbtn:link:hover:after, button.mainrightbtn:visited:hover:after {
  height: 450%;
}

button.mainrightbtn:hover, button.mainrightbtn:focus {
	color: #fff !important;
  background-color: transparent;
  text-shadow: none;
}

button.mainrightbtn:hover:before, button.mainrightbtn:focus:before {
    left: 0%;
  right: auto;
  width: 100%;
}

button.mainrightbtn:before {
    display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: #fff !important;
  background: #4670ee;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

/*@media only screen and (max-width: 1500px) {
  button.mainrightbtn {
    padding: 1.3rem 0;
  }
}

@media only screen and (max-width: 991px) {
  button.mainrightbtn {
    margin: 2rem 0 3rem 0;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  button.mainrightbtn {
    padding: 1.2rem 0;
    font-size: 1rem;
  }
}*/
@media only screen and (max-width: 376px) {
  button.mainrightbtn {
    font-size: 20px;
    height: auto;
    padding: 20px 0;
  }
}

.centeredulist {
  position: relative;
}

.centeredulist .next {
  position: absolute;
  right: 5rem;
  top: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all .4s;
}

@media only screen and (max-width: 767px) {
  .centeredulist .next {
    right: 1rem;
  }
}

.centeredulist .next:focus, .centeredulist .next:hover, .centeredulist .next:visited {
  /*opacity: .8;*/
  transform:scale(1.2);
}
/**/

#site-section {
  padding: 0;
  border-top: 2px solid #e1e1e1;
  /*@include responsive(6) {
   padding: 5px 0;
 }*/
}

@media only screen and (max-width: 376px) {
  #site-section {
    padding-top: 5px;
  }
}

#site-section dl {
  display: flex;
  flex-direction: row;
  float: left;
  align-items: center;
  justify-content: center;
  margin-left: 13%;
  text-align: center;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  #site-section dl {
    margin-left: 3%;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl {
    margin-left: 0;
    float: none;
    display: block;
  }
}

#site-section dl dd {
  padding: 22px 0px;
}

#site-section dl dd a {
  color: #6b738d;
  font-size: 18px;
  letter-spacing: -0.72px;
  font-family: "spoqaM";
  font-weight: 500;
}

#site-section dl dd a:hover, #site-section dl dd a:focus {
  text-decoration: underline;
  color: #000;
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(1) {
    border: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(1) a {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(1) span {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(2) {
    width: 50%;
    margin-right: 0;
    float: left;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(2) a {
    display: block;
    width: 100%;
    margin-right: 0;
    float: left;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(2) span {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(3) {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 500px) {
  #site-section dl dd:nth-child(3) a {
    width: 100%;
    text-align: center;
  }
}

#site-section ol {
  display: flex;
  flex-direction: row;
  float: right;
  align-items: center;
  justify-content: center;
  margin-right: 13%;
  text-align: center;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  #site-section ol {
    margin-right: 3%;
  }
}

@media only screen and (max-width: 500px) {
  #site-section ol {
    margin-right: 0;
    float: none;
    padding-left: 0;
  }
}

#site-section ol li {
  padding: 22px 0px;
}

@media only screen and (max-width: 500px) {
  #site-section ol li {
    display: block;
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  #site-section ol li:first-child {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

@media only screen and (max-width: 500px) {
  #site-section ol li:last-child {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

#site-section ol li a {
  color: #6b738d;
  font-size: 18px;
  letter-spacing: -0.72px;
  font-family: "spoqaM";
  font-weight: 500;
}

#site-section ol li a:hover, #site-section ol li a:focus {
  text-decoration: underline;
  color: #000;
}

@media only screen and (max-width: 500px) {
  #site-section ol li a {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #site-section ol li span {
    display: none;
  }
}

footer {
  width: 100%;
  background-color: #f4f5f9;
  padding: 40px 0;
  clear: both;
  border-top: 2px solid #e1e1e1;
}

@media only screen and (max-width: 1200px) {
  footer {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 500px) {
  footer {
    padding: 20px;
  }
}

footer .ft_con {
  width: 100%;
  max-width: 1020px;
  margin-left: 90px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  footer .ft_con {
    display: block;
    margin-left: 0;
  }
}

footer .ft_con .ft_copy {
  /*font-size:13px;
           font-weight:400;
           color:#59668e;
           line-height:24px;
           text-align:left;
           word-break:keep-all;*/
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #6b738d;
  width:70%;
}

@media only screen and (max-width: 1200px) {
  footer .ft_con .ft_copy {
    text-align: left;
    white-space: pre-line;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 500px) {
	footer .ft_con .ft_copy {
		width:100%;
	}
}

footer .ft_con .ft_copy span {
  color: #59668e;
  line-height: 1;
}

.tab-button-outer {
  display: block;
}

@media only screen and (max-width: 991px) {
  .tab-button-outer {
    display: none;
  }
}

.tab-select-outer {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tab-select-outer {
    display: block;
  }
}

#tab-button li {
  border-bottom: 1px solid #D3D6E1;
  border-left: 1px solid rgba(211, 214, 225, 0.3);
}

#tab-button li:first-child {
  border-top: 1px solid #D3D6E1;
}

#tab-button li.is-active {
  background: #fff;
  position: relative;
  transition: all 0.3s;
}

#tab-button li.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6px;
  height: 100%;
  background: #4670ee;
}

#tab-button li.is-active a {
  color: #4670ee;
}

select {
  appearance: none;
}

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

select#tab-select {
  outline: none;
  border: 1px solid #CDD2DF;
  width: 94%;
  padding: 16px 30px 15px 30px;
  margin-left: 3%;
  font-family: "spoqaR";
  font-size: 20px;
  letter-spacing: -0.8px;
  color: #1C2647;
  background: #fff;
}

select#tab-select option {
  outline: none;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.8px;
}

.tab-select-outer {
  position: relative;
  margin-bottom: 10px;
}

.tab-select-outer.abcd:after {
  transform: rotate(180deg);
}

@media only screen and (max-width: 376px) {
  .tab-select-outer.abcd:after {
    transform: rotate(0deg);
  }
}

.tab-select-outer:before {
  position: absolute;
  content: "";
  left: 3%;
  top: 0;
  display: block;
  width: 5px;
  height: 100%;
  background: #4670EE;
}

.tab-select-outer:after {
  position: absolute;
  content: "";
  right: 5%;
  top: 21%;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/sub2/btn_board_next.svg");
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
}

.proccessul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #DCDCDC;
}

.proccessul.proccessreverse {
  border-bottom: 2px solid #404A6A;
}

@media only screen and (max-width: 767px) {
  .proccessul.proccessreverse {
    flex-direction: column-reverse;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .proccessul.proccessreverse .proccessulli {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .proccessul {
    flex-direction: column;
    justify-content: center;
  }
}

.proccessul li {
  width: 100%;
  position: relative;
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: 0;
  color: #6b738d;
}

.proccessul li:first-child a {
  width: 100%;
  height: 100%;
}

.proccessul li:first-child a img {
  width: 100%;
  height: 100%;
}

.proccessul li b {
  font-family: "spoqaR";
  color: #4670ee;
}

.proccessul li input {
  background: #f4f5f9 0% 0% no-repeat padding-box;
  color: #6b738d;
  font-size: 17px;
  letter-spacing: -0.17px;
  font-family: "spoqaR";
  padding: 13px 0 12px 20px;
  border: none;
  width: 380px;
  float: right;
}

@media only screen and (max-width: 767px) {
  .proccessul li input {
    width: 100%;
    margin-bottom: 20px;
  }
  .proccessul li input:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  .proccessul li .proccessmainv {
    display: block;
    width: 100%;
    background: red;
    margin: 0px 0 10px 0;
  }
}

.proccessul li #proccessullia {
  display: block;
  width: 23.49px;
  height: 23.49px;
  position: absolute;
  right: 5%;
  top: 31%;
}

@media only screen and (max-width: 767px) {
  .proccessul li #proccessullia {
    top: 17%;
    right: 2%;
  }
}

.proccessul li button {
  display: block;
  font-size: 18px;
  letter-spacing: -0.18px;
  font-family: "spoqaR";
  cursor: pointer;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .proccessul li button {
    display: inline-block;
    margin-top: 20px;
  }
}

.proccessul li button:first-child {
  background: #fff;
  border: 2px solid #4670ee;
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  transition: all 0.7s;
  color: #4970ee;
}

@media only screen and (max-width: 767px) {
  .proccessul li button:first-child {
    width: 48%;
    margin-bottom: 0;
  }
}

.proccessul li button:first-child:hover, .proccessul li button:first-child:focus {
  color: #fff;
  background: #4670ee;
}

.proccessul li button:last-child {
  width: 200px;
  height: 50px;
  color: #fff;
  background: #4670ee;
  border: 2px solid #4670ee;
  transition: all 0.7s;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .proccessul li button:last-child {
    width: 48%;
  }
}

.proccessul li button:last-child:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 10px;
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("../img/sub2/check_circle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 434px) {
  .proccessul li button:last-child:before {
    left: 10px;
  }
}

.proccessul li button:last-child:hover, .proccessul li button:last-child:focus {
  color: #fff;
  background: #404a6a;
  border-color: #404a6a;
  text-indent: 10px;
}

@media only screen and (max-width: 434px) {
  .proccessul li button:last-child:hover, .proccessul li button:last-child:focus {
    text-indent: 20px;
  }
}

.proccessul li button:last-child:hover:before, .proccessul li button:last-child:focus:before {
  display: block;
}

.proccessul li p a {
  font-family: "spoqaM";
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #1C2647;
  font-weight: 500;
}

.proccessul li p.proccessperiod {
  color: #1c2647;
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: -0.34px;
  margin-top: 5px;
}

.proccessul li p span.greenbadge, .proccessul li p span.yellowbadge {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .proccessul li p span.greenbadge, .proccessul li p span.yellowbadge {
    display: none;
  }
}

.proccessul:not(:first-child) li {
  display: block;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .proccessul:not(:first-child) li {
    padding: 0;
  }
}

.proccessul:not(:first-child) li:first-child {
  width: 58%;
}

@media only screen and (max-width: 767px) {
  .proccessul:not(:first-child) li:first-child {
    width: 100%;
	max-height:350px;
  }
}

/* 20211215_c 익스플로러 class/class_list 따로 수정 작업 st */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px){
	 .proccessul:not(:first-child) li:first-child {
		max-height:240px !important;
	 }
}
/* 20211215_c 익스플로러 class/class_list 따로 수정 작업 end */

.proccessul:not(:first-child) li:nth-child(2) {
  border-right: 1px dotted #DCDCDC;
}

@media only screen and (max-width: 767px) {
  .proccessul:not(:first-child) li:nth-child(2) {
    border: none;
  }
}

.proccessul:not(:first-child) li:last-child {
  width: 53%;
}

@media only screen and (max-width: 767px) {
  .proccessul:not(:first-child) li:last-child {
    width: 100%;
  }
}

.sub1leftbox {
  float: right;
  padding: 7rem 0;
  width: 60%;
  text-align: left;
}

.sub1leftbox h2 {
  color: #2d3961;
  font-family: "spoqaB";
  font-size: 28px;
  letter-spacing: -0.56px;
}

@media only screen and (max-width: 991px) {
  .sub1leftbox h2 {
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .sub1leftbox {
    float: left;
    width: 100%;
    padding-bottom: 0;
  }
}

.sub1leftbox ul {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .sub1leftbox ul {
    flex-direction: row;
  }
}

@media only screen and (max-width: 991px) {
  .sub1leftbox ul li {
    width: 33.3333%;
  }
}

.sub1leftbox ul li a {
  display: block;
  padding: 29px 0 30px 48px;
  text-align: left;
  position: relative;
  color: #1c2647;
}

@media only screen and (max-width: 1200px) {
  .sub1leftbox ul li a {
    padding: 29px 0 30px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .sub1leftbox ul li a {
    padding: 20px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 376px) {
  .sub1leftbox ul li a {
    font-size: 14px;
  }
}

.sub1leftbox ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 5px;
  height: 100%;
  background: #4670ee;
}

.sub1leftbox ul li a.active:before {
  display: block;
}

.nav-item {
  border-bottom: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
}

@media only screen and (max-width: 991px) {
  .nav-item {
    border-right: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
  }
}

.subright {
  padding-left: 3rem;
  padding-right: 3rem;
  min-height:calc(100vh - 301px);
}

@media only screen and (max-width: 991px) {
  .subright {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 376px) {
	.subright2 {
		padding-left:0;
		padding-right:0;
	}
}

/*
.right_side_box{
   position:absolute;
   top:6rem; right:6rem;
}
*/
.sub1rightbox {
  width: 73%;
  padding: 6rem 1rem;
  margin-left: 0;
  line-height: 1.5;
}

/* 20211228_c add media */
@media only screen and (max-width: 1600px) {
	.sub1rightbox {
		width:90%;
	}
}

@media only screen and (max-width: 1200px) {
  .sub1rightbox {
    width: 100%; /* 20211220_c replace width:90%;*/
  }
}

@media only screen and (max-width: 991px) {
  .sub1rightbox {
    width: 100%;
    padding: 3rem 0;
  }
}

.sub1rightbox div:first-child {
  opacity: 1;
}

.sub1rightbox #sub1_1 h1,
.sub1rightbox #sub1_2 h1,
.sub1rightbox #sub1_3 h1,
.sub1rightbox #sub1_4 h1,
.sub1rightbox #sub1_5 h1 {
  font-family: "spoqaM";
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  font-weight: 500;
}

.sub1rightbox #sub1_1 dl dd,
.sub1rightbox #sub1_2 dl dd,
.sub1rightbox #sub1_3 dl dd,
.sub1rightbox #sub1_4 dl dd,
.sub1rightbox #sub1_5 dl dd {
  margin-top: 30px;
}

.sub1rightbox #sub1_1 dl dd h3,
.sub1rightbox #sub1_2 dl dd h3,
.sub1rightbox #sub1_3 dl dd h3,
.sub1rightbox #sub1_4 dl dd h3,
.sub1rightbox #sub1_5 dl dd h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-family: "spoqaM";
  letter-spacing: -0.75px;
  color: #2d3961;
  text-indent: 19px;
  position: relative;
  font-weight: 500;
}

.sub1rightbox #sub1_1 dl dd h3:before,
.sub1rightbox #sub1_2 dl dd h3:before,
.sub1rightbox #sub1_3 dl dd h3:before,
.sub1rightbox #sub1_4 dl dd h3:before,
.sub1rightbox #sub1_5 dl dd h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #4670ee;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.sub1rightbox #sub1_1 dl dd p,
.sub1rightbox #sub1_2 dl dd p,
.sub1rightbox #sub1_3 dl dd p,
.sub1rightbox #sub1_4 dl dd p,
.sub1rightbox #sub1_5 dl dd p {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #6b738d;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd p,
  .sub1rightbox #sub1_2 dl dd p,
  .sub1rightbox #sub1_3 dl dd p,
  .sub1rightbox #sub1_4 dl dd p,
  .sub1rightbox #sub1_5 dl dd p {
    font-size: 14px;
  }
}

.sub1rightbox #sub1_1 dl dd p span,
.sub1rightbox #sub1_2 dl dd p span,
.sub1rightbox #sub1_3 dl dd p span,
.sub1rightbox #sub1_4 dl dd p span,
.sub1rightbox #sub1_5 dl dd p span {
  color: #97999e;
}

.sub1rightbox #sub1_1 dl dd p b,
.sub1rightbox #sub1_2 dl dd p b,
.sub1rightbox #sub1_3 dl dd p b,
.sub1rightbox #sub1_4 dl dd p b,
.sub1rightbox #sub1_5 dl dd p b {
  font-weight: 100;
  color: #f75c5c;
}

.sub1rightbox #sub1_1 dl dd p a,
.sub1rightbox #sub1_2 dl dd p a,
.sub1rightbox #sub1_3 dl dd p a,
.sub1rightbox #sub1_4 dl dd p a,
.sub1rightbox #sub1_5 dl dd p a {
  font-family: "spoqaR";
  color: #6b738d;
}

.sub1rightbox #sub1_1 dl dd p a:hover, .sub1rightbox #sub1_1 dl dd p a:focus,
.sub1rightbox #sub1_2 dl dd p a:hover,
.sub1rightbox #sub1_2 dl dd p a:focus,
.sub1rightbox #sub1_3 dl dd p a:hover,
.sub1rightbox #sub1_3 dl dd p a:focus,
.sub1rightbox #sub1_4 dl dd p a:hover,
.sub1rightbox #sub1_4 dl dd p a:focus,
.sub1rightbox #sub1_5 dl dd p a:hover,
.sub1rightbox #sub1_5 dl dd p a:focus {
  font-weight: 500;
}

.sub1rightbox #sub1_1 dl dd img,
.sub1rightbox #sub1_2 dl dd img,
.sub1rightbox #sub1_3 dl dd img,
.sub1rightbox #sub1_4 dl dd img,
.sub1rightbox #sub1_5 dl dd img {
  width: 100%;
  height: auto;
  margin-top: 12px;
}

.sub1rightbox #sub1_1 dl dd img.angleimg,
.sub1rightbox #sub1_2 dl dd img.angleimg,
.sub1rightbox #sub1_3 dl dd img.angleimg,
.sub1rightbox #sub1_4 dl dd img.angleimg,
.sub1rightbox #sub1_5 dl dd img.angleimg {
  width: 280px;
  margin-left: 33%;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd img.angleimg,
  .sub1rightbox #sub1_2 dl dd img.angleimg,
  .sub1rightbox #sub1_3 dl dd img.angleimg,
  .sub1rightbox #sub1_4 dl dd img.angleimg,
  .sub1rightbox #sub1_5 dl dd img.angleimg {
    margin: 25px;
  }
}

.sub1rightbox #sub1_1 dl dd ul li,
.sub1rightbox #sub1_2 dl dd ul li,
.sub1rightbox #sub1_3 dl dd ul li,
.sub1rightbox #sub1_4 dl dd ul li,
.sub1rightbox #sub1_5 dl dd ul li {
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #f75c5c;
  font-family: "spoqaR";
  text-indent: 5px;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd ul li,
  .sub1rightbox #sub1_2 dl dd ul li,
  .sub1rightbox #sub1_3 dl dd ul li,
  .sub1rightbox #sub1_4 dl dd ul li,
  .sub1rightbox #sub1_5 dl dd ul li {
    font-size: 14px;
  }
}

.sub1rightbox #sub1_1 dl dd em,
.sub1rightbox #sub1_2 dl dd em,
.sub1rightbox #sub1_3 dl dd em,
.sub1rightbox #sub1_4 dl dd em,
.sub1rightbox #sub1_5 dl dd em {
  font-style: normal;
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: -0.34px;
  color: #6b738d;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd em,
  .sub1rightbox #sub1_2 dl dd em,
  .sub1rightbox #sub1_3 dl dd em,
  .sub1rightbox #sub1_4 dl dd em,
  .sub1rightbox #sub1_5 dl dd em {
    font-size: 14px;
  }
}

.sub1rightbox #sub1_1 dl dd label,
.sub1rightbox #sub1_2 dl dd label,
.sub1rightbox #sub1_3 dl dd label,
.sub1rightbox #sub1_4 dl dd label,
.sub1rightbox #sub1_5 dl dd label {
  display: block;
  border-radius: 17px;
  background: #6b80b1;
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.36px;
  width: fit-content;
  padding: 8px 15px;
  margin-left: 0;
}

.sub1rightbox #sub1_1 dl dd table,
.sub1rightbox #sub1_2 dl dd table,
.sub1rightbox #sub1_3 dl dd table,
.sub1rightbox #sub1_4 dl dd table,
.sub1rightbox #sub1_5 dl dd table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
}

.sub1rightbox #sub1_1 dl dd table thead tr th,
.sub1rightbox #sub1_2 dl dd table thead tr th,
.sub1rightbox #sub1_3 dl dd table thead tr th,
.sub1rightbox #sub1_4 dl dd table thead tr th,
.sub1rightbox #sub1_5 dl dd table thead tr th {
  background: #f4f5f9;
  border-top: 2px solid #6b738d;
  border-bottom: 1px solid #6b738d;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #404a6a;
  font-family: "spoqaM";
  padding: 13px 0;
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd table thead tr th,
  .sub1rightbox #sub1_2 dl dd table thead tr th,
  .sub1rightbox #sub1_3 dl dd table thead tr th,
  .sub1rightbox #sub1_4 dl dd table thead tr th,
  .sub1rightbox #sub1_5 dl dd table thead tr th {
    font-size: 16px;
  }
}

.sub1rightbox #sub1_1 dl dd table tbody tr td,
.sub1rightbox #sub1_2 dl dd table tbody tr td,
.sub1rightbox #sub1_3 dl dd table tbody tr td,
.sub1rightbox #sub1_4 dl dd table tbody tr td,
.sub1rightbox #sub1_5 dl dd table tbody tr td {
  font-size: 17px;
  color: #404a6a;
  letter-spacing: -0.34px;
  font-family: "spoqaR";
  border-bottom: 1px solid #cbcfdb;
  padding: 16px 0;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd table tbody tr td,
  .sub1rightbox #sub1_2 dl dd table tbody tr td,
  .sub1rightbox #sub1_3 dl dd table tbody tr td,
  .sub1rightbox #sub1_4 dl dd table tbody tr td,
  .sub1rightbox #sub1_5 dl dd table tbody tr td {
    font-size: 14px;
  }
}

.sub1rightbox #sub1_1 dl dd table tbody tr td:nth-child(1), .sub1rightbox #sub1_1 dl dd table tbody tr td:nth-child(2),
.sub1rightbox #sub1_2 dl dd table tbody tr td:nth-child(1),
.sub1rightbox #sub1_2 dl dd table tbody tr td:nth-child(2),
.sub1rightbox #sub1_3 dl dd table tbody tr td:nth-child(1),
.sub1rightbox #sub1_3 dl dd table tbody tr td:nth-child(2),
.sub1rightbox #sub1_4 dl dd table tbody tr td:nth-child(1),
.sub1rightbox #sub1_4 dl dd table tbody tr td:nth-child(2),
.sub1rightbox #sub1_5 dl dd table tbody tr td:nth-child(1),
.sub1rightbox #sub1_5 dl dd table tbody tr td:nth-child(2) {
  text-align: center;
}

.sub1rightbox #sub1_1 dl dd table tbody tr td.brright,
.sub1rightbox #sub1_2 dl dd table tbody tr td.brright,
.sub1rightbox #sub1_3 dl dd table tbody tr td.brright,
.sub1rightbox #sub1_4 dl dd table tbody tr td.brright,
.sub1rightbox #sub1_5 dl dd table tbody tr td.brright {
  border-right: 1px solid #cbcfdb;
}

.sub1rightbox #sub1_1 dl dd table tbody tr td:last-child,
.sub1rightbox #sub1_2 dl dd table tbody tr td:last-child,
.sub1rightbox #sub1_3 dl dd table tbody tr td:last-child,
.sub1rightbox #sub1_4 dl dd table tbody tr td:last-child,
.sub1rightbox #sub1_5 dl dd table tbody tr td:last-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd table tbody tr td:last-child,
  .sub1rightbox #sub1_2 dl dd table tbody tr td:last-child,
  .sub1rightbox #sub1_3 dl dd table tbody tr td:last-child,
  .sub1rightbox #sub1_4 dl dd table tbody tr td:last-child,
  .sub1rightbox #sub1_5 dl dd table tbody tr td:last-child {
    padding: 1px;
  }
}

.sub1rightbox #sub1_1 dl dd table tbody tr td span,
.sub1rightbox #sub1_2 dl dd table tbody tr td span,
.sub1rightbox #sub1_3 dl dd table tbody tr td span,
.sub1rightbox #sub1_4 dl dd table tbody tr td span,
.sub1rightbox #sub1_5 dl dd table tbody tr td span {
  color: #f75c5c;
}

.sub1rightbox #sub1_1 dl dd table tbody tr td strong,
.sub1rightbox #sub1_2 dl dd table tbody tr td strong,
.sub1rightbox #sub1_3 dl dd table tbody tr td strong,
.sub1rightbox #sub1_4 dl dd table tbody tr td strong,
.sub1rightbox #sub1_5 dl dd table tbody tr td strong {
  font-weight: 300;
  color: #4670ee;
}

.sub1rightbox #sub1_1 dl dd table tbody tr td p,
.sub1rightbox #sub1_2 dl dd table tbody tr td p,
.sub1rightbox #sub1_3 dl dd table tbody tr td p,
.sub1rightbox #sub1_4 dl dd table tbody tr td p,
.sub1rightbox #sub1_5 dl dd table tbody tr td p {
  text-decoration: underline;
  color: #404a6a;
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd table tbody tr td ol,
  .sub1rightbox #sub1_2 dl dd table tbody tr td ol,
  .sub1rightbox #sub1_3 dl dd table tbody tr td ol,
  .sub1rightbox #sub1_4 dl dd table tbody tr td ol,
  .sub1rightbox #sub1_5 dl dd table tbody tr td ol {
    padding-left: 10px;
  }
}

.sub1rightbox #sub1_1 dl dd table tbody tr td ol li,
.sub1rightbox #sub1_2 dl dd table tbody tr td ol li,
.sub1rightbox #sub1_3 dl dd table tbody tr td ol li,
.sub1rightbox #sub1_4 dl dd table tbody tr td ol li,
.sub1rightbox #sub1_5 dl dd table tbody tr td ol li {
  color: #404a6a;
  font-size: 17px;
  letter-spacing: -0.34px;
  font-family: "spoqaR";
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd table tbody tr td ol li,
  .sub1rightbox #sub1_2 dl dd table tbody tr td ol li,
  .sub1rightbox #sub1_3 dl dd table tbody tr td ol li,
  .sub1rightbox #sub1_4 dl dd table tbody tr td ol li,
  .sub1rightbox #sub1_5 dl dd table tbody tr td ol li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd table tbody tr td ol li ol li,
  .sub1rightbox #sub1_2 dl dd table tbody tr td ol li ol li,
  .sub1rightbox #sub1_3 dl dd table tbody tr td ol li ol li,
  .sub1rightbox #sub1_4 dl dd table tbody tr td ol li ol li,
  .sub1rightbox #sub1_5 dl dd table tbody tr td ol li ol li {
    font-size: 13px !important;
  }
}

.sub1rightbox #sub1_1 dl dd table tbody tr td div,
.sub1rightbox #sub1_2 dl dd table tbody tr td div,
.sub1rightbox #sub1_3 dl dd table tbody tr td div,
.sub1rightbox #sub1_4 dl dd table tbody tr td div,
.sub1rightbox #sub1_5 dl dd table tbody tr td div {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #404a6a;
}

.sub1rightbox #sub1_1 dl dd .redborderbox,
.sub1rightbox #sub1_2 dl dd .redborderbox,
.sub1rightbox #sub1_3 dl dd .redborderbox,
.sub1rightbox #sub1_4 dl dd .redborderbox,
.sub1rightbox #sub1_5 dl dd .redborderbox {
  background: #f754541c;
  border: 1px solid #f7545470;
  border-radius: 12px;
  margin-top: 20px;
  padding: 33px 31px;
}

@media only screen and (max-width: 991px) {
  .sub1rightbox #sub1_1 dl dd .redborderbox,
  .sub1rightbox #sub1_2 dl dd .redborderbox,
  .sub1rightbox #sub1_3 dl dd .redborderbox,
  .sub1rightbox #sub1_4 dl dd .redborderbox,
  .sub1rightbox #sub1_5 dl dd .redborderbox {
    padding: 15px 10px;
  }
}

.sub1rightbox #sub1_1 dl dd .redborderbox p,
.sub1rightbox #sub1_2 dl dd .redborderbox p,
.sub1rightbox #sub1_3 dl dd .redborderbox p,
.sub1rightbox #sub1_4 dl dd .redborderbox p,
.sub1rightbox #sub1_5 dl dd .redborderbox p {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #404a6a;
  text-align: center;
  white-space: pre-line;
}

@media only screen and (max-width: 991px) {
  .sub1rightbox #sub1_1 dl dd .redborderbox p,
  .sub1rightbox #sub1_2 dl dd .redborderbox p,
  .sub1rightbox #sub1_3 dl dd .redborderbox p,
  .sub1rightbox #sub1_4 dl dd .redborderbox p,
  .sub1rightbox #sub1_5 dl dd .redborderbox p {
    white-space: initial;
  }
}

@media only screen and (max-width: 500px) {
  .sub1rightbox #sub1_1 dl dd .redborderbox p,
  .sub1rightbox #sub1_2 dl dd .redborderbox p,
  .sub1rightbox #sub1_3 dl dd .redborderbox p,
  .sub1rightbox #sub1_4 dl dd .redborderbox p,
  .sub1rightbox #sub1_5 dl dd .redborderbox p {
    font-size: 14px;
    white-space: normal;
  }
}

.sub1rightbox #sub1_1 dl dd .redborderbox hr,
.sub1rightbox #sub1_2 dl dd .redborderbox hr,
.sub1rightbox #sub1_3 dl dd .redborderbox hr,
.sub1rightbox #sub1_4 dl dd .redborderbox hr,
.sub1rightbox #sub1_5 dl dd .redborderbox hr {
  margin-top: 33px;
  margin-bottom: 33px;
  border: 1px solid #f7545470;
}

.sub1rightbox #sub1_1 dl dd .redborderbox strong,
.sub1rightbox #sub1_2 dl dd .redborderbox strong,
.sub1rightbox #sub1_3 dl dd .redborderbox strong,
.sub1rightbox #sub1_4 dl dd .redborderbox strong,
.sub1rightbox #sub1_5 dl dd .redborderbox strong {
  font-family: "spoqaM";
  font-size: 22px;
  letter-spacing: -0.88px;
  color: #2d3961;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.sub1_2topbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sub1_2topbox {
    flex-direction: column;
  }
}

.sub1_2topbox span {
  display: block;
  width: 30%;
  height: auto;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #cbddf3;
  box-shadow: 3px 3px 0px #727fa833;
  padding: 39px 42px;
}

@media only screen and (max-width: 767px) {
  .sub1_2topbox span {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
  }
}

.sub1_2topbox span:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .sub1_2topbox span:last-child {
    margin-bottom: 0;
  }
}

.sub1_2topbox span ul strong {
  font-size: 22px;
  color: #404a6a;
  letter-spacing: -0.44px;
  font-family: "spoqaM";
  display: block;
  width: 64px;
  height: 33px;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 500px) {
  .sub1_2topbox span ul strong {
    width: 100%;
  }
}

.sub1_2topbox span ul li {
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #404a6a !important;
  font-family: "spoqaR";
  line-height: 30px;
  position: relative;
}

.sub1_2topbox span ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
  font-weight: 500;
}

.sub1_2topbox em {
  position: absolute;
  display: block;
  width: 560px;
  height: 8px;
  top: 50%;
  left: 20%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .sub1_2topbox em {
    width: 8px;
    height: 400px;
    top: 28%;
    left: 48%;
    overflow: hidden;
  }
}

.sub1_2topbox em i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5e1f2;
  margin-right: 4px;
}

.sub2rightbox {
  width: 73%;
  padding: 6rem 1rem;
  margin-left: 0;
  line-height: 1.5;
}

/* 20211228_c add media 1600px */

@media only screen and (max-width: 1600px) {
	.sub2rightbox{
		width:90%;
	}
}

@media only screen and (max-width: 1200px) {
  .sub2rightbox {
    width: 100%; /* 20211220_c replace width: 90%;*/
  }
}

@media only screen and (max-width: 991px) {
  .sub2rightbox {
    width: 100%;
    padding: 3rem 0;
  }
}

.sub2rightbox div:first-child {
  opacity: 1 !important;
}

.sub2rightbox #sub2_1 h1,
.sub2rightbox #sub2_2 h1,
.sub2rightbox #sub2_3 h1 {
  font-family: "spoqaM";
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .sub2rightbox #sub2_1 h1,
  .sub2rightbox #sub2_2 h1,
  .sub2rightbox #sub2_3 h1 {
    display: none;
  }
}

.sub2rightbox #sub2_1 table,
.sub2rightbox #sub2_2 table,
.sub2rightbox #sub2_3 table {
  width: 100%;
  margin: 0;
}

.sub2rightbox #sub2_1 table thead tr th:first-child,
.sub2rightbox #sub2_2 table thead tr th:first-child,
.sub2rightbox #sub2_3 table thead tr th:first-child {
  text-align: left;
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: 0;
  color: #6b738d;
}

.sub2rightbox #sub2_1 table thead tr th:first-child span,
.sub2rightbox #sub2_2 table thead tr th:first-child span,
.sub2rightbox #sub2_3 table thead tr th:first-child span {
  color: #4670ee;
}

.sub2rightbox #sub2_1 table thead tr th:last-child,
.sub2rightbox #sub2_2 table thead tr th:last-child,
.sub2rightbox #sub2_3 table thead tr th:last-child {
  text-align: right;
  position: relative;
}

.sub2rightbox #sub2_1 table thead tr th:last-child input,
.sub2rightbox #sub2_2 table thead tr th:last-child input,
.sub2rightbox #sub2_3 table thead tr th:last-child input {
  background: #f4f5f9 0% 0% no-repeat padding-box;
  color: #6b738d;
  font-size: 17px;
  letter-spacing: -0.17px;
  font-family: "spoqaR";
  padding: 13px 0px 12px 20px;
  border: none;
  width: 380px;
  height: 50px;
}

.sub2rightbox #sub2_1 table thead tr th:last-child a,
.sub2rightbox #sub2_2 table thead tr th:last-child a,
.sub2rightbox #sub2_3 table thead tr th:last-child a {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
}

.sub2rightbox #sub2_1 table thead tr th:last-child a img,
.sub2rightbox #sub2_2 table thead tr th:last-child a img,
.sub2rightbox #sub2_3 table thead tr th:last-child a img {
  width: 100%;
  height: 100%;
}

.sub2rightbox #sub2_1 table thead tr th:last-child a:hover img, .sub2rightbox #sub2_1 table thead tr th:last-child a:focus img,
.sub2rightbox #sub2_2 table thead tr th:last-child a:hover img,
.sub2rightbox #sub2_2 table thead tr th:last-child a:focus img,
.sub2rightbox #sub2_3 table thead tr th:last-child a:hover img,
.sub2rightbox #sub2_3 table thead tr th:last-child a:focus img {
  opacity: 0.5;
}

.sub2rightbox #sub2_1 table tbody,
.sub2rightbox #sub2_2 table tbody,
.sub2rightbox #sub2_3 table tbody {
  border-top: 2px solid #404a6a;
}

.sub2rightbox #sub2_1 table tbody tr td,
.sub2rightbox #sub2_2 table tbody tr td,
.sub2rightbox #sub2_3 table tbody tr td {
  padding: 28px 14px;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(1) div,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(1) div,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(1) div {
  background: yellow;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div {
  border-right: 1px dotted #efefef;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(2),
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(2),
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(2) {
  font-size: 21px;
  font-family: "spoqaM";
  letter-spacing: -0.21px;
  color: #1c2647;
  font-weight: 500;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(3), .sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(4), .sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(5),
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(3),
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(4),
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(5),
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(3),
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(4),
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(5) {
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: -0.34px;
  color: #1c2647;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(3) span, .sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(4) span, .sub2rightbox #sub2_1 table tbody tr td:nth-child(2) div p:nth-child(5) span,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(3) span,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(4) span,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(2) div p:nth-child(5) span,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(3) span,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(4) span,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(2) div p:nth-child(5) span {
  letter-spacing: 0;
  color: #6b80b1;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button {
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #4670ee;
  font-family: "spoqaR";
  cursor: pointer;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:first-child,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:first-child,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:first-child {
  border-radius: 5px;
  background: #fff;
  border: 2px solid #4670ee;
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:first-child:hover, .sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:first-child:focus,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:first-child:hover,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:first-child:focus,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:first-child:hover,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:first-child:focus {
  color: #fff;
  background: #4670ee;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:last-child,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:last-child,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:last-child {
  width: 200px;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  background: #4670ee;
  border: 2px solid #4670ee;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  position: relative;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:last-child:before,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:last-child:before,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:last-child:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 10px;
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("../img/sub2/check_circle.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:last-child:hover, .sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:last-child:focus,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:last-child:hover,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:last-child:focus,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:last-child:hover,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:last-child:focus {
  color: #fff;
  background: #404a6a;
  border-color: #404a6a;
  text-indent: 10px;
}

.sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:last-child:hover:before, .sub2rightbox #sub2_1 table tbody tr td:nth-child(3) div button:last-child:focus:before,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:last-child:hover:before,
.sub2rightbox #sub2_2 table tbody tr td:nth-child(3) div button:last-child:focus:before,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:last-child:hover:before,
.sub2rightbox #sub2_3 table tbody tr td:nth-child(3) div button:last-child:focus:before {
  display: block;
}

.greenbadge {
  border: 1px solid #00a27b;
  font-size: 16px;
  color: #00a27b;
  font-family: "spoqaR";
  letter-spacing: -0.64px;
  border-radius: 12px;
  background: #fff;
  padding: 5px 10px;
}

.yellowbadge {
  border: 1px solid #f87220;
  font-size: 16px;
  color: #f87220;
  font-family: "spoqaR";
  letter-spacing: -0.64px;
  border-radius: 12px;
  background: #fff;
  padding: 5px 10px;
}

.viewrightbox {
  width: 73%;
  padding: 6rem 1rem 3rem 1rem;
  margin-left: 0;
  line-height: 1.5;
  height: 235vh;
  overflow: hidden;
  min-height:225vh;
}

@media only screen and (max-width: 1900px) {
  .viewrightbox {
    height: 270vh;
  }
}

@media only screen and (max-width: 1600px) {
  .viewrightbox {
    height: 285vh;
    width: 90%;
  }
}

/* 20211228_c remove media */
/*@media only screen and (max-width: 1500px) {
  .viewrightbox {
    width: 100%;
  }
}*/

@media only screen and (max-width: 1200px) {
  .viewrightbox {
    width: 100%;
	height:300vh;
  }
}

@media only screen and (max-width: 991px) {
  .viewrightbox {
    width: 100%;
    height: 325vh;
    /*overflow: hidden;*/
  }
}

@media only screen and (max-width: 767px) {
  .viewrightbox {
    height: 370vh;
  }
}

@media only screen and (max-width: 500px) {
  .viewrightbox {
    height: 410vh;
  }
}

@media only screen and (max-width: 434px) {
  .viewrightbox {
    height: 410vh;
  }
}

@media only screen and (max-width: 376px) {
  .viewrightbox {
    height: 430vh;
  }
}

.viewrightbox div:first-child {
  opacity: 1 !important;
}

/*20211119_c add st*/
.viewrightbox div:first-child img{
	width:100%;
	height:100%;
	max-width:500px;
}
/*20211119_c add end*/

.viewrightbox div h1 {
  font-family: "spoqaM";
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  margin-bottom: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .viewrightbox div h1 {
    display: none;
  }
}

.viewright {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .viewright li:first-child {
    order: 1;
  }
}

@media only screen and (max-width: 991px) {
  .viewright li:last-child {
    order: 2;
    position: absolute;
    top: 18.8%;
    left: 0;
    display: none;
    width: 100%;
    padding: 0 2rem;
  }
}

/*@media only screen and (max-width: 767px) {
  .viewright li:last-child {
    top: 17.8%;
  }
}

@media only screen and (max-width: 500px) {
  .viewright li:last-child {
    top: 19.5%;
  }
}

@media only screen and (max-width: 376px) {
  .viewright li:last-child {
    top: 17.5%;
  }
}*/

.viewright li h2 {
  font-family: "spoqaM";
  font-size: 28px;
  letter-spacing: -0.56px;
  color: #1c2647;
  font-weight: 500;
}

.viewright li h2 span {
  font-family: "spoqaM";
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .viewright li h2 span {
    display: none;
  }
}

.viewright li:last-child {
  margin-top: 30px;
}

.viewright li:last-child .container-fluid .row div:first-child button {
  font-family: "spoqaR";
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #6b738d;
  background: #f4f5f9;
  border: 1px solid #cbcfdb;
  border-radius: 5px;
  padding: 17.22px 30px 15.78px 30px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .viewright li:last-child .container-fluid .row div:first-child button {
    display: none;
  }
}

/* 20211209_c add button class classViewprev st */
.classViewprev{
	position:relative;
	text-indent:10px;
}

.classViewprev::before{
	content: '';
	position:absolute;
	left:12%;
	top:30%;
	display:block;
	background-image:url('../img/sub2/btn_back.svg'); /*myclass_detail_icon01.png*/
	background-repeat:no-repeat;
	background-size:100%;
	width:20px;
	height:20px;
}
/* 20211209_c add button class classViewprev end */

@media only screen and (max-width: 767px) {
  .viewright li:last-child .container-fluid .row div:last-child {
    padding-right: 0;
  }
}

.viewright li:last-child .container-fluid .row div:last-child button {
  font-family: "spoqaR";
  font-size: 18px;
  letter-spacing: -0.18px;
  border-radius: 5px;
  cursor: pointer;
}

.viewright li:last-child .container-fluid .row div:last-child button:first-child {
  color: #4670ee;
  border: 2px solid #4670ee;
  background: #fff;
  padding: 17.22px 0 15.78px 0;
  width: 30%;
}

@media only screen and (max-width: 991px) {
  .viewright li:last-child .container-fluid .row div:last-child button:first-child {
    width: 49%;
  }
}

.viewright li:last-child .container-fluid .row div:last-child button:last-child {
  color: #fff;
  background: #4670ee;
  border: 2px solid transparent;
  padding: 15.78px 0 17.22px 0;
  width: 56%;
  margin-left: 5px;
  float: right;
}

@media only screen and (max-width: 991px) {
  .viewright li:last-child .container-fluid .row div:last-child button:last-child {
    width: 49%;
    float: right;
  }
  .viewright li:last-child .container-fluid .row div:last-child button:last-child:after {
    content: "";
    display: block;
    clear: both;
  }
}

.viewtable1,
.viewtable2 {
  width: 86%;
  border-top: 2px solid #404a6a;
  margin-top: 38px;
  margin-left: 0;
  border-collapse: collapse;
}

@media only screen and (max-width: 991px) {
  .viewtable1,
  .viewtable2 {
    width: 100%;
  }
}

.viewtable1 tr th,
.viewtable2 tr th {
  background: #f4f5f9;
  width: 19%;
  font-family: "spoqaM";
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #1c2647;
  padding: 12px;
  border-bottom: 1px solid #f4f5f9;
  font-weight: 500;
}

.viewtable1 tr td,
.viewtable2 tr td {
  width: 31%;
  background: #fff;
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.03px;
  color: #1c2647;
  padding: 14px;
  border-bottom: 1px solid #f4f5f9;
}

.sub2tab3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  height: 60px;
  margin-top: 100px;
  line-height: 60px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .sub2tab3 {
    width: 100%;
  }
}

.sub2tab3 dt {
  float: left;
  z-index: 9;
  position: relative;
  text-align: center;
  background: #f4f5f9dd;
  width: 50%;
  border-bottom: 2px solid #404a6a;
  transition: all 0.1s;
  /*font-family: "spoqaR";
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #6b738d;*/
}

/* 20211119_c add a tag css st */
/*20211202_c a tag -> button tag*/
.sub2tab3 dt button{
	font-family: "spoqaR";
	font-size: 24px;
	letter-spacing: -0.48px;
	color: #6b738d;
	background:transparent;
	border:none;
}
/* 20211119_c add a tag css end */

.sub2tab3 dt:first-child {
  border-left: 1px solid #cbcfdb;
}

.sub2tab3 dt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #cbcfdb;
  top: 0;
  left: 0;
}

.sub2tab3 dt:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  background: #cbcfdb;
  top: 0;
  right: -1px;
}

.sub2tab3 dt.subact {
  background: #fff;
  border: 2px solid #404a6a;
  border-bottom: 0;
  /*color: #1c2647;
  font-family: "spoqaM";
  font-weight: 500;*/
}

/* 20211119_c add a tag css st */
/* 20211202_c a tag --> button tag */
.sub2tab3 dt.subact button{
	font-family: "spoqaM";
	color: #1c2647;
	font-weight: 500;
}
/* 20211119_c add a tag css end */

.sub2tab3 dd {
  position: absolute;
  padding-top: 30px;
  margin: 0;
  top: 50px;
  left:0;
  width: 100%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.sub2tab3 dd.hidden {
  display: none;
}

.sub2tab3 dd b {
  width: 100%;
  font-size: 21px;
  letter-spacing: 0;
  font-family: "spoqaM";
  font-weight: 500;
  color: #1c2647;
  position: relative;
}

.sub2tab3 dd b:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  display: block;
  width: 4px;
  height: 14px;
  background: #4670ee;
}

.sub2tab3 dd i {
  width: 100%;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: -0.17px;
  color: #6b738d;
}

.sub2tab3 dd i ul li {
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: -0.17px;
  color: #6b738d;
}

.viewcontents .viewcontentimg {
  height: auto;
  padding: 38px 38px 0 0;
}

@media only screen and (max-width: 991px) {
  .viewcontents .viewcontentimg {
    padding-right: 0;
    margin-bottom: 20px;
/*    height: 213px;*/
  }
}

/*@media only screen and (max-width: 500px) {
  .viewcontents .viewcontentimg {
    margin-bottom: 100px;
  }
}*/

.viewcontents .viewcontenttable {
  padding: 38px 0px 0 0;
}

@media only screen and (max-width: 991px) {
  .viewcontents .viewcontenttable {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .viewleftbox {
    display: none;
  }
}

.viewtopimg1 {
  display: block !important;
}

@media only screen and (max-width: 991px) {
  .viewtopimg1 {
    display: none !important;
  }
}

.viewtopimg2 {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .viewtopimg2 {
    display: block !important;
    width: 32px;
    height: 32px;
  }
}

#viewtopcenter {
  display: none;
  position: fixed; /* 20211119_c replace absolute */
  top: 0;
  width: 40%;
  left: 30%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-family: "spoqaR";
  color: #1C2647;
  letter-spacing: -0.8px;
}

@media only screen and (max-width: 991px) {
  #viewtopcenter {
    display: block;
  }
}

.viewdivtable1, .viewdivtable2 {
  border-top: 2px solid #404A6A;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.viewdivtable1 div, .viewdivtable2 div {
  border-bottom: 1px solid #CBCFDB;
  padding: 12px 20px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

@media only screen and (max-width: 376px) {
  .viewdivtable1 div, .viewdivtable2 div {
    white-space: wrap;
    text-overflow: initial;
    padding: 12px 5px;
  }
}

.viewdivtable1 div:nth-child(odd), .viewdivtable2 div:nth-child(odd) {
  background: #F4F5F9;
  font-size: 14px;
  letter-spacing: -0.34px;
  font-family: "spoqaM";
  font-weight: 500;
  color: #1c2647;
  width: 21%;
}

@media only screen and (max-width: 767px) {
  .viewdivtable1 div:nth-child(odd), .viewdivtable2 div:nth-child(odd) {
    width: 40%;
  }
}

.viewdivtable1 div:nth-child(even), .viewdivtable2 div:nth-child(even) {
  background: #fff;
  font-family: "spoqaR";
  font-size: 14px;
  letter-spacing: -0.03px;
  color: #1C2647;
  width: 29%;
}

@media only screen and (max-width: 767px) {
  .viewdivtable1 div:nth-child(even), .viewdivtable2 div:nth-child(even) {
    width: 60%;
  }
}

.viewdivtable1 div:nth-child(even) span, .viewdivtable2 div:nth-child(even) span {
  font-family: "spoqaM";
  color: #F75C5C;
  font-weight: 500;
}

.viewcontenttable2 {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  margin-left: -20px;
  border-top: 1px solid #cbcfdb;
  border-right:1px solid #cbcfdb;
  max-width:920px;
}

.viewcontenttable2.explo{
	display:none;
}

/* 20211215_c add explorer css 평가기준 밑에 테이블 익스플로러 제거 st */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.viewcontenttable2{
			display:none;
		}
		.viewcontenttable2.explo{
			display:table;
			border-collapse:collapse;
			border-spacing:0;
			border-top:none;
			border-right:none;

		}

		/*.viewcontenttable2.explo thead, .viewcontenttable2.explo tbody{
			overflow-x:scroll;
			min-width:370px;
		}*/
		.viewcontenttable2.explo thead th{
			display:inline-block;
			float:left;
			border-top:1px solid #cbcfdb;
		}
		 /*.viewcontenttable2.explo tbody th, .viewcontenttable2.explo tbody, td {
			display:table-cell;
		 }*/
		 .viewcontenttable2.explo tbody th, .viewcontenttable2.explo tbody td {
			display:inline-block;
			float:left;
		 }
}

@media only screen and (max-width:500px ) {
	.viewcontenttable2.explo thead th, .viewcontenttable2.explo tbody th, .viewcontenttable2.explo tbody td {
		width:60px;
		font-size:10px;
	}
}

/* 20211215_c add explorer css 평가기준 밑에 테이블 익스플로러 제거 end */

.viewcontenttable2 thead, .viewcontenttable2 tbody {
  display: flex;
}

.viewcontenttable2 thead th, .viewcontenttable2 thead td, .viewcontenttable2 tbody th, .viewcontenttable2 tbody td {
  display: block;
  width: 153.2px;
  text-align: center;
}

@media only screen and (max-width: 1600px) {
  .viewcontenttable2 thead th, .viewcontenttable2 thead td, .viewcontenttable2 tbody th, .viewcontenttable2 tbody td {
    width: 157px;
  }
}

@media only screen and (max-width: 1500px) {
  .viewcontenttable2 thead th, .viewcontenttable2 thead td, .viewcontenttable2 tbody th, .viewcontenttable2 tbody td {
    width: 162.7px;
  }
}

@media only screen and (max-width: 500px) {
  .viewcontenttable2 thead th, .viewcontenttable2 thead td, .viewcontenttable2 tbody th, .viewcontenttable2 tbody td {
    width: 95px;
  }
}

.viewcontenttable2 thead th, .viewcontenttable2 tbody th {
  background: #f4f5f9;
  color: #1c2647;
  font-family: "spoqaM";
  font-weight: 500;
  letter-spacing: -0.34px;
  font-size: 17px;
  border-bottom: 1px solid #CBCFDB;
  border-right: 1px solid #CBCFDB;
}

.viewcontenttable2 thead td, .viewcontenttable2 tbody td {
  font-size: 17px;
  letter-spacing: -0.17px;
  color: #6b738d;
  font-family: "spoqaR";
  text-align: center;
  border-bottom: 1px solid #CBCFDB;
  border-right: 1px solid #CBCFDB;
}

.viewcontenttable2 tbody {
  overflow-x: auto;
}

.viewcontenttable2 tbody::-webkit-scrollbar{
	height:5px;
}

.viewcontenttable2 tbody::-webkit-scrollbar-thumb{
	background: #cbcfdb;
	/*border-radius: 10px*/
}

.viewcontenttable2 tbody::-webkit-scrollbar-track{
	background: #f4f5f9;
/*	border-radius: 10px;*/
}

@media only screen and (max-width: 500px) {
  .viewcontenttable2 .vctth {
    width: 120px;
  }
}

.supportrightbox {
  width: 73%;
  padding: 6rem 1rem;
  margin-left: 0;
  line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
  .supportrightbox {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .supportrightbox {
    width: 100%;
  }
}

/* 20211220_c replace width:90%; */
/*@media only screen and (max-width: 1200px) {
  .supportrightbox {
    width: 100%; 
  }
}*/

@media only screen and (max-width: 991px) {
  .supportrightbox {
    width: 100%;
    padding: 3rem 1rem;
  }
}

.supportrightbox #com1_1 h1,
.supportrightbox #com1_2 h1 {
  font-family: "spoqaM";
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  font-weight: 500;
}

p {
  font-family: "spoqaR";
}

.supportrightbox #sup1_1 h1,
.supportrightbox #sup1_2 h1,
.supportrightbox #sup1_3 h1,
.supportrightbox #sup1_4 h1,
.supportrightbox #sup1_4 h1,
.supportrightbox #sup1_5 h1 {
  font-family: "spoqaM";
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  font-weight: 500;
}

.supportrightbox #sup1_1 p,
.supportrightbox #sup1_2 p,
.supportrightbox #sup1_3 p,
.supportrightbox #sup1_4 p,
.supportrightbox #sup1_4 p,
.supportrightbox #sup1_5 p {
  font-family: "spoqaR";
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #1c2647;
  margin-top: 15px;
}

@media only screen and (max-width: 500px) {
  .supportrightbox #sup1_1 p,
  .supportrightbox #sup1_2 p,
  .supportrightbox #sup1_3 p,
  .supportrightbox #sup1_4 p,
  .supportrightbox #sup1_4 p,
  .supportrightbox #sup1_5 p {
    font-size: 14px;
  }
}

.supporttab2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}

.supporttab2 li {
  width: 25%;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  background: #ffffff;
  border: 1px solid #cbcfdb;
  cursor: pointer;
  padding: 15px 0;
  transition: all 0.3s;
}

.supporttab2 li a {
  letter-spacing: -0.04px;
  color: #6b738d;
  font-family: "spoqaM";
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .supporttab2 li {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .supporttab2 li {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 434px) {
  .supporttab2 li {
    font-size: 0.75rem;
    max-height: 46px;
  }
}

@media only screen and (max-width: 434px) {
  .supporttab2 li:first-child {
    font-size: 0.625rem;
  }
}

.supporttab2 li.active {
  background: #2d3961;
  border: none;
}

.supporttab2 li.active a {
  color: #fff;
}

.supporttab2_1 {
  margin-top: 50px;
  border-top: 2px solid #404a6a;
  padding: 10px 40px;
}

@media only screen and (max-width: 991px) {
  .supporttab2_1 {
    padding: 10px 0;
  }
}

.supporttab2_1 .menu1,
.supporttab2_1 .menu2,
.supporttab2_1 .menu3,
.supporttab2_1 .menu4,
.supporttab2_1 .menu5,
.supporttab2_1 .menu6,
.supporttab2_1 .menu7,
.supporttab2_1 .menu8 {
  display: none;
  transition: all 0.3s;
}

.supporttab2_1 .menu1.active,
.supporttab2_1 .menu2.active,
.supporttab2_1 .menu3.active,
.supporttab2_1 .menu4.active,
.supporttab2_1 .menu5.active,
.supporttab2_1 .menu6.active,
.supporttab2_1 .menu7.active,
.supporttab2_1 .menu8.active {
  display: block;
}

.menuex,
.menuex ul,
.menuex ul li,
.menuex ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.menuex ul .has-sub {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.menuex ul .has-sub a {
  padding: 14px 0;
  z-index: 2;
  text-decoration: none;
  background: #fff;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #2d3961;
  cursor: pointer;
  position: relative;
  /*i { //20210721_c svg replace i
         position: absolute;
         top: 6px;
         right: 0;
         width: 32px;
         height: 32px;
         @include transform(rotate(180deg));
         @include transition(transform 0.3s ease-out);
       }*/
  transition: color 0.2s ease;
}

@media only screen and (max-width: 991px) {
  .menuex ul .has-sub a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .menuex ul .has-sub a {
    font-size: 15px;
    padding-right: 35px;
  }
}

.menuex ul .has-sub a:before {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/support/arrow2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
  opacity: 1;
}

.menuex ul .has-sub a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/support/arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
  opacity: 0;
}

.menuex ul .has-sub a:hover {
  color: #4670ee;
}

.menuex ul .has-sub ul {
  display: none;
}

.menuex ul .has-sub ul li {
  line-height: 30px;
  font-size: 17px;
  font-family: "spoqaR";
  letter-spacing: -0.17px;
  color: #404a6a;
}

@media only screen and (max-width: 767px) {
  .menuex ul .has-sub ul li {
    font-size: 13px;
    line-height: 20px;
  }
}

.menuex ul .has-sub.action ul {
  display: block;
}

.menuex ul .has-sub.open a {
  color: #4670ee;
}

.menuex ul .has-sub.open a:before {
  transform: rotate(180deg);
  opacity: 0;
}

.menuex ul .has-sub.open a:after {
  transform: rotate(0deg);
  opacity: 1;
}

.supportrightbox #sup1_1 dl dd,
.supportrightbox #sup1_2 dl dd,
.supportrightbox #sup1_3 dl dd,
.supportrightbox #sup1_4 dl dd,
.supportrightbox #sup1_5 dl dd {
  margin-top: 30px;
}

.supportrightbox #sup1_1 dl dd h3,
.supportrightbox #sup1_2 dl dd h3,
.supportrightbox #sup1_3 dl dd h3,
.supportrightbox #sup1_4 dl dd h3,
.supportrightbox #sup1_5 dl dd h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-family: "spoqaM";
  font-weight: 500;
  letter-spacing: -0.75px;
  color: #2d3961;
  text-indent: 19px;
  position: relative;
}

.supportrightbox #sup1_1 dl dd h3:before,
.supportrightbox #sup1_2 dl dd h3:before,
.supportrightbox #sup1_3 dl dd h3:before,
.supportrightbox #sup1_4 dl dd h3:before,
.supportrightbox #sup1_5 dl dd h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #4670ee;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.player1 {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 500px) {
  .player1 {
    flex-direction: column;
  }
}

.player1 .player1_1 {
  width: 120px;
  height: 120px;
  margin: 0;
  border: 1px solid #e4e5e8;
}

@media only screen and (max-width: 500px) {
  .player1 .player1_1 {
    margin: 0 auto;
  }
}

.player1 .player1_1 img {
  width: 100%;
  height: 100%;
}

.player1 .player1_2 {
  width: calc(100% - 120px);
  padding: 5px 21px;
}

@media only screen and (max-width: 500px) {
  .player1 .player1_2 {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}

.player1 .player1_2 strong {
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: 0;
  color: #2d3961;
}

@media only screen and (max-width: 434px) {
  .player1 .player1_2 strong {
    white-space: nowrap;
  }
}

.player1 .player1_2 pre {
  font-family: "spoqaL";
  font-size: 12px;
  letter-spacing: 0;
  color: #6b738d;
}

.player1 .player1_2 button {
  width: 123px;
  height: 40px;
  border-radius: 5px;
  background: #f4f5f9;
  border: 1px solid #cbcfdb;
  font-family: "spoqaR";
  font-size: 15px;
  letter-spacing: -0.51px;
  color: #6b738d;
  margin: 17px 0;
  cursor: pointer;
  line-height:40px; /* 20211202_c add line-height */
}

.player1 .player1_2 button:hover, .player1 .player1_2 button:focus {
  opacity: 0.8;
}

/*.player1 .player1_2 button svg {
  color: #6b738d;
  width: 14px;
  height: 16px;
  margin-right: 5px;
}*/

/* 20211202_c replace svg --> img st */
.player1 .player1_2 button img {
	width:14px;
	margin-right:5px;
	margin-top:-2px;
}
/* 20211202_c replace svg --> img end */

.sitemap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .sitemap {
    flex-direction: column;
  }
}

.sitemap li {
  display: block;
  width: 30%;
  height: auto;
  background: #fff;
  border: 1px solid #cbcfdb;
  border-radius: 10px;
  padding: 30px 40px;
}

@media only screen and (max-width: 991px) {
  .sitemap li {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap li {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
}

.sitemap li:first-child {
  margin-top: 0;
}

.sitemap li h5 {
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.63px;
  color: #2d3961;
}

.sitemap li div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.sitemap li div a {
  margin: 0;
  text-indent: 20px;
  padding: 10px 0;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #6b738d;
  cursor: pointer;
  position: relative;
}

.sitemap li div a:hover, .sitemap li div a:focus {
  opacity: 0.8;
}

.sitemap li div a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  display: block;
  background: #4670ee;
  border-radius: 50%;
}

.myclassleft {
  padding: 5rem 0;
  float: right;
  width: 60%;
  text-align: left;
}

.myclassleft span {
  color: #fff;
  display: block;
  padding: 5px 11px;
  background: #6b80b1;
  border-radius: 15px;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.64px;
  margin: 0;
  max-width: 47%;
  margin-bottom: 10px;
  margin-left: 24px;
}

@media only screen and (max-width: 1600px) {
  .myclassleft span {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .myclassleft span {
    max-width: 77%;
  }
}

@media only screen and (max-width: 991px) {
  .myclassleft span {
    max-width: 20%;
  }
}

@media only screen and (max-width: 500px) {
  .myclassleft span {
    max-width: 26%;
  }
}

@media only screen and (max-width: 434px) {
  .myclassleft span {
    max-width: 35%;
  }
}

.myclassleft i {
  font-style: normal;
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.17px;
  color: #6b738d;
  display: inline-block;
  margin: 20px 20px 20px 24px;
}

.myclassleft i a {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.17px;
  color: #6b738d;
  position: relative;
  left: 10px;
}

.myclassleft i a img {
  position: absolute;
  left: -20px;
  top: 0;
}

.myclassleft i a:hover, .myclassleft i a:focus {
  color: #000;
  font-weight: bold;
}

.myclassleft h2 {
  color: #2d3961;
  font-family: "spoqaB";
  font-size: 20px;
  letter-spacing: -0.56px;
  margin-left: 24px;
}

@media only screen and (max-width: 991px) {
  .myclassleft {
    float: left;
    width: 100%;
    padding-bottom: 0;
  }
}

.myclassleft ul {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .myclassleft ul {
    flex-direction: row;
  }
}

@media only screen and (max-width: 991px) {
  .myclassleft ul li {
    width: 50%;
  }
}

.myclassleft ul li a {
  display: block;
  padding: 29px 0 30px 48px;
  text-align: left;
  position: relative;
  color: #1c2647;
}

@media only screen and (max-width: 1200px) {
  .myclassleft ul li a {
    padding: 29px 0 30px 25px;
  }
}

@media only screen and (max-width: 991px) {
  .myclassleft ul li a {
    padding: 20px 0;
    text-align: center;
  }
}

.myclassleft ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 5px;
  height: 100%;
  background: #4670ee;
}

@media only screen and (max-width: 991px) {
  .myclassleft ul li a:before {
    left: 10%;
    top: 90%;
    width: 80%;
    height: 2px;
  }
}

.myclassleft ul li a.active:before {
  display: block;
}

.myclassnav a {
  text-indent: 30px;
  position: relative;
}

.myclassnav a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  top: 24px;
  left: 34px;
}

.myclassnav a .iconbl {
  display: block;
  width: 30px;
}

.myclassnav a .iconco {
  display: none;
  width: 30px;
}

.myclassnav a.active .iconbl {
  display: none;
}

.myclassnav a.active .iconco {
  display: block;
}

.myclassrightbox {
  width: 73%;
  padding: 6rem 1rem;
  margin-left: 0;
  line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
  .myclassrightbox {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .myclassrightbox {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .myclassrightbox {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .myclassrightbox.myclassfirst {
    padding: 0 1rem;
  }
}

.myclassrightbox #myclass1_1 h1,
.myclassrightbox #myclass1_2 h1 {
  font-family: "spoqaM";
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .myclassrightbox #myclass1_1 h1,
  .myclassrightbox #myclass1_2 h1 {
    display: none;
  }
}

.myclassbtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

.myclassbtn li {
  width: 33%;
  text-align: center;
}

.myclassbtn li a {
  color: #6b738d;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
  display: block;
  padding: 15px 0;
  background: #fff;
  text-decoration: none;
  border: 1px solid #cbcfdb;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .myclassbtn li a {
    border-radius: 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 434px) {
  .myclassbtn li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 376px) {
  .myclassbtn li a {
    font-size: 12px;
  }
}

.myclassbtn li.myclasscheck a {
  background: #2d3961;
  color: #fff;
  position: relative;
  border: 1px solid #2d3961;
}

.myclassbtn li.myclasscheck a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 12px;
  background-image: url("../img/support/arrowbo.png");
  z-index: -1;
  transition: all 0.4s ease;
}

.myclassbtn2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

.myclassbtn2 li {
  text-align: center;
  width: 49.5%;
}

.myclassbtn2 li a {
  color: #6b738d;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04px;
  display: block;
  padding: 15px 0;
  background: #fff;
  text-decoration: none;
  border: 1px solid #cbcfdb;
  transition: all 0.3s ease;
  /*@include responsive(8){
       font-size:12px;
     }*/
}

@media only screen and (max-width: 991px) {
  .myclassbtn2 li a {
    border-radius: 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 434px) {
  .myclassbtn2 li a {
    font-size: 14px;
  }
}

.myclassbtn2 li.myclasscheck2 a {
  background: #2d3961;
  color: #fff;
  position: relative;
  border: 1px solid #2d3961;
}

.myclassbtn2 li.myclasscheck2 a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 12px;
  background-image: url("../img/support/arrowbo.png");
  z-index: -1;
  transition: all 0.4s ease;
}

.myclassprocess {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
  display: none;
}

@media only screen and (max-width: 767px) {
  .myclassprocess {
    border-top: 2px solid #404A6A;
  }
}

.myclassprocess.changetable {
  display: table;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .myclassprocess thead {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.myclassprocess tr th {
  background: #f4f5f9;
  border-bottom: 2px solid #404a6a;
  padding: 20.3px 0 21.7px 0;
}

.myclassprocess tr th:last-child {
	width:15.5%;
} /*20211203_c add last-child width*/

.myclassprocess tr th span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  border-right: 1px solid #ccc;
  font-family: "spoqaM";
  font-weight: 500;
  /*font-size: 17px;*/	
  font-size:1rem;
  letter-spacing: -0.34px;
  color: #1c2647;
}

@media only screen and (max-width: 1500px) {
  .myclassprocess tr th span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .myclassprocess tr th span {
    font-size: 14px;
  }
}

.myclassprocess tr th:last-child span {
  border: none;
}

.myclassprocess tr td {
  /*padding: 20.3px 10px 21.7px 10px; 211203_c replace padding*/
  padding:20.3px 5px 21.7px 5px;
  border-bottom: 1px solid #dcdcdc;
  font-family: "spoqaR";
  /*font-size: 16px;*/
  font-size:0.95rem;
  letter-spacing: -0.17px;
  color: #6b738d;
}

/*@media only screen and (max-width: 1200px) {
  .myclassprocess tr td {
    padding: 20.3px 5px 21.7px 5px;
  }
} 211203_c remove 위에 padding 값 같음 */

@media only screen and (max-width: 767px) {
  .myclassprocess tr td {
    border: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
	display:block; /* 20211215_c add display block */
  }
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr td:first-child, .myclassprocess tr td:nth-child(4), .myclassprocess tr td:nth-child(5), .myclassprocess tr td:nth-child(6), .myclassprocess tr td:nth-child(7), .myclassprocess tr td:nth-child(8) {
    display: none;
  }
}

.myclassprocess tr td:nth-child(3) {
  text-align: center;
}

.myclassprocess tr td:nth-child(3) .text-red {
  color: #F75C5C;
}

/*.myclassprocess tr td:nth-child(3) .text-red .removespan {
  display: none;
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr td:nth-child(3) .text-red .removespan {
    display: inline-block;
  }
}*/

.text-red {
	color:#F75C5C;
}

.removespan, .removespan2{
	display:none;
}

@media only screen and (max-width: 767px) {
	.removespan, .removespan2{
		display:inline-block;
	}
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr td:nth-child(3) {
    text-align: center;
    padding: 0 1.5rem; /* 20211119_c replace text-align:left --> center / padding-left: 1.5rem; --> padding: 0 1.5rem;*/
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr td:last-child {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDD2DF;
  }
}

.myclassprocess tr td .divTable {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.myclassprocess tr td .divTable .divTableBody {
  display: table-row-group;
}

.myclassprocess tr td .divTable .divTableBody .divTableRow {
  display: table-row;
}

.myclassprocess tr td .divTable .divTableBody .divTableRow .divTableCell {
  margin: 0;
  display: table-cell;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  color: #6b80b1;
}

.myclassprocess tr td .divTable .divTableBody .divTableRow .divTableCell:first-child {
  width: 35%;
}

@media only screen and (max-width: 991px) {
  .myclassprocess tr td .divTable .divTableBody .divTableRow .divTableCell:first-child {
    width: 40%;
  }
}

.myclassprocess tr td .divTable .divTableBody .divTableRow .divTableCell:first-child img {
  width: 24px;
  height: 24px;
}

.myclassprocess tr td .divTable .divTableBody .divTableRow .divTableCell:last-child {
  width: 65%;
}

@media only screen and (max-width: 991px) {
  .myclassprocess tr td .divTable .divTableBody .divTableRow .divTableCell:last-child {
    width: 60%;
  }
}

.myclassprocess tr td button {
  font-family: "spoqaR";
  /*font-size: 17px;*/
  font-size:1rem;
  letter-spacing: -0.34px;
  color: #fff;
  background: #4670ee;
  border-radius: 5px;
  padding: 11px 12px;
  border: 1px solid #4670ee;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  /* 20211229_c add display flex align-items justify-content*/
  display:flex;
  align-items:center;
  justify-content:center;
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr td button {
    width: 100%;
    text-align: center; /* 20211118_c left --> center replace */
    position: relative;
  }
}

.myclassprocess tr td button img {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .myclassprocess tr td button img {
    position: absolute;
    right: 10px;
    top: 17px;
    margin: 0;
  }
}

.myclassprocess tr td button:hover, .myclassprocess tr td button:focus {
  border: 1px solid #4670ee;
  background: #fff;
  color: #4670ee;
}

.myclassprocess tr td button:hover img, .myclassprocess tr td button:focus img {
  visibility: hidden;
}

.tablenum {
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  display: none;
}

.tablenum.changetable {
  display: flex;
}

.tablenum li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f2f4f9;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #6b738d;
  text-decoration: none;
}

.tablenum li a:hover, .tablenum li a:focus {
  color: #000;
}

.tablenum li a.choice {
  background: #6b738d;
  color: #fff;
}

.tablenum li:nth-child(1) a, .tablenum li:nth-child(2) a, .tablenum li:nth-child(9) a, .tablenum li:nth-child(10) a {
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .myclassviewleft {
    display: none;
  }
}

.mcviewtable {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .mcviewtable {
    flex-direction: column;
  }
}

.mcviewtable li:first-child {
  width: 300px;
  display: block;
  height: 188px;
  padding:20px 0; /*20211119_c add padding*/
}

@media only screen and (max-width: 767px) {
  .mcviewtable li:first-child {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.mcviewtable li:first-child img {
  width: 100%;
  height: 100%; /*20211209_c replace height:auto;*/
  max-height:300px; /* 20211214_c add max-height */
}

.mcviewtable li:last-child {
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .mcviewtable li:last-child {
    padding: 0;
  }
}

.mcviewtable li:last-child h2 {
  font-size: 28px;
  color: #1c2647;
  font-family: "spoqaM";
  font-weight: 500;
  letter-spacing: -0.56px;
}

.mcviewtableol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  width: 80%;
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  .mcviewtableol {
    width: 100%;
  }
}

.mcviewtable li:nth-child(2){
  width:70%;
}

@media only screen and (max-width:767px){
  .mcviewtable li:nth-child(2){
    width:100%;
  }
}

.mcviewtableol li {
  font-size: 20px;
  letter-spacing: -0.04px;
  font-family: "spoqaR";
  margin-bottom: 1rem;
}

.mcviewtableol li:first-child {
  color: #6B80B1;
  width: 25%;
}

/* 20211220_c add media query */
@media only screen and (max-width: 1200px) {
	.mcviewtableol li:first-child {
		width:35%;
	}
}

@media only screen and (max-width: 991px) {
	.mcviewtableol li:first-child{
		width:20%;
	}
}
/* 20211220_c add media query */

@media only screen and (max-width: 500px) {
	.mcviewtableol li:first-child {
		width:30%;
	}
}

@media only screen and (max-width: 376px) {
  .mcviewtableol li:first-child {
    width: 40%;
  }
}

.mcviewtableol li:last-child {
  color: #2D3961;
  width: 75%;
}

/* 20211220_c add media query */
@media only screen and (max-width:1200px) {
	.mcviewtableol li:last-child {
		width:65%;
	}
}

@media only screen and (max-width: 991px) {
	.mcviewtableol li:last-child{
		width:80%;
	}
}
/* 20211220_c add media query */

@media only screen and (max-width: 500px) {
	.mcviewtableol li:last-child {
		width:70%;
	}
}

@media only screen and (max-width: 376px) {
  .mcviewtableol li:last-child {
    width: 60%;
  }
}

.mcviewtableol li:last-child span:last-child {
  color: #F75C5C;
}

@media only screen and (max-width: 991px) {
  .mcviewtableol li:last-child span {
    display: block;
  }
}

.mcviewtable2 {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
}

.mcviewtable2 tbody {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 125px;
  background: #f4f5f9;
  align-items: baseline;
  padding: 24px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .mcviewtable2 tbody {
    height: auto;
    flex-direction: column;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable2 tbody {
    padding: 0;
  }
}

.mcviewtable2 tbody tr {
  display: flex;
  flex-direction: column;
  width: 16.6666%;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

@media only screen and (max-width: 767px) {
  .mcviewtable2 tbody tr {
    flex-direction: row;
    width: 100%;
    text-align: left;
    height: auto;
    padding: 20px 33px;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable2 tbody tr {
    padding: 10px 33px;
  }
}

.mcviewtable2 tbody tr:not(:last-child) {
  border-right: 1px dotted #b6bccc;
  position: relative;
}

.mcviewtable2 tbody tr:not(:last-child):before {
  position: absolute;
  content: '';
  bottom: 1px;
  display: none;
  width: 80%;
  height: 1px;
  border-bottom: 1px dotted #A6AEC1;
}

@media only screen and (max-width: 767px) {
  .mcviewtable2 tbody tr:not(:last-child):before {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mcviewtable2 tbody tr:not(:last-child) {
    border: none;
  }
}

.mcviewtable2 tbody tr th {
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #1c2647;
  padding: 5px 0;
  display:block; /*20211214_c add display block*/
}

@media only screen and (max-width: 767px) {
  .mcviewtable2 tbody tr th {
    margin: 0;
    width: 40%;
    border-right: 1px solid #A6AEC1;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable2 tbody tr th {
    width: 50%;
  }
}

.mcviewtable2 tbody tr td {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.03px;
  color: #2d3961;
  padding: 5px 0;
  text-align:center;
}

@media only screen and (max-width: 767px) {
  .mcviewtable2 tbody tr td {
    margin: 0;
    padding: 5px 12px;
    width: 60%;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable2 tbody tr td {
    width: 50%;
  }
}

/* 20211119_c add small tag css st */
.mcviewtable2 tbody tr td small{
	font-size:.9375rem;
	display:block;
}
/* 20211119_c add small tag css end */

.mcviewtable2 tbody tr td span {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.03px;
  color: #F75C5C;
}

.mcviewtable2 tbody tr td b {
  color: #4670EE;
  font-family: "spoqaR";
  font-size: 28px;
  letter-spacing: -0.06px;
  padding: 3px 0;
}

.mcviewtable2 tbody tr td button {
  background: #fff;
  border: 2px solid #4670EE;
  width: 76px;
  text-align: center;
  /* 20211203_c replace css padding: 8px 0 7px 0; font-size:17px;*/
/*  padding: 8px 0 7px 0;*/
  padding:5px 0;
  /*font-size: 17px;*/
  font-size:1rem;
  font-family: "spoqaR";
  letter-spacing: 0;
  color: #4670ee;
  border-radius: 5px;
}

.mcviewtable3 {
  width: 100%;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.mcviewtable3 caption {
  color: #1C2647;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.75px;
  text-align: left;
  text-indent: 19px;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 caption {
    margin-bottom: 0;
  }
}

.mcviewtable3 caption:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background: #4670EE;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr:not(:first-child) {
    margin-bottom: 5px;
  }
}

.mcviewtable3 tr th {
  padding: 18px 0 17px 0;
  background: #F4F5F9;
  border-bottom: 2px solid #404A6A;
}

/* 20211208_c add _simsa_n 차시명 class st */
.mcviewtable3 tr th.chasi {
	width:40%;
}

@media only screen and (max-width:1600px) {
	.mcviewtable3 tr th.chasi {
		width:37%;
	}
}

@media only screen and (max-width:1200px) {
	.mcviewtable3 tr th.chasi {
		width:30%;
	}
}
/* 20211208_c add class end */

.mcviewtable3 tr th label {
  padding: 0 10px; /* 20211203_c replace padding 0 15px --> 0 10px;*/
  display: block;
}

.mcviewtable3 tr th label > div{
	display:inline-block;
}

/* 20211208_c add mediaquery st */
@media only screen and (max-width: 1500px) {
	.mcviewtable3 tr th label {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 1100px) {
	.mcviewtable3 tr th label {
		font-size: .9em;
		padding:0;
	}
	.mcviewtable3 tr th label > div {
		display:block;
	}
}
/* 20211208_c add mediaquery end */

.mcviewtable3 tr th:not(:last-child) label {
  border-right: 1px solid #CCCCCC;
}

.mcviewtable3 tr th:nth-child(2) {
  text-align: left;
}

.mcviewtable3 tr th:nth-child(2) label {
  /*padding: 0 30px 0 5px; 20211203_c*/
  padding:0 5px;
}

.mcviewtable3 tr td {
  text-align: center;
  color: #6B738D;
  font-family: "spoqaR";
  font-size: .9rem; /* 20211208_c replace font-size 16px */
  letter-spacing: 0;
}

.mcviewtable3 tr td:nth-child(4){
	padding:0 !important;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr td {
    text-align: left;
    width: 100%;
    font-size: 16px;
	display:block; /* 20211214_c add display block*/
  }
  .mcviewtable3 tr td:nth-child(4){
	padding:5px !important;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable3 tr td {
    font-size: 14px;
  }
}

.mcviewtable3 tr td label {
  font-size: .95rem; /* 20211208_c font-size: 1rem replace */
  font-family: "spoqaM";
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #1c2647;
}

.mcviewtable3 tr td:not(:last-child) {
  padding: 15px 5px 14px 5px;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr td:not(:last-child) {
    padding: 5px;
  }
}

.mcviewtable3 tr td:first-child {
  text-align: right;
  font-size: 1rem; /* 20211208_c replace fontsize 1.1rem  add white-space*/
  white-space:nowrap;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr td:first-child {
    text-align: left;
	font-size:1.1rem; /* 20211208_c add font-size */
  }
}

.mcviewtable3 tr td:nth-child(2) {
  text-align: left;
}

.mcviewtable3 tr td span {
  color: #F75C5C;
  font-family: "spoqaR";
}

.mcviewtable3 tr td i {
  font-style: normal;
  color: #4670EE;
  font-family: "spoqaR";
}

.mcviewtable3 tr td pre {
  display: none;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: 0;
  color: #1C2647;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr td pre {
    display: inline-block;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable3 tr td pre {
    font-size: 14px;
  }
}

.mcviewtable3 tr td button {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #4670EE;
  padding: 18px 0;
  color: #4670EE;
  text-indent: 28px; /* 20211208_c replace 30px --> 28px  버튼 사이즈 조정됨 */
  font-family: "spoqaR";
  font-size: 1rem; /* 20211208_c replace font-size 17px*/
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  /* 20211208_c add whitespace*/
  white-space: nowrap;
}

.mcviewtable3 tr td button:before {
  content: "";
  position: absolute;
  /*top: 14px; 20211203_c */
  top:17px;
  left: 6px;
  display: block;
  /*width: 24px;
  height: 24px; 20211203_c*/
  width:20px;
  height:20px;
  background-image: url("../img/myclassview/mediaarrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 991px) {
  .mcviewtable3 tr td button:before {
    left: 44%;
  }
}

@media only screen and (max-width: 767px) {
  .mcviewtable3 tr td button:before {
    left: 42%;
  }
}

@media only screen and (max-width: 500px) {
  .mcviewtable3 tr td button:before {
    left: 38%;
  }
}

@media only screen and (max-width: 434px) {
  .mcviewtable3 tr td button:before {
    left: 36%;
  }
}

@media only screen and (max-width: 376px) {
  .mcviewtable3 tr td button:before {
    left: 34%;
  }
}

/* 
20211215_c add media && css mypage/simsa_n 
익스플로러, 파이어폭스 떄문에 수정
mypageingtestbtn
*/
@media only screen and (max-width: 991px) {
	.mypageingtestbtn {
		width:65% !important;
	}
	.mypageingtestbtn:before{
		left:30% !important;
		top:16px !important;
	}
}

/* 20211208_c add css st */
.studydayex {
	padding:2px 5px !important;
}

.studydayex > div {
	font-size:.75rem;
	line-height:1;
}
.studydayex > div:nth-child(3){
	font-size:1rem;
	height:14px;
}

@media only screen and (max-width: 991px) {
	.studydayex > div {
		display:inline-block;
		font-size:.9rem;
	}
	.studydayex > div:nth-child(3) {
		height:16px;
	}
}

@media only screen and (max-width: 434px) {
	.studydayex > div {
		font-size:.8rem;
	}
}
/* 20211208_c add css end */

@media only screen and (max-width: 991px) {
  .mcviewtable3 thead {
    display: none;
  }
}

.mcviewtable3 tbody tr {
  outline: 1px solid #CBCFDB;
  cursor: pointer;
  transition: all 0.3s;
}

.mcviewtable3 tbody tr.tbchange {
  outline-color: #4670EE;
}

.mcviewtable3 tbody tr.tbchange td button {
  color: #fff;
  background: #4670EE;
}

.mcviewtable3 tbody tr.tbchange td button:before {
  background-image: url("../img/myclassview/mediaarrow2.png");
}

.mcviewtable3 tbody tr.tbchange td:first-child {
  color: #6B80B1;
}

.mcvtul {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mcvtul {
    flex-direction: column;
  }
}

.mcvtul li div {
  background: #f2f5f9;
  position: relative;
}

.mcvtul li div:before {
  content: "";
  position: absolute;
  right: 3%;
  top: 7%;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/sub2/btn_board_next.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}

.mcvtul li div select {
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.17px;
  color: #2d3961;
  padding: 10px 73px 9px 20px;
  background: transparent;
  border: none;
}

.mcvtul li div.fghi:before {
  transform: rotate(180deg);
}

.mcvtul li input {
  background: #f2f5f9;
  border: none;
  margin-left: 5px;
  padding: 10px 73px 9px 20px;
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.17px;
  color: #2d3961;
}

@media only screen and (max-width: 767px) {
  .mcvtul li input {
    margin-left: 0;
    margin-top: 10px;
	width:100%;
  }
}

.mcvtul li:nth-child(2) {
  position: relative;
}

.mcvtul li:nth-child(2) a {
  display: inline-block;
  width: 23.49px;
  height: 23.49px;
  position: absolute;
  right: 3%;
  top: 23%;
}

@media only screen and (max-width: 767px) {
  .mcvtul li:nth-child(2) a {
    top: 37%;
  }
}

.mcvtul li:nth-child(2) a img {
  width: 100%;
  height: 100%;
}

.mcvttable {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .mcvttable thead {
    display: none;
  }
}

.mcvttable thead tr th {
  text-align: center;
  background: #f4f5f9;
  border-bottom: 2px solid #404a6a;
  padding: 20.3px 0 21.7px 0;
}

.mcvttable thead tr th:first-child, .mcvttable thead tr th:nth-child(3) {
  width: 10%;
}

.mcvttable thead tr th:nth-child(4), .mcvttable thead tr th:last-child {
  width: 15%;
}

.mcvttable thead tr th span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #1c2647;
}

.mcvttable thead tr th:not(:last-child) span {
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .mcvttable tbody {
    border-top: 2px solid #404a6a;
  }
}

@media only screen and (max-width: 767px) {
  .mcvttable tbody tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dcdcdc;
  }
}

.mcvttable tbody tr td {
  padding: 20.3px 10px 21.7px 10px;
  border-bottom: 1px solid #dcdcdc;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.17px;
  color: #6b738d;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mcvttable tbody tr td {
    padding: 10px;
    border-bottom: none;
    text-align: left;
    margin: 0;
  }
}

.mcvttable tbody tr td .removemcvt {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mcvttable tbody tr td .removemcvt {
    display: inline-block;
  }
}

.mcvttable tbody tr td:nth-child(2) {
  text-align: left;
}

.mcvttable tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #6b738d;
}

@media only screen and (max-width: 767px) {
  .mcvttable tbody tr td a {
    color: #fff;
    background: #6b738d;
    padding: 10px 0;
    border-radius: 5px;
  }
}

.mcvttable tbody tr td a:hover, .mcvttable tbody tr td a:focus {
  text-decoration: underline;
}

.mcvttable tbody tr td img {
  transform: rotate(-90deg);
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .mcvttable tbody tr td img {
    display: none;
  }
}

.mcvtbutton {
  font-family: "spoqaR";
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #fff;
  background: #2d3961;
  border: 1px solid #2d3961;
  padding: 11px 30px 12px;
  border-radius: 5px;
  transition: color 0.7s;
  cursor: pointer;
  margin-top: 30px;
  display: block;
  text-align: center;
  position:absolute; right:0;
}

.mcvtbutton:hover, .mcvtbutton:focus {
  background: #fff;
  color: #2d3961;
}

.mcvt {
  display: none;
}

.mcvt.inner-table {
  display: block;
  position:relative;
}

.listback {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 60px;
  margin-left: 0;
  margin-top: 10px;
  border-radius: 5px;
  background: #F4F5F9;
  border: 1px solid #CBCFDB;
  font-family: "spoqaR";
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #6B738D;
}

@media only screen and (max-width: 991px) {
  .listback {
    display: none;
  }
}

.myclass2form {
  margin-top: 30px;
  padding: 30px 0;
  display: none;
}

.myclass2form.myinfo {
  display: block;
}

.myclass2form fieldset {
  position: relative;
  max-width:100%; /*20211206_c add max-width*/
}

.myclass2form fieldset span {
  position: absolute;
  right: 0;
  top: -40px;
}

@media only screen and (max-width: 434px) {
  .myclass2form fieldset span.removespan {
    display: none;
  }
}

.myclass2form fieldset span i {
  color: red;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .myclass2form fieldset span i {
    display: none;
  }
}

.myclass2form fieldset legend {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-family: "spoqaM";
  font-weight: 500;
}

.myclass2form fieldset .formtable1, .myclass2form fieldset .formtable2 {
  width: 100%;
  border-collapse: collapse;
}

.myclass2form fieldset .formtable1 tr th, .myclass2form fieldset .formtable2 tr th {
  width: 20%;
  text-align: left;
  padding: 10px 5px;
  font-size: 17px;
  letter-spacing: -0.34px;
  font-family: "spoqaM";
  font-weight: 500;
  color: #1c2647;
  border-bottom: 1px solid #ddd;
}

/*.myclass2form fieldset .formtable1 tr th label, .myclass2form fieldset .formtable2 tr th label {
	display:block;
	width:100%;
	height:100%;
	white-space:nowrap;
}*/ /* 20211125_c 수정 요망*/

@media only screen and (max-width: 500px) {
  .myclass2form fieldset .formtable1 tr th, .myclass2form fieldset .formtable2 tr th {
    width: 35%;
    font-size: 15px;
	word-break:keep-all;
	/*white-space:nowrap;*/
  }
}

@media only screen and (max-width: 376px) {
  .myclass2form fieldset .formtable1 tr th, .myclass2form fieldset .formtable2 tr th {
    width: 40%;
  }
}

.myclass2form fieldset .formtable1 tr td, .myclass2form fieldset .formtable2 tr td {
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.17px;
  color: #6b738d;
  border-bottom: 1px solid #ddd;
  padding:5px;
}

.myclass2form fieldset .formtable1 tr td label, .myclass2form fieldset .formtable2 tr td label{
	white-space:pre-line;
}

@media only screen and (max-width: 500px) {
  .myclass2form fieldset .formtable1 tr td, .myclass2form fieldset .formtable2 tr td {
    font-size: 14px;
	/*min-width: 65%;*/
	/*width:65%;*/
  }
}

/*@media only screen and (max-width: 376px) {
	.myclass2form fieldset .formtable1 tr td, .myclass2form fieldset .formtable2 tr td {
		width:60%;
		min-width:60%;
	}
}*/

.myclass2form fieldset .formtable1 tr td input, .myclass2form fieldset .formtable2 tr td input {
  padding: 5px;
  border: 1px solid #ddd;
  color: #6b738d;
}

.myclass2form fieldset .formtable1 tr td input:focus, .myclass2form fieldset .formtable1 tr td input:visited, .myclass2form fieldset .formtable1 tr td input:focus, .myclass2form fieldset .formtable2 tr td input:focus, .myclass2form fieldset .formtable2 tr td input:visited, .myclass2form fieldset .formtable2 tr td input:focus {
  outline: none;
}

.myclass2form fieldset .formtable1 tr td input[type=email], .myclass2form fieldset .formtable2 tr td input[type=email] {
  width: 50%;
}

@media only screen and (max-width: 500px) {
  .myclass2form fieldset .formtable1 tr td input[type=email], .myclass2form fieldset .formtable2 tr td input[type=email] {
    width: 100%;
  }
}

.myclass2form fieldset .formtable1 tr td input[type=radio], .myclass2form fieldset .formtable2 tr td input[type=radio] {
  margin-right: 3px;
  vertical-align: baseline;
}

.myclass2form fieldset .formtable1 tr td label:nth-child(2), .myclass2form fieldset .formtable2 tr td label:nth-child(2) {
  margin-right: 15px;
}

.myclass2form fieldset .formtable1 tr td pre, .myclass2form fieldset .formtable2 tr td pre {
  display: inline-block;
  margin-left: 20px;
  color: #6b738d;
  white-space: nowrap;
}

.myclass2form fieldset .formtable1 tr td pre.colorred, .myclass2form fieldset .formtable2 tr td pre.colorred {
  color: red;
}

@media only screen and (max-width: 767px) {
  .myclass2form fieldset .formtable1 tr td pre, .myclass2form fieldset .formtable2 tr td pre {
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .myclass2form fieldset .formtable1 tr td pre, .myclass2form fieldset .formtable2 tr td pre {
    white-space: pre-line;
  }
}

@media only screen and (max-width: 434px) {
  .myclass2form fieldset .formtable1 tr td pre, .myclass2form fieldset .formtable2 tr td pre {
    white-space: unset;
  }
}

.myclass2form fieldset .formtable1 tr td select, .myclass2form fieldset .formtable2 tr td select {
  border: 1px solid #ddd;
  padding: 10px 5px;
  width: 30%;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.17px;
  color: #6b738d;
}

@media only screen and (max-width: 991px) {
  .myclass2form fieldset .formtable1 tr td select, .myclass2form fieldset .formtable2 tr td select {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .myclass2form fieldset .formtable1 tr td select, .myclass2form fieldset .formtable2 tr td select {
    width: 100%;
  }
}

.myclass2form fieldset .formtable1 tr td button, .myclass2form fieldset .formtable2 tr td button {
  padding: 3px 5px 4px 5px;
  border: none;
  border-radius: 5px;
  font-family: "spoqaR";
  cursor: pointer;
  transition: all 0.3s ease-out;
  height: 32px;
}

.myclass2form fieldset .formtable1 tr td button:hover, .myclass2form fieldset .formtable1 tr td button:focus, .myclass2form fieldset .formtable2 tr td button:hover, .myclass2form fieldset .formtable2 tr td button:focus {
  color: #000;
  background: #ddd;
}

.formtable2 tr:nth-child(2) td input {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .formtable2 tr:nth-child(2) td input {
    width: 20%;
  }
}

@media only screen and (max-width: 500px) {
  .formtable2 tr:nth-child(2) td input {
    width: 25%;
  }
}

@media only screen and (max-width: 434px) {
  .formtable2 tr:nth-child(2) td input {
    width: 35%;
  }
}

.formtable2 tr:nth-child(3) td input, .formtable2 tr:nth-child(4) td input {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .formtable2 tr:nth-child(3) td input, .formtable2 tr:nth-child(4) td input {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .formtable2 tr:nth-child(3) td input, .formtable2 tr:nth-child(4) td input {
    width: 100%;
  }
}

.correct {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: #1c2647;
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.17px;
  margin-top: 3rem;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.correct:hover, .correct:focus {
  color: #000;
  background: #ddd;
}

.company1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media only screen and (max-width: 434px) {
  .company1 {
    flex-direction: column;
  }
}

.company1 .company1_1 {
  margin: 0;
}

.company1 .company1_1 img {
  width: 200px;
  height: 250px;
  background: pink;
  display: block;
}

@media only screen and (max-width: 434px) {
  .company1 .company1_1 img {
    width: 100%;
    height: auto;
  }
}

.company1 .company1_2 {
  margin: 0;
  padding: 5px 20px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 434px) {
  .company1 .company1_2 {
    padding: 5px;
    margin-top: 10px;
  }
}

.company1 .company1_2 span {
  font-family: "spoqaR";
  font-size: 20px;
  letter-spacing: -0.28px;
  display: block;
  margin-left: 0;
  white-space: pre-line;
  color: #1C2647;
}

.company1 .company1_2 pre {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #1C2647;
  font-size: 16px;
}

@media only screen and (max-width: 434px) {
  .company1 .company1_2 pre {
    bottom: 0;
  }
}

.company1_3 p {
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: 0.08px;
  color: #6B738D;
}

.company1_3 p:not(:first-child) {
  margin-top: 30px;
}

.company1_3ul {
  margin-top: 30px;
}

.company1_3ul .company1_3li {
  text-indent: 30px;
  font-size: 18px;
  font-family: "spoqaR";
  position: relative;
  color: #4670EE;
}

.company1_3ul .company1_3li:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 4px;
  display: block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  border: 4px solid #4670EE;
}

.company1_3ul .company1_3li:not(:first-child) {
  margin-top: 30px;
}

.company1_3ul .company1_3li .company1_3ul2 {
  margin-top: 10px;
}

.company1_3ul .company1_3li .company1_3ul2 .company1_3li2 {
  font-size: 14px;
  font-family: "spoqaR";
  letter-spacing: -0.14px;
  color: #6B738D;
  text-indent: 40px;
  position: relative;
}

@media only screen and (max-width: 434px) {
  .company1_3ul .company1_3li .company1_3ul2 .company1_3li2 {
    text-indent: 0;
  }
}

.company1_3ul .company1_3li .company1_3ul2 .company1_3li2:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 8px;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #6B738D;
}

@media only screen and (max-width: 434px) {
  .company1_3ul .company1_3li .company1_3ul2 .company1_3li2:after {
    left: -8px;
  }
}

.company1_3ul .company1_3li .company1_3ul2 .company1_3li2:not(:last-child) {
  margin-bottom: 5px;
}

.askre {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .askre {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.askre li {
  font-family: "spoqaR";
  letter-spacing: 0;
  font-size: 17px;
  color: #6B738D;
}

@media only screen and (max-width: 767px) {
  .askre li:first-child {
    margin-top: 30px;
  }
}

.askre li b {
  color: #4670EE;
}

.askre li div {
  display: inline-block;
  width: 124px;
  background: #f4f5f9;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .askre li div {
    margin-left: 0;
    width: 90px;
  }
}

@media only screen and (max-width: 434px) {
  .askre li div {
    width: 50%;
  }
}

.askre li div:before {
  content: "";
  position: absolute;
  right: 3%;
  top: 7%;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/sub2/btn_board_next.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}

.askre li div.cdef:before {
  transform: rotate(180deg);
}

.askre li div select {
  background-color: transparent;
  border: none;
  font-family: "spoqaR";
  font-size: 17px;
  letter-spacing: -0.17px;
  color: #2D3961;
  padding: 10px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.askre li input {
  background: #F4F5F9;
  border: none;
  font-family: "spoqaR";
  letter-spacing: -0.17px;
  font-size: 17px;
  color: #6B738D;
  padding: 10px 20px;
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .askre li input {
    margin-right: 0;
    width: 300px;
  }
}

@media only screen and (max-width: 434px) {
  .askre li input {
    margin-top: 10px;
    width: 100%;
  }
}

.askre li:last-child {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .askre li:last-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 434px) {
  .askre li:last-child {
    flex-direction: column;
  }
}

.askre li img {
  display: block;
  width: 23.49px;
  height: 23.49px;
  position: absolute;
  right: 3%;
  bottom: 18%;
  cursor: pointer;
}

@media only screen and (max-width: 434px) {
  .askre li img {
    right: 3%;
    bottom: 8%;
  }
}

.askre li img:hover, .askre li img:focus {
  opacity: .7;
}

/* 20211119_c add css st news, qns php --> module st */
.askre li > .inputimage{
	display:block;
	width:23.49px;
	height:23.49px;
	position:absolute;
	right:1px;
	bottom:18%;
	cursor:pointer;
	background-image:url('/img/sub2/search.svg');
	background-repeat:no-repeat;
	background-size:contain;
}
@media only screen and (max-width: 434px) {
	.askre li > .inputimage{
		right:0;
		bottom:8%;
	}
}
/* 20211119_c add css st news, qns php --> module end */

.sup3table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .sup3table {
    border-top: 2px solid #404a6a;
  }
}

@media only screen and (max-width: 767px) {
  .sup3table thead {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sup3table tr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.sup3table tr th {
  background: #f4f5f9;
  border-bottom: 2px solid #404a6a;
  padding: 20.3px 0 21.7px 0;
}

.sup3table tr th:first-child, .sup3table tr th:nth-child(3) {
  width: 10%;
}

.sup3table tr th:nth-child(4), .sup3table tr th:last-child {
  width: 20%;
}

.sup3table tr th:last-child span {
  border-right: none;
}

.sup3table tr th span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  border-right: 1px solid #ccc;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.34px;
  color: #1c2647;
}

.sup3table tr th:nth-child(2) {
  padding-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .sup3table tr th:nth-child(2) {
    padding-left: 10px;
  }
}

.sup3table tr td {
  padding: 20.3px 10px 21.7px 10px;
  border-bottom: 1px solid #dcdcdc;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.17px;
  color: #6b738d;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sup3table tr td:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sup3table tr td:not(:first-child) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sup3table tr td {
    width: 100%;
    text-align: left;
  }
}

.sup3table tr td a {
  color: #1C2647;
  font-size: 18px;
  font-weight: 600;
}

.sup3table tr td:nth-child(2) {
  padding-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .sup3table tr td:nth-child(2) {
    padding-left: 10px;
  }
}

.sup3table2 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.sup3table2 tr {
  height: 50px;
}

.sup3table2 tr th {
  width: 15%;
  text-align: left;
  border-bottom: 1px solid #CBCFDB;
  font-family: "spoqaM";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #1C2647;
}

@media only screen and (max-width: 767px) {
  .sup3table2 tr th {
    width: 20%;
  }
}

@media only screen and (max-width: 500px) {
  .sup3table2 tr th {
    font-size: 16px;
    width: 25%;
  }
}

.sup3table2 tr:first-child td {
  padding-left: 15px;
  position: relative;
  border-top: 2px solid #404A6A;
}

.sup3table2 tr:first-child td:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 1px;
  height: 18px;
  background: #CBCFDB;
}

.sup3table2 tr:first-child th {
  border-top: 2px solid #404A6A;
}

.sup3table2 tr td {
  padding: 5px 0;
  border-bottom: 1px solid #CBCFDB;
  font-family: "spoqaR";
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #6B738D;
}

@media only screen and (max-width: 500px) {
  .sup3table2 tr td {
    font-size: 16px;
  }
}

.sup3table2 tr td input {
  width: 100%;
  height: 44px;
  border: 1px solid #CBCFDB;
  padding: 3px 10px;
  font-family: "spoqaR";
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #6B738D;
  border-radius: 5px;
}

@media only screen and (max-width: 500px) {
  .sup3table2 tr td input {
    font-size: 14px;
  }
}

.sup3table2 tr td input:focus, .sup3table2 tr td input:hover, .sup3table2 tr td input:visited {
  outline: none;
}

.sup3table2 tr td textarea {
  width: 100%;
  border: 1px solid #CBCFDB;
  padding: 3px 10px;
  font-family: "spoqaR";
  font-size: 18px;
  letter-spacing: -0.2px;
  color: #6B738D;
  max-width: 798px;
  min-width: 798px;
  min-height: 44px;
  border-radius: 5px;
}

@media only screen and (max-width: 1600px) {
  .sup3table2 tr td textarea {
    max-width: 818px;
    min-width: 761px;
  }
}

@media only screen and (max-width: 1500px) {
  .sup3table2 tr td textarea {
    max-width: 847px;
    min-width: 657px;
  }
}

@media only screen and (max-width: 1200px) {
  .sup3table2 tr td textarea {
    max-width: 588px;
    min-width: 468px;
  }
}

@media only screen and (max-width: 991px) {
  .sup3table2 tr td textarea {
    max-width: 612px;
    min-width: 598px;
  }
}

@media only screen and (max-width: 767px) {
  .sup3table2 tr td textarea {
    max-width: 432px;
    min-width: 348px;
  }
}

@media only screen and (max-width: 500px) {
  .sup3table2 tr td textarea {
    max-width: 326px;
    min-width: 278px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 434px) {
  .sup3table2 tr td textarea {
    max-width: 277px;
    min-width: 235px;
  }
}

@media only screen and (max-width: 376px) {
  .sup3table2 tr td textarea {
    max-width: 234px;
    min-width: 181px;
  }
}

.sup3table2 tr td textarea:focus, .sup3table2 tr td textarea:hover, .sup3table2 tr td textarea:visited {
  outline: none;
}

.writebtn2_1, .writebtn2_2 {
  padding: 11px 30px 12px;
  font-size: 18px;
  font-family: "spoqaR";
  letter-spacing: -0.18px;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.writebtn2_1 {
  background: #F4F5F9;
  border: 1px solid #CBCFDB;
  color: #6B738D;
}

.writebtn2_1:hover, .writebtn2_1:focus {
  color: #000;
  background: #ddd;
}

.writebtn2_2 {
  background: #2D3961;
  border: 1px solid #2D3961;
  color: #fff;
  margin-left: 5px;
}

.writebtn2_2:hover, .writebtn2_2:focus {
  color: #2D3961;
  background: #fff;
  font-weight: 600;
}

.writebtn2box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  .writebtn2box {
    justify-content: space-between;
  }
}

.removeasksp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .removeasksp {
    display: inline-block;
    margin-right: 5px;
  }
}

.sub3tablenum {
  display: flex;
  width: 40%;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}

.sub3tablenum li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f2f4f9;
  font-family: "spoqaR";
  font-size: 16px;
  letter-spacing: -0.03px;
  color: #6b738d;
  text-decoration: none;
}

.sub3tablenum li a:hover, .sub3tablenum li a:focus {
  color: #000;
}

.sub3tablenum li a.choose {
  color: #fff;
  background: #6b738d;
}

.writesup2 {
  position: relative;
}

.writebtn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  letter-spacing: -0.18px;
  color: #fff;
  font-family: "spoqaR";
  background: #2d3961;
  border: 1px solid #2d3961;
  padding: 11px 30px 12px;
  border-radius: 5px;
  transition: color 0.7s;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .writebtn {
    font-size: 15px;
    padding: 9px 20px;
    bottom: -45px;
    right: 40%;
  }
}

@media only screen and (max-width: 376px) {
  .writebtn {
    right: 33%;
  }
}

.writebtn:hover, .writebtn:focus {
  color: #2d3961;
  background: #fff;
  font-weight: 600;
}

.serright {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media only screen and (max-width: 991px) {
  .serright {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.servicerightbox {
  width: 73%;
  padding: 6rem 1rem;
  margin-left: 0;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .servicerightbox {
    width: 100%;
    padding: 6rem 1rem 3rem;
  }
}

.servicerightbox h1 {
  font-family: 'spoqaM';
  font-size: 36px;
  letter-spacing: -1.44px;
  color: #456ee6;
  font-weight: 500;
}

.servicerightbox dl dd {
  margin-top: 30px;
}

.servicerightbox dl dd h3 {
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #2d3961;
  font-family: 'spoqaM';
  font-weight: 500;
}

.servicerightbox dl dd p {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #6b738d;
  font-family: 'spoqaR';
}
.qbadge{
  font-size:12px;
  padding:4px 5px;
  border-radius:10px;
  font-family: 'spoqaR';
}

.qbadge > i{
  font-size:16px;
  font-style:normal;
  margin-right:2px;
}

.badge_blue{
  background:#8faae4;
  color:#fff;
  border:1px solid #5c7ec7;
}
.badge_orange{
  background:#fbd56e;
  color:#984c23;
  border:1px solid #e09107;
}

.box {
  width:auto;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #cfd3d6;
  color: #666666;
  font-size: 16px;
}

.agree_con {
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  background: #f7f7f7;
}

.agree_box1 {
  background: #fff;
  padding: 20px;
  line-height: 26px;
}

/* 20211206_c add css mypage/myinfo_agree.html st */
.agree_box1 > ul, .agree_box1 > .input_number_div {
	width:100%;
	height:auto;
}

.agree_box1 > ul > li {
	text-align:left;
	line-height:3;
}

.agree_box1 > ul > li > span:first-child, .agree_box1 > .input_number_div > span {
	font-weight:bold;
	display:inline-block;
	width:15%;
	text-align:right;
	padding-right:5px;
}

.agree_box1 > .input_number_div > .auth_time {
	font-weight: bold; 
	color:red; 
	margin-left: 10px;
}

.agree_box1 > ul > li > input, .agree_box1 > .input_number_div > input {
	height:30px;
	border:1px solid #ddd;
}

.agree_box1 > ul > li > .auth_tag {
	font-weight: bold; 
	color:red; 
	margin-left: 10px;
}

@media only screen and (max-width:1200px) {
	.agree_box1 > ul > li > span:first-child, .agree_box1 > .input_number_div > span{
		width:30%;
	}
}

@media only screen and (max-width:500px) {
	.agree_box1 > ul > li {
		line-height:2;
	}
	.agree_box1 > ul > li:not(:last-child){
		margin-bottom:10px;
	}
	.agree_box1 > ul > li > span:first-child,  .agree_box1 > .input_number_div > span{
		display:block;
		width:100%;
		text-align:left;
	}

	.agree_box1 > ul > li > .auth_tag {
		margin-left:0;
		display:block;
	}
	.agree_box1 > ul > li > span > a {
		margin-top:10px;
	}
	.agree_box1 > ul > li > input, .agree_box1 > .input_number_div > input {
		max-width:100%;
	}

	.agree_box1 > .input_number_div > .auth_time {
		margin-left:0;
	}
}
/* 20211206_c add css mypage/myinfo_agree.html end */

/* button   */
.Gbutton {
  background-color: #30a3d6;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.9;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;

}

/* blue */
.btn_blue {
  color: #fff;
  border: solid 1px #30a3d6;
  background: #30a3d6;
}
.btn_blue:hover {color:#fff; background: #0788d5;}
.btn_blue:active {
  color: #d9eef7;
  border: solid 1px #0076a3;}


.Gbutton:hover {opacity: 1}

.Gbutton:active {
  position: relative;
  text-decoration: none;
}

.medium {
  font-size: 14px;
  padding: .4em 1em .45em;
}


.onlymobile {
	display:none;
}

@media only screen and (max-width: 991px) {
	.onlymobile{
		display:block;
	}
}
.onlymobile div{
	margin-top:10px;
}
.onlymobile div button:first-child{
	color:#4670ee;
	border:2px solid #4670ee;
	background:#fff;
	padding:17.22px 0 15.78px 0;
	width:49%;
	border-radius:5px;
	font-size:18px;
	letter-spacing:-0.18px;
}

.onlymobile div button:last-child{
	color:#fff;
	background:#4670ee;
	border:2px solid transparent;
	padding:15.78px 0 17.22px 0;
	margin-left:5px;
	float:right;
	width:49%;
	border-radius:5px;
	font-size:18px;
	letter-spacing:-0.18px;
}

@media only screen and (max-width: 991px) {
	.mobiledeleteli{
		display:none;
	}
}


/* 20211119_c add mypage/first2_init.html css st */
.join_box{
	padding:5rem 0;
}

.join_box .step2_tit {
	font-weight:600;
	font-size:1.6rem;
}

.join_box .step2_txt{
	margin:2rem 0;
	font-size:1rem;
	line-height:1.5;
}
/* 20211119_c add mypage/first2_init.html css end */

/* 20211119_c add mypage/first2_next.html css st */
#wrap{
	height:100vh;
}

#wrap .right_con{
	display:flex;
	align-items:center;
	height:100%;
	border:15px solid #f4f5f9;
}
/* 20211119_c add mypage/first2_next.html css end */

/* 20211119_c add class/class_list 돋보기 st */
.proccessul li > .inputimage2{
	display:block;
	width:23.49px;
	height:23.49px;
	position:absolute;
	right:15px;
	bottom:27%;
	cursor:pointer;
	background-image:url('/img/sub2/search.svg');
	background-repeat:no-repeat;
	background-size:contain;
}

@media only screen and (max-width:767px) {
	.proccessul li > .inputimage2 {
		right:10px;
		bottom:13%;
	}
}
/* 20211119_c add class/class_list 돋보기 end */

.my_pop2 {font-family: "spoqaR";} /*width:782px;*/
.my_pop2 .pop_tit {height:60px; background:#004c9d; color:#ffffff; line-height:60px; padding-left:10px;} /*width:760px;*/
.my_pop2  .txt_list {width:690px; background:#e6e6e6; padding:20px; margin:auto; display:flex; flex-direction:column;}
.my_pop2  .txt_list li {padding-left:1.5em; text-indent:-1.4em; font-size:.9rem; color:#333333; margin-bottom:10px; line-height:18px}
.my_pop2  .txt_list li span {color:#004c9d; margin-right:10px;  font-weight:bold; }
.my_pop2 .agree {text-align:center; font-size:1rem; margin-top:30px;}
.my_pop2 .btn {text-align:center; margin-top:20px}



/* 20211213_c add viewprintbtn mypage/myclass_view.html css st */
.viewprintbtn {
	position:absolute;
	right:30px;
	top:20px;
	z-index:99999;
	background:#fff;
	padding:7px 20px;
	border-radius:5px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border:1px solid #6b738d;
	border-radius:5px;
	transition:all .3s;
}

@media only screen and (max-width: 499px) {
	.viewprintbtn{
		display:none;
	}
}


.viewprintbtn  > span {
	font-family:'spoqaR';
	font-size:1.125rem;
	letter-spacing:-0.18px;
	color:#6b738d;
}

.viewprintbtn:hover, .viewprintbtn:focus {
	border-color:#000;
}

.viewprintbtn:hover span, .viewprintbtn:focus span{
	color:#000;
	font-weight:600;
}


/* 20211220_c add 나의강의실 팝업 모바일에서 안나오게하기 -> 삭제해도됨 */

@media only screen and (max-width: 991px) {
	.div_notice{
		display:none;
	}
}


/* 20211221_c add class/ajax_load.html */

.ajaxbutton > button{
	font-family:"spoqaR";
	letter-spacing:0.16px;
	color:#6b738d;
	background:#f4f5f9;
	border:1px solid #cbcfdb;
	border-radius:5px;
	width:100%;
	height:44px;
}

/* 20211222_c add ingtestbadge css _simsa_n/ _simsa_y */
.ingtestbadge{
	padding:2px 10px;
	border:1px solid #4670ee;
	background:#4670ee;
	color:#fff;
	border-radius:10px;
}
/* 20211213_c add viewprintbtn mypage/myclass_view.html css end */