@charset "UTF-8";
/*******************************************************************
	Reset
********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  border: 0;
  *margin: 0;
  *padding: 0;
  *font-size: 0;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: SpoqaHanSansNeo,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 16px;
}

body {
  background: #f4f6fb;
}

/* Form */
input, textarea, select, button {
  font-family: SpoqaHanSansNeo,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 12px;
  color: #0d1218;
  box-sizing: border-box;
  vertical-align: top;
}

button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

input[type="button"], input[type="text"], input[type="image"], input[type="submit"], textarea {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"]:focus.read {
  outline: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"], input[type="password"], input[type=number], input[type="file"] {
  vertical-align: top;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 100%;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  z-index: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

select:focus {
  outline: none;
}

select option {
  color: #555;
  margin: 0;
}

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

textarea {
  resize: none;
  padding: 10px;
  border: 1px solid #727b86;
  vertical-align: top;
}

textarea:disabled {
  opacity: 0.4;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a[href^="tel"] {
  font-style: normal;
}

/* placeholder */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* 대체 텍스트 */
.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* text 정렬 */
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/* border none */
.brtn {
  border-top: 0 !important;
}

.brrn {
  border-right: 0 !important;
}

.brbn {
  border-bottom: 0 !important;
}

.brln {
  border-left: 0 !important;
}

/* margin none */
.mtn {
  margin-top: 0 !important;
}

.mrn {
  margin-right: 0 !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mln {
  margin-left: 0 !important;
}

/* padding none */
.ptn {
  padding-top: 0 !important;
}

.prn {
  padding-right: 0 !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pln {
  padding-left: 0 !important;
}

.pdn {
  padding: 0 !important;
}

/* margin-top */
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* padding-top */
.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/*******************************************************************
	Table
********************************************************************/
/*******************************************************************
	Layout
********************************************************************/
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}

#header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #000;
}

#header .header-wrap {
  position: relative;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

#header .header-wrap .logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

#header .header-wrap .logo a {
  display: block;
  color: #fff;
}

#header .header-wrap .gnb-box {
  position: relative;
}

#header .header-wrap .gnb-box .gnb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

#header .header-wrap .gnb-box .gnb-menu li a {
  position: relative;
  display: block;
  padding: 10px 45px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

#header .header-wrap .gnb-box .gnb-menu li a:hover:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li.act a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li.act a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li.ico1 a:before {
  background: url("../../assets/images/icon/ico_gnb1_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico1 a:after {
  right: 10px;
  background: url("../../assets/images/icon/ico_gnb1_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico2 a:before {
  background: url("../../assets/images/icon/ico_gnb2_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico2 a:after {
  background: url("../../assets/images/icon/ico_gnb2_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico3 a:before {
  background: url("../../assets/images/icon/ico_gnb3_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico3 a:after {
  background: url("../../assets/images/icon/ico_gnb3_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico4 a:before {
  background: url("../../assets/images/icon/ico_gnb4_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico4 a:after {
  background: url("../../assets/images/icon/ico_gnb4_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico5 a:before {
  background: url("../../assets/images/icon/ico_gnb5_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico5 a:after {
  background: url("../../assets/images/icon/ico_gnb5_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .etc-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}

#header .header-wrap .gnb-box .etc-menu-list {
  display: flex;
  align-items: center;
}

#header .header-wrap .gnb-box .etc-menu-list li {
  margin-left: 15px;
}

#header .header-wrap .gnb-box .etc-menu-list li.user {
  font-size: 16px;
  color: #c4cad2;
}

#header .header-wrap .gnb-box .etc-menu-list li.user .name {
  font-weight: 600;
  color: #fff;
  padding-bottom: 1px;
  box-shadow: inset 0 -5px 0 0 #4176cc;
}

#header .header-wrap .gnb-box .etc-menu-list li.user br {
  display: none;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn {
  position: relative;
  display: block;
  padding: 10px 0 10px 50px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn.mypage:before {
  background: url("../../assets/images/icon/ico_hd_mypage.png") no-repeat 0 0;
  background-size: 100%;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn.logout:before {
  background: url("../../assets/images/icon/ico_hd_logout.png") no-repeat 0 0;
  background-size: 100%;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:hover:before, #header .header-wrap .gnb-box .etc-menu-list li .btn.act:before {
  background-position: 0 -40px;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:hover.mypage, #header .header-wrap .gnb-box .etc-menu-list li .btn.act.mypage {
  color: #5193ff;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:hover.logout, #header .header-wrap .gnb-box .etc-menu-list li .btn.act.logout {
  color: #f8ea06;
}

#header .header-wrap .gnb-box .etc-menu-list li:first-child {
  margin-right: 20px;
}

#header .header-wrap .mob-menu {
  display: none;
}

@media all and (max-width: 1600px) {
  #header .header-wrap .logo {
    left: 30px;
  }
  #header .header-wrap .gnb-box .gnb {
    margin-right: 100px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a {
    padding: 13px 35px;
    font-size: 18px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:before {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:after {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:before {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:after {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .etc-menu {
    right: 30px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li {
    margin-left: 15px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user {
    font-size: 15px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user .name {
    box-shadow: inset 0 -3px 0 0 #4176cc;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn {
    padding: 10px 0 10px 40px;
    font-size: 11px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:before {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:hover:before {
    background-position: 0 -30px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li:first-child {
    margin-right: 20px;
  }
}

@media all and (max-width: 1400px) {
  #header .header-wrap .logo a {
    width: 90%;
  }
  #header .header-wrap .gnb-box .gnb {
    margin-right: 160px;
  }
}

@media all and (max-width: 1200px) {
  #header {
    height: 70px;
  }
  #header .header-wrap .logo {
    left: 20px;
  }
  #header .header-wrap .logo a {
    width: 70%;
  }
  #header .header-wrap .gnb-box .gnb {
    margin-right: 60px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a {
    padding: 11px 25px;
    font-size: 14px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:before {
    width: 20px;
    height: 20px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:after {
    width: 20px;
    height: 20px;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:before {
    width: 20px;
    height: 20px;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:after {
    width: 20px;
    height: 20px;
  }
  #header .header-wrap .gnb-box .etc-menu {
    right: 20px;
  }
  #header .header-wrap .gnb-box .etc-menu-list {
    text-align: center;
  }
  #header .header-wrap .gnb-box .etc-menu-list li {
    margin-left: 15px;
    line-height: 1.6;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user {
    font-size: 12px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user .name {
    box-shadow: inset 0 -3px 0 0 #4176cc;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user br {
    display: block;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn {
    padding: 12px 0;
    font-size: 10px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:before {
    position: static;
    transform: inherit;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:hover:before {
    background-position: 0 -25px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li:first-child {
    margin-right: 10px;
  }
}

@media all and (max-width: 767px) {
  #header {
    height: 70px;
  }
  #header .header-wrap {
    width: 100%;
  }
  #header .header-wrap .logo {
    left: 20px;
  }
  #header .header-wrap .logo a {
    width: 160px;
  }
  #header .header-wrap .gnb-box {
    position: absolute;
    top: 70px;
    left: -100%;
    display: flex;
    width: 100%;
    height: calc(100vh - 70px);
    padding: 40px 0;
    background: #000;
  }
  #header .header-wrap .gnb-box .gnb {
    margin: 0;
    width: 58%;
  }
  #header .header-wrap .gnb-box .gnb-menu {
    display: block;
  }
  #header .header-wrap .gnb-box .gnb-menu li a {
    padding: 15px 60px;
    font-size: 1.875rem;
    color: #c4cad2;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:before, #header .header-wrap .gnb-box .gnb-menu li a:hover:after {
    content: none;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a {
    color: #fff;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:before, #header .header-wrap .gnb-box .gnb-menu li.act a:after {
    content: none;
  }
  #header .header-wrap .gnb-box .etc-menu {
    position: static;
    transform: inherit;
    width: 30%;
  }
  #header .header-wrap .gnb-box .etc-menu-list {
    display: block;
    padding: 30px 0;
  }
  #header .header-wrap .gnb-box .etc-menu-list li {
    margin-left: 0;
    padding: 15px 0;
    border-bottom: 1px solid #303336;
    line-height: 1.6;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user {
    color: #c4cad2;
    font-size: 1.125rem;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn {
    position: relative;
    display: block;
    padding: 0;
    font-size: 0.8125rem;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:before {
    width: 60px;
    height: 60px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:hover:before {
    background-position: 0 0;
  }
  #header .header-wrap .gnb-box .etc-menu-list li:first-child {
    margin-right: 0;
  }
  #header .header-wrap .mob-menu {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
  }
  #header .header-wrap .mob-menu .btn-mob {
    width: 30px;
    height: 30px;
    background: url("../../assets/images/btn/btn_mob_menu.png") no-repeat 0 0;
    background-size: 100%;
  }
  #header .header-wrap .mob-menu.open .btn-mob {
    background: url("../../assets/images/btn/btn_mob_menu_close.png") no-repeat 0 0;
    background-size: 100%;
  }
}

#container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 200px;
  box-sizing: border-box;
}

@media all and (max-width: 1600px) {
  #container {
    padding: 80px 0 200px;
  }
}

@media all and (max-width: 1200px) {
  #container {
    padding: 70px 0 120px;
  }
}

@media all and (max-width: 767px) {
  #container {
    padding: 70px 0 180px;
  }
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
}

#footer .footer-menu {
  width: 100%;
  height: 120px;
  padding: 35px 40px;
  box-sizing: border-box;
  background: #323f4d;
}

#footer .footer-menu .footer-con {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer .footer-menu .footer-con .foot-lft {
  display: flex;
  align-items: center;
}

#footer .footer-menu .footer-con .foot-lft .foot-logo {
  width: 50px;
}

#footer .footer-menu .footer-con .foot-lft .foot-list {
  display: flex;
  align-items: center;
}

#footer .footer-menu .footer-con .foot-lft .foot-list li {
  margin: 0 10px;
}

#footer .footer-menu .footer-con .foot-lft .foot-list li a {
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #c4cad2;
}

#footer .footer-menu .footer-con .foot-rgt {
  display: flex;
  align-items: center;
}

#footer .footer-menu .footer-con .foot-rgt .etc-btn {
  font-weight: 600;
  font-size: 14px;
  color: #c4cad2;
  padding: 15px 20px;
}

#footer .footer-menu .footer-con .foot-rgt .slct {
  margin-left: 20px;
  border: 1px solid #6f7982;
  padding: 10px 15px;
}

#footer .footer-menu .footer-con .foot-rgt .slct select {
  width: 100%;
  min-width: 200px;
  padding-right: 50px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: url("../images/icon/ico_slct_arr.png") no-repeat 100% 50%;
}

#footer .copyright {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
  box-sizing: border-box;
  background: #fff;
}

#footer .copyright .copy {
  max-width: 1920px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 12px;
  color: #8f959e;
}

@media all and (max-width: 1200px) {
  #footer {
    height: 120px;
  }
  #footer .footer-menu {
    height: 70px;
    padding: 14px 20px;
  }
  #footer .footer-menu .footer-con .foot-lft .foot-logo {
    width: 35px;
  }
  #footer .footer-menu .footer-con .foot-lft .foot-list li a {
    padding: 5px 10px;
    font-size: 12px;
  }
  #footer .footer-menu .footer-con .foot-rgt .etc-btn {
    font-size: 11px;
    padding: 5px 10px;
  }
  #footer .footer-menu .footer-con .foot-rgt .slct {
    margin-left: 15px;
    padding: 5px 10px;
  }
  #footer .footer-menu .footer-con .foot-rgt .slct select {
    min-width: 130px;
    padding-right: 30px;
    font-size: 11px;
    background-size: 25px auto;
  }
  #footer .copyright {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  #footer .copyright .copy {
    font-size: 11px;
  }
}

@media all and (max-width: 767px) {
  #footer {
    height: 180px;
  }
  #footer .footer-menu {
    height: 130px;
    padding: 25px 30px;
  }
  #footer .footer-menu .footer-con {
    display: block;
  }
  #footer .footer-menu .footer-con .foot-lft {
    display: none;
  }
  #footer .footer-menu .footer-con .foot-rgt {
    display: block;
  }
  #footer .footer-menu .footer-con .foot-rgt .etc-btn {
    font-size: 0.75rem;
    padding: 5px 15px;
  }
  #footer .footer-menu .footer-con .foot-rgt .slct {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  #footer .footer-menu .footer-con .foot-rgt .slct select {
    padding-right: 50px;
    font-size: 0.75rem;
    background-size: 20px auto;
  }
  #footer .copyright {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  #footer .copyright .copy {
    font-size: 0.6875rem;
  }
}

/*******************************************************************
	00. intro - 로그인 전 페이지
********************************************************************/
.intro {
  width: 100%;
  box-sizing: border-box;
}

.intro-top {
  width: 100%;
  height: 390px;
  background: url("../../assets/images/bg/intro_bg.png") no-repeat 50%;
  background-size: cover;
}

