
.subTop {
  width: 100%;
  padding-top: 90px;
  z-index: 0;
}
.subTop > div {
  position: relative;
  height: 250px;
  background: #ccc;
}
.subTop > div > div {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.subTop > div > div p {
  font-family: "Giants-Regular";
  color: #fff;
  letter-spacing: -0.03rem;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.subTop > div > div p.subTitle {
  font-size: 45px;
}
.subTop > div > div p.subText {
  font-size: 20px;
}

.subTop > div.img1 {
  background: url(../images/subTop-img1.png) no-repeat center top;
  background-size: cover;
}
.subTop > div.img2 {
  background: url(../images/subTop-img2.png) no-repeat center top;
  background-size: cover;
}
.subTop > div.img3 {
  background: url(../images/subTop-img3.png) no-repeat center top;
  background-size: cover;
}
.subTop > div.img4 {
  background: url(../images/subTop-img4.png) no-repeat center top;
  background-size: cover;
}
.subTop > div.img5 {
  background: url(../images/subTop-img5.png) no-repeat center top;
  background-size: cover;
}
.subTop > div.img6 {
  background: url(../images/subTop-img6.png) no-repeat center top;
  background-size: cover;
}

.wrapper {
  position: relative;
  width: 1200px;
  background-color: #fff;
  padding-bottom: 60px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 10;
}

.secMenu {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #2562e9;
}
.secMenu > ul {
  display: flex;
  justify-content: space-between;
}
.secMenu > ul > li {
  border-right: 1px solid #ddd;
  flex: 1;
}
.secMenu > ul > li:last-child {
  border-right: none;
}
.secMenu > ul > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 80px;
  background-color: #fff;
  transition: 0.3s;
}
.secMenu > ul > li > a:hover {
  color: #2562e9;
  background-color: #f9f9f9;
}
.secMenu > ul > li.on > a {
  background-color: #2562e9;
  color: #fff;
}
.secMenu > ul > li > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.container {
  margin-top: 30px;
}

.pageTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  color: #2562e9;
  margin-top: 50px;
}
.pageTitle .searchBar {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 20px;
}
.pageTitle .searchBar input[type="text"] {
  border: none;
  font-size: 15px;
  line-height: 50px;
  outline: none;
}
.pageTitle .searchBar img {
  vertical-align: middle;
  width: 24px;
  margin-bottom: 4px;
}
.pageTitle .btnKakao,
.pageTitle .btnPrint {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 50px;
}
.pageTitle .btnKakao {
  background-color: #fae100;
  color: #3c1e1e;
}
.pageTitle .btnPrint {
  background-color:#00acac ;
  color: #fff;
}

.secTitle {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 22px;
  margin-bottom: 20px;
}
.secTitle .smBox {
  font-size: 15px;
}
.summText {
  text-align: right;
  padding: 10px 0 10px 10px;
}

.tab {
    margin-top: 30px;
}
.tab ul {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
}
.tab ul li {
  flex: 1;
  text-align: center;
}
.tab ul li > a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  background-color: #f5f5f5;
  border: 1px solid #d0d4da;
  border-radius: 3px;
  transition: 0.3s;
}
.tab ul li:hover > a {
  background-color: #f9f9f9;
  border: 1px solid #999;
}
.tab ul li.on > a {
  color: #2562e9;
  background-color: #fff;
  border: 1px solid #2562e9;
}

.list {
  margin-top: 30px;
}

.listPhoto {
  border-top: 1px solid #2562e9;
  border-bottom: 1px solid #2562e9;
}
.listPhoto > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.listPhoto > ul > li:last-child {
  border-bottom: none;
}
.listPhoto > ul > li > a {
  display: block;
  position: relative;
}
.listPhoto > ul > li > a .thumb {
  width: 200px;
  height: 107px;
  background-color: #ccc;
  overflow: hidden;
}
.listPhoto > ul > li > a .thumb > img {
  width: 100%;
}
.listPhoto > ul > li > a .txtArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 220px;
}
.listPhoto > ul > li > a .title {
  font-size: 18px;
  font-weight: 600;
}
.listPhoto > ul > li > a .detail {
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
}
.listPhoto > ul > li > a .detail.ellHeight {
  -webkit-line-clamp: 2;
}

.listTable {
  border-top: 1px solid #0b499e;
}
.listTable tr:nth-child(2n) {
  background-color: #f1f3f5;
}
.listTable th,
.listTable td {
  border-left: 1px solid #d4d9e0;
  border-bottom: 1px solid #d4d9e0;
  text-align: center;
  padding: 15px 10px;
}
.listTable th:first-child,
.listTable td:first-child {
  border-left: none;
}
.listTable th {
  color: #2a64b4;
  font-size: 15px;
}
.listTable td a:hover {
  text-decoration: underline;
}
.listTable td.info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left:20px;
  padding-right:20px;
}
.listTable td.info dt {
  font-size: var(--mdFont);
  font-weight: 500;
} 
.listTable td.info dd > div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.listTable td.info dd > p span{
  display: inline-block;
  color: #fff;
  background-color: #aaa;   
  border-radius: 20px;
  line-height: 1.5em;
  padding:0 10px;
  margin-right: 5px;
}
.listTable td .i-notice {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  background-color: #00acac;
  padding: 0 6px 2px 5px;
  border-radius: 3px;
}
.listTable td .withImg {
  display: flex;
  align-items: center;
}
.listTable td .withImg div {
  font-size: 0.89rem;
}
.listTable td .withImg div > strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}
.listTable td .withImg div p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.listTable td .withImg > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.listTable td .withImg > span img {
    width: 76px;
    border:1px solid #ccc;
}

