@charset "UTF-8";
/* 기본 공통스타일 */
.tab-ul:after, .ui:after, .tab-ul.type2 li a span:before {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.tab-ul li, .tab-ul li a, .table td, .table td *, .table td img, .table th, .table th *, .table-default td img {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/* 기본 공통스타일 End */
/* 이미지 크게보기 */
.pic_btn {
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pic_btn {
    width: 60%;
  }
}
@media (max-width: 560px) {
  .pic_btn {
    width: 75%;
  }
}
@media (max-width: 450px) {
  .pic_btn {
    width: 100%;
  }
}
.pic_btn a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: bold;
}
.pic_btn a:hover, .pic_btn a:focus {
  background: rgb(221, 18, 39);
  color: #fff;
  transition: 0.3s;
}

/* 이미지 크게보기 End */
/* 이미지박스 */
.imgbox {
  padding: 20px;
  border: 1px solid #dbdbdb;
  text-align: center;
}

.imgbox.bg01 {
  background: #F7F7F7;
}

.imgbox.noline {
  border: 0;
  background: #F7F7F7;
}

.imgbox.p00 {
  padding: 0;
  border: 0;
}

.imgbox.p10 {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .imgbox.p10 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p15 {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .imgbox.p15 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p20 {
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .imgbox.p20 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p25 {
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .imgbox.p25 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p30 {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .imgbox.p30 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p35 {
  padding: 35px 20px;
}
@media (max-width: 767px) {
  .imgbox.p35 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p40 {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .imgbox.p40 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p45 {
  padding: 45px 20px;
}
@media (max-width: 767px) {
  .imgbox.p45 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p50 {
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .imgbox.p50 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p55 {
  padding: 55px 20px;
}
@media (max-width: 767px) {
  .imgbox.p55 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p60 {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .imgbox.p60 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p65 {
  padding: 65px 20px;
}
@media (max-width: 767px) {
  .imgbox.p65 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p70 {
  padding: 70px 20px;
}
@media (max-width: 767px) {
  .imgbox.p70 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p75 {
  padding: 75px 20px;
}
@media (max-width: 767px) {
  .imgbox.p75 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p80 {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .imgbox.p80 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p85 {
  padding: 85px 20px;
}
@media (max-width: 767px) {
  .imgbox.p85 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p90 {
  padding: 90px 20px;
}
@media (max-width: 767px) {
  .imgbox.p90 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p95 {
  padding: 95px 20px;
}
@media (max-width: 767px) {
  .imgbox.p95 {
    padding: 8.334% 20px !important;
  }
}
.imgbox.p100 {
  padding: 100px 20px;
}
@media (max-width: 767px) {
  .imgbox.p100 {
    padding: 8.334% 20px !important;
  }
}

/* 이미지박스 End */
/* Tab */
.tab-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0.5px 20px;
}
.tab-ul li {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
}

.tab-ul.type2 {
  justify-content: center;
}
.tab-ul.type2 li {
  max-width: 200px;
  min-height: 50px;
}
.tab-ul.type2 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(0, 0, 0);
}
.tab-ul.type2 li a span {
  color: rgb(34, 34, 34);
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
.tab-ul.type2 li.on a, .tab-ul.type2 li.active a,
.tab-ul.type2 li a:hover,
.tab-ul.type2 li a:focus {
  background: rgb(0, 0, 0);
}
.tab-ul.type2 li.on a span, .tab-ul.type2 li.active a span,
.tab-ul.type2 li a:hover span,
.tab-ul.type2 li a:focus span {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.tab-ul.type2 li a[target=_blank]::after {
  content: "";
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 3H3V15H15V9.4H13.4V13.4H4.6V4.6H8.6V3Z' fill='rgb(34, 34, 34)'/%3E%3Cpath d='M10.2 3H15V4.6H10.2V3Z' fill='rgb(34, 34, 34)'/%3E%3Cpath d='M15 3V7.8H13.4V3L15 3Z' fill='rgb(34, 34, 34)'/%3E%3Cpath d='M14.2206 4.8748L9.6227 9.47271L8.54777 8.39777L13.1457 3.79987L14.2206 4.8748Z' fill='rgb(34, 34, 34)'/%3E%3C/svg%3E%0A");
}
.tab-ul.type2 li a[target=_blank]:hover::after, .tab-ul.type2 li a[target=_blank]:focus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 3H3V15H15V9.4H13.4V13.4H4.6V4.6H8.6V3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M10.2 3H15V4.6H10.2V3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M15 3V7.8H13.4V3L15 3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M14.2206 4.8748L9.6227 9.47271L8.54777 8.39777L13.1457 3.79987L14.2206 4.8748Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
}

.tab-ul.col2 li {
  width: calc(50% + 1px);
}

.tab-ul.col3 li {
  width: calc(33.33% + 1px);
}

.tab-ul.col4 li {
  width: calc(25% + 1px);
}

.tab-ul.col5 li {
  width: calc(20% + 1px);
}

.tab-ul.col6 li {
  width: calc(33.33% + 1px);
}

.tab-ul.col7 li {
  width: calc(25% + 1px);
}

.tab-ul.col8 li {
  width: calc(20% + 1px);
}

@media (max-width: 1024px) {
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(25% + 1px);
  }
}
@media (max-width: 767px) {
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(33.33% + 1px);
  }
}
@media (max-width: 640px) {
  .tab-ul.col2 li,
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(50% + 1px);
  }
}
@media (max-width: 420px) {
  .tab-ul.col2 li,
  .tab-ul.col3 li,
  .tab-ul.col4 li,
  .tab-ul.col5 li,
  .tab-ul.col6 li,
  .tab-ul.col7 li,
  .tab-ul.col8 li {
    width: calc(100% + 1px);
  }
}
/* Tob-box */
.ir-icon__md {
  background-image: url("data:image/svg+xml,%3Csvg width='1201' height='240' viewBox='0 0 1201 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M88.5526 45.1525L60.7478 27.4552L33.0541 45.1525L30.5735 41.2465L60.7293 21.9572L91.0332 41.2465L88.5526 45.1525Z' fill='%23DD1227'/%3E%3Cpath d='M95.4201 40.8763H26.1858V45.5043H95.4201V40.8763Z' fill='%23222222'/%3E%3Cpath d='M71.7809 92.9329H24.9829V80.0857H96.8274V92.8033H92.1994V84.7136H29.6109V88.305H71.7809V92.9329Z' fill='%23222222'/%3E%3Cpath d='M37.9781 51.5021H33.3501V80.7879H37.9781V51.5021Z' fill='%23222222'/%3E%3Cpath d='M46.6206 51.5021H41.9927V80.7879H46.6206V51.5021Z' fill='%23222222'/%3E%3Cpath d='M58.9807 51.5021H54.3528V80.7879H58.9807V51.5021Z' fill='%23222222'/%3E%3Cpath d='M67.6233 51.5021H62.9954V80.7879H67.6233V51.5021Z' fill='%23222222'/%3E%3Cpath d='M79.9837 51.5021H75.3557V80.7879H79.9837V51.5021Z' fill='%23222222'/%3E%3Cpath d='M88.6263 51.5021H83.9983V80.7879H88.6263V51.5021Z' fill='%23222222'/%3E%3Cpath d='M96.8271 53.8161H24.9827V40.8948H96.8271V53.8161ZM29.6106 49.1881H92.1992V45.5228H29.6106V49.1881Z' fill='%23222222'/%3E%3Cpath d='M82.9061 88.3049H76.6121V92.9329H82.9061V88.3049Z' fill='%23222222'/%3E%3Cpath d='M210.635 65.8489C215.421 65.8489 219.3 61.9694 219.3 57.1838C219.3 52.3983 215.421 48.5188 210.635 48.5188' stroke='%23DD1227' stroke-width='4.8'/%3E%3Cpath d='M211.597 88.3779L154.023 69.6807V40.9514L211.597 23.7369V88.3779ZM158.837 66.0607L206.784 81.2726V30.6063L158.837 44.6677V66.0607Z' fill='%23222222'/%3E%3Cpath d='M156.7 65.8489L141.7 65.8489V44.7063L156.7 44.7063V49.5202L146.514 49.5202V61.035L156.7 61.035V65.8489Z' fill='%23222222'/%3E%3Cpath d='M188.335 41.3172L173.793 45.4551L174.816 49.908L189.358 45.7701L188.335 41.3172Z' fill='%23222222'/%3E%3Cline x1='166.7' y1='71.193' x2='166.7' y2='94.193' stroke='%23222222' stroke-width='4.8'/%3E%3Cpath d='M336.509 48.859H264.581V28.6145H336.509V48.859ZM269.324 44.1157H331.766V33.3578H269.324V44.1157Z' fill='%23222222'/%3E%3Cpath d='M336.509 95.0212H266.953V90.2779H331.766V33.3578H322.602V28.6145H336.509V95.0212Z' fill='%23222222'/%3E%3Cpath d='M307.897 28.6145H295.204V33.3578H307.897V28.6145Z' fill='%23222222'/%3E%3Cpath d='M269.324 95.0194H264.581L264.581 28.6042L278.621 28.6042V33.3475H269.324L269.324 95.0194Z' fill='%23222222'/%3E%3Cpath d='M334.137 44.1157H266.953V48.8591H334.137V44.1157Z' fill='%23222222'/%3E%3Cpath d='M289.227 25.5787H284.484V35.3121H289.227V25.5787Z' fill='%23222222'/%3E%3Cpath d='M317.972 25.5787H313.229V35.3121H317.972V25.5787Z' fill='%23222222'/%3E%3Cpath d='M288.848 59.4462H281.847V64.1895H288.848V59.4462Z' fill='%23DD1227'/%3E%3Cpath d='M303.951 59.4462H296.95V64.1895H303.951V59.4462Z' fill='%23DD1227'/%3E%3Cpath d='M319.035 59.4462H312.034V64.1895H319.035V59.4462Z' fill='%23DD1227'/%3E%3Cpath d='M288.848 72.8414H281.847V77.5847H288.848V72.8414Z' fill='%23DD1227'/%3E%3Cpath d='M303.951 72.8414H296.95V77.5847H303.951V72.8414Z' fill='%23DD1227'/%3E%3Cpath d='M319.035 72.8414H312.034V77.5847H319.035V72.8414Z' fill='%23DD1227'/%3E%3Cpath d='M456.509 48.859H384.581V28.6145H456.509V48.859ZM389.324 44.1157H451.766V33.3578H389.324V44.1157Z' fill='%23222222'/%3E%3Cpath d='M456.509 95.0212H386.953V90.2779H451.766V33.3578H442.602V28.6145H456.509V95.0212Z' fill='%23222222'/%3E%3Cpath d='M417.288 70.3724L411.091 64.1753L407.518 67.7403L417.288 77.5096L433.572 61.225L430.007 57.66L417.288 70.3724Z' fill='%23DD1227'/%3E%3Cpath d='M427.897 28.6145H415.204V33.3578H427.897V28.6145Z' fill='%23222222'/%3E%3Cpath d='M389.324 95.0194H384.581L384.581 28.6042L398.621 28.6042V33.3475H389.324L389.324 95.0194Z' fill='%23222222'/%3E%3Cpath d='M454.137 44.1157H386.953V48.8591H454.137V44.1157Z' fill='%23222222'/%3E%3Cpath d='M409.227 25.5787H404.484V35.3121H409.227V25.5787Z' fill='%23222222'/%3E%3Cpath d='M437.972 25.5787H433.229V35.3121H437.972V25.5787Z' fill='%23222222'/%3E%3Cpath d='M569.357 94.7219H511.644V27.9767H524.011V32.6944H516.393V90.0042H564.607V32.6944H556.135V27.9767H569.357V94.7219Z' fill='%23222222'/%3E%3Cpath d='M539.184 48.7196L534.929 44.7645L531.7 48.043L539.184 55.1L550.1 43.9784L546.877 40.7L539.184 48.7196Z' fill='%23DD1227'/%3E%3Cpath d='M550.644 27.9767H530.355V32.6944H550.644V27.9767Z' fill='%23222222'/%3E%3Cpath d='M542.875 24.2781H538.125V29.4487H542.875V24.2781Z' fill='%23222222'/%3E%3Cpath d='M550.644 62.3H530.355V67.0176H550.644V62.3Z' fill='%23222222'/%3E%3Cpath d='M550.644 73.6057H530.355V78.3234H550.644V73.6057Z' fill='%23222222'/%3E%3Cpath d='M628.996 95C628.575 95 628.171 94.877 627.802 94.6487C627.171 94.2447 626.802 93.5421 626.802 92.8043V51.9827C626.802 51.0869 627.346 50.2789 628.189 49.9451L643.297 43.9027C643.981 43.6392 644.736 43.7094 645.35 44.1134C645.947 44.5175 646.315 45.2025 646.315 45.9402V86.0066C646.315 86.8673 645.806 87.6577 645.017 88.009L629.908 94.8068C629.627 94.9297 629.312 95 629.013 95H628.996ZM631.189 53.4757V89.4142L641.911 84.5838V49.1898L631.189 53.4757Z' fill='%23222222'/%3E%3Cpath d='M657.809 61.1693V88.2549L646.298 84.4257V45.9402C646.298 44.7282 645.315 43.7446 644.104 43.7446C642.893 43.7446 641.911 44.7282 641.911 45.9402V86.0066C641.911 86.9551 642.507 87.7982 643.42 88.0968L659.318 93.384C659.546 93.4542 659.774 93.4894 660.002 93.4894C660.458 93.4894 660.915 93.3489 661.283 93.0678C661.862 92.6462 662.196 91.9963 662.196 91.2937V61.1693H657.809Z' fill='%23222222'/%3E%3Cpath d='M691.009 95C690.71 95 690.395 94.9297 690.114 94.8068L675.005 88.009C674.216 87.6577 673.707 86.8673 673.707 86.0066V45.9402C673.707 45.2201 674.075 44.535 674.672 44.1134C675.269 43.7094 676.041 43.6216 676.725 43.9027L691.833 49.9451C692.658 50.2789 693.22 51.0869 693.22 51.9827V92.8043C693.22 93.5421 692.851 94.2447 692.219 94.6487C691.851 94.877 691.447 95 691.026 95H691.009ZM678.094 84.5838L688.815 89.4142V53.4757L678.094 49.1898V84.5838Z' fill='%23222222'/%3E%3Cpath d='M660.002 93.4894C659.546 93.4894 659.09 93.3489 658.721 93.0678C658.142 92.6462 657.809 91.9963 657.809 91.2937V84.4257C657.809 83.2137 658.792 82.23 660.002 82.23C661.213 82.23 662.196 83.2137 662.196 84.4257V88.2549L673.707 84.4257V45.9402C673.707 44.7282 674.69 43.7446 675.9 43.7446C677.111 43.7446 678.094 44.7282 678.094 45.9402V86.0066C678.094 86.9551 677.497 87.7982 676.585 88.0968L660.687 93.384C660.459 93.4542 660.23 93.4894 660.002 93.4894Z' fill='%23222222'/%3E%3Cpath d='M660.002 56.6023L650.842 46.3969C648.087 43.85 646.508 40.2491 646.508 36.5077C646.508 29.06 652.562 23 660.002 23C667.442 23 673.496 29.06 673.496 36.5077C673.496 40.2491 671.917 43.85 669.162 46.3969L660.02 56.6023H660.002ZM660.002 27.3913C654.984 27.3913 650.895 31.484 650.895 36.5077C650.895 39.0546 651.983 41.4962 653.878 43.2352L654.036 43.3933L660.002 50.0329L666.126 43.2352C668.021 41.5138 669.109 39.0546 669.109 36.5077C669.109 31.484 665.021 27.3913 660.002 27.3913Z' fill='%23222222'/%3E%3Cpath d='M662.195 33.3284H657.809V39.2479H662.195V33.3284Z' fill='%23DD1227'/%3E%3Cpath d='M801.837 94.6292H745.5V90.2412H797.477V30.7587H749.86V92.4352H745.5V26.3708H801.837V94.6292Z' fill='%23222222'/%3E%3Cpath d='M786.471 40.9387H762.366V45.3266H786.471V40.9387Z' fill='%23222222'/%3E%3Cpath d='M786.471 51.9084H762.366V56.2964H786.471V51.9084Z' fill='%23222222'/%3E%3Cpath d='M786.471 62.8958H762.366V67.2837H786.471V62.8958Z' fill='%23222222'/%3E%3Cpath d='M786.471 74.0411H762.366V78.429H786.471V74.0411Z' fill='%23222222'/%3E%3Cpath d='M820.5 93.9622H806.704V47.345H820.5V93.9622ZM811.064 89.5743H816.14V51.7329H811.064V89.5743Z' fill='%23222222'/%3E%3Cpath d='M818.407 51.2942H809.25V40.1138H818.407V51.2942ZM812.738 47.7838H814.919V43.6241H812.738V47.7838Z' fill='%23222222'/%3E%3Cpath d='M815.337 34.0058H811.849V40.0786H815.337V34.0058Z' fill='%23DD1227'/%3E%3Cg clip-path='url(%23clip0_2_359)'%3E%3Cpath d='M898.372 94.5V38.3245L898.796 37.7167C899.127 37.2562 906.976 26.4816 922.38 26.4816C924.499 26.4816 926.673 26.6842 928.866 27.1078L930.745 27.4577V81.994L928.092 81.5704C928.092 81.5704 926.95 81.4047 925.107 81.4047C920.114 81.4047 910.496 82.6018 902.278 90.6506L898.372 94.4816V94.5ZM902.978 39.8532V84.02C911.97 77.3711 921.533 76.6712 926.157 76.8185V31.344C924.886 31.1782 923.633 31.1045 922.399 31.1045C911.122 31.1045 904.673 37.8456 902.978 39.8532Z' fill='%23222222'/%3E%3Cpath d='M939.7 94.4448H912.043V89.8402H935.094V42.4318H929.363V37.8272H939.7V94.4448Z' fill='%23222222'/%3E%3Cpath d='M900.675 94.4448H861.3V37.8272H900.675V42.4318H865.906V89.8402H900.675V94.4448Z' fill='%23222222'/%3E%3Cpath d='M887.464 55.2508H874.4V59.8554H887.464V55.2508Z' fill='%23DD1227'/%3E%3Cpath d='M887.538 67.9962H874.235V72.6008H887.538V67.9962Z' fill='%23DD1227'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_2_359)'%3E%3Cpath d='M1058.41 83.928H982.3V29.1H1060.7V83.928H1056.12V33.666H986.883V79.362H1058.41V83.928Z' fill='%23222222'/%3E%3Cpath d='M1040.83 89.334H1003.05V93.9H1040.83V89.334Z' fill='%23222222'/%3E%3Cpath d='M1012.02 80.7315L1007.65 90.7079L1011.85 92.5344L1016.22 82.5581L1012.02 80.7315Z' fill='%23222222'/%3E%3Cpath d='M1031.85 80.7242L1027.65 82.5507L1032.02 92.527L1036.22 90.7005L1031.85 80.7242Z' fill='%23222222'/%3E%3Crect x='1011.5' y='46.6061' width='6.4' height='6.4' fill='%23222222'/%3E%3Crect x='1025.1' y='46.6061' width='6.4' height='6.4' fill='%23DD1227'/%3E%3Crect x='1011.5' y='60.0219' width='6.4' height='6.4' fill='%23DD1227'/%3E%3Crect x='1025.1' y='60.0219' width='6.4' height='6.4' fill='%23DD1227'/%3E%3C/g%3E%3Cpath d='M1173.56 47.0641H1107.1V51.2274H1173.56V47.0641Z' fill='%23DD1227'/%3E%3Cpath d='M1174.5 85.2046H1104.42V33.7954H1176.58V85.2046H1172.42V37.9587H1108.58V81.0413H1174.5V85.2046Z' fill='%23222222'/%3E%3Cpath d='M1124.14 55.9881H1118.76V60.1514H1124.14V55.9881Z' fill='%23222222'/%3E%3Cpath d='M1133.66 55.9881H1128.29V60.1514H1133.66V55.9881Z' fill='%23222222'/%3E%3Cpath d='M1143.19 55.9881H1137.81V60.1514H1143.19V55.9881Z' fill='%23222222'/%3E%3Cpath d='M1152.72 55.9881H1147.34V60.1514H1152.72V55.9881Z' fill='%23222222'/%3E%3Cpath d='M1162.24 55.9881H1156.86V60.1514H1162.24V55.9881Z' fill='%23222222'/%3E%3Cpath d='M1162.29 76.0413H1150.42V67.9008H1162.29V76.0413ZM1153.49 73.2498H1159.21V70.7681H1153.49V73.2498Z' fill='%23DD1227'/%3E%3Ccircle cx='60.5001' cy='180' r='34' stroke='%23222222' stroke-width='4.8'/%3E%3Cpath d='M50.8093 196.276H56.0101V186.143H63.7265C69.166 186.143 73.5907 181.642 73.5907 176.109C73.5907 170.577 69.166 166.076 63.7265 166.076H50.8093V196.276ZM56.0101 171.381H63.7265C66.2933 171.381 68.3825 173.506 68.3825 176.117C68.3825 178.728 66.2933 180.853 63.7265 180.853H56.0101V171.381Z' fill='%23DD1227'/%3E%3Cpath d='M212.444 216.051L199.291 202.695C193.237 207.788 185.669 210.57 177.671 210.57C159.16 210.59 144.105 195.536 144.105 177.004C144.105 158.472 159.16 143.438 177.692 143.438C196.223 143.438 211.278 158.493 211.278 177.004C211.278 181.463 210.419 185.799 208.721 189.89L203.996 187.927C205.428 184.47 206.164 180.788 206.164 177.004C206.164 161.315 193.401 148.552 177.692 148.552C161.983 148.552 149.219 161.315 149.219 177.004C149.219 192.692 161.983 205.476 177.692 205.476C185.178 205.476 192.255 202.592 197.614 197.336L199.435 195.556L216.085 212.472L212.444 216.072V216.051Z' fill='%23222222'/%3E%3Cpath d='M158.969 174.951C158.969 165.783 166.401 158.351 175.569 158.351' stroke='%23DD1227' stroke-width='4.8'/%3E%3Cpath d='M289.205 187.75L271.954 204.474L275.026 207.643L292.277 190.919L289.205 187.75Z' fill='%23DD1227'/%3E%3Cpath d='M300.509 214.914C296.307 214.914 292.106 214.155 288.063 212.689L286.05 211.948L288.787 203.739L292.971 205.134L291.611 209.211C294.524 210.077 297.508 210.5 300.509 210.5C300.809 210.5 301.127 210.5 301.444 210.483L301.903 203.562L313.378 201.25L315.991 206.458C318.904 204.851 321.517 202.821 323.794 200.402L319.345 195.318L325.824 185.573L331.173 187.356C332.003 184.461 332.444 181.513 332.444 178.565C332.444 178.265 332.444 177.947 332.427 177.629L325.859 177.188L323.547 165.713L328.49 163.241C326.919 160.364 324.888 157.733 322.523 155.474L317.633 159.764L307.888 153.285L309.636 148.006C306.458 147.053 303.157 146.576 299.926 146.647L299.485 153.249L288.01 155.544L285.45 150.425C282.555 151.978 279.889 153.991 277.594 156.357L282.043 161.458L275.564 171.203L269.968 169.332C269.05 172.351 268.573 175.44 268.573 178.565C268.573 178.759 268.573 178.953 268.573 179.147L275.529 179.606L277.824 191.081L270.48 194.753L268.503 190.799L272.846 188.627L271.875 183.773L264.442 183.278L264.301 181.372C264.231 180.436 264.16 179.5 264.16 178.547C264.16 174.204 264.954 169.897 266.508 165.748L267.249 163.771L273.746 165.942L276.482 161.829L271.698 156.339L272.951 154.891C276.394 150.902 280.737 147.636 285.521 145.464L287.463 144.582L290.446 150.548L295.301 149.578L295.778 142.516L297.667 142.357C302.804 141.933 308.17 142.657 313.202 144.546L315.197 145.288L313.149 151.466L317.28 154.203L322.541 149.613L323.988 150.831C327.978 154.203 331.261 158.528 333.468 163.294L334.368 165.236L328.543 168.149L329.514 173.004L336.522 173.481L336.681 175.369C336.752 176.235 336.84 177.364 336.84 178.582C336.84 182.731 336.099 186.88 334.651 190.922L333.927 192.952L327.625 190.852L324.888 194.965L329.637 200.385L328.437 201.832C325.03 205.91 320.828 209.141 315.973 211.436L314.031 212.354L310.977 206.246L306.123 207.217L305.628 214.578L303.757 214.755C302.539 214.861 301.515 214.914 300.544 214.914H300.509Z' fill='%23222222'/%3E%3Cpath d='M300.509 195.336C291.276 195.336 283.756 187.815 283.756 178.582C283.756 169.35 291.276 161.829 300.509 161.829C309.742 161.829 317.262 169.35 317.262 178.582C317.262 187.815 309.742 195.336 300.509 195.336ZM300.509 166.225C293.695 166.225 288.169 171.768 288.169 178.565C288.169 185.361 293.712 190.905 300.509 190.905C307.306 190.905 312.849 185.361 312.849 178.565C312.849 171.768 307.306 166.225 300.509 166.225Z' fill='%23222222'/%3E%3Cpath d='M424.601 217.624H417.254C405.622 217.624 396.158 208.16 396.158 196.528V171.291C396.158 159.659 405.622 150.195 417.254 150.195H424.601C436.233 150.195 445.697 159.659 445.697 171.291V196.528C445.697 208.16 436.233 217.624 424.601 217.624ZM417.254 154.586C408.036 154.586 400.532 162.09 400.532 171.308V196.545C400.532 205.764 408.036 213.268 417.254 213.268H424.601C433.819 213.268 441.324 205.764 441.324 196.545V171.308C441.324 162.09 433.819 154.586 424.601 154.586H417.254Z' fill='%23222222'/%3E%3Cpath d='M442.86 171.871H399.345V176.244H442.86V171.871Z' fill='%23222222'/%3E%3Cpath d='M423.289 158.914H418.916V175.778H423.289V158.914Z' fill='%23222222'/%3E%3Cpath d='M423.289 139.514H418.916V153.589H423.289V139.514Z' fill='%23222222'/%3E%3Cpath d='M405.634 142.069L404.308 146.42L408.491 147.695L409.817 143.344L405.634 142.069Z' fill='%23DD1227'/%3E%3Cpath d='M399.345 143.936L396.264 147.039L400.211 150.958L403.292 147.855L399.345 143.936Z' fill='%23DD1227'/%3E%3Cpath d='M398.16 151.755L393.273 152.43L393.871 156.762L398.758 156.087L398.16 151.755Z' fill='%23DD1227'/%3E%3Cpath d='M543.714 163.82H540.051V177.612H543.714V163.82Z' fill='%23DD1227'/%3E%3Cpath d='M538.48 182.037L531.022 190.608L533.777 193.038L541.234 184.467L538.48 182.037Z' fill='%23DD1227'/%3E%3Cpath d='M541.058 210.229C524.944 210.229 511.814 197.027 511.814 180.783C511.814 164.539 524.944 151.356 541.058 151.356C557.173 151.356 570.303 164.558 570.303 180.802C570.303 197.046 557.192 210.248 541.058 210.248V210.229ZM541.058 155.947C527.452 155.947 516.392 167.084 516.392 180.783C516.392 194.483 527.452 205.62 541.058 205.62C554.664 205.62 565.725 194.483 565.725 180.783C565.725 167.084 554.664 155.947 541.058 155.947Z' fill='%23222222'/%3E%3Cpath d='M571.933 169.425L568.417 166.457C569.937 164.631 570.779 162.29 570.779 159.874C570.779 154.288 566.384 149.752 560.964 149.752C558.089 149.752 555.379 151.042 553.511 153.292L549.995 150.342C552.742 147.041 556.734 145.142 560.964 145.142C568.893 145.142 575.357 151.762 575.357 159.874C575.357 163.378 574.149 166.77 571.933 169.425Z' fill='%23222222'/%3E%3Cpath d='M509.067 169.425C506.851 166.77 505.643 163.378 505.643 159.874C505.643 151.762 512.107 145.142 520.036 145.142C524.266 145.142 528.258 147.041 531.005 150.342L527.489 153.292C525.621 151.042 522.911 149.752 520.036 149.752C514.634 149.752 510.221 154.288 510.221 159.874C510.221 162.29 511.063 164.631 512.583 166.457L509.067 169.407V169.425Z' fill='%23222222'/%3E%3Cpath d='M521.747 206.634L517.96 212.269L521.751 214.852L525.538 209.218L521.747 206.634Z' fill='%23222222'/%3E%3Cpath d='M560.506 206.636L556.715 209.22L560.503 214.854L564.294 212.27L560.506 206.636Z' fill='%23222222'/%3E%3Cpath d='M541.89 184.546C541.021 184.546 540.168 184.229 539.494 183.671C538.73 183.023 538.265 182.118 538.176 181.122C538.086 180.127 538.4 179.162 539.029 178.392C540.302 176.869 542.759 176.658 544.272 177.94C545.036 178.573 545.5 179.478 545.59 180.474C545.68 181.469 545.365 182.434 544.736 183.204C544.032 184.048 542.999 184.546 541.89 184.546Z' fill='%23222222'/%3E%3Cpath d='M665.939 218.473V196.248H670.786V205.411L679.162 196.248H691.867V153.975H629.133V196.248H657.989V201.095H624.286V149.128H696.714V201.095H681.702L665.939 218.473Z' fill='%23222222'/%3E%3Crect x='643.7' y='172.76' width='6.40001' height='6.4' fill='%23222222'/%3E%3Crect x='657.3' y='172.76' width='6.40001' height='6.4' fill='%23DD1227'/%3E%3Crect x='670.9' y='172.76' width='6.40001' height='6.4' fill='%23DD1227'/%3E%3Cg clip-path='url(%23clip2_2_359)'%3E%3Cpath d='M782.519 156.421H778.977V139L795.025 146.507L785.07 151L783.617 147.737L786.487 146.453L782.519 144.581V156.421Z' fill='%23DD1227'/%3E%3Cpath d='M807.512 208.489H789.463V212.947H807.512V208.489Z' fill='%23222222'/%3E%3Cpath d='M820 210.718H815.572V175.857H797.239V171.4H820V210.718Z' fill='%23222222'/%3E%3Cpath d='M745.428 210.718H741V171.4H763.885V175.857H745.428V210.718Z' fill='%23222222'/%3E%3Cpath d='M769.27 208.489H752.23V212.947H769.27V208.489Z' fill='%23222222'/%3E%3Cpath d='M799.453 213H787.674V208.542H795.025V167.245L780.73 158.971L766.099 167.245V208.542H773.539V213H761.671V164.641L780.748 153.854L799.453 164.659V213Z' fill='%23222222'/%3E%3Cpath d='M781.421 181.67C776.585 181.67 772.653 177.712 772.653 172.844C772.653 167.976 776.585 164.017 781.421 164.017C786.257 164.017 790.189 167.976 790.189 172.844C790.189 177.712 786.257 181.67 781.421 181.67ZM781.421 167.584C778.534 167.584 776.196 169.937 776.196 172.844C776.196 175.75 778.534 178.104 781.421 178.104C784.308 178.104 786.646 175.75 786.646 172.844C786.646 169.937 784.308 167.584 781.421 167.584Z' fill='%23222222'/%3E%3Cpath d='M783.192 174.181H778.888V171.507H780.535V169.242H783.192V174.181Z' fill='%23222222'/%3E%3Cpath d='M789.445 212.982H785.903V201.213C785.903 198.271 783.529 195.882 780.606 195.882C777.684 195.882 775.31 198.271 775.31 201.213V212.982H771.768V201.213C771.768 196.31 775.735 192.316 780.606 192.316C785.477 192.316 789.445 196.31 789.445 201.213V212.982Z' fill='%23222222'/%3E%3C/g%3E%3Cg clip-path='url(%23clip3_2_359)'%3E%3Cpath d='M900.739 172.797H899.261C892.673 172.797 887.314 167.474 887.314 160.933V155.038C887.314 148.497 892.673 143.174 899.261 143.174H900.739C907.327 143.174 912.686 148.497 912.686 155.038V160.933C912.686 167.474 907.327 172.797 900.739 172.797ZM899.261 146.84C894.693 146.84 890.974 150.521 890.974 155.038V160.933C890.974 165.45 894.693 169.131 899.261 169.131H900.739C905.307 169.131 909.026 165.45 909.026 160.933V155.038C909.026 150.521 905.307 146.84 900.739 146.84H899.261Z' fill='%23222222'/%3E%3Cpath d='M920.692 183.29L919.201 176.676L906.581 170.819L909.06 167.428L922.937 174.209L924.78 182.367L920.692 183.29Z' fill='%23222222'/%3E%3Cpath d='M879.774 183.29L875.686 182.367L877.545 174.209L890.348 167.428L892.828 170.819L881.281 176.676L879.774 183.29Z' fill='%23222222'/%3E%3Cpath d='M924.902 213H874.25L868.286 180.738H931.218L924.919 213H924.902ZM877.718 208.804H921.451L926.109 184.935H873.312L877.718 208.804Z' fill='%23222222'/%3E%3Cpath d='M883.742 208.804H864.057V213H883.742V208.804Z' fill='%23222222'/%3E%3Cpath d='M900.444 201.133C897.227 201.133 894.714 199.253 894.714 196.869C894.714 194.486 897.227 192.606 900.444 192.606C903.661 192.606 906.174 194.486 906.174 196.869C906.174 199.253 903.661 201.133 900.444 201.133ZM900.444 195.123C898.601 195.123 897.227 196.047 897.227 196.869C897.227 197.692 898.601 198.615 900.444 198.615C902.287 198.615 903.661 197.692 903.661 196.869C903.661 196.047 902.287 195.123 900.444 195.123Z' fill='%23DD1227'/%3E%3Cpath d='M935.626 208.804H915.857V213H935.626V208.804Z' fill='%23222222'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_359'%3E%3Crect width='78.4' height='68' fill='white' transform='translate(861.3 26.5)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_2_359'%3E%3Crect width='78.4' height='64.8' fill='white' transform='translate(982.3 29.1)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_2_359'%3E%3Crect width='79' height='74' fill='white' transform='translate(741 139)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_2_359'%3E%3Crect width='74' height='73' fill='white' transform='translate(863 140)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.ir-icon__md.icon1 {
  background-position: calc(120px * 0) 0;
}

.ir-icon__md.icon2 {
  background-position: calc(120px * -1) 0;
}

.ir-icon__md.icon3 {
  background-position: calc(120px * -2) 0;
}

.ir-icon__md.icon4 {
  background-position: calc(120px * -3) 0;
}

.ir-icon__md.icon5 {
  background-position: calc(120px * -4) 0;
}

.ir-icon__md.icon6 {
  background-position: calc(120px * -5) 0;
}

.ir-icon__md.icon7 {
  background-position: calc(120px * -6) 0;
}

.ir-icon__md.icon8 {
  background-position: calc(120px * -7) 0;
}

.ir-icon__md.icon9 {
  background-position: calc(120px * -8) 0;
}

.ir-icon__md.icon10 {
  background-position: calc(120px * -9) 0;
}

.ir-icon__md.icon11 {
  background-position: calc(120px * 0) -120px;
}

.ir-icon__md.icon12 {
  background-position: calc(120px * -1) -120px;
}

.ir-icon__md.icon13 {
  background-position: calc(120px * -2) -120px;
}

.ir-icon__md.icon14 {
  background-position: calc(120px * -3) -120px;
}

.ir-icon__md.icon15 {
  background-position: calc(120px * -4) -120px;
}

.ir-icon__md.icon16 {
  background-position: calc(120px * -5) -120px;
}

.ir-icon__md.icon17 {
  background-position: calc(120px * -6) -120px;
}

.ir-icon__md.icon18 {
  background-position: calc(120px * -7) -120px;
}

.ir-icon__md.icon19 {
  background-position: calc(120px * -8) -120px;
}

.ir-icon__md.icon20 {
  background-position: calc(120px * -9) -120px;
}

.ui-topbox {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}
.ui-topbox .inner {
  position: relative;
  display: flex;
  gap: 60px;
  min-height: 140px;
  background: linear-gradient(143deg, #FCF8F8 10.48%, #FAFAFE 90.5%);
}
.ui-topbox .inner .circle {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
}
.ui-topbox .inner .circle .ir-icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 30px 0 0 60px;
}
@media (max-width: 767px) {
  .ui-topbox .inner .circle {
    display: none;
  }
}
.ui-topbox .inner .txtwrap {
  width: 100%;
  height: 100%;
  margin: 50px 60px 50px 0;
}
.ui-topbox .inner .txtwrap .h-box {
  display: block;
  margin-bottom: 5px;
  color: rgb(34, 34, 34);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: bold;
}
.ui-topbox .inner .txtwrap .con-box p {
  margin: 0;
  letter-spacing: -0.01em;
}
.ui-topbox .inner .txtwrap .con-box p + p {
  margin-top: 10px;
}
.ui-topbox .inner .txtwrap .con-box .border {
  margin: 5px 0 10px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.ui-topbox .inner .txtwrap .con-box .link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .ui-topbox .inner .txtwrap {
    margin: 30px 20px 40px;
  }
}

/* Tob-box End */
/* 문단스타일 */
.m_5 {
  margin: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

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

.mb_15 {
  margin-bottom: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

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

.mb_20 {
  margin-bottom: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

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

.mb_25 {
  margin-bottom: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

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

.mb_30 {
  margin-bottom: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

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

.mb_35 {
  margin-bottom: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

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

.mb_40 {
  margin-bottom: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

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

.mb_45 {
  margin-bottom: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

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

.mb_50 {
  margin-bottom: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.text-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

.txt-check + .txt-check {
  margin-top: 5px;
}

.txt-check, .txt-fouse, .txt-tip {
  position: relative;
  text-align: left;
}

.txt-tip {
  padding-left: 20px;
}

.txt-tip:before {
  top: 12px;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99996 0.041687C6.52637 0.041687 4.28594 1.04507 2.66546 2.66552L2.66546 2.66552C1.04501 4.286 0.041626 6.52644 0.041626 9.00002C0.041626 11.4736 1.04501 13.714 2.66546 15.3345L3.07692 14.923L2.66546 15.3345C4.28593 16.955 6.52637 17.9584 8.99996 17.9584C11.4735 17.9584 13.714 16.955 15.3344 15.3345C16.9549 13.714 17.9583 11.4736 17.9583 9.00002C17.9583 6.52643 16.9549 4.286 15.3344 2.66552L14.9265 3.07347L15.3344 2.66552C13.714 1.04507 11.4735 0.041687 8.99996 0.041687ZM3.54935 3.5494L3.54934 3.54941C2.15372 4.94505 1.29163 6.87128 1.29163 9.00002C1.29163 11.1288 2.15373 13.055 3.54934 14.4506C4.94498 15.8462 6.87121 16.7084 8.99996 16.7084C11.1287 16.7084 13.0549 15.8462 14.4506 14.4506C15.8462 13.055 16.7083 11.1288 16.7083 9.00002C16.7083 6.87127 15.8462 4.94504 14.4506 3.5494C13.0549 2.15379 11.1287 1.29169 8.99996 1.29169C6.87121 1.29169 4.94499 2.15378 3.54935 3.5494ZM10.0417 4.62498C10.0417 4.04969 9.57533 3.58331 9.00004 3.58331C8.42475 3.58331 7.95837 4.04969 7.95837 4.62498C7.95837 5.20027 8.42475 5.66665 9.00004 5.66665C9.57533 5.66665 10.0417 5.20027 10.0417 4.62498ZM7.75 7.33331C7.75 6.98813 8.02982 6.70831 8.375 6.70831H8.79167H9.20833H9.83333V7.33331V12.5417H10.6667C11.0118 12.5417 11.2917 12.8215 11.2917 13.1667C11.2917 13.5119 11.0118 13.7917 10.6667 13.7917H7.75C7.40482 13.7917 7.125 13.5119 7.125 13.1667C7.125 12.8215 7.40482 12.5417 7.75 12.5417H8.58333V7.95831H8.375C8.02982 7.95831 7.75 7.67849 7.75 7.33331Z' fill='%23FF4C13'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.txt-fouse {
  padding-left: 20px;
  color: #1983aa !important;
}

.txt-fouse:before {
  top: 1px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99996 0.041687C6.52637 0.041687 4.28594 1.04507 2.66546 2.66552L2.66546 2.66552C1.04501 4.286 0.041626 6.52644 0.041626 9.00002C0.041626 11.4736 1.04501 13.714 2.66546 15.3345L3.07692 14.923L2.66546 15.3345C4.28593 16.955 6.52637 17.9584 8.99996 17.9584C11.4735 17.9584 13.714 16.955 15.3344 15.3345C16.9549 13.714 17.9583 11.4736 17.9583 9.00002C17.9583 6.52643 16.9549 4.286 15.3344 2.66552L14.9265 3.07347L15.3344 2.66552C13.714 1.04507 11.4735 0.041687 8.99996 0.041687ZM3.54935 3.5494L3.54934 3.54941C2.15372 4.94505 1.29163 6.87128 1.29163 9.00002C1.29163 11.1288 2.15373 13.055 3.54934 14.4506C4.94498 15.8462 6.87121 16.7084 8.99996 16.7084C11.1287 16.7084 13.0549 15.8462 14.4506 14.4506C15.8462 13.055 16.7083 11.1288 16.7083 9.00002C16.7083 6.87127 15.8462 4.94504 14.4506 3.5494C13.0549 2.15379 11.1287 1.29169 8.99996 1.29169C6.87121 1.29169 4.94499 2.15378 3.54935 3.5494ZM10.0417 4.62498C10.0417 4.04969 9.57533 3.58331 9.00004 3.58331C8.42475 3.58331 7.95837 4.04969 7.95837 4.62498C7.95837 5.20027 8.42475 5.66665 9.00004 5.66665C9.57533 5.66665 10.0417 5.20027 10.0417 4.62498ZM7.75 7.33331C7.75 6.98813 8.02982 6.70831 8.375 6.70831H8.79167H9.20833H9.83333V7.33331V12.5417H10.6667C11.0118 12.5417 11.2917 12.8215 11.2917 13.1667C11.2917 13.5119 11.0118 13.7917 10.6667 13.7917H7.75C7.40482 13.7917 7.125 13.5119 7.125 13.1667C7.125 12.8215 7.40482 12.5417 7.75 12.5417H8.58333V7.95831H8.375C8.02982 7.95831 7.75 7.67849 7.75 7.33331Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.txt-check {
  padding-left: 20px;
  color: rgb(221, 18, 39) !important;
}

.txt-check:before {
  top: 6px;
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.36 1.56233L14.1651 0.518175L9.1117 6.29355L8.51425 5.8159L7.52246 7.05524L9.3053 8.48182L15.36 1.56233Z' fill='rgb(221, 18, 39)'/%3E%3Cpath d='M0 5.59612L3.76324 8.46834L9.80599 1.56233L8.61109 0.518175L3.54584 6.30703L0.961636 4.33457L0 5.59612Z' fill='rgb(221, 18, 39)'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.h2, .h3, .h4, .h5, .h6 {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.h5, .h6 {
  font-weight: 400;
}

.h2::before, .h3::before, .h4::before, .h5::before, .h6::before, .list-1st dd:before, .list-1st li:before, .txt-check:before, .txt-fouse:before, .txt-tip:before, .txt_bul:before {
  content: "";
  position: absolute;
  left: 0;
}

.list-2st, .list-3st {
  margin: 5px 0;
}

.list-1st > li, .list-2st > li, .list-3st > li, .txt_bul, .txt_bul2, .txt_bul3 {
  position: relative;
  margin-top: 5px;
  color: #444;
  font-size: 16px;
  line-height: 1.46;
}

.list-1st > li:first-child, .list-2st > li:first-child, .list-3st > li:first-child {
  margin: 0;
}

.list-1st > li .txt-check {
  margin: 0;
  padding-left: 15px;
  font-size: 0.9em !important;
}

.list-1st > li .txt-check::before {
  top: 6px;
  width: 10px;
  height: 6px;
}

.h2 + .h3, .h2 + .h4, .h2 + .h5, .h2 + .h6, .h3 + .h4, .h3 + .h5, .h3 + .h6, .h4 + .h5, .h4 + .h6, .h5 + .h6 {
  margin-top: 0;
}

.h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 0;
}

.h4, .h5, .h6, .txt-h4, .txt-h5, .txt-h6 {
  padding-left: 16px;
}

.h2 + .list-1st, .h3 + .list-1st, .h4 + .list-1st, .h5 + .list-1st, .h6 + .list-1st {
  margin: 0;
}

p + .list-1st {
  margin-top: 10px;
}

.h2:first-child, .h3:first-child {
  margin: 0 0 10px;
}

.h2 {
  margin: 30px 0 10px;
  color: rgb(0, 0, 0);
  font-size: 25px;
}

.h3 {
  margin: 25px 0 10px;
  color: rgb(0, 32, 120);
  font-size: 19px;
}

.h4 {
  margin: 20px 0 5px;
  color: rgb(221, 18, 39);
  font-size: 16px;
}

.h5 {
  margin: 20px 0 5px;
  color: rgb(0, 32, 120);
  font-size: 16px;
}

.h6 {
  margin: 20px 0 5px;
  color: #222;
  font-size: 16px;
}

.h4:before {
  left: 3px;
  top: 2px;
  width: 5px;
  height: 13px;
  background: rgb(221, 18, 39);
}

.h5:before {
  left: 3px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.25' y='1.25' width='5.5' height='5.5' stroke='%230A2365' stroke-width='2.5'/%3E%3C/svg%3E%0A");
}

.h6:before {
  left: 4px;
  top: 8px;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background: #001F4C;
}

p {
  margin: 10px 0 0;
  color: rgb(68, 68, 68);
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: 0.01em;
}

.list-1st.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 0;
}
.list-1st.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.list-1st.col2 > li.long {
  width: 100%;
}
.list-1st .list-2st {
  margin-left: -14px;
}
.list-1st > dd, .list-1st > li {
  padding-left: 14px;
}
.list-1st > dd::before, .list-1st > li::before {
  left: 6px;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: rgb(0, 0, 0);
}

.list-2st > dd, .list-2st > li {
  padding-left: 14px;
}
.list-2st > dd::before, .list-2st > li::before {
  left: 6px;
  top: 7px;
  width: 3px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='6' viewBox='0 0 3 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.09484e-05 4.81051L0.658323 5.5L2.99999 3L0.658325 0.5L0 1.18949L1.68338 3L0.430286 4.3125L4.09484e-05 4.81051Z' fill='black'/%3E%3C/svg%3E%0A");
}

.list-3st > dd, .list-3st > li {
  padding-left: 10px;
}
.list-3st > dd::before, .list-3st > li::before {
  left: 0;
  top: 10px;
  width: 5px;
  height: 1px;
  background: #999;
}

.num-list > li {
  position: relative;
  padding-left: 19px;
  color: #444;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: 0.01em;
}
.num-list > li + li {
  margin-top: 2px;
}
.num-list > li span {
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgb(0, 0, 0);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.num-list.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px 0;
}
.num-list.col2 > li {
  margin: 0;
  width: calc(50% - 10px);
}
.num-list.col2 > li.long {
  width: 100%;
}

@media (max-width: 767px) {
  .list-1st.col2,
  .num-list.col2 {
    flex-direction: column;
  }
  .list-1st.col2 > li,
  .num-list.col2 > li {
    width: 100%;
  }
}
/* 문단 스타일 End */
/* 버튼 */
.ir-bbs {
  background: url(/pcms/dist/img/ir-bbs.png) no-repeat;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 8px 13px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  transition: 0.3s;
  text-transform: initial;
  text-align: left;
}
.btn .ir {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.btn.btn-icon {
  padding: 7.5px 37px 7.5px 15px;
}
.btn.btn-lg {
  padding: 15px 20px;
}
.btn.btn-lg.btn-icon {
  min-width: 192px;
  padding: 14.5px 84px 14.5px 19px;
}
.btn.btn-only-icon {
  padding: 20px;
}
.btn.btn-only-icon .ir {
  right: 50% !important;
  transform: translate(50%, -50%) !important;
}

.ir-arrow,
.ir-download,
.ir-link {
  right: 12px;
}

.btn-lg .ir-arrow,
.btn-lg .ir-download,
.btn-lg .ir-link {
  right: 18px;
}

/* nomal ver. */
.btn-primary, .btn-primary:link, .btn-primary:visited {
  border: 1px solid rgb(0, 0, 0);
  background: #fff;
  color: rgb(0, 0, 0);
}

.btn-primary.btn-only-icon, .btn-primary.btn-only-icon:link, .btn-primary.btn-only-icon:visited {
  border: 0;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.btn-primary.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16953 14.1392L6.43028 15.4L12.8303 9.00001L6.43029 2.60001L5.16945 3.86078L10.3087 9.00001L7.90875 11.4L5.16953 14.1392Z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:focus .ir-arrow, .btn-primary.btn-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16953 14.1392L6.43028 15.4L12.8303 9.00001L6.43029 2.60001L5.16945 3.86078L10.3087 9.00001L7.90875 11.4L5.16953 14.1392Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon .ir-download, .btn-noline.btn-icon .ir-download, .btn-primary.btn-only-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02808 12.5773L4.5412 8.37101L5.60787 7.37104L8.1999 9.801L8.1999 3H9.7999L9.7999 9.85403L12.4784 7.34304L13.545 8.34302L9.02808 12.5773Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M14.5999 13.4H3.3999V15H14.5999V13.4Z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:focus .ir-download, .btn-primary.btn-icon:hover .ir-download, .btn-primary.btn-only-icon:focus .ir-download, .btn-primary.btn-only-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02808 12.5773L4.5412 8.37101L5.60787 7.37104L8.1999 9.801L8.1999 3H9.7999L9.7999 9.85403L12.4784 7.34304L13.545 8.34302L9.02808 12.5773Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M14.5999 13.4H3.3999V15H14.5999V13.4Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon .ir-link, .btn-noline.btn-icon .ir-link, .btn-primary.btn-only-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 3H3V15H15V9.4H13.4V13.4H4.6V4.6H8.6V3Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M10.2 3H15V4.6H10.2V3Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M15 3V7.8H13.4V3L15 3Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M14.2206 4.8748L9.6227 9.47271L8.54777 8.39777L13.1457 3.79987L14.2206 4.8748Z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E%0A");
}

.btn-primary.btn-icon:focus .ir-link, .btn-primary.btn-icon:hover .ir-link, .btn-primary.btn-only-icon:focus .ir-link, .btn-primary.btn-only-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 3H3V15H15V9.4H13.4V13.4H4.6V4.6H8.6V3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M10.2 3H15V4.6H10.2V3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M15 3V7.8H13.4V3L15 3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M14.2206 4.8748L9.6227 9.47271L8.54777 8.39777L13.1457 3.79987L14.2206 4.8748Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
}

/* nomal ver. End */
/* ov ver. */
.btn-default, .btn-default:link, .btn-default:visited {
  border: 1px solid rgb(0, 0, 0);
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.btn-default:active, .btn-default:focus, .btn-default:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.btn-default.btn-icon .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16953 14.1392L6.43028 15.4L12.8303 9.00001L6.43029 2.60001L5.16945 3.86078L10.3087 9.00001L7.90875 11.4L5.16953 14.1392Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:focus .ir-arrow, .btn-default.btn-icon:hover .ir-arrow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16953 14.1392L6.43028 15.4L12.8303 9.00001L6.43029 2.60001L5.16945 3.86078L10.3087 9.00001L7.90875 11.4L5.16953 14.1392Z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon .ir-download, .btn-default.btn-only-icon .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02808 12.5773L4.5412 8.37101L5.60787 7.37104L8.1999 9.801L8.1999 3H9.7999L9.7999 9.85403L12.4784 7.34304L13.545 8.34302L9.02808 12.5773Z' fill='rgba(255,255,255,1)'/%3E%3Cpath d='M14.5999 13.4H3.3999V15H14.5999V13.4Z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:focus .ir-download, .btn-default.btn-icon:hover .ir-download, .btn-default.btn-only-icon:focus .ir-download, .btn-default.btn-only-icon:hover .ir-download {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.02808 12.5773L4.5412 8.37101L5.60787 7.37104L8.1999 9.801L8.1999 3H9.7999L9.7999 9.85403L12.4784 7.34304L13.545 8.34302L9.02808 12.5773Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M14.5999 13.4H3.3999V15H14.5999V13.4Z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon .ir-link, .btn-default.btn-only-icon .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 3H3V15H15V9.4H13.4V13.4H4.6V4.6H8.6V3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M10.2 3H15V4.6H10.2V3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M15 3V7.8H13.4V3L15 3Z' fill='rgb(255, 255, 255)'/%3E%3Cpath d='M14.2206 4.8748L9.6227 9.47271L8.54777 8.39777L13.1457 3.79987L14.2206 4.8748Z' fill='rgb(255, 255, 255)'/%3E%3C/svg%3E%0A");
}

.btn-default.btn-icon:focus .ir-link, .btn-default.btn-icon:hover .ir-link, .btn-default.btn-only-icon:focus .ir-link, .btn-default.btn-only-icon:hover .ir-link {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6 3H3V15H15V9.4H13.4V13.4H4.6V4.6H8.6V3Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M10.2 3H15V4.6H10.2V3Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M15 3V7.8H13.4V3L15 3Z' fill='rgb(0, 0, 0)'/%3E%3Cpath d='M14.2206 4.8748L9.6227 9.47271L8.54777 8.39777L13.1457 3.79987L14.2206 4.8748Z' fill='rgb(0, 0, 0)'/%3E%3C/svg%3E%0A");
}

/* ov ver. End */
/* link ver. */
.btn.btn-noline {
  display: inline;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  background: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 0.3) 50%);
  background-position: 0 1em;
  background-repeat: repeat-x;
  background-size: 200%;
  color: rgb(0, 0, 0);
  transition: 0.5s ease-in-out;
}

.btn-icon.btn-noline .ir-link, .btn-icon.btn-noline .ir-download {
  position: relative;
  top: -1px;
  bottom: 0;
  transform: none;
  vertical-align: middle;
  margin-left: 5px;
}

.btn.btn-noline:hover, .btn.btn-noline:focus {
  background-position: calc(-100% - 20px) 1em;
}

/* link ver. End */
/* 버튼 End */
/* 테이블 */
.table-responsive.active.mobile, .table-responsive.active.mobile.icon {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 8px 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #fff;
  background-position: 0 0, 100%, 0 0, 100%;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
  min-height: 0.01%;
}

.table-bordered {
  border-top: 2px solid rgb(0, 0, 0);
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.table .th_type {
  background: #FAFAFA;
  color: rgb(34, 34, 34);
}
.table thead > tr > td,
.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > td,
.table tfoot > tr > th {
  padding: 15px 10px;
}
.table td, .table th {
  border: 1px solid #dbdbdb;
  border-top: none;
}
.table td:first-child, .table th:first-child {
  border-left: none;
}
.table td:last-child, .table th:last-child {
  border-right: none;
}
.table th[scope=row], .table th[scope=col] {
  text-align: center !important;
}
.table thead th {
  background: #FAFAFA;
  color: rgb(34, 34, 34);
  font-weight: bold;
}
.table tbody th {
  background: #FAFAFA;
  color: rgb(34, 34, 34);
}
.table tfoot {
  background: #FAFAFA;
  font-weight: 500;
}
.table tfoot th {
  font-weight: bold;
}

.table-responsive.mobile.icon {
  position: relative;
}

.scrollable-icon {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scrollable-icon:before,
.scrollable-icon:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.scrollable-icon:before {
  top: 20px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  animation: scroll-hint-appear 2s linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 22C15 20.343 13.657 19 12 19C10.343 19 9 20.343 9 22V32C9 40.284 15.716 47 24 47C32.284 47 39 40.284 39 32V24C39 22.343 37.657 21 36 21C34.343 21 33 22.343 33 24V22C33 20.343 31.657 19 30 19C28.343 19 27 20.343 27 22V20C27 18.343 25.657 17 24 17C22.343 17 21 18.343 21 20V6C21 4.343 19.657 3 18 3C16.343 3 15 4.343 15 6V29V22Z' stroke='white' stroke-opacity='0.7' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 8H26' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37 5L40 8L37 11' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29 5L26 8L29 11' stroke='white' stroke-opacity='0.5' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.scrollable-icon:after {
  top: 81px;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='29' viewBox='0 0 87 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.0199 5.31V7.77H32.5499V13.56H30.0149V0.749999H32.5499V5.31H34.0199ZM24.8549 6.525C23.8949 7.86 22.4549 8.73 20.6999 8.76V6.48C22.1099 6.345 23.1299 5.085 23.4299 3.42H20.9099V1.125H28.5749V3.42H26.0249C25.9799 3.765 25.9199 4.11 25.8299 4.44L29.1149 6.975L27.6149 8.745L24.8549 6.525ZM25.9799 8.46V10.59C27.1649 10.59 28.4849 10.44 29.2799 10.08V12.45C28.4849 12.81 27.1949 12.96 25.9199 12.96H20.4899V10.59H23.4599V8.46H25.9799ZM41.3986 7.875C37.8286 7.875 35.5036 6.45 35.5036 4.29C35.5036 2.13 37.8286 0.705 41.3986 0.705C44.9686 0.705 47.2936 2.13 47.2936 4.29C47.2936 6.45 44.9686 7.875 41.3986 7.875ZM41.3986 2.97C39.5686 2.97 38.1736 3.42 38.1736 4.29C38.1736 5.145 39.5686 5.61 41.3986 5.61C43.2286 5.61 44.6236 5.145 44.6236 4.29C44.6236 3.42 43.2286 2.97 41.3986 2.97ZM47.8786 8.64V10.98H42.7036V13.86H40.0936V10.98H34.9186V8.64H47.8786ZM57.1173 10.8H62.3073V13.11H49.3473V10.8H54.5373V9.36H50.0673V4.14H59.0973V3.27H50.0373V1.05H61.6023V6.255H52.5723V7.14H61.7523V9.36H57.1173V10.8ZM7.33887 20.625C5.85387 22.635 3.64887 23.91 1.20387 23.925V21.525C3.75387 21.51 6.12387 19.14 6.58887 15.705L9.16887 16.11C9.04887 17.01 8.80887 17.85 8.46387 18.645L13.9239 21.93L12.5889 23.985L7.33887 20.625ZM0.948867 28.11V25.74H13.9089V28.11H0.948867ZM25.0976 24.93V22.89H16.0826V20.535H25.0976V18.42H16.0826V16.05H27.6326V24.93H25.0976ZM15.3776 25.74H28.3376V28.11H15.3776V25.74ZM37.5313 21.345H42.7663V23.025H29.8063V21.345H35.0413V20.835H30.6013V17.655H39.5413V17.205H30.5713V15.75H41.9863V18.945H33.0463V19.395H42.1213V20.835H37.5313V21.345ZM33.0163 26.655V27.105H42.1513V28.56H30.5713V25.365H39.5713V24.915H30.5413V23.475H42.0163V26.655H33.0163ZM49.965 15.705V17.295H52.815V19.605H44.505V17.295H47.37V15.705H49.965ZM57.765 20.43V22.89H56.265V28.56H53.73V15.75H56.265V20.43H57.765ZM48.66 20.13C50.97 20.13 52.38 21.855 52.38 24.12C52.38 26.4 50.97 28.11 48.66 28.11C46.35 28.11 44.94 26.4 44.94 24.12C44.94 21.855 46.35 20.13 48.66 20.13ZM48.66 25.935C49.485 25.935 49.965 25.215 49.965 24.12C49.965 23.025 49.485 22.305 48.66 22.305C47.835 22.305 47.355 23.025 47.355 24.12C47.355 25.215 47.835 25.935 48.66 25.935ZM69.0287 15.75H71.4137V28.56H69.0287V15.75ZM65.6837 19.68V15.81H68.0387V28.335H65.6837V26.94L63.8387 27.84L62.2487 24.6C61.4687 26.745 60.2687 27.885 58.6637 27.96V25.38C60.0887 25.155 60.9287 21.6 60.9287 16.005L63.3287 16.095C63.3287 18.015 63.2237 19.71 63.0287 21.18L65.6837 26.265V22.08H64.2737V19.68H65.6837ZM83.5474 25.785H86.0524V28.11H73.0924V25.785H75.5974V23.01C74.3224 22.29 73.5874 21.18 73.5874 19.845C73.5874 17.43 75.9724 15.765 79.5724 15.765C83.1724 15.765 85.5574 17.43 85.5574 19.845C85.5574 21.18 84.8224 22.29 83.5474 23.01V25.785ZM79.5724 18.045C77.6374 18.045 76.2724 18.75 76.2724 19.845C76.2724 20.925 77.6374 21.645 79.5724 21.645C81.5074 21.645 82.8724 20.925 82.8724 19.845C82.8724 18.75 81.5074 18.045 79.5724 18.045ZM78.1324 23.82V25.785H81.0124V23.82C80.5624 23.88 80.0824 23.91 79.5724 23.91C79.0624 23.91 78.5824 23.88 78.1324 23.82Z' fill='white'/%3E%3C/svg%3E%0A");
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(20px);
    opacity: 1;
  }
  100% {
    transform: translateX(-20px);
    opacity: 1;
  }
}
/* 테이블 End *//*# sourceMappingURL=basic.css.map */