.intro-top .cont {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.intro-top .cont .logo {
  width: 160px;
  padding: 15px 0;
}

.intro-top .cont .title-set {
  padding-top: 30px;
  text-align: center;
}

.intro-top .cont .title-set .title {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}

.intro-top .cont .title-set .title-sub {
  margin-top: 30px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.intro-content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.intro-content .cont {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.intro-content .cont .mission-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  margin-top: -60px;
  border-radius: 20px;
  background: #f4f6fb;
  text-align: center;
  box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.1);
}

.intro-content .cont .mission-box .cmt {
  font-weight: 700;
  font-size: 32px;
  color: #5193ff;
}

.intro-content .cont .mission-box .title {
  font-weight: 600;
  font-size: 32px;
  color: #333;
}

.intro-content .cont .mission-box .title:before {
  content: '|';
  margin: 0 15px;
  font-weight: 400;
  font-size: 30px;
  color: #8f959e;
  opacity: 0.4;
}

.intro-content .cont .info-step {
  padding: 60px 20px;
}

.intro-content .cont .info-step .title {
  font-weight: 700;
  font-size: 26px;
  color: #333;
  text-align: center;
}

.intro-content .cont .info-step .title span {
  padding: 0 15px;
  box-shadow: inset 0 -10px 0 0 #cdc2ff;
}

.intro-content .cont .info-step .step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.intro-content .cont .info-step .step-list li {
  position: relative;
  width: 25%;
  padding: 0 70px;
  box-sizing: border-box;
  text-align: center;
}

.intro-content .cont .info-step .step-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  right: -25px;
  width: 45px;
  height: 45px;
  background: url("../../assets/images/icon/intro_step_arrow.png") no-repeat 0 0;
  background-size: 100%;
}

.intro-content .cont .info-step .step-list li:last-child:after {
  content: none;
}

.intro-content .cont .info-step .step-list li .num {
  font-weight: 700;
  font-size: 60px;
  color: #a8c9ff;
}

.intro-content .cont .info-step .step-list li .txt-box {
  margin: 10px 0;
  letter-spacing: -1px;
}

.intro-content .cont .info-step .step-list li .txt-box .tit {
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.intro-content .cont .info-step .step-list li .txt-box .txt {
  overflow: hidden;
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  height: 3.9em;
  line-height: 1.3em;
}

.intro-content .cont .info-step .step-list li .txt-box .txt br {
  display: none;
}

.intro-content .cont .info-step .step-list li .thumb {
  margin: 40px 0 30px;
}

.intro-content .cont .info-step .step-list li .btn-go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #5193ff;
}