.imgList_normal {
    border-top: 1px solid #0b499e;
}
.imgList_normal > ul > li {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.imgList_normal > ul > li:nth-child(2n) {
    background: #f9f9f9;
}
.imgList_normal > ul > li .imgBox > img {
    width: 76px;
    border:1px solid #ddd;
}
.imgList_normal > ul > li .detailBox {
    flex: 1;
    padding: 0 20px;
}
.imgList_normal > ul > li .detailBox a:hover dt {
    color: var(--color-deepblue);
}
.imgList_normal > ul > li .detailBox dt {
    font-size: var(--mdFont);
    font-weight: 500;
    transition: .3s;
}
.imgList_normal > ul > li .detailBox dd {
    padding: 10px 0;
}
.imgList_normal > ul > li .detailBox dd > div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.imgList_normal > ul > li .detailBox dd > p {
    color: #747474;
    padding-top: 10px;
}
.imgList_normal > ul > li .download {
    align-content: center;
}

.cardType > ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 2%;
}
.cardType > ul > li {
    width: 23.5%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-top: 30px;
    margin-bottom: 20px;
}
.cardType > ul > li > div {
    text-align: center;
}
.cardType > ul > li > div.imaArea img {
    height: 120px;
    border: 1px solid #ccc;
}
.cardType > ul > li > div.cardTitle {
    font-weight: 500;
    padding: 10px 20px 30px;
}
.cardType > ul > li > div.file {
    border-top: 1px solid #ccc;
    padding: 10px;
    transition: .3s;
}
.cardType > ul > li > div.file:hover {
    background: #f0f0f0;
}
.cardType > ul > li > div.file a {
    display: block;
}