.intro-content .cont .info-step .step-list li .btn-go:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: #5193ff url("../../assets/images/btn/btn_go_arr.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1600px) {
  .intro-top {
    height: 320px;
  }
  .intro-top .cont {
    padding: 0 30px;
  }
  .intro-top .cont .logo {
    width: 140px;
    padding: 10px 0;
  }
  .intro-top .cont .title-set {
    padding-top: 20px;
  }
  .intro-top .cont .title-set .title {
    font-size: 40px;
  }
  .intro-top .cont .title-set .title-sub {
    margin-top: 20px;
    font-size: 20px;
  }
  .intro-content {
    padding-bottom: 70px;
  }
  .intro-content .cont .mission-box {
    padding: 30px 0;
    margin-top: -60px;
    border-radius: 20px;
  }
  .intro-content .cont .mission-box .cmt {
    font-size: 26px;
  }
  .intro-content .cont .mission-box .title {
    font-size: 26px;
  }
  .intro-content .cont .mission-box .title:before {
    margin: 0 15px;
    font-size: 24px;
  }
  .intro-content .cont .info-step {
    padding: 40px 20px;
  }
  .intro-content .cont .info-step .title {
    font-size: 22px;
  }
  .intro-content .cont .info-step .title span {
    padding: 0 10px;
  }
  .intro-content .cont .info-step .step-list {
    margin-top: 40px;
  }
  .intro-content .cont .info-step .step-list li {
    width: 25%;
    padding: 0 50px;
  }
  .intro-content .cont .info-step .step-list li:after {
    top: 130px;
    width: 35px;
    height: 35px;
  }
  .intro-content .cont .info-step .step-list li .num {
    font-size: 50px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .tit {
    font-size: 18px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .txt {
    font-size: 16px;
  }
  .intro-content .cont .info-step .step-list li .thumb {
    margin: 30px 0 20px;
  }
  .intro-content .cont .info-step .step-list li .btn-go {
    width: 200px;
    font-size: 16px;
  }
  .intro-content .cont .info-step .step-list li .btn-go:after {
    width: 18px;
    height: 18px;
  }
}

@media all and (max-width: 1400px) {
  .intro-top {
    height: 280px;
  }
  .intro-top .cont .title-set {
    padding-top: 10px;
  }
  .intro-top .cont .title-set .title {
    font-size: 34px;
  }
  .intro-top .cont .title-set .title-sub {
    margin-top: 15px;
    font-size: 18px;
  }
  .intro-content {
    padding-bottom: 50px;
  }
  .intro-content .cont .mission-box {
    padding: 25px 0;
    margin-top: -40px;
    border-radius: 20px;
  }
  .intro-content .cont .mission-box .cmt {
    font-size: 22px;
  }
  .intro-content .cont .mission-box .title {
    font-size: 22px;
  }
  .intro-content .cont .mission-box .title:before {
    font-size: 20px;
  }
  .intro-content .cont .info-step {
    padding: 30px 20px;
  }
  .intro-content .cont .info-step .title {
    font-size: 20px;
  }
  .intro-content .cont .info-step .step-list {
    margin-top: 30px;
  }
  .intro-content .cont .info-step .step-list li {
    padding: 0 50px;
  }
  .intro-content .cont .info-step .step-list li:after {
    top: 130px;
    width: 35px;
    height: 35px;
  }
  .intro-content .cont .info-step .step-list li .num {
    font-size: 40px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .tit {
    font-size: 16px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .txt {
    font-size: 14px;
  }
  .intro-content .cont .info-step .step-list li .btn-go {
    width: 180px;
    height: 35px;
    font-size: 14px;
  }
  .intro-content .cont .info-step .step-list li .btn-go:after {
    width: 16px;
    height: 16px;
  }
}

@media all and (max-width: 1200px) {
  .intro-top {
    height: 250px;
  }
  .intro-top .cont .title-set .title {
    font-size: 28px;
  }
  .intro-top .cont .title-set .title-sub {
    margin-top: 10px;
    font-size: 16px;
  }
  .intro-content {
    padding-bottom: 30px;
  }
  .intro-content .cont .mission-box {
    padding: 20px 0;
    margin-top: -35px;
    border-radius: 10px;
  }
  .intro-content .cont .mission-box .cmt {
    font-size: 20px;
  }
  .intro-content .cont .mission-box .title {
    font-size: 20px;
  }
  .intro-content .cont .mission-box .title:before {
    font-size: 18px;
  }
  .intro-content .cont .info-step {
    padding: 30px 20px;
  }
  .intro-content .cont .info-step .title {
    font-size: 18px;
  }
  .intro-content .cont .info-step .step-list {
    margin-top: 25px;
  }
  .intro-content .cont .info-step .step-list li {
    width: 50%;
    padding: 0 50px;
  }
  .intro-content .cont .info-step .step-list li:after {
    top: 130px;
    width: 35px;
    height: 35px;
  }
  .intro-content .cont .info-step .step-list li:nth-child(2):after {
    content: none;
  }
  .intro-content .cont .info-step .step-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .intro-top {
    height: 180px;
  }
  .intro-top .cont {
    padding: 0 20px;
  }
  .intro-top .cont .logo {
    width: 100px;
  }
  .intro-top .cont .title-set .title {
    font-size: 1.25rem;
    letter-spacing: -1px;
  }
  .intro-top .cont .title-set .title-sub {
    font-size: 0.8125rem;
    letter-spacing: -1px;
  }
  .intro-content .cont {
    padding: 0 20px;
  }
  .intro-content .cont .mission-box {
    padding: 15px 0;
    margin-top: -30px;
    border-radius: 5px;
  }
  .intro-content .cont .mission-box .cmt {
    font-size: 1rem;
  }
  .intro-content .cont .mission-box .title {
    font-size: 1rem;
  }
  .intro-content .cont .mission-box .title:before {
    margin: 0 10px;
    font-size: 0.875rem;
  }
  .intro-content .cont .info-step {
    padding: 30px 10px;
  }
  .intro-content .cont .info-step .title {
    font-size: 1rem;
  }
  .intro-content .cont .info-step .step-list {
    margin-top: 20px;
  }
  .intro-content .cont .info-step .step-list li {
    width: 100%;
    padding: 0 10px;
  }
  .intro-content .cont .info-step .step-list li:after {
    position: static;
    width: 35px;
    height: 35px;
    margin: 20px auto;
    transform: rotate(-270deg);
  }
  .intro-content .cont .info-step .step-list li:nth-child(2):after {
    content: '';
  }
  .intro-content .cont .info-step .step-list li:nth-child(n+3) {
    margin-top: 0;
  }
  .intro-content .cont .info-step .step-list li .num {
    font-size: 1.875rem;
  }
  .intro-content .cont .info-step .step-list li .txt-box .tit {
    font-size: 1.125rem;
  }
  .intro-content .cont .info-step .step-list li .txt-box .txt {
    overflow: auto;
    margin-top: 10px;
    font-size: 0.9375rem;
    height: auto;
    line-height: 1.3;
  }
  .intro-content .cont .info-step .step-list li .txt-box .txt br {
    display: block;
  }
  .intro-content .cont .info-step .step-list li .thumb {
    width: 80%;
    margin: 20px auto 0;
  }
  .intro-content .cont .info-step .step-list li .btn-go {
    margin-top: 20px;
    width: 180px;
    height: 35px;
    font-size: 0.875rem;
  }
  .intro-content .cont .info-step .step-list li .btn-go:after {
    width: 16px;
    height: 16px;
  }
}

/*******************************************************************
	00. main
********************************************************************/
.main {
  width: 100%;
  box-sizing: border-box;
}

.main .section {
  padding: 0 30px;
  box-sizing: border-box;
}

.main .section.sec1 {
  display: flex;
  justify-content: space-between;
}

.main .section.sec1 .data-box {
  display: flex;
  width: calc(50% - 10px);
  border-radius: 40px;
  height: 340px;
  overflow: hidden;
}

.main .section.sec1 .data-box .info-box {
  position: relative;
  width: 25%;
  padding: 40px;
  box-sizing: border-box;
}

.main .section.sec1 .data-box .info-box .title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: -1px;
}

.main .section.sec1 .data-box .info-box .info-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 89px;
}

.main .section.sec1 .data-box .info-box .btn-details {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 5px 10px 5px 45px;
  font-weight: 600;
  font-size: 16px;
  color: #5193ff;
}

.main .section.sec1 .data-box .info-box .btn-details:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/icon/ico_plus.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.record .info-box {
  background: #0e2c5a;
}

.main .section.sec1 .data-box.record .info-icon {
  background: url("../../assets/images/bg/bg_record.png") no-repeat 0 0;
  background-size: 100% auto;
}

.main .section.sec1 .data-box.record .info-detail {
  display: flex;
  width: 75%;
}

.main .section.sec1 .data-box.record .info-detail .detail-set {
  position: relative;
  padding: 40px 30px;
  background: #001224;
  width: calc(100% - 220px);
  box-sizing: border-box;
}

.main .section.sec1 .data-box.record .info-detail .detail-set:first-child {
  width: 220px;
  padding: 40px 0;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .title strong {
  margin-left: 10px;
  font-size: 22px;
  color: #5193ff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .graph {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 20px auto 0;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .graph .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .graph .num strong {
  display: block;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .graph .num span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #4d5a66;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .graph canvas {
  width: 160px !important;
  height: 160px !important;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box {
  margin-top: 40px;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set {
  border-top: 1px solid #303336;
  padding: 15px 0;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set:first-child {
  border-top: 0;
  padding-top: 0;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set:first-child .cmt {
  color: #fff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .cmt {
  font-weight: 600;
  font-size: 14px;
  color: #c4cad2;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .graph-bar {
  position: relative;
  overflow: hidden;
  width: 58%;
  height: 10px;
  background: #26292c;
  border-radius: 5px;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .graph-bar .bar {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 10px;
  border-radius: 5px;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .ea {
  width: 20%;
  font-size: 16px;
  text-align: center;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec {
  position: relative;
  width: 22%;
  height: 35px;
  border-radius: 6px;
  background: #ff6060;
  font-weight: 600;
  font-size: 12px;
  color: #001224;
  text-align: center;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec:after {
  content: '';
  display: inline-block;
  width: 6px;
  vertical-align: top;
  height: 6px;
  margin: 6px 0 0 5px;
  border-radius: 3px;
  background: #001224;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec:hover {
  background: #ff9696;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-confirm {
  width: 22%;
  height: 35px;
  border-radius: 6px;
  background: #001224;
  font-weight: 600;
  font-size: 12px;
  color: #c4cad2;
  border: 1px solid #646a71;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-confirm:hover {
  background: #646a71;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set1 .graph-bar {
  height: 20px;
  border-radius: 10px;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set1 .graph-bar .bar {
  height: 20px;
  border-radius: 10px;
  background: #5193ff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set1 .ea {
  color: #5193ff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set2 .graph-bar .bar {
  background: #7251ff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set2 .ea {
  color: #7251ff;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set3 .graph-bar .bar {
  background: #646a71;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set.set3 .ea {
  color: #646a71;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .list li {
  margin-top: 5px;
}

.main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .list li:first-child {
  margin-top: 0;
}

.main .section.sec1 .data-box.goal .info-box {
  background: #32246e;
}

.main .section.sec1 .data-box.goal .info-icon {
  background: url("../../assets/images/bg/bg_goal.png") no-repeat 0 0;
  background-size: 100% auto;
}

.main .section.sec1 .data-box.goal .info-detail {
  display: flex;
  width: 75%;
  background: #17112f;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set {
  width: 100%;
  padding: 65px 30px 30px;
  box-sizing: border-box;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .point-cmt {
  font-weight: 600;
  font-size: 15px;
  color: #646a71;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set {
  width: 85%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar {
  position: relative;
  height: 30px;
  background: #26292c;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 30px;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing {
  background: #1c7d6a;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 1px;
  height: 10px;
  background: #2e9a84;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing .dot {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #51ffdc;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing .bal {
  position: absolute;
  top: -30px;
  right: -50px;
  width: 100px;
  height: 25px;
  line-height: 23px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px dashed #2e9a84;
  font-weight: 600;
  font-size: 15px;
  border-radius: 12.5px;
  color: #49dfc5;
  text-align: center;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction {
  background: #355fa3;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 1px;
  height: 30px;
  background: #355fa3;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bal {
  position: absolute;
  bottom: -55px;
  right: 0;
  transform: translateX(50%);
  width: 100px;
  height: 25px;
  line-height: 23px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 1px dashed #355fa3;
  font-weight: 600;
  font-size: 15px;
  border-radius: 12.5px;
  color: #4982e3;
  text-align: center;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("../../assets/images/icon/ico_bonus.png") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  bottom: -25px;
  width: 80px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background: #f8ea06;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #5d5801;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  top: -5px;
  width: 9px;
  height: 5px;
  background: url("../../assets/images/icon/ico_bonus_arr.png") no-repeat 0 0;
  background-size: 100% auto;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: url("../../assets/images/icon/ico_bonus_img.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  width: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse {
  text-align: center;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip {
  width: 170px;
  height: 70px;
  border-radius: 35px;
  text-align: center;
  padding: 5px 0;
  line-height: 1.4;
  box-sizing: border-box;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .count {
  font-weight: 600;
  font-size: 26px;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .count .cmt {
  font-weight: 400;
  font-size: 12px;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .txt {
  font-size: 14px;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .txt br {
  display: none;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip.current {
  background: #291c5f;
  color: #9a82ff;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip.current .txt {
  color: #9a82ff;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip.need {
  background: #193c47;
  color: #3fddbd;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip.need .txt {
  color: #3fddbd;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .sub-txt {
  margin-top: 6px;
  font-size: 12px;
  color: #3fddbd;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare {
  width: calc(100% - 340px);
  text-align: center;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .num {
  font-weight: 600;
  font-size: 20px;
  color: #51ccff;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .arr {
  position: relative;
  width: 70%;
  height: 3px;
  margin: 6px auto;
  background: #3a5fac;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -12.5px;
  width: 25px;
  height: 25px;
  background: url("../../assets/images/icon/ico_compare_dot.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12.5px;
  width: 25px;
  height: 25px;
  background: url("../../assets/images/icon/ico_compare_arr.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .txt {
  font-weight: 500;
  font-size: 14px;
  color: #51ccff;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .info-set {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #303336;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .icon.status1 {
  background: url("../../assets/images/icon/ico_status1.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .icon.status2 {
  background: url("../../assets/images/icon/ico_status2.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .icon.status3 {
  background: url("../../assets/images/icon/ico_status3.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .info-txt {
  font-size: 13px;
  color: #c4cad2;
}

.main .section.sec2 {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.main .section.sec2 .wht-box {
  display: flex;
  width: calc(50% - 10px);
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
  height: 340px;
  background: #fff;
}

.main .section.sec2 .wht-box:first-child {
  width: calc(50% - 10px);
}

.main .section.sec2 .wht-box .info-box {
  position: relative;
  width: 20%;
}

.main .section.sec2 .wht-box .info-box .title {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  line-height: 1.3;
}

.main .section.sec2 .wht-box .info-box .title strong {
  display: block;
  color: #5193ff;
}

.main .section.sec2 .wht-box .info-box .info-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
}

.main .section.sec2 .wht-box.date .info-icon {
  background: url("../../assets/images/bg/bg_date.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec2 .wht-box.day .info-icon {
  background: url("../../assets/images/bg/bg_day.png") no-repeat 0 0;
  background-size: 100%;
}

.main .section.sec2 .wht-box .graph-box {
  width: 80%;
}

.main .section.sec2 .wht-box .graph-box .legend {
  display: flex;
  justify-content: flex-end;
}

.main .section.sec2 .wht-box .graph-box .legend li {
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  margin-left: -8px;
  color: #7251ff;
  padding-bottom: 10px;
  box-shadow: inset 0 -5px 0 0 rgba(114, 81, 255, 0.6);
}

.main .section.sec2 .wht-box .graph-box .legend li:first-child {
  color: #5193ff;
  box-shadow: inset 0 -5px 0 0 rgba(133, 179, 255, 0.6);
  margin-left: 0;
}

.main .section.sec2 .wht-box .graph-box .graph {
  width: 100%;
  height: 230px;
}

.main .section.sec2 .wht-box .graph-box .graph canvas {
  width: 100%;
  height: 100%;
}

.main .banner-area {
  width: 100%;
  margin-top: 20px;
}

.main .banner-area .banner-list {
  display: flex;
  flex-wrap: wrap;
}

.main .banner-area .banner-list li {
  position: relative;
  width: 25%;
  height: 160px;
  box-sizing: border-box;
  border-left: 1px solid #759ac0;
}

.main .banner-area .banner-list li a {
  display: block;
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.main .banner-area .banner-list li a .title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: -1px;
}

.main .banner-area .banner-list li a .title-sub {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: -1px;
}

.main .banner-area .banner-list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 110px;
  height: 110px;
}

.main .banner-area .banner-list li.set1 {
  background: linear-gradient(to right, #7fa3de, #81abd7);
}

.main .banner-area .banner-list li.set1 a:after {
  background: url("../../assets/images/icon/ico_banner1.png") no-repeat 0 0;
  background-size: 100%;
}

.main .banner-area .banner-list li.set1 a:hover {
  background: linear-gradient(to right, #6682b2, #6889ac);
}

.main .banner-area .banner-list li.set1 a:hover:after {
  background-position: 0 -110px;
}

.main .banner-area .banner-list li.set2 {
  background: linear-gradient(to right, #82acd6, #85b8cc);
}

.main .banner-area .banner-list li.set2 a:after {
  background: url("../../assets/images/icon/ico_banner2.png") no-repeat 0 0;
  background-size: 100%;
}

.main .banner-area .banner-list li.set2 a:hover {
  background: linear-gradient(to right, #678aab, #6a94a3);
}

.main .banner-area .banner-list li.set2 a:hover:after {
  background-position: 0 -110px;
}

.main .banner-area .banner-list li.set3 {
  background: linear-gradient(to right, #86b9ca, #89c6c0);
}

.main .banner-area .banner-list li.set3 a:after {
  background: url("../../assets/images/icon/ico_banner3.png") no-repeat 0 0;
  background-size: 100%;
}

.main .banner-area .banner-list li.set3 a:hover {
  background: linear-gradient(to right, #6a94a2, #6e9e9a);
}

.main .banner-area .banner-list li.set3 a:hover:after {
  background-position: 0 -110px;
}

.main .banner-area .banner-list li.set4 {
  background: linear-gradient(to right, #8ac6c0, #8bcfb9);
}

.main .banner-area .banner-list li.set4 a:after {
  background: url("../../assets/images/icon/ico_banner4.png") no-repeat 0 0;
  background-size: 100%;
}

.main .banner-area .banner-list li.set4 a:hover {
  background: linear-gradient(to right, #6e9f9a, #6fa593);
}

.main .banner-area .banner-list li.set4 a:hover:after {
  background-position: 0 -110px;
}

@media all and (max-width: 1600px) {
  .main .section.sec1 {
    display: block;
  }
  .main .section.sec1 .data-box {
    width: 100%;
  }
  .main .section.sec1 .data-box .info-box .title {
    font-size: 24px;
  }
  .main .section.sec1 .data-box .info-box .info-icon {
    width: 146px;
    height: 100px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .title {
    font-size: 20px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .title strong {
    font-size: 24px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-record {
    font-size: 14px;
  }
  .main .section.sec1 .data-box.goal {
    margin-top: 20px;
  }
  .main .section.sec2 {
    display: block;
  }
  .main .section.sec2 .wht-box {
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .main .section.sec2 .wht-box:first-child {
    width: 100%;
    margin-top: 0;
  }
  .main .banner-area .banner-list li {
    width: 50%;
  }
}

@media all and (max-width: 1200px) {
  .main .section.sec1 .data-box {
    border-radius: 30px;
    height: 300px;
  }
  .main .section.sec1 .data-box .info-box .title {
    font-size: 17px;
  }
  .main .section.sec1 .data-box .info-box .info-icon {
    width: 100px;
    height: 68px;
  }
  .main .section.sec1 .data-box .info-box .btn-details {
    padding-left: 35px;
  }
  .main .section.sec1 .data-box .info-box .btn-details:before {
    width: 25px;
    height: 25px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set {
    width: calc(100% - 180px);
    padding: 30px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set:first-child {
    width: 180px;
    padding: 30px 20px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .title {
    font-size: 16px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .title strong {
    font-size: 18px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph {
    width: 140px;
    margin-top: 20px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph .num strong {
    font-size: 36px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph .num span {
    font-size: 16px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph canvas {
    width: 140px !important;
    height: 140px !important;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box {
    margin-top: 25px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .cmt {
    font-size: 12px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .ea {
    font-size: 13px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec {
    font-size: 12px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-confirm {
    font-size: 11px;
  }
  .main .section.sec1 .data-box.goal {
    margin-top: 15px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set {
    padding: 50px 30px 30px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar {
    height: 25px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar {
    height: 25px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing .dot {
    right: -12.5px;
    width: 25px;
    height: 25px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing .bal {
    top: -25px;
    right: -45px;
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 10px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction:after {
    bottom: -25px;
    height: 25px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bal {
    bottom: -45px;
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 10px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal {
    bottom: -20px;
    font-size: 11px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info {
    margin-top: 60px;
  }
  .main .section.sec2 .wht-box {
    height: 300px;
  }
  .main .section.sec2 .wht-box .info-box .title {
    font-size: 20px;
  }
  .main .section.sec2 .wht-box .info-box .info-icon {
    width: 80px;
    height: 80px;
  }
  .main .section.sec2 .wht-box .graph-box .graph canvas {
    height: 200px !important;
  }
  .main .banner-area .banner-list li {
    width: 50%;
  }
  .main .banner-area .banner-list li a {
    padding: 30px;
  }
  .main .banner-area .banner-list li a .title {
    font-size: 18px;
  }
  .main .banner-area .banner-list li a .title-sub {
    margin-top: 20px;
    font-size: 14px;
  }
  .main .banner-area .banner-list li a:after {
    width: 80px;
    height: 80px;
    right: 0;
  }
  .main .banner-area .banner-list li.set1 a:hover:after, .main .banner-area .banner-list li.set2 a:hover:after, .main .banner-area .banner-list li.set3 a:hover:after, .main .banner-area .banner-list li.set4 a:hover:after {
    background-position: 0 -80px;
  }
}

@media all and (max-width: 767px) {
  .main .section {
    padding: 0 15px;
  }
  .main .section.sec1 .data-box {
    display: block;
    border-radius: 30px;
    height: auto;
  }
  .main .section.sec1 .data-box .info-box {
    width: 100%;
    padding: 20px 30px;
  }
  .main .section.sec1 .data-box .info-box .title {
    font-size: 1.25rem;
  }
  .main .section.sec1 .data-box .info-box .info-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: inherit;
    right: 20px;
    width: 100px;
    height: 68px;
  }
  .main .section.sec1 .data-box .info-box .btn-details {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 5px 5px 32px;
    margin-top: 15px;
    font-size: 0.875rem;
  }
  .main .section.sec1 .data-box .info-box .btn-details:before {
    width: 25px;
    height: 25px;
  }
  .main .section.sec1 .data-box.record .info-detail {
    display: block;
    width: 100%;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set {
    padding: 30px;
    width: 100%;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set:first-child {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .title {
    font-size: 1.125rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .title strong {
    font-size: 1.25rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: inherit;
    width: 150px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph .num strong {
    font-size: 2.5rem;
    line-height: 1;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph .num span {
    font-size: 1.125rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .graph canvas {
    width: 150px !important;
    height: 150px !important;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .cmt {
    font-size: 0.8125rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .graph-bar {
    width: 55%;
    height: 10px;
    background: #26292c;
    border-radius: 5px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .graph-bar .bar {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 10px;
    border-radius: 5px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .ea {
    width: 20%;
    font-size: 0.875rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec {
    width: 25%;
    height: 30px;
    font-size: 0.75rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec:after {
    margin: 5px 0 0 5px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-rec:hover {
    background: #ff6060;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-confirm {
    width: 25%;
    height: 30px;
    font-size: 0.75rem;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .bar-set .btn-confirm:hover {
    background: #001224;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .list li {
    margin-top: 5px;
  }
  .main .section.sec1 .data-box.record .info-detail .detail-set .record-box .set .list li:first-child {
    margin-top: 0;
  }
  .main .section.sec1 .data-box.goal .info-box {
    background: #32246e;
  }
  .main .section.sec1 .data-box.goal .info-detail {
    display: block;
    width: 100%;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set {
    padding: 40px 30px 20px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area {
    position: relative;
    display: block;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .point-cmt {
    position: absolute;
    bottom: -20px;
    font-size: 0.8125rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .point-cmt.start {
    left: 0;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .point-cmt.end {
    right: 0;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set {
    width: 100%;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.ing .bal {
    font-size: 0.8125rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bal {
    font-size: 0.8125rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus {
    right: 5px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal {
    font-size: 0.6875rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info {
    margin-top: 60px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip {
    width: 90px;
    height: 80px;
    border-radius: 40px;
    padding: 9px 0;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .count {
    font-size: 1.1875rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .count .cmt {
    font-size: 0.6875rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .txt {
    font-size: 0.75rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .chip .txt br {
    display: block;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .ellipse .sub-txt {
    font-size: 0.6875rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare {
    width: calc(100% - 180px);
    margin-top: 15px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .num {
    font-size: 1.0625rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .arr {
    width: 90%;
    height: 2px;
    margin: 4px auto;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .arr:before {
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .arr:after {
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .bar-info .compare .txt {
    font-size: 0.75rem;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .info-set {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #303336;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .icon {
    width: 35px;
    height: 35px;
    margin: 8px 10px 0 0;
  }
  .main .section.sec1 .data-box.goal .info-detail .detail-set .info-set .info-txt {
    font-size: 0.75rem;
  }
  .main .section.sec2 {
    display: block;
    margin-top: 20px;
  }
  .main .section.sec2 .wht-box {
    display: block;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
    height: auto;
  }
  .main .section.sec2 .wht-box:first-child {
    width: 100%;
  }
  .main .section.sec2 .wht-box .info-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .main .section.sec2 .wht-box .info-box .title {
    font-size: 1.25rem;
  }
  .main .section.sec2 .wht-box .info-box .info-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: inherit;
    right: 0;
    width: 70px;
    height: 70px;
  }
  .main .section.sec2 .wht-box .graph-box {
    width: 100%;
  }
  .main .section.sec2 .wht-box .graph-box .legend {
    justify-content: flex-start;
  }
  .main .section.sec2 .wht-box .graph-box .legend li {
    font-size: 0.75rem;
    padding: 0 8px;
    margin-left: -5px;
    color: #7251ff;
    padding-bottom: 8px;
    margin-bottom: 10px;
    box-shadow: inset 0 -3px 0 0 rgba(114, 81, 255, 0.6);
  }
  .main .section.sec2 .wht-box .graph-box .legend li:first-child {
    box-shadow: inset 0 -3px 0 0 rgba(133, 179, 255, 0.6);
  }
  .main .section.sec2 .wht-box .graph-box .graph {
    width: 100%;
    height: auto;
  }
  .main .section.sec2 .wht-box .graph-box .graph canvas {
    width: 100%;
    height: 170px !important;
  }
  .main .banner-area .banner-list li {
    width: 50%;
    height: 200px;
  }
  .main .banner-area .banner-list li a {
    padding: 25px 20px 120px;
  }
  .main .banner-area .banner-list li a .title {
    display: block;
    text-align: center;
    font-size: 0.9375rem;
  }
  .main .banner-area .banner-list li a .title-sub {
    margin-top: 10px;
    font-weight: 400;
    font-size: 0.75rem;
    text-align: center;
  }
  .main .banner-area .banner-list li a .title-sub br {
    display: none;
  }
  .main .banner-area .banner-list li a:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    top: inherit;
    bottom: 10px;
    width: 90px;
    height: 90px;
  }
  .main .banner-area .banner-list li.set1 a:hover {
    background: linear-gradient(to right, #7fa3de, #81abd7);
  }
  .main .banner-area .banner-list li.set1 a:hover:after {
    background-position: 0 0;
  }
  .main .banner-area .banner-list li.set2 a:hover {
    background: linear-gradient(to right, #82acd6, #85b8cc);
  }
  .main .banner-area .banner-list li.set2 a:hover:after {
    background-position: 0 0;
  }
  .main .banner-area .banner-list li.set3 a:hover {
    background: linear-gradient(to right, #86b9ca, #89c6c0);
  }
  .main .banner-area .banner-list li.set3 a:hover:after {
    background-position: 0 0;
  }
  .main .banner-area .banner-list li.set4 a:hover {
    background: linear-gradient(to right, #8ac6c0, #8bcfb9);
  }
  .main .banner-area .banner-list li.set4 a:hover:after {
    background-position: 0 0;
  }
}

/*******************************************************************
	01 - 1. 녹음 진행 현황
********************************************************************/
.rec-progress {
  padding: 0 30px;
}

.rec-progress .top-section {
  display: flex;
}

.rec-progress .top-section .top-box {
  position: relative;
  width: 33.3333333%;
  padding: 35px;
  background: #001224;
  box-sizing: border-box;
}

.rec-progress .top-section .top-box:nth-child(1) {
  border-radius: 40px 0 0 40px;
}

.rec-progress .top-section .top-box:nth-child(2) {
  width: 33.3333334%;
}

.rec-progress .top-section .top-box:nth-child(2):before, .rec-progress .top-section .top-box:nth-child(2):after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 80px);
  background: #1d3458;
}

.rec-progress .top-section .top-box:nth-child(2):before {
  left: 0;
}

.rec-progress .top-section .top-box:nth-child(2):after {
  right: 0;
}

.rec-progress .top-section .top-box:nth-child(3) {
  border-radius: 0 40px 40px 0;
}

.rec-progress .top-section .top-box .title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.rec-progress .top-section .top-box .title span {
  font-weight: 400;
}

.rec-progress .top-section .top-box .title:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.rec-progress .top-section .top-box .title.set1:before {
  background: url("../../assets/images/icon/ico_tit_remain.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .top-section .top-box .title.set2:before {
  background: url("../../assets/images/icon/ico_tit_process.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .top-section .top-box .title.set3:before {
  background: url("../../assets/images/icon/ico_tit_confirm.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .top-section .top-box .info-area {
  display: flex;
  margin-top: 30px;
}

.rec-progress .top-section .top-box .info-area .graph-box {
  width: 180px;
  text-align: center;
}

.rec-progress .top-section .top-box .info-area .graph-box .cmt {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.rec-progress .top-section .top-box .info-area .graph-box .graph {
  position: relative;
}

.rec-progress .top-section .top-box .info-area .graph-box .graph .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.rec-progress .top-section .top-box .info-area .graph-box .graph .num > * {
  display: block;
  line-height: 1.1;
}

.rec-progress .top-section .top-box .info-area .graph-box .graph .num strong {
  font-weight: 600;
  font-size: 36px;
}

.rec-progress .top-section .top-box .info-area .graph-box .graph .num span {
  font-weight: 400;
  font-size: 18px;
  opacity: 0.3;
}

.rec-progress .top-section .top-box .info-area .graph-box .graph canvas {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.rec-progress .top-section .top-box .info-area .info-box {
  width: calc(100% - 180px);
}

.rec-progress .top-section .top-box .info-area .info-box .info-tit {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-tit .cmt {
  margin-right: 15px;
  font-weight: 400;
  font-size: 18px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-tit .num {
  font-size: 30px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-tit .num strong {
  font-weight: 600;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set {
  padding: 40px 20px;
  background: #0d1e2f;
  border-radius: 16px;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info {
  display: flex;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs {
  width: 50%;
  text-align: center;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs:last-child {
  border-left: 1px dashed #3d4b59;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .cmt {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num {
  font-weight: 400;
  font-size: 30px;
  color: #51ffdc;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num strong {
  font-weight: 600;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num.fc1 {
  color: #51ffdc;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num.fc2 {
  color: #7251ff;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num.fc3 {
  color: #ff6060;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set.type2 {
  padding: 20px;
}

.rec-progress .top-section .top-box .info-area .info-box .data-set.type2 .data-info .dvs .num {
  font-size: 22px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #334150;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .tit {
  font-size: 16px;
  color: #fff;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num {
  display: flex;
  align-items: center;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num .current {
  font-size: 20px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num .total {
  font-size: 16px;
  color: #99a0a7;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num .total:before {
  content: '/';
  margin: 0 5px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num.set1:before {
  background: url("../../assets/images/icon/pop_record_cate1.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num.set1 .current {
  color: #5193ff;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num.set2:before {
  background: url("../../assets/images/icon/pop_record_cate2.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num.set2 .current {
  color: #f8ea06;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num.set3:before {
  background: url("../../assets/images/icon/pop_record_cate3.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num.set3 .current {
  color: #47e3c6;
}

.rec-progress .cont-section {
  margin: 20px 0 40px;
  border-radius: 40px;
  box-sizing: border-box;
  background: #fff;
}

.rec-progress .cont-section .cont-top {
  padding: 30px 40px;
}

.rec-progress .cont-section .cont-top .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec-progress .cont-section .cont-top .title-set .title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.rec-progress .cont-section .cont-top .title-set .srch-set {
  display: flex;
  align-items: center;
  width: 520px;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #edf1f8;
  border-radius: 20px;
}

.rec-progress .cont-section .cont-top .title-set .srch-set .inp {
  width: calc(100% - 50px);
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #8f959e;
}

.rec-progress .cont-section .cont-top .title-set .srch-set .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../../assets/images/btn/btn-srch.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .cont-section .cont-top .title-set .srch-set .btn-reset {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../../assets/images/btn/btn_inp_reset.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-progress .cont-section .cont-top .title-set .srch-set.act .btn-reset {
  display: block;
}

.rec-progress .cont-section .cont-top .sort-area {
  margin-top: 30px;
}

.rec-progress .cont-section .cont-top .sort-area .dvs {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d7;
  padding: 15px 0;
}

.rec-progress .cont-section .cont-top .sort-area .dvs:first-child {
  border-top: 0;
}

.rec-progress .cont-section .cont-top .sort-area .dvs .sort-set {
  display: flex;
  align-items: center;
  width: 40%;
}

.rec-progress .cont-section .cont-top .sort-area .dvs .sort-set:nth-child(3) {
  width: 20%;
}

.rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt {
  display: flex;
  align-items: center;
  width: 110px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt:before {
  content: '';
  display: block;
  width: 6px;
  height: 18px;
  margin-right: 15px;
  border-radius: 2px;
  background: #5b6571;
}

.rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}

.rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
  margin-left: 20px;
}

@media all and (max-width: 1600px) {
  .rec-progress .top-section {
    display: block;
  }
  .rec-progress .top-section .top-box {
    width: 100%;
    padding: 40px;
    margin-top: 10px;
  }
  .rec-progress .top-section .top-box:nth-child(1) {
    border-radius: 30px;
    margin-top: 0;
  }
  .rec-progress .top-section .top-box:nth-child(2) {
    width: 100%;
    border-radius: 30px;
  }
  .rec-progress .top-section .top-box:nth-child(2):before, .rec-progress .top-section .top-box:nth-child(2):after {
    content: none;
  }
  .rec-progress .top-section .top-box:nth-child(3) {
    border-radius: 30px;
  }
  .rec-progress .top-section .top-box .title {
    font-size: 20px;
  }
  .rec-progress .top-section .top-box .title:before {
    width: 30px;
    height: 30px;
  }
  .rec-progress .top-section .top-box .info-area .graph-box {
    width: 250px;
  }
  .rec-progress .top-section .top-box .info-area .graph-box .cmt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .rec-progress .top-section .top-box .info-area .info-box {
    width: calc(100% - 250px);
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-tit .cmt {
    font-size: 16px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-tit .num {
    font-size: 26px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set {
    border-radius: 14px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .cmt {
    font-size: 16px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num {
    font-size: 28px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set.type2 .data-info .dvs .num {
    font-size: 20px;
  }
  .rec-progress .cont-section {
    border-radius: 30px;
  }
  .rec-progress .cont-section .cont-top {
    padding: 30px;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set {
    width: 450px;
    height: 50px;
    padding: 0 20px;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set .inp {
    width: calc(100% - 25px);
    font-size: 16px;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set .btn-srch {
    width: 25px;
    height: 25px;
  }
  .rec-progress .cont-section .cont-top .sort-area {
    margin-top: 20px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 100px;
    font-size: 17px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 16px;
    margin-right: 10px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 100px);
  }
}

@media all and (max-width: 1400px) {
  .rec-progress .cont-section .cont-top .sort-area .dvs {
    display: block;
    border-top: 0;
    padding: 0;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #d6d6d7;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set:nth-child(3) {
    width: 100%;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt {
    font-size: 16px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  .rec-progress {
    padding: 0 15px;
  }
  .rec-progress .top-section .top-box {
    padding: 20px;
    margin-top: 15px;
  }
  .rec-progress .top-section .top-box:nth-child(1), .rec-progress .top-section .top-box:nth-child(2), .rec-progress .top-section .top-box:nth-child(3) {
    border-radius: 20px;
  }
  .rec-progress .top-section .top-box .title {
    font-size: 1.125rem;
  }
  .rec-progress .top-section .top-box .title:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .rec-progress .top-section .top-box .info-area {
    display: block;
  }
  .rec-progress .top-section .top-box .info-area .graph-box {
    width: 100%;
  }
  .rec-progress .top-section .top-box .info-area .graph-box .cmt {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box {
    width: 100%;
    margin-top: 30px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-tit {
    margin-bottom: 10px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-tit .cmt {
    margin-right: 10px;
    font-size: 0.875rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-tit .num {
    font-size: 1.125rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set {
    padding: 20px;
    border-radius: 14px;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .cmt {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set .data-info .dvs .num {
    font-size: 1.25rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .data-set.type2 .data-info .dvs .num {
    font-size: 1.25rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-list li {
    padding: 6px 0;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-list li .tit {
    font-size: 0.875rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num .current {
    font-size: 1rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num .total {
    font-size: 0.875rem;
  }
  .rec-progress .top-section .top-box .info-area .info-box .info-list li .info-num:before {
    width: 30px;
    height: 30px;
  }
  .rec-progress .cont-section {
    border-radius: 20px;
  }
  .rec-progress .cont-section .cont-top {
    padding: 20px;
  }
  .rec-progress .cont-section .cont-top .title-set {
    display: block;
  }
  .rec-progress .cont-section .cont-top .title-set .title {
    font-size: 1.25rem;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    margin-top: 10px;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set .inp {
    width: calc(100% - 20px);
    font-size: 0.875rem;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set .btn-srch {
    width: 20px;
    height: 20px;
  }
  .rec-progress .cont-section .cont-top .title-set .srch-set .btn-reset {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .rec-progress .cont-section .cont-top .sort-area {
    margin-top: 15px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set {
    display: block;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 2px;
    height: 10px;
    margin-right: 5px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set {
    width: 100%;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 0.75rem;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
    display: block;
    margin-left: 0;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 0.75rem;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -18px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .calendar {
    width: 72%;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .calendar .cal {
    width: 50%;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .calendar .cal .datepicker {
    height: 28px;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 0.6875rem;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .calendar .cal .ui-datepicker-trigger {
    right: 8px;
    width: 12px;
    height: 12px;
  }
  .rec-progress .cont-section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(50% - 10px);
  }
}

/*******************************************************************
	02. 목표
********************************************************************/
.goal-progress .section {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.goal-progress .section .data-box {
  display: flex;
  width: calc(50% - 10px);
  height: 230px;
  border-radius: 40px;
  padding: 10px;
  box-sizing: border-box;
}

.goal-progress .section .data-box .info-box {
  width: 240px;
  height: 210px;
  border-radius: 30px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}

.goal-progress .section .data-box .info-box .title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.goal-progress .section .data-box .info-box .num-box {
  margin-top: 20px;
}

.goal-progress .section .data-box .info-box .num-box .num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  font-size: 68px;
  line-height: 1;
}

.goal-progress .section .data-box .info-box .num-box .num:after {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
}

.goal-progress .section .data-box .info-box .num-box .info-txt {
  margin-top: 5px;
  font-size: 20px;
}

.goal-progress .section .data-box .info-graph {
  width: calc(100% - 240px);
  padding: 30px 40px;
  box-sizing: border-box;
}

.goal-progress .section .data-box .info-graph .bar-area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-cmt {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  color: #646a71;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-cmt .total {
  position: absolute;
  top: 28px;
  right: 0;
  font-size: 16px;
  color: #aeb3b8;
  white-space: nowrap;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-cmt .total span {
  font-weight: 400;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set {
  width: calc(100% - 130px);
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar {
  position: relative;
  height: 30px;
  background: #26292c;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 30px;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar .bal {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  min-width: 170px;
  padding: 3px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar .bal .per {
  font-size: 16px;
  color: #fff;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing {
  background: #1c7d6a;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing:after {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 1px;
  height: 10px;
  background: #2e9a84;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .dot {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #51ffdc;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .bal {
  top: -36px;
  border: 1px dashed #2e9a84;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .bal .per {
  color: #51ffdc;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction {
  background: #355fa3;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction:after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 1px;
  height: 25px;
  background: #355fa3;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bal {
  bottom: -56px;
  border: 1px dashed #355fa3;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bal .per {
  color: #5193ff;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("../../assets/images/icon/ico_bonus.png") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  bottom: -25px;
  width: 80px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background: #f8ea06;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #5d5801;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  top: -5px;
  width: 9px;
  height: 5px;
  background: url("../../assets/images/icon/ico_bonus_arr.png") no-repeat 0 0;
  background-size: 100% auto;
}

.goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: url("../../assets/images/icon/ico_bonus_img.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section .data-box.status {
  background: #17112f;
}

.goal-progress .section .data-box.status .info-box {
  background: #32246e;
}

.goal-progress .section .data-box.status .info-box .num-box .num {
  color: #51ffdc;
}

.goal-progress .section .data-box.status .info-box .num-box .num:after {
  content: '%';
}

.goal-progress .section .data-box.status .info-box .num-box .info-txt {
  color: #51ffdc;
}

.goal-progress .section .data-box.pos {
  background: #0a171f;
}

.goal-progress .section .data-box.pos .info-box {
  background: #0b3753;
}

.goal-progress .section .data-box.pos .info-box .num-box .num {
  color: #f8ea06;
}

.goal-progress .section .data-box.pos .info-box .num-box .num:after {
  content: '%';
}

.goal-progress .section .data-box.pos .info-box .num-box .info-txt {
  color: #f8ea06;
}

.goal-progress .section .data-box.pos .info-graph .bar-area {
  margin-top: 25px;
}

.goal-progress .section .data-box.pos .info-graph .tit-set {
  font-size: 15px;
  color: #fff;
}

.goal-progress .section .data-box.pos .info-graph .tit-set br {
  display: none;
}

.goal-progress .section .data-box.pos .info-graph .tit-set .rank.down {
  background: #b75cc0;
}

.goal-progress .section .data-box.pos .info-graph .tit-set .rank.up {
  background: #5292fe;
}

.goal-progress .section .data-box.pos .info-graph .tit-set .pt {
  background: #7251ff;
}

.goal-progress .section .data-box.pos .info-graph .tit-set .rank,
.goal-progress .section .data-box.pos .info-graph .tit-set .pt {
  padding: 0 8px;
  margin: 0 5px;
  height: 26px;
  border-radius: 4px;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-cmt {
  width: 30px;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-cmt.start {
  color: #b75bc1;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-cmt.end {
  color: #5292ff;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set {
  width: calc(100% - 90px);
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar {
  position: relative;
  background: linear-gradient(to right, #b75bc1, #5392fe);
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .bar {
  position: relative;
  border-right: 6px solid #d6b555;
  box-sizing: border-box;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .bar .my-pos {
  position: absolute;
  bottom: -30px;
  right: -38px;
  width: 70px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  background: #f8ea06;
  font-weight: 600;
  font-size: 14px;
  color: #5d5801;
  text-align: center;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .bar .my-pos:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  top: -5px;
  width: 9px;
  height: 5px;
  background: url("../../assets/images/icon/ico_bonus_arr.png") no-repeat 0 0;
  background-size: 100% auto;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  top: 6px;
  width: 17px;
  height: 17px;
  background: url("../../assets/images/icon/ico_average_dot.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  width: 110px;
  padding: 5px 0;
  border-radius: 25px;
  border: 2px solid #7251ff;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #7251ff;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal .avg-cmt {
  font-size: 14px;
}

.goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal .avg-point {
  font-size: 16px;
}

.goal-progress .section.sec2 {
  margin: 20px 0 60px;
}

.goal-progress .section.sec2 .wht-box {
  width: calc(50% - 10px);
  border-radius: 40px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}

.goal-progress .section.sec2 .wht-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.goal-progress .section.sec2 .wht-box .title-box .tit {
  font-weight: 700;
  font-size: 18px;
  color: #161718;
}

.goal-progress .section.sec2 .wht-box .title-box .info-bullet {
  display: flex;
}

.goal-progress .section.sec2 .wht-box .title-box .info-bullet li {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #b4b9c1;
  margin-left: 20px;
}

.goal-progress .section.sec2 .wht-box .title-box .info-bullet li:first-child {
  margin-left: 0;
}

.goal-progress .section.sec2 .wht-box .title-box .info-bullet li:before {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-radius: 2.5px;
  margin-right: 10px;
  background: #b4b9c1;
}

.goal-progress .section.sec2 .wht-box .title-box .info-bullet li.acheive {
  color: #7251ff;
}

.goal-progress .section.sec2 .wht-box .title-box .info-bullet li.acheive:before {
  background: #7251ff;
}

.goal-progress .section.sec2 .wht-box.info .detail-info {
  display: flex;
  justify-content: space-between;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box {
  width: calc(50% - 10px);
  height: 360px;
  background: #f4f6fb;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  border: 6px solid #f4f6fb;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .tit {
  font-size: 16px;
  color: #161718;
  line-height: 1;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .tit strong {
  font-size: 24px;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .num {
  font-size: 20px;
  color: #161718;
  line-height: 1;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .num strong {
  font-size: 36px;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list {
  padding: 20px 0;
  margin: 10px 0 20px;
  border-top: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #161718;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit.set1:before {
  background: url("../../assets/images/icon/ico_record_cate1.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit.set2:before {
  background: url("../../assets/images/icon/ico_record_cate2.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit.set3:before {
  background: url("../../assets/images/icon/ico_record_cate3.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .num {
  font-size: 16px;
  color: #161718;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .num strong {
  font-weight: normal;
  font-size: 24px;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .tit {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #161718;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .tit:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_record_cate4.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .num {
  font-size: 18px;
  color: #161718;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .num strong {
  font-weight: 600;
  font-size: 28px;
}

.goal-progress .section.sec2 .wht-box.info .detail-info .box.reverse {
  background: #fff;
  border-color: #c8d1e7;
}

.goal-progress .section.sec2 .wht-box.info .average-info {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  width: 100%;
  height: 130px;
  padding: 22px 100px;
  background: #f4f6fb;
  box-sizing: border-box;
  border-radius: 20px;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse {
  text-align: center;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip {
  width: 170px;
  height: 70px;
  border-radius: 35px;
  text-align: center;
  padding: 5px 0;
  line-height: 1.4;
  box-sizing: border-box;
  color: #fff;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .count {
  font-weight: 600;
  font-size: 26px;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .count .cmt {
  font-weight: 400;
  font-size: 12px;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .txt {
  font-size: 14px;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .txt br {
  display: none;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip.current {
  background: #432ca7;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip.need {
  background: #14ddb6;
}

.goal-progress .section.sec2 .wht-box.info .average-info .ellipse .sub-txt {
  margin-top: 6px;
  font-size: 12px;
  color: #646a71;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare {
  width: calc(100% - 340px);
  text-align: center;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare .num {
  font-weight: 600;
  font-size: 20px;
  color: #5193ff;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare .arr {
  position: relative;
  width: 70%;
  height: 3px;
  margin: 6px auto 15px;
  background: #92bbfd;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -12.5px;
  width: 25px;
  height: 25px;
  background: url("../../assets/images/icon/ico_compare_dot2.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare .arr:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12.5px;
  width: 25px;
  height: 25px;
  background: url("../../assets/images/icon/ico_compare_arr2.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare .txt {
  font-weight: 500;
  font-size: 14px;
  color: #5193ff;
}

.goal-progress .section.sec2 .wht-box.info .average-info .compare .txt br {
  display: none;
}

.goal-progress .section.sec2 .wht-box.point .point-box {
  display: flex;
  justify-content: space-between;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box {
  width: calc(33.3333333% - 10px);
  height: 360px;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  background: #f4f6fb;
  text-align: center;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .total {
  font-weight: 600;
  font-size: 16px;
  color: #646a71;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #dbdde1;
  border-bottom: 1px solid #dbdde1;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .residuum {
  font-weight: 700;
  font-size: 20px;
  color: #b4b9c1;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .bar-set {
  position: relative;
  width: 6px;
  height: 150px;
  margin: 15px auto;
  background: #c7cbd2;
  border-radius: 3px;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .bar-set .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 0;
  border-radius: 3px;
  background: #7251ff;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .bar-set .bar .acheive {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 14px;
  background: #7251ff;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.goal-progress .section.sec2 .wht-box.point .point-box .box .title {
  font-weight: 700;
  font-size: 16px;
  color: #091a1b;
}

.goal-progress .section.sec2 .wht-box.point .date-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 10px);
  height: 130px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f4f6fb;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #161718;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .title:before {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .title.week:before {
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_date_set.png") no-repeat 0 0;
  background-size: 100% auto;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .title.time:before {
  background: url("../../assets/images/icon/ico_time_set.png") no-repeat 0 0;
  background-size: 100% auto;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date {
  text-align: center;
  line-height: 1.2;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date .per,
.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date .txt {
  font-weight: 400;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date .per strong,
.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date .txt strong {
  font-weight: 700;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(1) {
  color: #161718;
  font-size: 18px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(1) .per strong {
  font-size: 28px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(2) {
  color: #646a71;
  font-size: 16px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(2) .per strong {
  font-size: 24px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(3) {
  color: #a1a8b0;
  font-size: 14px;
}

.goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(3) .per strong {
  font-size: 22px;
}

.goal-progress .section.sec2 .info-set {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  margin-top: 10px;
}

.goal-progress .section.sec2 .info-set .icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.goal-progress .section.sec2 .info-set .icon.status1 {
  background: url("../../assets/images/icon/ico_goal_status1.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .info-set .icon.status2 {
  background: url("../../assets/images/icon/ico_goal_status2.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .info-set .icon.status3 {
  background: url("../../assets/images/icon/ico_goal_status3.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .info-set .icon.status4 {
  background: url("../../assets/images/icon/ico_goal_status4.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .info-set .icon.status5 {
  background: url("../../assets/images/icon/ico_goal_status5.png") no-repeat 0 0;
  background-size: 100%;
}

.goal-progress .section.sec2 .info-set .info-txt {
  font-size: 14px;
  color: #646a71;
}

@media all and (max-width: 1600px) {
  .goal-progress .section {
    display: block;
  }
  .goal-progress .section .data-box {
    width: 100%;
    height: 230px;
    margin-top: 15px;
  }
  .goal-progress .section .data-box:first-child {
    margin-top: 0;
  }
  .goal-progress .section.sec2 .wht-box {
    width: 100%;
  }
  .goal-progress .section.sec2 .wht-box.point {
    margin-top: 20px;
  }
}

@media all and (max-width: 1200px) {
  .goal-progress .section .data-box {
    height: 180px;
    margin-top: 10px;
    border-radius: 30px;
    padding: 5px;
  }
  .goal-progress .section .data-box:first-child {
    margin-top: 0;
  }
  .goal-progress .section .data-box .info-box {
    width: 190px;
    height: 170px;
    padding: 15px;
  }
  .goal-progress .section .data-box .info-box .title {
    font-size: 18px;
  }
  .goal-progress .section .data-box .info-box .num-box {
    margin-top: 20px;
  }
  .goal-progress .section .data-box .info-box .num-box .num {
    font-size: 50px;
  }
  .goal-progress .section .data-box .info-box .num-box .num:after {
    font-size: 24px;
  }
  .goal-progress .section .data-box .info-box .num-box .info-txt {
    font-size: 18px;
  }
  .goal-progress .section .data-box .info-graph {
    width: calc(100% - 190px);
    padding: 20px 30px;
  }
  .goal-progress .section .data-box .info-graph .bar-area {
    margin-top: 40px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-cmt {
    font-size: 12px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar {
    height: 25px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar {
    height: 25px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar .bal {
    min-width: 170px;
    padding: 2px 10px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar .bal .per {
    font-size: 12px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .dot {
    right: -12.5px;
    width: 25px;
    height: 25px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .bal {
    top: -28px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bal {
    bottom: -48px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus {
    width: 18px;
    height: 18px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal {
    font-size: 11px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area {
    margin-top: 20px;
  }
  .goal-progress .section .data-box.pos .info-graph .tit-set {
    font-size: 12px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .bar {
    border-right: 4px solid #d6b555;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .bar .my-pos {
    bottom: -28px;
    right: -27px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal {
    bottom: -75px;
    width: 110px;
    padding: 4px 0;
    border-radius: 20px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal:before {
    top: -35px;
    left: 50%;
    height: 35px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal .avg-cmt {
    font-size: 11px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal .avg-point {
    font-size: 12px;
  }
  .goal-progress .section.sec2 .wht-box {
    border-radius: 30px;
  }
  .goal-progress .section.sec2 .wht-box .title-box .tit {
    font-size: 16px;
  }
  .goal-progress .section.sec2 .wht-box .title-box .info-bullet li {
    font-size: 14px;
    margin-left: 15px;
  }
  .goal-progress .section.sec2 .wht-box .title-box .info-bullet li:before {
    height: 4px;
    margin-right: 6px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box {
    height: auto;
    padding: 20px;
    border: 4px solid #f4f6fb;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .tit {
    font-size: 14px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .tit strong {
    font-size: 20px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .num {
    font-size: 16px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .num strong {
    font-size: 30px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list {
    padding: 15px 0;
    margin: 10px 0 15px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit {
    font-size: 15px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit:before {
    width: 35px;
    height: 35px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .num {
    font-size: 15px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .num strong {
    font-size: 22px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .tit {
    font-size: 15px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .tit:before {
    width: 35px;
    height: 35px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .num {
    font-size: 17px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .num strong {
    font-size: 24px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info {
    height: auto;
    padding: 20px 80px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip {
    width: 150px;
    height: 65px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .count {
    font-size: 24px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .txt {
    font-size: 12px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .sub-txt {
    margin-top: 5px;
    font-size: 11px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare {
    width: calc(100% - 300px);
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .num {
    font-size: 18px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .txt {
    font-size: 12px;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box {
    height: auto;
    padding: 20px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box {
    height: auto;
    padding: 20px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .title {
    font-size: 14px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .title:before {
    width: 50px;
    height: 33px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set {
    width: 55%;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(1) {
    font-size: 16px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(1) .per strong {
    font-size: 26px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(2) {
    font-size: 14px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(2) .per strong {
    font-size: 22px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(3) {
    font-size: 12px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(3) .per strong {
    font-size: 20px;
  }
  .goal-progress .section.sec2 .info-set {
    padding-top: 10px;
  }
  .goal-progress .section.sec2 .info-set .icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}

@media all and (max-width: 767px) {
  .goal-progress .section {
    padding: 0 15px;
  }
  .goal-progress .section .data-box {
    display: block;
    height: 250px;
    margin-top: 15px;
    border-radius: 20px;
  }
  .goal-progress .section .data-box .info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 15px;
    text-align: left;
  }
  .goal-progress .section .data-box .info-box .title {
    font-size: 1rem;
  }
  .goal-progress .section .data-box .info-box .num-box {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .goal-progress .section .data-box .info-box .num-box .num {
    align-items: center;
    font-size: 1.25rem;
  }
  .goal-progress .section .data-box .info-box .num-box .num:after {
    margin: 0;
    font-size: 1.25rem;
  }
  .goal-progress .section .data-box .info-box .num-box .info-txt {
    margin: 0 0 0 5px;
    font-size: 0.875rem;
  }
  .goal-progress .section .data-box .info-graph {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .goal-progress .section .data-box .info-graph .bar-area {
    position: relative;
    margin-top: 45px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-cmt {
    position: absolute;
    bottom: -20px;
    font-size: 0.8125rem;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-cmt.start {
    left: 0;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-cmt.end {
    right: 0;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set {
    width: 100%;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar {
    height: 20px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar {
    height: 20px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar .bal {
    min-width: 120px;
    padding: 2px 5px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar .bal .per {
    font-size: 0.75rem;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .dot {
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.ing .bal {
    top: -28px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bal {
    bottom: -65px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus {
    width: 14px;
    height: 14px;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction .bonus-bal {
    font-size: 0.625rem;
  }
  .goal-progress .section .data-box .info-graph .bar-area .bar-set .graph-bar .bar.prediction:after {
    bottom: -42px;
    height: 55px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area {
    margin-top: 15px;
  }
  .goal-progress .section .data-box.pos .info-graph .tit-set {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: -1px;
  }
  .goal-progress .section .data-box.pos .info-graph .tit-set br {
    display: block;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-cmt {
    width: auto;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set {
    width: 100%;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .bar .my-pos {
    bottom: -24px;
    right: -27px;
    font-size: 0.625rem;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average {
    top: 4px;
    width: 12px;
    height: 12px;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal {
    bottom: -73px;
    width: 100px;
    padding: 4px 0;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal .avg-cmt {
    font-size: 0.6875rem;
  }
  .goal-progress .section .data-box.pos .info-graph .bar-area .bar-set .graph-bar .average .bal .avg-point {
    font-size: 0.75rem;
  }
  .goal-progress .section.sec2 {
    margin: 20px 0 40px;
  }
  .goal-progress .section.sec2 .wht-box {
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
  }
  .goal-progress .section.sec2 .wht-box:first-child {
    margin-top: 0;
  }
  .goal-progress .section.sec2 .wht-box .title-box {
    margin-bottom: 15px;
  }
  .goal-progress .section.sec2 .wht-box .title-box .tit {
    font-size: 1.0625rem;
  }
  .goal-progress .section.sec2 .wht-box .title-box .info-bullet li {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info {
    display: block;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box {
    width: 100%;
    border-radius: 15px;
    border: 4px solid #f4f6fb;
    padding: 15px;
    margin-top: 20px;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box:first-child {
    margin-top: 0;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .tit {
    font-size: 0.75rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .tit strong {
    font-size: 1.0625rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .num {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .tit-set .num strong {
    font-size: 1.75rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list {
    padding: 10px 0;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .tit {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .num {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .info-list li .num strong {
    font-size: 1.25rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .tit {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .num {
    font-size: 1rem;
  }
  .goal-progress .section.sec2 .wht-box.info .detail-info .box .time-set .num strong {
    font-size: 1.375rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info {
    padding: 20px;
    border-radius: 15px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip {
    width: 75px;
    height: 65px;
    border-radius: 30px;
    line-height: 1.3;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .count {
    font-size: 1.125rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .count .cmt {
    font-size: 0.6875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .txt {
    font-size: 0.6875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .chip .txt br {
    display: block;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .ellipse .sub-txt {
    margin-top: 5px;
    font-size: 0.6875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare {
    width: 100%;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .num {
    font-size: 0.9375rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .arr {
    margin: 4px auto 8px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .arr:before {
    width: 20px;
    height: 20px;
    left: -10px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .arr:after {
    width: 20px;
    height: 20px;
    right: -10px;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .txt {
    font-size: 0.6875rem;
  }
  .goal-progress .section.sec2 .wht-box.info .average-info .compare .txt br {
    display: block;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box {
    width: calc(33.3333333% - 5px);
    border-radius: 15px;
    padding: 10px;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box .total {
    font-size: 0.8125rem;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .residuum {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .bar-set {
    width: 4px;
    height: 100px;
    margin: 10px auto;
    border-radius: 2px;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .bar-set .bar {
    width: 4px;
    border-radius: 2px;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box .bar-area .bar-set .bar .acheive {
    top: -10px;
    width: 40px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 0.8125rem;
  }
  .goal-progress .section.sec2 .wht-box.point .point-box .box .title {
    font-size: 0.8125rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box {
    display: block;
    width: calc(50% - 5px);
    padding: 15px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .title {
    justify-content: center;
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .title:before {
    width: 38px;
    height: 25px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date .txt {
    margin-left: 5px;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(1) {
    font-size: 0.875rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(1) .per strong {
    font-size: 1.5rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(2) {
    font-size: 0.75rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(2) .per strong {
    font-size: 1.25rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(3) {
    font-size: 0.625rem;
  }
  .goal-progress .section.sec2 .wht-box.point .date-box .box .date-set .date:nth-child(3) .per strong {
    font-size: 1.125rem;
  }
  .goal-progress .section.sec2 .info-set .icon {
    width: 20px;
    height: 20px;
  }
  .goal-progress .section.sec2 .info-set .info-txt {
    font-size: 0.75rem;
  }
}

/*******************************************************************
	00. 마이페이지
********************************************************************/
.mypage {
  padding: 0 30px 50px;
}

.mypage .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.mypage .section .tab-area {
  padding: 20px 0 0;
}

.mypage .section .tab-content .cont {
  display: none;
}

.mypage .section .tab-content .cont.member {
  display: inline-block;
  width: 100%;
  padding: 30px 30px;
  box-sizing: border-box;
}

.mypage .section .tab-content .cont .info-bot-text {
  margin: 0 0 50px;
  text-align: center;
}

.mypage .section .tab-content .cont .info-bot-text .txt {
  font-weight: 500;
  font-size: 16px;
  color: #646a71;
  line-height: 1.4;
}

.mypage .section .tab-content .cont .info-bot-text .txt br {
  display: none;
}

.mypage .section .tab-content .cont .info-bot-text .btn-txt {
  display: inline-block;
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px;
  color: #5193ff;
  box-shadow: inset 0 -1px #5193ff;
}

.mypage .section .tab-content .cont .box {
  display: flex;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d2d5d8;
  border-radius: 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.mypage .section .tab-content .cont .box:first-child {
  margin-top: 0;
}

.mypage .section .tab-content .cont .box .title {
  position: relative;
  width: 200px;
  font-weight: 700;
  font-size: 20px;
  color: #333;
  background: #f3f7ff;
}

.mypage .section .tab-content .cont .box .title span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mypage .section .tab-content .cont .box .box-con {
  width: calc(100% - 200px);
  padding: 0 20px;
  box-sizing: border-box;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #d6d6d7;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li:first-child {
  border-top: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li.necessary .cmt:before {
  content: '*';
  margin-right: 5px;
  color: #ff6060;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .cmt {
  width: 150px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set {
  width: calc(100% - 450px);
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none {
  width: calc(100% - 300px);
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area {
  height: 70px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .chk-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .chk-box {
  width: 16.6666666%;
  margin-right: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .rdo-area,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .chk-area {
  height: 70px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .rdo-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .rdo-area .chk-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .chk-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .chk-area .chk-box {
  width: 33.3333333%;
  margin-right: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .txt {
  font-size: 17px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box {
  margin-right: 20px;
  margin-left: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label {
  font-size: 17px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label:before {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"]:checked + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"]:checked + label:before {
  background-position: 0 -24px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label {
  font-size: 17px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label:before {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"]:checked + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"]:checked + label:before {
  background-position: 0 -24px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .inp {
  width: 500px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d6d6d7;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .error-txt {
  width: 300px;
  font-size: 16px;
  text-align: right;
}

.mypage .section .tab-content-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 30px 0 30px;
  text-align: center;
}

.mypage .section .tab-content-bottom > * {
  width: 160px;
  margin-left: 20px;
}

.mypage .section .tab-content-bottom > *:first-child {
  margin-left: 0;
}

.mypage .section .tab-content-bottom .text-info-list {
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #ff6060;
}

.mypage .section .tab-content-bottom .text-info-list p {
  position: relative;
  padding-left: 10px;
}

.mypage .section .tab-content-bottom .text-info-list p:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}

.mypage .section .main-title {
  display: flex;
  align-items: center;
  padding: 25px 40px 0;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.mypage .section .main-title:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_tit_chk_blu.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1400px) {
  .mypage .section {
    border-radius: 20px;
  }
  .mypage .section .tab-area {
    padding: 15px 0 0 15px;
  }
  .mypage .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .mypage .section .tab-area .tab:hover, .mypage .section .tab-area .tab.act {
    box-shadow: inset 0 -3px 0 0 #5193ff;
  }
  .mypage .section .tab-content .cont.member {
    padding: 25px;
  }
  .mypage .section .tab-content .cont .box .title {
    width: 150px;
    font-size: 18px;
  }
  .mypage .section .tab-content .cont .box .box-con {
    width: calc(100% - 150px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .cmt {
    width: 150px;
    font-size: 16px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set {
    width: calc(100% - 340px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none {
    width: calc(100% - 220px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area {
    height: 60px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .chk-box {
    width: 16.6666666%;
    margin-right: 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .txt {
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box {
    margin-right: 20px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label {
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"]:checked + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"]:checked + label:before {
    background-position: 0 -20px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label {
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"]:checked + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .error-txt {
    width: 220px;
    font-size: 14px;
  }
  .mypage .section .tab-content-bottom > * {
    width: 140px;
    margin-left: 10px;
  }
  .mypage .section .tab-content-bottom .text-info-list {
    font-size: 14px;
  }
}

@media all and (max-width: 1200px) {
  .mypage .section .tab-area .tab {
    font-size: 18px;
  }
  .mypage .section .tab-content .cont .info-bot-text .txt {
    font-size: 14px;
  }
  .mypage .section .tab-content .cont .info-bot-text .btn-txt {
    margin: 10px 0;
    font-size: 14px;
  }
  .mypage .section .tab-content .cont .box .title {
    width: 130px;
    font-size: 16px;
  }
  .mypage .section .tab-content .cont .box .box-con {
    width: calc(100% - 130px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list.none li {
    display: flex;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list.none li .cmt {
    width: 150px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list.none li .form-set {
    width: calc(100% - 90px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li {
    display: block;
    padding: 15px 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .cmt {
    width: 100%;
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set {
    width: 100%;
    margin: 8px 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none {
    width: 100%;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area {
    height: 80px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .chk-box {
    width: 25%;
    margin-right: 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .error-txt {
    width: 100%;
    font-size: 13px;
    text-align: left;
  }
  .mypage .section .tab-content-bottom > * {
    width: 110px;
  }
  .mypage .section .tab-content-bottom .text-info-list {
    position: static;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mypage .section .main-title {
    padding: 25px 40px 0;
    font-size: 17px;
  }
  .mypage .section .main-title:before {
    width: 22px;
    height: 22px;
  }
}

@media all and (max-width: 767px) {
  .mypage {
    padding: 0 15px 30px;
  }
  .mypage .section .tab-area {
    padding-top: 5px;
  }
  .mypage .section .tab-area .tab {
    font-size: 0.875rem;
  }
  .mypage .section .tab-content .cont.member {
    padding: 20px;
  }
  .mypage .section .tab-content .cont .info-bot-text {
    margin: 30px 0;
  }
  .mypage .section .tab-content .cont .info-bot-text .txt {
    font-size: 0.75rem;
  }
  .mypage .section .tab-content .cont .info-bot-text .txt br {
    display: block;
  }
  .mypage .section .tab-content .cont .info-bot-text .btn-txt {
    margin: 10px 0;
    font-size: 0.75rem;
  }
  .mypage .section .tab-content .cont .box {
    display: block;
  }
  .mypage .section .tab-content .cont .box .title {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 0.9375rem;
  }
  .mypage .section .tab-content .cont .box .title span {
    position: static;
  }
  .mypage .section .tab-content .cont .box .box-con {
    width: 100%;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list.none li .cmt {
    width: 150px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list.none li .form-set {
    width: calc(100% - 80px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li {
    padding: 8px 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .cmt {
    font-size: 0.875rem;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none {
    width: 100%;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area {
    height: 180px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .chk-box {
    width: 50%;
    margin-right: 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .rdo-area,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .chk-area {
    height: auto;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.v3 .chk-area .rdo-box {
    width: 100%;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .txt {
    font-size: 0.875rem;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box {
    height: 25px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label {
    font-size: 0.875rem;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label:before {
    width: 18px;
    height: 18px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"]:checked + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"]:checked + label:before {
    background-position: 0 -18px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label {
    font-size: 0.875rem;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label:before {
    width: 18px;
    height: 18px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"]:checked + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -18px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .error-txt {
    font-size: 0.75rem;
  }
  .mypage .section .tab-content-bottom > * {
    width: auto;
    margin-left: 5px;
  }
  .mypage .section .tab-content-bottom .text-info-list {
    font-size: 0.6875rem;
  }
  .mypage .section .main-title {
    align-items: flex-start;
    padding: 20px 20px 0;
    font-size: 0.875rem;
  }
  .mypage .section .main-title:before {
    width: 20px;
    height: 20px;
  }
}

/*******************************************************************
	00. 안내
********************************************************************/
.information {
  padding: 0 30px 50px;
}

.information .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.information .section .tab-area {
  padding: 20px 0 0;
}

.information .section .tab-content .cont {
  display: none;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.information .section .tab-content .cont .info-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.information .section .tab-content .cont .info-img-box {
  position: relative;
}

.information .section .tab-content .cont .info-img-box .tooltip {
  position: absolute;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon {
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url("../images/icon/ico_info.png") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
  display: none;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  color: #333;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 3px 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.information .section .tab-content .cont .info-img-box .tooltip .icon .bal.rt {
  left: inherit;
  right: 100%;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon:hover {
  background: url("../images/icon/ico_info_ov.png") no-repeat 0 0;
  background-size: 100%;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon:hover .bal {
  display: block;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos1 {
  top: 17.5%;
  left: 21%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos2 {
  top: 8.5%;
  left: 31%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos3 {
  top: 8.5%;
  left: 83%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos4 {
  top: 27%;
  left: 77%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos5 {
  top: 56%;
  left: 12%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos6 {
  top: 56%;
  left: 71%;
}

.information .section .tab-content .cont .box {
  padding: 30px 20px;
  background: #f4f6fb;
  border-radius: 20px;
}

.information .section .tab-content .cont .box .roll {
  padding-bottom: 30px;
}

.information .section .tab-content .cont .box .roll li {
  width: 500px;
}

.information .section .tab-content .cont .box .caution .dvs {
  margin-top: 20px;
}

.information .section .tab-content .cont .box .caution .dvs:first-child {
  margin-top: 0;
}

.information .section .tab-content .cont .box .caution .dvs .tit {
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.information .section .tab-content .cont .box .caution .dvs .img-box {
  padding: 20px;
  box-sizing: border-box;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list {
  margin-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 2px 0;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit:before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list-sub {
  margin: 10px 0 10px 20px;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #6a6b6c;
  line-height: 1.5;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list-sub p:before {
  content: '·';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.information .section .btn-area {
  margin: 0 0 40px;
  text-align: center;
}

.information .section .btn-area .btn-round {
  padding: 0 30px;
}

@media all and (max-width: 1600px) {
  .information .section .tab-content .cont .info-title {
    font-size: 20px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon {
    width: 35px;
    height: 35px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
    font-size: 13px;
  }
  .information .section .tab-content .cont .box .roll li {
    width: 420px;
  }
  .information .section .tab-content .cont .box .caution .dvs .tit {
    font-size: 20px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
    font-size: 18px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub {
    margin: 10px 0 10px 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
    font-size: 16px;
  }
}

@media all and (max-width: 1400px) {
  .information .section {
    border-radius: 30px;
  }
  .information .section .tab-area {
    padding: 15px 0 0 15px;
  }
  .information .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .information .section .tab-area .tab:hover, .information .section .tab-area .tab.act {
    box-shadow: inset 0 -3px 0 0 #5193ff;
  }
  .information .section .tab-content .cont .info-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon {
    width: 28px;
    height: 28px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
    font-size: 12px;
  }
  .information .section .tab-content .cont .box .roll li {
    width: 360px;
  }
  .information .section .tab-content .cont .box .caution .dvs .tit {
    font-size: 18px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list {
    padding-left: 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
    padding-left: 15px;
    font-size: 16px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub {
    margin: 10px 0 10px 10px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
    padding-left: 10px;
    font-size: 14px;
  }
  .information .section .btn-area {
    margin: 0 0 30px;
  }
  .information .section .btn-area .btn-round {
    height: 45px;
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .information .section {
    border-radius: 30px;
  }
  .information .section .tab-area {
    padding: 15px 0 0 15px;
  }
  .information .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .information .section .tab-area .tab:hover, .information .section .tab-area .tab.act {
    box-shadow: inset 0 -3px 0 0 #5193ff;
  }
  .information .section .tab-content .cont {
    padding: 20px 30px 20px;
  }
  .information .section .tab-content .cont .info-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon {
    width: 25px;
    height: 25px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos1 {
    top: 8.4%;
    left: 32%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos2 {
    top: 3.5%;
    left: 60%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos3 {
    top: 27%;
    left: 66%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos4 {
    top: 36%;
    left: 50%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos5 {
    top: 53.5%;
    left: 15%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos6 {
    top: 78.5%;
    left: 15%;
  }
  .information .section .tab-content .cont .box .roll li {
    width: 360px;
  }
  .information .section .tab-content .cont .box .caution .dvs {
    margin-top: 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .tit {
    font-size: 16px;
  }
  .information .section .tab-content .cont .box .caution .dvs .img-box {
    padding: 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
    font-size: 14px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
    font-size: 12px;
  }
  .information .section .btn-area .btn-round {
    height: 40px;
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .information {
    padding: 0 15px 30px;
  }
  .information .section {
    border-radius: 20px;
  }
  .information .section .tab-area {
    padding-top: 5px;
  }
  .information .section .tab-area .tab {
    font-size: 0.875rem;
  }
  .information .section .tab-content .cont {
    padding: 20px;
  }
  .information .section .tab-content .cont .info-title {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon {
    width: 28px;
    height: 28px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
    font-size: 0.75rem;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos1 {
    top: 8.4%;
    left: 23%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos2 {
    top: 21.5%;
    left: 23%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos3 {
    top: 43%;
    left: 80%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos4 {
    top: 51%;
    left: 31%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos5 {
    top: 66%;
    left: 12%;
  }
  .information .section .tab-content .cont .info-img-box .tooltip.pos6 {
    top: 84%;
    left: 12%;
  }
  .information .section .tab-content .cont .box {
    padding: 20px 15px;
  }
  .information .section .tab-content .cont .box .roll {
    padding-bottom: 20px;
  }
  .information .section .tab-content .cont .box .roll li {
    width: 100%;
  }
  .information .section .tab-content .cont .box .caution .dvs {
    margin-top: 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .tit {
    font-size: 1rem;
  }
  .information .section .tab-content .cont .box .caution .dvs .img-box {
    padding: 15px 10px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list {
    padding-left: 10px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
    font-size: 0.875rem;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
    font-size: 0.75rem;
  }
  .information .section .btn-area .btn-round {
    font-size: 1rem;
  }
}

/*******************************************************************
	00. 참여불가
********************************************************************/
.no_participation {
  width: 100%;
  height: calc(100vh - 280px);
  padding: 30px;
  box-sizing: border-box;
}

.no_participation .box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #fff;
}

.no_participation .box .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.no_participation .box .cont .tit {
  font-weight: 600;
  font-size: 30px;
  color: #333;
}

.no_participation .box .cont .s-tit {
  margin-top: 10px;
  font-size: 24px;
  color: #333;
}

.no_participation .box .cont .desc {
  margin-top: 20px;
  font-size: 24px;
  color: #848484;
}

.no_participation .box .cont .icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  background: url("../images/icon/pop_ico_not.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1200px) {
  .no_participation {
    height: calc(100vh - 190px);
  }
  .no_participation .box .cont .tit {
    font-size: 26px;
  }
  .no_participation .box .cont .s-tit {
    font-size: 20px;
  }
  .no_participation .box .cont .desc {
    margin-top: 20px;
    font-size: 20px;
  }
  .no_participation .box .cont .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
  }
}

@media all and (max-width: 767px) {
  .no_participation {
    height: calc(100vh - 250px);
    padding: 15px;
  }
  .no_participation .box {
    border-radius: 20px;
  }
  .no_participation .box .cont .tit {
    font-size: 1rem;
  }
  .no_participation .box .cont .s-tit {
    margin-top: 5px;
    font-size: 0.8125rem;
  }
  .no_participation .box .cont .desc {
    margin-top: 15px;
    font-size: 0.8125rem;
  }
  .no_participation .box .cont .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
}

/*******************************************************************
	 녹음 페이지
********************************************************************/
.rec-section {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.rec-section .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.rec-section .title-set .title {
  font-weight: 600;
  font-size: 30px;
  color: #333;
}

.rec-section .title-set .etc-info .count-set {
  display: flex;
  align-items: center;
}

.rec-section .title-set .etc-info .count-set .cmt {
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.rec-section .title-set .etc-info .count-set .count {
  display: flex;
  align-items: center;
}

.rec-section .title-set .etc-info .count-set .count .num {
  width: 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.rec-section .title-set .etc-info .count-set .count .num.current {
  font-weight: 600;
  font-size: 22px;
  background: rgba(81, 147, 255, 0.8);
}

.rec-section .title-set .etc-info .count-set .count .num.total {
  font-size: 18px;
  margin-left: -10px;
  background: rgba(114, 81, 255, 0.8);
  color: #bfb7f2;
}

.rec-section .record-section {
  background: #001224;
  border-radius: 30px;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
}

.rec-section .record-section .record-area {
  padding: 15px 0 40px;
}

.rec-section .record-section .record-area .title {
  overflow: hidden;
  line-height: 1.3em;
  width: 100%;
  height: 3.9em;
  margin: 30px auto;
  width: 60%;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.rec-section .record-section .record-area .title span {
  color: #51ffdc;
}

.rec-section .record-section .record-area .title.comp {
  color: #f8ea06;
}

.rec-section .record-section .record-area .title.comp span {
  color: #51ffdc;
}

.rec-section .record-section .record-area .waveform {
  width: 100%;
  text-align: center;
}

.rec-section .record-section .record-area .waveform .wave {
  position: relative;
  width: 420px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  background: #04192f;
}

.rec-section .record-section .record-area .waveform .wave::before, .rec-section .record-section .record-area .waveform .wave::after {
  content: '';
  z-index: 5;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1e3859;
}

.rec-section .record-section .record-area .waveform .wave::before {
  top: 25%;
}

.rec-section .record-section .record-area .waveform .wave::after {
  top: 75%;
}

.rec-section .record-section .record-area .waveform .wave > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.rec-section .record-section .record-area .waveform .wave img {
  width: auto;
  height: 100%;
}

.rec-section .record-section .record-area .waveform .time {
  margin-top: 10px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}

.rec-section .record-section .btn-set {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #1d3458;
  border-bottom: 1px solid #1d3458;
}

.rec-section .record-section .btn-set .con {
  display: flex;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}

.rec-section .record-section .btn-set .con .divition {
  width: 33.3333333%;
  text-align: center;
}

.rec-section .record-section .btn-set .con .divition.lft .btn.preview:before {
  background: url("../../assets/images/btn/rec_preview.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.lft .btn.pause:before {
  background: url("../../assets/images/btn/rec_pause.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.lft .btn.again:before {
  background: url("../../assets/images/btn/rec_again.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.center .btn.start {
  color: #ff6060;
}

.rec-section .record-section .btn-set .con .divition.center .btn.start:before {
  background: url("../../assets/images/btn/rec_start.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.center .btn.comp {
  color: #7251ff;
}

.rec-section .record-section .btn-set .con .divition.center .btn.comp:before {
  background: url("../../assets/images/btn/rec_comp.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.center .btn.re {
  color: #51ffdc;
}

.rec-section .record-section .btn-set .con .divition.center .btn.re:before {
  background: url("../../assets/images/btn/rec_re.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.rgt .btn.inspection:before {
  background: url("../../assets/images/btn/rec_inspection.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
  font-size: 18px;
  color: #fff;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
  background-position: 0 -80px;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:disabled, .rec-section .record-section .btn-set .con .divition.center .btn:disabled, .rec-section .record-section .btn-set .con .divition.rgt .btn:disabled {
  opacity: 0.2;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:disabled:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:disabled:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:disabled:hover:before {
  background-position: 0 0;
}

.rec-section .record-section .info-txt {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #1d3458;
}

.rec-section .record-section .info-txt .txt {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.rec-section .record-section .info-txt .txt strong {
  font-weight: 400;
}

.rec-section .record-section .info-txt .txt.start strong {
  color: #ff6060;
}

.rec-section .record-section .info-txt .txt.comp strong {
  color: #f8ea06;
}

.rec-section .record-section .info-txt .txt.preview strong {
  color: #5193ff;
}

.rec-section .bottom-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.rec-section .bottom-set .record-paging {
  display: flex;
  align-items: center;
}

.rec-section .bottom-set .record-paging .btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #3e567b;
}

.rec-section .bottom-set .record-paging .btn:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.rec-section .bottom-set .record-paging .btn br {
  display: none;
}

.rec-section .bottom-set .record-paging .btn-prev:before {
  content: '';
  display: bloock;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_record_prev.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .bottom-set .record-paging .btn-next:after {
  content: '';
  display: bloock;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url("../../assets/images/icon/ico_record_next.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .bottom-set .record-paging .btn:disabled {
  opacity: 0.4;
}

.rec-section .bottom-set .btn-round {
  width: 120px;
  height: 45px;
  font-size: 20px;
}

.rec-section .title-tooltip {
  display: none;
}

@media all and (max-width: 1400px) {
  .rec-section .title-set .title {
    font-size: 26px;
  }
  .rec-section .title-set .etc-info .count-set .cmt {
    margin-right: 15px;
    font-size: 16px;
  }
  .rec-section .title-set .etc-info .count-set .count .num {
    width: 65px;
    height: 35px;
    line-height: 35px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.current {
    font-size: 20px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.total {
    font-size: 16px;
  }
  .rec-section .record-section {
    margin-top: 20px;
  }
  .rec-section .record-section .record-area .category .chip {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .rec-section .record-section .record-area .title {
    font-size: 24px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
    font-size: 16px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
    width: 70px;
    height: 70px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
    background-position: 0 -70px;
  }
  .rec-section .record-section .info-txt .txt {
    font-size: 16px;
  }
  .rec-section .bottom-set .btn-round {
    width: 100px;
    height: 40px;
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .rec-section .title-set {
    padding: 0 20px;
  }
  .rec-section .title-set .title {
    font-size: 22px;
  }
  .rec-section .title-set .etc-info .count-set .cmt {
    margin-right: 10px;
    font-size: 14px;
  }
  .rec-section .title-set .etc-info .count-set .count .num {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.current {
    font-size: 18px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.total {
    font-size: 14px;
  }
  .rec-section .record-section .record-area {
    padding: 10px 0 30px;
  }
  .rec-section .record-section .record-area .category .chip {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .rec-section .record-section .record-area .title {
    margin: 20px auto;
    width: 90%;
    font-size: 20px;
  }
  .rec-section .record-section .record-area .waveform .time {
    font-size: 20px;
  }
  .rec-section .record-section .btn-set .con {
    width: 70%;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
    font-size: 14px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
    width: 65px;
    height: 65px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
    background-position: 0 -65px;
  }
  .rec-section .record-section .info-txt .txt {
    font-size: 14px;
  }
  .rec-section .bottom-set .record-paging .btn {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
  }
  .rec-section .bottom-set .record-paging .btn-prev:before {
    width: 25px;
    height: 25px;
  }
  .rec-section .bottom-set .record-paging .btn-next:after {
    width: 25px;
    height: 25px;
  }
  .rec-section .bottom-set .btn-round {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .rec-section {
    padding: 20px;
  }
  .rec-section .title-set {
    padding: 0;
  }
  .rec-section .title-set .title {
    font-size: 1.125rem;
  }
  .rec-section .title-set .etc-info .count-set .cmt {
    margin-right: 5px;
    font-size: 0.75rem;
  }
  .rec-section .title-set .etc-info .count-set .count .num {
    width: 50px;
    height: 26px;
    line-height: 26px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.current {
    font-size: 1rem;
  }
  .rec-section .title-set .etc-info .count-set .count .num.total {
    font-size: 0.75rem;
  }
  .rec-section .record-section {
    border-radius: 20px;
    margin-top: 15px;
    padding: 15px;
  }
  .rec-section .record-section .record-area {
    padding: 10px 0 20px;
  }
  .rec-section .record-section .record-area .category .chip {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 0.8125rem;
  }
  .rec-section .record-section .record-area .title {
    line-height: 1.5em;
    height: 4.5em;
    margin: 20px auto;
    width: 100%;
    font-size: 1.125rem;
  }
  .rec-section .record-section .record-area .waveform .wave {
    width: 100%;
  }
  .rec-section .record-section .record-area .waveform .time {
    font-size: 1.125rem;
  }
  .rec-section .record-section .btn-set .con {
    width: 100%;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
    font-size: 0.75rem;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
    background-position: 0 -60px;
  }
  .rec-section .record-section .info-txt {
    min-height: 50px;
    line-height: 50px;
  }
  .rec-section .record-section .info-txt .txt {
    font-size: 0.75rem;
  }
  .rec-section .bottom-set {
    margin-top: 10px;
  }
  .rec-section .bottom-set .record-paging .btn {
    font-size: 0.75rem;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 1.2;
  }
  .rec-section .bottom-set .record-paging .btn br {
    display: block;
  }
  .rec-section .bottom-set .record-paging .btn-prev:before {
    width: 20px;
    height: 20px;
  }
  .rec-section .bottom-set .record-paging .btn-next:after {
    width: 20px;
    height: 20px;
  }
  .rec-section .bottom-set .btn-round {
    width: 80px;
    min-width: inherit;
    height: 30px;
    font-size: 0.875rem;
  }
  .rec-section .title-tooltip {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    top: 180px;
    overflow: hidden;
    transition: top .6s, height .6s;
    width: 90%;
    height: 0;
    line-height: 1.4em;
    box-sizing: border-box;
    background: rgba(27, 48, 69, 0.98);
    font-size: 1.25rem;
    color: #fff;
    border-radius: 20px;
  }
  .rec-section .title-tooltip span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #28549b;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .rec-section .title-tooltip span strong {
    font-weight: 500;
    color: #51ffdc;
  }
  .rec-section .title-tooltip.on {
    height: 250px;
    opacity: 1;
    top: 60px;
  }
}
/*# sourceMappingURL=speaker.css.map */