.searchArea {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.searchArea .multiLayout {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.searchArea .multiLayout > div {
    display: flex;
    flex: 1;
}
.searchArea .multiLayout > div select,
.searchArea .multiLayout > div input {
    flex: 1;
    background-color: #fff;
    outline: none;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #999;
    border-radius: 5px;
}
.searchArea .multiLayout > div .smParts {
    display: flex;
    flex: 1;
    align-items: center;
}
.searchArea .multiLayout > div .checkOpt {
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.searchArea .multiLayout > div .checkOpt span {
    display: inline-block;
    vertical-align: middle;
    margin-right :4px;
}
.searchArea .multiLayout > div .checkOpt span input {
    margin-top: -4px;
}
.searchArea .multiLayout > div > label {
    min-width: 86px;
    text-align: center;
    line-height: 44px;
    background: #ddd;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 3px;
}
.searchArea .multiLayout:last-child {
    margin-bottom: 0;
}
.searchArea .searchBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0 20px 0 5px;
}
.searchArea .searchBar input[type="text"] {
    flex: 1;
    border: none;
    font-size: 15px;
    line-height: 50px;
    outline: none;
}
.searchArea .searchBar img {
    vertical-align: middle;
    width: 24px;
    margin-bottom: 4px;
}

.flitering {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.flitering > div span {
    display: inline-block;
    line-height: 1em;
    padding-right: 10px;
}
.flitering > div span:nth-child(2) {
    padding-left:10px;
    border-left:1px solid #ddd;
}

.view {
  border-top: 1px solid #0b499e;
}
.view .title {
  font-size: 20px;
  color: #0b499e;
  font-weight: 600;
  padding: 20px;
}
.view .util {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 10px 20px;
}
.view .util a {
  display: inline-block;
  text-decoration: underline;
  padding-left: 25px;
  margin-left: 10px;
  background: url(../images/icon-file.svg) no-repeat left center;
    background-size: 24px 24px;
}
.view .util .field span {
    display: inline-block;
    line-height: 16px;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.view .util .field span:last-child {
    border-right: none;
}
.view .detail {
  padding: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  white-space: pre-line;
}

.view .prenext {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 30px;
}
.view .prenext > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 5px 0;
}
.view .prenext > ul > li:first-child {
  border-bottom: 1px solid #ddd;
}
.view .prenext > ul > li > div {
  padding: 10px;
  width: 65%;
}
.view .prenext > ul > li > div:first-child {
  width: 20%;
  text-align: center;
  background-color: #f5f5f5;
}
.view .prenext > ul > li > div:last-child {
  width: 15%;
  text-align: right;
}


.J_list .card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card li {
  width: 48%;
  margin: 20px 0;
  transition: 0.3s;
}
.card li > a {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 40px;
  transition: 0.3s;
}
.card li > a .title {
  color: #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 0.89rem;
}
.card li > a .title > strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.22rem;
  font-weight: 500;
  color: #212121;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.card li > a .title > strong .lang {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #3f8fa1;
    padding: 2px 6px 3px 3px;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px;
}
.card li > a .title p > span {
  display: inline-block;
  border-right: 1px solid #ddd;
  line-height: 0.8rem;
  padding-right: 12px;
  margin-right: 12px;
}
.card li > a .detail {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #777;
}
.card li > a.widthPic {
  display: flex;
  cursor: default;
}
.card li > a.widthPic.horizontal {
  display: flex;
  cursor: pointer;
}
.card li > a.widthPic .picArea {
  width: 140px;
  margin-right: 20px;
}
.card li > a.widthPic .picArea > img {
  width: 100%;
  border:1px solid #ccc;
}
.card li > a.widthPic .info {
  width: calc(100% - 130px);
}
.card li > a.widthPic .title {
  color: #999;
  border: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 0.89rem;
}
.card li > a.widthPic {
    cursor:pointer;
}
.card li > a.widthPic:hover .title strong {
    text-decoration:underline;
}
.card li > a.widthPic .file {
  margin-top: 20px;
}
.card li > a.widthPic .file button {
  padding: 10px 20px;
  border: 1px solid #006cc5;
  border-radius: 3px;
  background-color: #006cc5;
  color: #fff;
}
.card li > a.widthPic:hover .file button {
  transition: 0.3s;
}
.card li > a.widthPic:hover .file button:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.card li > a.widthPic .detail {
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #777;
}
.card li > a.widthPic:hover .detail {
    text-decoration: underline;
}
.card li > a.widthPic.horizontal .picArea {
  width: 35%;
  margin-right: 20px;
}
.card li > a.widthPic.horizontal .info {
  width: 65%;
}
.card li > a.widthPic.horizontal .info .title strong {
  display: block;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.card li > a.widthPic.horizontal .detail {
  font-size: 16px;
  height: 70px;
}
.card li > a:hover {
  background-color: #e5e5e5;
}
.card li > a:hover .title {
  border-color: rgba(255, 255, 255, 0.15);
}

.pasing {
  margin-top: 20px;
  text-align: center;
}
.pasing ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pasing ul li a {
  display: inline-block;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.pasing ul li a:hover {
  color: #3662e6;
  border-color: #3662e6;
}
.pasing ul li a.on {
  color: #fff;
  background-color: #3662e6;
  border-color: #3662e6;
}
.pasing ul li.arrow {
  padding: 0 10px;
}
.pasing ul li.arrow a {
  border: none;
  width: 25px;
  letter-spacing: -4px;
}
.pasing ul li.arrow a:hover {
  color: #3662e6;
}

.journalTitle h3 {
    font-size: 1.5em;
    padding-bottom: 15px;
}
.journalArea {
    background: #f4f6f9;
    border-radius: 20px;
    padding: 50px 0;
    margin-top: 40px;
}
.journalArea > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.journalArea > div h4 {
    font-size: 2em;
}
.journalArea > div > div > p {
    padding: 10px 0 20px;
}
.journalArea > div > div a {
    display: inline-block;
    font-size: 1.25em;
    color: #fff;
    line-height: 50px;
    background: #0d6efd;
    border-radius: 50px;
    padding: 10px 40px;
    margin-right: 10px;
    transition: .3s;
}
.journalArea > div > div a:hover {
    background: #0b499e;
}
.journalArea > div > div a.prev {
    background: #656a71;
}
.journalArea > div > div a.prev:hover {
    background: #383b3f;
}

.helpInfo {
  background-color: #f0f0f0;
  padding: 30px;
  margin-bottom: 20px;
}
.helpInfo > strong {
  font-size: 1.125rem;
}
.helpInfo ul {
  margin: 10px 0 0 15px;
}
.helpInfo ul li {
  list-style: decimal;
}
.helpInfo ul li > span {
  font-weight: bold;
}
.customerTable {
  border-top: 1px solid #007272;
}
.customerTable th,
.customerTable td {
  text-align: left;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.customerTable th {
  width: 15%;
  background-color: #f0f0f0;
}
.customerTable input[type="text"] {
  width: 50%;
  line-height: 40px;
  border: 1px solid #999;
  border-radius: 5px;
}
.customerTable td .inpTitle {
  width: 80%;
}
.customerTable td .redFont {
  display: inline-block;
  color: #b83030;
  margin-left: 5px;
}
.customerTable td.ta {
  padding-left:0;
  padding-right:0;
}
.customerTable td textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
}

ul.data li {
  cursor: pointer;
}

table.data {
  width: 100%;
  border-right: 1px solid var(--databorder);
  border-top: 1px solid #0b499e;
}
table.data th,
table.data td {
  padding: 10px;
  border-left: 1px solid var(--databorder);
  border-bottom: 1px solid var(--databorder);
}
table.data tr.type td {
  color: #3b5f91;
  font-weight: 500;
  text-align: center;
  background-color: #f0f4fd;
}
table.data th {
  color: #3b5f91;
  background-color: #dfe8fc;
}
table.data td {
  text-align: right;
}
table.data td.title {
  text-align: center;
}
table.data td.title.bgf {
  background-color: #f1f9fb;
}
table.data td.bg {
  background-color: #fff4e5;
}
table.data.allCenter td {
  text-align: center;
}
table.data.allCenter td.title {
  font-weight: 600;
  background-color: #f1f9fb;
}

.lawsBox {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px 28px;
    margin-bottom: 10px;
}
.lawsBox h5 {
    font-size: 18px;
}
.lawsBox .law-title {
    display: flex;
    justify-content: space-between;
}
.lawsBox .law-title a {
    display: block;
    font-size: 13px;
    color: #fff;
    background: #2e6da4;
    padding:4px 10px;
    border-radius: 4px;
}
.lawsBox .law-content {
    font-size: 14px;
    margin-top: 14px;
}

.graph {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.guideArea .guide-Tab {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 20px;
}
.guideArea .guide-Tab > ul {
  display: flex;
  gap: 5px;
}
.guideArea .guide-Tab > ul > li {
  width: 150px;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: 0.3s;
}
.guideArea .guide-Tab > ul > li.on,
.guideArea .guide-Tab > ul > li:hover.on {
  color: #fff;
  font-weight: bold;
  background-color: #2572d8;
  border: 1px solid #2572d8;
}
.guideArea .guide-Tab > ul > li:hover {
  background-color: #f0f0f0;
  font-weight: 500;
}
.guideArea .guide-Tab .btnR > a {
  display: inline-block;
  width: 130px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin-left: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.guideArea .guide-Tab .btnR > a:hover {
  background-color: #f5f5f5;
}
.guideArea .law {
  border: 1px solid #bbb;
}
.guideArea .guide-Tab > ul > li.auto {
    width: auto;
}

.centerVision {
  text-align: center;
  font-size: 40px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.centerVision span {
  display: inline-block;
  letter-spacing: -0.25rem;
}
.centerVision strong {
  display: inline-block;
  font-family: "Giants-Regular";
  color: #1465d4;
  font-size: 44px;
  letter-spacing: -0.01rem;
  vertical-align: middle;
  margin: 0 0 5px 7px;
}

.nomalDoc > h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.nomalDoc > h4 {
  position: relative;
  font-size: 19px;
  color: #3170c9;
  font-weight: bold;
  padding-top: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.nomalDoc > h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #3170c9;
}
.nomalDoc dl.detail {
  display: flex;
  flex-wrap: wrap;
  margin-left: 24px;
}
.nomalDoc dl.detail > dt,
.nomalDoc dl.detail > dd {
  padding-bottom: 10px;
}
.nomalDoc dl.detail > dt {
  position: relative;
  width: 6%;
  font-weight: 600;
  padding-left: 6px;
}
.nomalDoc dl.detail > dd {
  width: 94%;
  padding-left: 10px;
}
.nomalDoc dl.detail > dd .olEx01 {
  padding: 0 0 0 14px;
}
.nomalDoc dl.detail > dd > ol > li {
  padding-bottom: 5px;
}
.nomalDoc dl.detail > dt::before {
  content: "\00B7";
  position: absolute;
  left: 0;
}
.nomalDoc dl.detail > dt::after {
  content: ":";
  position: absolute;
  right: 0;
}
.nomalDoc dl.detail.law {
  flex-direction: column;
}
.nomalDoc dl.detail.law dt,
.nomalDoc dl.detail.law dd {
  width: 100%;
}
.nomalDoc dl.detail.law dt {
  font-size: 17px;
}
.nomalDoc .note,
.nomalDoc .lawNote {
  margin-top: 10px;
  margin-left: 27px;
}
.nomalDoc dl.detail.law > dt::after {
  display: none;
}
.nomalDoc .stepArea {
  display: flex;
  margin-bottom: 10px;
}
.nomalDoc .stepArea .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  font-size: 20px;
  color: #fff;
  background-color: #006cc5;
  border-radius: 10px 0 0 10px;
}
.nomalDoc .stepArea .title p {
  text-align: center;
  font-family: "Giants-Regular";
}
.nomalDoc .stepArea .title p strong {
  display: block;
  font-family: "Giants-Bold";
  font-size: 40px;
}
.nomalDoc .stepArea .info {
  flex: 1;
  padding: 15px 30px;
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.nomalDoc .stepArea .info > h6 {
  font-size: 19px;
  color: #006cc5;
  margin-bottom: 10px;
}
.nomalDoc .stepArea .info > p {
  padding: 2px 0;
}
.nomalDoc .stepArea .info strong {
  display: inline-block;
}
.nomalDoc .stepArea .info > p strong::after {
  content: ":";
  margin: 0 8px 0 5px;
}
.nomalDoc .stepArea .info > p strong::before {
  content: "\00B7";
  margin: 0 5px;
}

.normalWrap .mdBox {
    margin-bottom: 50px;
}
.normalWrap .mdBox h3,
.normalWrap .mdBox h4 {
    font-size: 18px;
}
.normalWrap .mdBox .pStep {
    text-indent: -9999px;
    background: url(../images/pStep-img.png) no-repeat center center;
    height: 220px;
}
.normalWrap .mdBox .fullImg > img {
    width: 100%;
    margin-top: 20px;
}
.normalWrap .mdBox .indent {
    margin-left: 10px;
    line-height: 1.5rem;
}
.normalWrap .mdBox .indentNum {
    margin-left: 35px;
}
.normalWrap .mdBox > ul > li {
    position: relative;
    padding: 5px 0 5px 18px;
    color: #333;
}
.normalWrap .mdBox > ul > li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 16px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 5px;
}
.normalWrap .mdBox > ul > li ul {
    margin-top: 5px;
    margin-left:20px;
}
.normalWrap .mdBox > ul > li ul > li,
.normalWrap .mdBox ol.numType li ul > li {
    list-style: none;
    position: relative;
    padding: 2px 0 2px 12px;
    font-size: 0.89rem;
}
.normalWrap .mdBox > ul > li ul > li::before,
.normalWrap .mdBox ol.numType li ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 2px;
    background-color: #333;
}
.normalWrap .mdBox ol.numType {
    margin-top: 10px;
}
.normalWrap .mdBox ol.numType li {
    list-style: inside decimal;
    padding: 5px 0;
}
.normalWrap .mdBox ol.numType li ul {
    margin-top: 5px;
    margin-left: 20px;
}

.normalWrap .mdBox .imgBox {
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 40px;
    margin-top: 30px;
}
.normalWrap .mdBox > ul.boxType {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.normalWrap .mdBox > ul.boxType > li {
    width: 49%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px;
}
.normalWrap .mdBox > ul.boxType > li > p {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 15px;
}
.normalWrap .mdBox > ul.boxType > li > p > span {
    display: inline-block;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #6d7bac;
    margin-right: 5px;
    text-align: center;
    color: #fff;
}
.normalWrap .mdBox > ul.boxType > li::before {
    display: none;
}
.normalWrap .mdBox > ul.boxType > li a {
    text-decoration: underline;
}
.normalWrap .mdBox > ul.boxType p.boxTxt {
    font-size: 16px;
    color: #0A7F83;
    margin-left: 20px;
}

.normalWrap .mdBox .classTitle {
    display: block;
    background:#5d54cf;
    font-size:1.125rem;
    color:#fff;
    padding:15px 23px;
    margin-bottom: 10px;
    border-radius: 25px;
}
.normalWrap .mdBox .classTitle.blue {
    background: #1894eb;
}
.normalWrap .mdBox .classTitle.olive {
    background: #609d3b;
}
.normalWrap .mdBox .classTitle.orange {
    background: #ff5d5d;
}
.normalWrap .mdBox .classText {
    padding:10px 25px 10px 25px;
    margin-bottom:10px;
    border-radius: 5px;
    font-size:0.889rem;
    font-weight: 400;
    background: #eee;
}
.normalWrap .mdBox a.udline {
    display: inline-block;
    background: #f0f0f0;
    border-bottom: 1px solid #999;
    color: #0b8d85;
}
.normalWrap.halfFull {
    display: flex;
    flex-wrap: wrap ;
    justify-content: space-between;
}
.normalWrap.halfFull > section {
    width:47%;
}

.normalWrap .mdBox > ul.caseBox > li {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
}
.normalWrap .mdBox > ul.caseBox > li:nth-child(2) {
    margin: 15px 0;
}
.normalWrap .mdBox > ul.caseBox > li::before {
    display: none;
}
.normalWrap .mdBox > ul.caseBox > li > p {
    color: #fff;
    background: #3067d7;
    padding: 15px 30px;
    border-radius: 8px;
}
.normalWrap .mdBox > ul.caseBox > li > p:before {
    content: '\25D1';
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    opacity: .5;
}
.normalWrap .mdBox > ul.caseBox > li:nth-child(2) > p {
    background: #21aacc;
}
.normalWrap .mdBox > ul.caseBox > li:nth-child(3) > p {
    background: #77b13e;
}
.normalWrap .mdBox > ul.caseBox > li > p.etc {
    background: #6f7e97;
}
.normalWrap .mdBox > ul.caseBox > li > ul {
    margin: 15px 33px;
}
.normalWrap .mdBox > ul.caseBox > li > ul > li {
    padding-top: 5px;
}
.normalWrap .mdBox > ul.caseBox > li ul > li::before {
    top: 17px;
}

.tel {
  display: flex;
  width: 100%;
  background-color: #efefef;
  border: 1px solid #999;
  border-radius: 5px;
  margin-top: 30px;
}
.tel dt,
.tel dd {
  padding: 20px 30px;
  align-self: center;
}
.tel dt {
  width: 30%;
  font-weight: 600;
  text-align: center;
}
.tel dd {
  flex: 1;
  background-color: #fff;
  border-left: 1px solid #999;
}

.index {
  counter-reset: index;
}
.index > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.index > li:last-child {
  margin-bottom: 0;
}
.index > li::before {
  counter-increment: index 1;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: bold;
}

h4.title {
    position: relative;
    font-size: var(--sbigFont);
    text-align: left;
    margin-bottom: 20px;
    padding-top: 5px;
}
h4.title::before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #0b499e;
}
.basic-list-define {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.basic-list-define > dt {
    width: 10%;
    font-weight: 500;
    text-align: center;
    padding: 5px 10px;
    background: #f0f0f0;
    border:1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 10px;
}
.basic-list-define > dd {
    width: 90%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.support-history > div {
    display: flex;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
}
.support-history > div:last-child {
    border-bottom:1px solid #ddd;
}
.support-history > div:nth-child(2n) {
    background: #f0f0f0;
}
.support-history > div > span {
    width: 80px;
}
.support-history > div > p {
    flex: 1;
}
.centerImg {
    text-align: center;
    padding: 50px 0;
}
.list-counter {
    text-align: left;
}
.list-counter li {
    padding: 8px 0;
}
.list-counter li > div {
    padding-left: 10px;
}
.groupImg {
    text-align: center;
}
.groupImg h4 {
    margin-bottom: 20px;
}
.groupMob {
    margin-top: 50px;
}

.smInfo {
    padding-bottom: 20px;
}
.totalStat {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.totalStat > section,
.nation > section {
    position: relative;
    width: calc(50% - 10px);
    border:1px solid #D6DBE2;
    border-radius: 10px;
    padding: 24px 30px;
}
.totalStat > div {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.totalStat > div > section {
    width: calc(50% - 10px);
    height: 210px;
    border:1px solid #D6DBE2;
    border-radius: 10px;
    padding: 10px 10px;
}
.totalStat > div > section:first-child,
.totalStat > div > section:nth-child(2) {
    margin-bottom: 20px;
}
.totalStat .chart-vLine {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.totalStat .ccArea {
    position: relative;
    display: flex;
    padding-top: 20px;
}
.totalStat h5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    font-size: 16px;
    background: #fff;
    padding: 10px 24px;
    border-radius: 20px;
    z-index: 99;
}
.totalStat h5 > a,
.nation h5 > a{
    display: inline-block;
    padding: 0 10px 10px 2px;
}
.totalStat h5 > a > span,
.nation h5 > a > span{
    display: inline-block;
    width: 17px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    border:1px solid #bbb;
    border-radius: 40px;
    margin-left: 2px;
}
.totalStat h5 > a > div,
.nation h5 > a > div {
    display: none;
    position: absolute;
    width: calc(100% - 60px);
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 500;
    background: #eee;
    border:1px solid #ddd;
    border-radius: 10px;
    padding: 14px;
}
.totalStat h5 > a:hover > div,
.nation h5 > a:hover > div {
    display: block;
}
.totalStat .ccArea .chart-circle {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}
.nation {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.nation h5 {
    font-size: 16px;
}
.nation .rank-Graph dl {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}
.nation .rank-Graph dl dt {
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 14px;
}
.nation .rank-Graph dl dd {
    flex: 1;
}
.nation .rank-Graph dl dd > div {
    width: 100%;
}
.nation .rank-Graph dl dd > .nation-name {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
}
.nation .rank-Graph dl dd > .thin-graph {
    width: 100%;
    background: #e0e0e0;
    border-radius: 10px;
}
.nation .rank-Graph dl dd > .thin-graph > p {
    height: 8px;
    border-radius: 10px;
}
.more-plus {
    position: absolute;
    top: 20px;
    right: 20px;
}

.blueOpt .thin-graph > p {
    background: #306AFF;
}
.blueOpt .nation-name strong {
    color: #306AFF;
}
.orangeOpt .thin-graph > p {
    background: #ED8A5D;
}
.orangeOpt .nation-name strong {
    color: #ED8A5D;
}

.areaGraph {
    height: 370px;
    border:1px solid #D6DBE2;
    border-radius: 10px;
    padding: 24px 30px;
}
.graphTable {
    margin-top: 30px;
}
.scroll {
    overflow-x:auto;
}
.detailTable {
    width:1600px;
}

.mTerm {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}
.mTerm.withBtn {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.mTerm.withBtn span {
    display: block;
}


.graphTable > table {
    border-top: 1px solid #0b499e;
}
.graphTable > table tr:nth-child(2n) {
    background: #f7f7f7;
}
.graphTable > table th,
.graphTable > table td {
    text-align: center;
    border-right: 1px solid #d4d9e0;
    border-bottom: 1px solid #d4d9e0;
    padding: 10px 5px;
}
.graphTable > table th:last-child,
.graphTable > table td:last-child {
    border-right: none;
}
.graphTable > table th {
    font-weight: 500;
    color: #2a64b4;
    background: #EEF6FE;
}
.graphTable > table td.tdhead {
    font-weight: 500;
    color: #2a64b4;
}
.graphTable > table td.left {
    text-align:left;
    padding-left:10px;
}
.graphTable > table td.right {
    text-align:right;
    padding-right:10px;
}

.graphTable .mTerm {
    /*text-align: left;*/
    /*padding-bottom: 10px;*/
}

.normalTable {
    margin-top: 14px;
}
.normalTable th,
.normalTable td {
    padding: 10px;
    border: 1px solid #bbb;
}
.normalTable th {
    background: #f5f5f5;
}

.pageInfo {
    text-align: center;
    background: #f5f5f5;
    bordeR: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
}
.solBtn-link {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background: #213056;
    margin-top :10px;
    border-radius: 6px;
    transition: .3s;
}
.solBtn-link:hover {
    background: #151515;
}
.solBtn-link::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/i-link.svg) no-repeat center center;
    vertical-align: middle;
    margin: 0 0 1px 8px;
}
.imgFull {background:#f9f9f9; bordeR:1px solid #ddd; margin-top:20px; text-align: center; padding: 30px 20px;}
.imgFull img {width: 100%;}

.pdf-capture {
    padding: 20px 20px 30px;
}
.pdf-capture ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.pdf-capture ul li img {
    width: 100%;
    border: 1px solid #ccc;
}
.pdf-capture ul li p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.hrgap {
    height: 50px;
}

.btnArea {
  text-align: right;
  padding-top: 20px;
}

footer {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 40px 0;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
footer .inner .bottomMenu > ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
footer .inner .bottomMenu > ul select {
    font-size: 14px;
    line-height: 30px;
    background: url(/images/select_arrow-up.png) no-repeat right 2px center;
}



/*공통*/
img.mob {
  display: none;
}
img.file {
  width: 20px;
}
.gap {
  border: none;
  height: 40px;
}
.gapShort {
  border: none;
  height: 10px;
}
.flexDual {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.taLeft,
.tl {
  text-align: left !important;
}
.taRight,
.tr {
  text-align: right !important;
}

.dlBtm {
  margin-top: 20px;
}
.mgt5 {
  margin-top: 5px;
}
.mgt40 {
  margin-top: 40px;
}
.mgRight {
  margin-right: 10px;
}
.mgTop {
  margin-top: 20px;
}
.mgBottom {
  margin-bottom: 20px;
}
/*버튼 Button*/
.smallBtn {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid #999;
  border-radius: 3px;
  transition: 0.3s;
}
.bigBtn {
  position: relative;
  display: inline-block;
    min-width: 110px;
  color: #fff;
    text-align: center;
  padding: 20px;
  background-color: #2562e9;
  border-radius: 3px;
  transition: 0.3s;
}
.bnGray {
    background: #8a8a8a;
}
.bnDown {
  color: #fff;
  background-color: #00acac;
  border-color: #007272;
}
.bnDown:hover {
  background-color: #007272;
}
.bnDown::after {
  content: "\22BB";
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}
.bnLink {
  color: #fff;
  background-color: #636ed1;
  border-color: #3d4abd;
}
.bnLink:hover {
  background-color: #3d4abd;
}
.bnLink::after {
  content: "\203A";
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 10px;
}
.bnList {
  color: #fff;
  background-color: #fd5252;
  border: none;
}
.bnList:hover {
  background-color: #c92828;
}
.bnList::after {
  content: "\2261";
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-left: 10px;
}
.mobImg {
    display: none;
}
/*20240828 일반게시판 공지 css 추가*/
#boardList .lang{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #3f8fa1;
    padding: 2px 6px 3px 3px;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 4px;
}
.exelBtn {
    display: inline-block;
    color: #2562e9;
    background: #f9f9f9;
    border: 1px solid #2562e9;
    border-radius: 6px;
    padding: 6px 20px;
    transition: .3s;
}
.exelBtn:hover {
    background: #eee;
}

@media screen and (max-width: 1200px) {
    .totalStat {
        flex-direction: column;
    }
    .totalStat > div,
    .totalStat > section,
    .nation > section {
        width: 100%;
    }
    .nation {
        flex-direction: column;
    }
    .totalStat h5,
    .nation h5 {
        font-size: 12px;
        padding: 10px;
    }
    .totalStat h5 > a > span, .nation h5 > a > span {
        display: none;
    }
    .totalStat > section, .nation > section {
        padding:14px;
    }
}

@media screen and (max-width: 1200px) {
    body,html {
        font-size: 14px;
    }
  .subTop {
    padding-top: 60px;
  }
  .subTop > div {
    height: 150px;
  }
    .subTop > div > div {
        top:50%;
        left:50%;
        transform: translate(-50%, -50%) ;
    }
  .subTop > div > div p.subTitle {
    font-size: 35px;
  }
  .subTop > div > div p.subText {
    font-size: 18px;
  }

  .wrapper {
    width: 100%;
    margin-top: 0;
  }

  .secMenu {
    display: none;
  }

  .pageTitle {
    font-size: 20px;
    color: #2562e9;
    padding: 15px 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 5px solid #e5e5e5;
  }

  .container {
    font-size: 13px;
    padding: 0 14px;
  }

  .listTable th {
    font-size: 13px;
  }
  .listTable td.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-left:20px;
    padding-right:20px;
  }

  .searchArea .multiLayout {
      flex-direction: column;
  }
    .searchArea .multiLayout > div select,
    .searchArea .multiLayout > div input {
        font-size: 1em;
        line-height: 44px;
        padding: 0 10px;
    }

  .pasing ul li.arrow {
    padding: 0;
    font-size: 15px;
  }

  .secTitle {
    font-size: 19px;
  }
  .secTitle .smBox {
    font-size: 13px;
  }

  .tab ul li > a {
    font-size: 14px;
  }

    .listTable td .withImg {
        flex-direction: column;
    }

  .card {
    flex-direction: column;
  }
  .card li,
  .card li:hover {
      width: 100%;
      margin: 10px 0;
  }
  .card li > a,
  .card li > a:hover {
      padding: 20px;
  }
  .card li > a .title {
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 1rem;
  }
  .card li > a .detail {
      height: 37px;
  }

  .card li > a.widthPic .title {
      margin-bottom: 0;
      font-size: 1rem;
  }
  .card li > a.widthPic .detail {
      height: 55px;
  }
  .card li > a.widthPic .file {
      margin-top: 10px;
  }
  .card li > a.widthPic.horizontal .detail {
      font-size: 1rem;
  }

    .journalArea {
        padding: 20px 14px;
    }
    .journalArea > div {
        flex-direction: column;
        text-align: center;
    }

  .centerVision,
  .centerVision strong {
    font-size: 18px;
    letter-spacing: -0.01rem;
  }
  .centerVision span {
    letter-spacing: -0.1rem;
  }

  .mobTable {
    width: 100%;
    overflow-x: scroll;
  }

  table.data {
    font-size: 12px;
  }
  table.data th {
    padding-left: 0;
    padding-right: 0;
  }

    .normalWrap .mdBox .indentNum {
        margin-left: 26px;
    }
    .normalWrap .mdBox ol.numType {
        margin-top: 5px;
    }
    .normalWrap .mdBox ol.numType li {
        padding: 3px 0;
    }
    .normalWrap .mdBox > ul > li {
        padding-left: 15px;
    }
    .normalWrap .mdBox > ul > li::before {
        top: 12px;
        width: 4px;
        height: 4px;
    }
    .normalWrap .mdBox > ul > li ul > li::before,
    .normalWrap .mdBox ol.numType li ul > li::before {
        top: 11px;
        height: 1px;
    }
    .normalWrap .mdBox > ul.boxType {
        flex-direction: column;
    }
    .normalWrap .mdBox > ul.boxType li {
        width: 100%;
        font-size: 1rem;
    }
    .normalWrap .mdBox > ul.boxType > li {
        padding: 15px;
    }
    .normalWrap .mdBox > ul.boxType > li > p {
        margin-bottom:5px;
    }
    .normalWrap .mdBox > ul.boxType p.boxTxt {
        font-size: 1rem;
        margin-left:0;
    }

    .normalWrap .mdBox div.imgBox {
        padding: 0;
        margin-top: 15px;
        border: none;
    }
    .normalWrap .mdBox div.imgBox img {
        width: 100%;
    }
    .normalWrap .mdBox > ul > li ul {
        margin-left:0;
    }
    .normalWrap .mdBox > ul > li ul > li,
    .normalWrap .mdBox ol.numType li ul > li {
        font-size: 1rem;
    }

  .tel dt,
  .tel dd {
    padding: 20px 10px;
    align-self: center;
  }
  .tel dt {
    width: 30%;
    font-weight: 600;
    text-align: center;
  }
  .tel dd {
    flex: 1;
    background-color: #fff;
    border-left: 1px solid #999;
  }

    .imgList_normal > ul > li {
        padding: 10px;
    }
    .imgList_normal > ul > li .detailBox {
        padding: 0;
    }
    .imgList_normal > ul > li .detailBox dd > p {
        padding-top: 5px;
    }

    .cardType > ul {
        justify-content: space-between;
    }
    .cardType > ul > li {
        width: 48%;
    }

    .basic-list-define {
        flex-direction: column;
        align-items: flex-start;
    }
    .basic-list-define > dt {
        width: 20%;
    }
    .centerImg img {
        width: 100%;
    }
    .imgFull {background:none; border: none; margin-top:20px; padding: 10px 0;}
    .imgFull img {width: 100%;}
    .imgBox img {width: 100%;}

    .searchArea .multiLayout > div .checkOpt {
        flex-wrap: wrap;
    }
    .searchArea .multiLayout > div .checkOpt span input {
        margin-top:0;
    }
    .searchArea .multiLayout > div > label {
        min-width: 100px;
        padding: 0 5px;
    }

    footer {
    font-size: 12px;
    padding: 20px 0;
    border-top: 5px solid #e5e5e5;
  }
  footer .inner {
    flex-direction: column;
    width: 100%;
  }
  footer .inner .logo {
    display: none;
  }
  footer .inner .bottomMenu > ul > li {
    line-height: 12px;
    padding: 0 5px;
  }
  footer .inner .bottomMenu > p {
    font-size: 11px;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 20px;
  }
  footer .inner .bottomLink {
    text-align: center;
  }

    footer .inner .bottomMenu > ul > li select {
        width: 168px;
        font-size: 12px;
        letter-spacing: -1px;
    }
    footer .inner .bottomMenu > ul > li.selectArea {
        width: 100%;
    }

  img.web {
    display: none;
  }
  img.mob {
    display: block;
    width: 100%;
  }

  .flexDual {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .gap {
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
    .groupImg img {
        width: 100%;
    }
    .groupMob .web {
        display: none;
    }
    .webImg {
        display: none;
    }
    .mobImg {
        display: block;
        width: 100%;
    }
    .view .util {
        flex-direction: column;
        padding: 10px;
    }
    .view .util a {
        display: block;
        min-height: 26px;
        background-size: 18px;
        background-position: left top;
    }
    .view .util .field {
        padding-top: 5px;
    }

    .totalStat > div > section {
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    .totalStat > div > section:first-child,
    .totalStat > div > section:nth-child(2) {
        margin-bottom: 10px;
    }

    .bigBtn {
        padding: 10px 20px;
    }
}