@charset "utf-8";

/* 노토산스 */
/* static에서 가져오지 못해 구글 CDN 사용 */
@import url("notosanskr2.css");

/* 오픈산스 */
@import url("opensans.css");
/* static에서 가져오지 못해 구굴 CDN 사용 */

/* CSS Document */
* {padding:0;margin:0;font-size: 100%;font-family: "noto sans kr", sans-serif;letter-spacing: -0.02em;}
header,main,footer,section,article {display: block;}
html {position: relative;}
html.hidden {overflow: hidden;}
html,body {width:100%;height:100%;}
ul,ol,li,dl,dt,dd {list-style:none;}
i,em,address {font-style:normal;}
label,button {cursor:pointer;}
button {border:none;background: none;}
hr,legend {display:none;}
img,fieldset,iframe {border:none;}
img {vertical-align:top;}
caption {display:none;}
input,button {box-sizing: border-box;vertical-align:middle;-webkit-appearance: none;border-radius: 0;outline: none;}
select {box-sizing: border-box;vertical-align:middle;border-radius: 0;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
select::-ms-expand {display: none;}
table {border:none; border-collapse:collapse; padding:0; border-spacing:0;table-layout: fixed;}
input::placeholder {font: 10px/1em 'noto sans kr',sans-serif;}
input::-webkit-input-placeholder {font: 14px/1em 'noto sans kr',sans-serif;}
input::-moz-placeholder { /* Firefox 19+ */font: 14px/1em 'noto sans kr',sans-serif;}
input:-ms-input-placeholder { /* IE 10+ */font: 14px/1em 'noto sans kr',sans-serif;}

.btn-box {margin-top: 15px;font-size: 0;text-align: center;}
.btn-box a {display: inline-block;margin: 0 5px;}
.btn-box button {display: inline-block;margin: 0 5px;}
.bt-type1 {padding: 0 18px;color: #fff;line-height: 35px;border-radius: 3px}
.bt-color1 {background-color: #0061ad;}
.bt-color2 {background-color: #808080;}

.row,.col {box-sizing: border-box;}
.row:after {display: block;content: '';clear: both;}
.guide-line {position: relative;width: 1200px;margin: 0 auto;box-sizing: border-box;}
.guide-line:after {display: block;content: '';clear: both;}

.skip a {display:block;position:absolute;left:0;top:-9999em;width:100%;background-color:#272727;color:#aaa;font: bold 12px/3.4 arial,sans-serif;text-align:center;z-index: 99999;}
.skip a:hover,.skip a:active,.skip a:focus {top:0;}

a {text-decoration:none; color:#000;}
a:hover {text-decoration:none;}
.blind {display:block;overflow:hidden;top:-1000em;position:absolute;}

/* float */
.clearfix:after {content:''; display:block; clear:both;}
.fl-left {float:left;}
.fl-right {float:right;}

/*기본*/
#wrap {width:100%;}
.header {position:relative;}
.container {position:relative;padding-bottom: 60px;*zoom:1;}
.container:after {display:block;clear:both;content:'';}
.footer {position:relative;}

/*공통부분*/
textarea {border:1px solid #c9c9c9; padding:5px;}
.container-row:after {display: block;clear: both;content: '';}
.radio-box {display: flex;flex-wrap: nowrap;align-items: center;position: relative;height: 50px;margin-top: 10px;border: 1px solid #eaeaea;}
.radio-label__wrap {flex: 1 1 auto;width: 100%;text-align: center;box-sizing: border-box;}
.radio-box.radio-el2 .radio-label__wrap {width: 50%;}
.radio-box.radio-el3 .radio-label__wrap {width: 33.3333%;}
.radio-box.radio-el4 .radio-label__wrap {width: 25%;}
.radio-box .radio-label__wrap + .radio-label__wrap {border-left: 1px solid #eaeaea;}
.radio-label {position: relative;padding-left: 33px;line-height: 22px;}
.radio-label:before {content: '';position: absolute;top: 4px;left: 0;width: 18px;height: 18px;background-image: url('https://images.joins.com/ui_joins/joins_store/joins2019/sub/k_radio.png');background-size: 36px;}
.radio-inp:checked + .radio-label:before {background-position: -18px 0;}
input[type="checkbox"],
input[type="radio"] {width: 0;height: 0;}

/*페이징*/
#paging {width:100%;text-align:center;margin:10px 0;}
#paging a {display: inline-block;border: 1px solid #aaa;width: 25px;height: 25px;line-height: 23px;border-radius: 3px;box-sizing: border-box;text-align: center;transition: 0.3s;}
#paging a.num:hover {color: #fff;background: #666;border-color: #666;}
#paging a.num.on {color: #fff;background: #666;border-color: #666;}

/* 폰트 */
.gotham-b {font-weight: bold;font-family: 'gotham';}
.gotham-m {font-weight: 500;font-family: 'gotham';}
.opensans-b {font-weight: bold;font-family: 'open sans';}
.opensans-sb {font-weight: 600;font-family: 'open sans';}

/* 트랜지션 */
.trs1 {transition: .1s;}
.trs2 {transition: .2s;}
.trs3 {transition: .3s;}
.trs4 {transition: .4s;}
.trs5 {transition: .5s;}

/* 공통팝업 */
.lpop {display: none;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1000;background: rgba(0, 0, 0, .6);}
.lpop__content-wrap {position: absolute;top: 50%;left: 50%;width: 360px;background: #fff;transform: translate(-50%,-50%);box-shadow: 0 0 15px rgba(0, 0, 0, .25);}
.lpop__content {padding: 50px 20px;}
.lpop__content-txt {width: 100%;color: #0a0a0a;font-weight: 500;font-size: 16px;line-height: 24px;letter-spacing: -0.04em;text-align: center;}
.lpop__btn-wrap {display: flex;}
.lpop__btn {width: 100%;height: 50px;color: #fff;font-size: 14px;line-height: 50px;letter-spacing: -0.04em;text-align: center;}
.lpop__btn--grey {background: #acadb1;}
.lpop__btn--black {background: #000;}
.lpop .radio-box {height: auto;margin-top: 20px;border: 0;}
.lpop .radio-label__wrap {border: 0 !important;}

/* 북마크 팝업 */
.pop-bm {display: none;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 202;background: rgba(10, 10, 10, .9);}
.pop-bm--active {display: block;}
.pop-bm__content {position: absolute;top: 60px;bottom: 60px;left: 50%;width: 900px;margin-left: -450px;background: #fff;box-sizing: border-box;}
.pop-bm__inner {overflow: hidden;position: relative;height: 100%;}
.pop-bm__header {position: relative;z-index: 2;height: 52px;padding: 0 20px;border-bottom: 2px solid #1d1d1d;background: #fff;box-sizing: border-box;}
.pop-bm__tit {float: left;font-size: 18px;line-height: 50px;}
.pop-bm__pdate {float: left;margin-left: 10px;color: #86888f;font-size: 14px;line-height: 50px;letter-spacing: -0.02em;}
.pop-bm__util {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pb__util-group:after {content: '';display: block;clear: both;}
.pb__util-item {position: relative;float: left;margin: 0 20px 0 21px;}
.pb__util-item:before {content: '';position: absolute;top: 2px;left: -21px;width: 1px;height: 20px;background: #eaeaea;}
.pb__util-item.before-hide:before {display: none;}
.pb__util-item:first-child:before {display: none;}
.pb__util-item.hide {display: none;}
.pb__util-item.hide + .pb__util-item:before {display: none;}
.pb__util-group.magazine .pb__util-item:before {content: '';position: absolute;top: 0;left: -21px;width: 1px;height: 20px;background: #eaeaea;}
.pb__util-group.magazine .pb__util-item:after {content: '';position: absolute;top: 0;right: -21px;width: 1px;height: 20px;background: #eaeaea;}
.pb__util-group.magazine .pb__util-item:first-child:before {display: block;}

.pb__util-btn {display: block;background-image: url('https://images.joins.com/ui_joins/joins_store/joins2019/sub/k_library.png');background-size: 80px;}
.pb__util-bm {width: 18px;height: 24px;background-image: url('https://images.joins.com/ui_joins/joins_store/joins2019/sub/k_library.png');background-position: -2px -62px;background-size: 80px;}
.pb__util-bm:hover {background-position: -21px -62px;}
.pb__util-bm.active {background-position: -59px -62px;}
.pb__util-bm.active:hover {background-position: -59px -62px;}
.pb__util-txt {width: 22px;height: 24px;background-position: -2px -223px;}
.pb__util-txt.active,
.pb__util-txt:hover {background-position: -24px -223px;}
.pb__util-img {width: 20px;height: 24px;background-position: -2px -197px;}
.pb__util-img.active,
.pb__util-img:hover {background-position: -24px -197px;}
.pb__util-print {width: 26px;height: 26px;margin-top: -2px;background-position: -47px -197px;}
.pb__util-print:hover {background-position: -47px -223px;}

.pb-article {height: calc(100% - 52px);}
.pb-article .mCSB_container {height: 100%;}
.pb-atc__inner {height: 100%;box-sizing: border-box;}
.pb-atc__txt {height: 100%;}
.pb-atc__img {overflow: auto;height: 100%;box-sizing: border-box;padding: 30px 30px 0;text-align: center;}
.pb-atc__img img{max-width: 100%;margin-bottom: 30px;}

.pb-atc__tit {font-weight: bold;font-size: 36px;line-height: 54px;}
.pb-atc__hd2 {margin: 50px 0;padding-bottom: 10px;border-bottom: 1px solid #eaeaea;}
.pb-atc__date {float: left;margin-top: 10px;font-size: 0;}
.pb-atc__date-sub {position: relative;float: left;padding-right: 21px;color: #999;font-size: 14px;line-height: 20px;}
.pb-atc__date-sub:after {content: '';position: absolute;top: 5px;right: 10px;width: 1px;height: 12px;background: #999;}
.pb-atc__date-sub:last-child:after {display: none;}
.pb-atc__fz {position: relative;margin: 0 20px 0 10px;padding-right: 20px;}
.pb-atc__fz:after {content: '';position: absolute;top: 5px;right: 0;width: 1px;height: 20px;background: #eaeaea;}
.pb-atc__fz-sub {float: left;margin-left: -1px;}
.pb-atc__fz-btn {display: block;position: relative;width: 28px;border: 1px solid #e2e2e2;color: #999;font-size: 12px;line-height: 28px;text-align: center;}
.pb-atc__fz-btn.active {z-index: 1;width: 26px;border: 2px solid #000;color: #000;line-height: 26px;}
.pb-atc__fz-btn.fz1 {font-size: 12px;}
.pb-atc__fz-btn.fz2 {font-size: 14px;}
.pb-atc__fz-btn.fz3 {font-size: 16px;}
.pb-atc__fz-btn.fz4 {font-size: 18px;}
.pb-atc__fz-btn.fz5 {font-size: 20px;}
.pb-atc__btn-bm {display: block;width: 18px;height: 24px;background-image: url('https://images.joins.com/ui_joins/joins_store/joins2019/sub/k_library.png');background-position: -40px -62px;background-size: 80px;}
.pb-atc__btn-bm:hover {background-position: -59px -62px;}
.pb-atc__con.fz1 {font-size: 12px;}
.pb-atc__con.fz2 {font-size: 14px;}
.pb-atc__con.fz3 {font-size: 16px;}
.pb-atc__con.fz4 {font-size: 18px;}
.pb-atc__con.fz5 {font-size: 20px;}
.pb-atc__photo {text-align: center;}
.pb-atc__photo2 {margin: 10px 0 50px;color: #86888f;letter-spacing: -0.05em;}
.pb-atc__realation {margin: 50px 0;}
.pb-atc__realation-list {margin-top: 10px;padding: 10px 20px;background: #f4f4f5;border-top: 1px solid #171717;}
.pb-atc__realation-item {position: relative;padding-left: 14px;margin-bottom: 5px;}
.pb-atc__realation-item:last-child {margin-bottom: 0;}
.pb-atc__realation-item:before {content:'';position: absolute;top: 50%;left: 0;width: 4px;height: 4px;background: #171717;transform: translateY(-50%);}
.pb-atc__realation-btn:hover {text-decoration: underline;}
.pb-atc__writer {margin-top: 50px;}
.pb-atc__sns {margin: 50px 0;text-align: center;}
.pb-atc__sns-util {display: inline-block;}
.pb-atc__sns-util:after {content: '';display: block;clear: both;}
.pb-atc__sns-item {float: left;margin-left: -1px;}
.pb-atc__sns-btn {display: block;position: relative;width: 40px;height: 40px;border: 1px solid #e2e2e2;}
.pb-atc__sns-btn.active {position: relative;z-index: 1;}
.pb-atc__sns-btn:after {content: '';position: absolute;top: 50%;left: 50%;background-image: url('https://images.joins.com/ui_joins/joins_store/joins2019/sub/k_library.png');background-size: 80px;transform: translate(-50%,-50%);}
.pb-atc__sns-btn.ka-talk:after {width: 26px;height: 24px;background-position: -50px -111px;}
.pb-atc__sns-btn.fb:after {width: 10px;height: 18px;background-position: -2px -151px;}
.pb-atc__sns-btn.twitter:after {width: 20px;height: 16px;background-position: -57px -163px;}
.pb-atc__sns-btn.ka-story:after {width: 10px;height: 18px;background-position: -24px -151px;}
.pb-atc__sns-btn.line:after {width: 26px;height: 24px;background-position: -2px -171px;}
.pb-atc__sns-btn:hover.ka-talk:after {background-position: -50px -137px;}
.pb-atc__sns-btn:hover.fb:after {background-position: -13px -151px;}
.pb-atc__sns-btn:hover.twitter:after {background-position: -57px -181px;}
.pb-atc__sns-btn:hover.ka-story:after {background-position: -37px -151px;}
.pb-atc__sns-btn:hover.line:after {background-position: -30px -171px;}
.pop-bm__close {position: absolute;top: 17px;right: 20px;z-index: 3;width: 18px;height: 18px;background-position: -2px -248px;background-image: url('https://images.joins.com/ui_joins/joins_store/joins2019/sub/k_library.png');background-repeat: no-repeat;background-size: 80px;}
.pop-bm__close:hover {background-position: -22px -248px;}

/* 라인 */
.bdt0 {border-top: 0 !important;}

/* 스크롤바 */
.scroll-bar2 .mCSB_dragger_bar {width: 4px !important;background-color: rgba(172,173,177,1) !important;border-radius: 0 !important;}
.scroll-bar2 .mCSB_draggerRail {width: 2px !important;background-color: rgba(226,226,226,1) !important;}
.scroll-bar2 .mCSB_container {margin-right: 0 !important;}

/* 간격 */
.mt10 {margin-top: 10px !important;}
.mt30 {margin-top: 30px !important;}

/* 로딩 */
.loading {position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 1000;}
.loading.black {background: rgba(0,0,0,.5);}
.loading .loading-bar__wrap {position: absolute;top: 50%;left: 50%;width: 78px;height: 40px;text-align: center;font-size: 1rem;transform: translate(-50%, -50%);}
.loading .loading-bar__wrap > div {height: 100%;width: 6px;display: inline-block;margin: 0 2.5px;animation: loading 1.2s infinite ease-in-out;}
.loading.black .loading-bar__wrap > div {background-color: #fff;}
.loading .loading-bar2 {animation-delay: -1.1s !important;}
.loading .loading-bar3 {animation-delay: -1s !important;}
.loading .loading-bar4 {animation-delay: -.9s !important;}
.loading .loading-bar5 {animation-delay: -.8s !important;}
.loading.white {background: rgba(255,255,255,.5);}
.loading.white .loading-bar__wrap > div {background-color: #1d1d1d;}
.loading.white .loading-bar3 {background: #6a3efd !important;}
@keyframes loading {
  0%,
  40%,
  to {transform:scaleY(.4);}
  20%{transform:scaleY(1);}
}

/* 2022-03-08 */
.pop_service_closing .opensans {font-family:'open sans';}
.pop_service_closing .lpop__content-wrap {width:100%;max-width:600px;}
.pop_service_closing .lpop__content {padding-left:50px;padding-right:50px;}
.pop_service_closing .tit {font-size:34px;font-weight:500;line-height:42px;letter-spacing:-2px;color:#6a3efd;}
.pop_service_closing .tit::before {content:'';display:block;width:91px;height:10px;margin-bottom:8px;background-position:0 0;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='90.521' height='10' viewBox='0 0 90.521 10'%3E%3Cg data-name='%5B+%5D logo'%3E%3Cpath data-name='패스 1' d='M462.181 1430.288h-2.037v5.74c0 .357.144 2.148-1.588 2.215-1.767.068-2.133-1.711-2.19-2.12l-1.814.574a3.833 3.833 0 0 0 3.168 3.382 3.7 3.7 0 0 0 4.019-1.767 5.824 5.824 0 0 0 .442-2.643z' transform='translate(-454.552 -1430.138)' style='fill:%23171717'/%3E%3Cpath data-name='패스 2' d='M940.336 1423.814a4.978 4.978 0 1 0 5.043 4.978 4.714 4.714 0 0 0-5.043-4.978zm0 8.033a3.062 3.062 0 1 1 2.855-3.055 2.787 2.787 0 0 1-2.855 3.055z' transform='translate(-926.334 -1423.784)' style='fill:%23171717'/%3E%3Cpath data-name='패스 5272' d='m0 0 9.71.087.018 2.044-9.71-.087z' transform='rotate(-70 16.398 -9.433)' style='fill:%236a3efd'/%3E%3Cpath data-name='패스 3' d='M4942.144 1438.5v-2.085h4.328v-1.75h-4.328v-2.09h4.76v-1.875h-6.811v9.676h6.927v-1.876z' transform='translate(-4856.499 -1430.54)' style='fill:%23171717'/%3E%3Cpath data-name='패스 4' d='M4264.015 1430.7h-.679l-2.733 7.2-2.733-7.2h-2.729v9.676h2.051v-6.5l2.461 6.5h1.9l2.461-6.5v6.5h2.05v-9.676h-2.05z' transform='translate(-4184.31 -1430.54)' style='fill:%23171717'/%3E%3Cpath data-name='패스 5' d='m1890.852 1437.422-4.014-6.725h-2.417v9.676h2.051v-6.713l4.007 6.713h2.424v-9.673h-2.051z' transform='translate(-1857.774 -1430.54)' style='fill:%23171717'/%3E%3Cpath data-name='패스 6' d='M2416.749 1427.456a5.02 5.02 0 0 0-2.727-1.074c-1.588-.318-1.875-.574-2.026-.972a1.047 1.047 0 0 1 .6-1.239 2.326 2.326 0 0 1 1.922-.018 1.572 1.572 0 0 1 .886 1.149l1.842-.56a3.153 3.153 0 0 0-1.754-2.091 4.981 4.981 0 0 0-3.939.015 2.74 2.74 0 0 0-1.713 2.289 2.683 2.683 0 0 0 1.689 2.7 23.934 23.934 0 0 0 2.693.674c.413.091.937.234 1.107.712a1.022 1.022 0 0 1-.512 1.243 2.863 2.863 0 0 1-2.487-.075 1.613 1.613 0 0 1-.851-1.313l-1.88.3a3.3 3.3 0 0 0 2.452 2.83 5.871 5.871 0 0 0 3.772-.233 2.568 2.568 0 0 0 1.681-2.205 2.539 2.539 0 0 0-.755-2.132z' transform='translate(-2373.161 -1422.243)' style='fill:%23171717'/%3E%3Cpath data-name='사각형 2' transform='translate(66.902 .158)' style='fill:%23171717' d='M0 0h2.051v9.676H0z'/%3E%3Cpath data-name='패스 7' d='M3545.82 1433.868c0-1.751-1.264-3.17-3.527-3.17h-4.193v9.676h2.051v-3.335h2.014l1.623 3.335h2.275l-1.918-3.733a3 3 0 0 0 1.675-2.773zm-5.671-1.3h2.088a1.309 1.309 0 0 1 1.455 1.3 1.309 1.309 0 0 1-1.455 1.3h-2.088z' transform='translate(-3480.632 -1430.54)' style='fill:%23171717'/%3E%3Cpath data-name='패스 8' d='M3055.489 1430.7h-4.195v9.676h2.051v-3.335h2.144c2.263 0 3.527-1.419 3.527-3.17-.001-1.754-1.265-3.171-3.527-3.171zm1.4 3.17a1.309 1.309 0 0 1-1.455 1.3h-2.088v-2.6h2.088a1.309 1.309 0 0 1 1.455 1.3z' transform='translate(-3002.9 -1430.54)' style='fill:%23171717'/%3E%3C/g%3E%3C/svg%3E%0A");}
.pop_service_closing .tit span {font-size:36px;font-weight:600;letter-spacing:0;}
.pop_service_closing .txt {margin-top:18px;font-size:14px;line-height:22px;letter-spacing:0;color:#0a0a0a;}
.pop_service_closing .txt span {font-size:15px;}
.pop_service_closing ul {margin-top:34px;padding:15px 0 15px;border-top:2px solid #1d1d1d;border-bottom:1px solid #1d1d1d;font-size:14px;line-height:22px;letter-spacing:0;color:#0a0a0a;}
.pop_service_closing li:not(:first-child) {margin-top:2px;}
.pop_service_closing li strong {margin-left:6px;}
.pop_service_closing li span {font-size:15px;}
.pop_service_closing .dot {position:relative;margin-top:8px;padding-left:9px;font-size:12px;line-height:20px;letter-spacing:0;color:#6a3efd;}
.pop_service_closing .dot::before {content:'';position:absolute;top:9px;left:0;width:3px;height:3px;background:#6a3efd;border-radius:100%;}
.pop_service_closing .lpop__btn {height:60px;font-size:14px;font-weight:500;line-height:60px;letter-spacing:0;}

/* 2022-06-30 */
.pc_service_closing {display:flex;flex-direction:column;justify-content:center;height:100%;padding:60px 0 60px;box-sizing:border-box;color:#000000;}
.pc_service_closing .logo {display:block;width:210px;height:24px;margin:0 auto;background-position:0 0;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%0A%3Csvg width='210' height='24' viewBox='0 0 210 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2905 0.225357H12.6737V14.0458C12.6737 14.9056 12.9987 19.2179 9.07472 19.3747C5.06633 19.539 4.24031 15.2548 4.11147 14.2707L0 15.6514C0.0987784 17.1091 1.4645 22.8879 7.17933 23.7906C10.794 24.6297 14.509 22.8938 16.2884 19.5346C17.0844 17.5205 17.4265 15.3436 17.2905 13.1726V0.225357Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.4742 19.4036C28.0597 19.4036 25.7332 16.1382 25.7332 12.1097C25.7332 8.08126 28.0687 4.81592 32.4742 4.81592C36.8798 4.81592 39.2153 8.08126 39.2153 12.1097C39.2153 16.1382 36.8798 19.4036 32.4742 19.4036ZM32.4742 0.225357C24.6922 0.225357 20.567 5.5453 20.567 12.1127C20.567 18.6801 24.6758 24 32.4742 24C40.2727 24 44.3815 18.6801 44.3815 12.1127C44.3815 5.5453 40.2563 0.225357 32.4742 0.225357Z' fill='black'/%3E%3Cmask id='mask0_2_252' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='45' y='0' width='13' height='24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.7832 0H57.8131V23.6751H45.7832V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2_252)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.7832 21.6381L50.038 23.6748L57.8131 2.0346L53.5583 -0.000610352L45.7832 21.6381Z' fill='%236635FF'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M198.57 19.5929V14.706H208.715V10.6014H198.57V5.70305H209.728V1.30602H193.763V24H210V19.6015L198.57 19.5929Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M184.755 1.30602H183.208L176.982 18.1882L170.755 1.30602H164.536V23.9986H169.207V8.76022L174.819 24H179.15L184.762 8.76022V24H189.433V1.30602H184.762H184.755Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.4744 17.0764L67.2538 1.30602H61.701V23.9986H66.4122V8.25553L75.6169 24H81.1856V1.30602H76.4744V17.0764Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.053 12.6267C99.4522 11.2725 98.4118 10.8255 94.7182 10.0663C91.0262 9.30711 90.3644 8.69742 90.0107 7.74917C89.6864 6.55909 90.2719 5.30892 91.3945 4.79596C92.8032 4.12178 94.4409 4.10566 95.8614 4.75346C96.9487 5.28254 97.7133 6.30261 97.9158 7.49269L102.198 6.15751C101.658 3.96935 100.161 2.14027 98.1212 1.17443C95.2025 -0.103583 91.8787 -0.0903921 88.9688 1.21107C86.7266 2.14467 85.1916 4.24782 84.9906 6.66608C84.7632 9.43316 86.348 12.0302 88.9145 13.0972C90.9675 13.7567 93.0571 14.2961 95.1731 14.7094C96.1314 14.9263 97.3493 15.2678 97.7441 16.4051C98.1271 17.5497 97.6252 18.8043 96.5555 19.3685C94.708 20.2157 92.5699 20.1482 90.7782 19.1897C89.6292 18.5493 88.8852 17.3694 88.8015 16.0592L84.433 16.7656C84.7514 19.9753 87.0171 22.6559 90.131 23.5074C93.0307 24.3194 96.1211 24.123 98.8945 22.952C102.157 21.5948 103.7 17.8546 102.342 14.5965C102.038 13.8666 101.6 13.1998 101.052 12.6282L101.053 12.6267Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.876 24H160.206V1.30602H155.876V24Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.88 5.68892H142.706C144.39 5.53043 145.887 6.74934 146.05 8.41202C146.06 8.52152 146.063 8.63102 146.062 8.74197C146.085 10.4133 144.732 11.7849 143.039 11.8094C142.928 11.8109 142.817 11.8051 142.706 11.795H137.88V5.68892ZM150.987 8.74196C150.987 4.63569 148.068 1.30602 142.837 1.30602H133.144V24H137.884V16.1765H142.538L146.291 24H151.546L147.113 15.2457C149.57 13.9994 151.078 11.4665 150.987 8.74196Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M125.91 8.74197C125.934 10.4133 124.537 11.7849 122.792 11.808C122.676 11.8094 122.56 11.8051 122.446 11.795H117.471V5.68892H122.446C124.184 5.52899 125.729 6.74934 125.894 8.41202C125.905 8.52152 125.911 8.63102 125.91 8.74197ZM122.574 1.30602H112.577V24H117.465V16.1765H122.574C127.966 16.1765 130.979 12.8468 130.979 8.74052C130.979 4.62993 127.967 1.30602 122.574 1.30602Z' fill='black'/%3E%3C/svg%3E%0A");}
.pc_service_closing .visually_hidden {position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important;}
.pc_service_closing .bg_gray {max-width:900px;margin:40px auto 0;padding:70px 0;background:#F4F5FA;text-align:center;}
.pc_service_closing .bg_gray strong {display:block;font-weight:700;font-size:44px;line-height:58p;letter-spacing:-0.4px;}
.pc_service_closing .bg_gray em {display:block;margin-top:20px;font-weight:400;font-size:20px;line-height:30px;letter-spacing:-0.4px;}
.pc_service_closing .body {display:flex;justify-content:center;align-items:center;margin-top:40px;font-weight:700;font-size:20px;line-height:30px;letter-spacing:-0.4px;}
.pc_service_closing .body::before {content:'';width:26px;height:26px;margin-right:5px;background-image:url("data:image/svg+xml,%0A%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.65015 19.7788C10.5517 23.6803 16.8773 23.6803 20.7788 19.7788C24.6804 15.8773 24.6804 9.55165 20.7788 5.65013C16.8773 1.7486 10.5517 1.7486 6.65015 5.65013C4.87624 7.42404 3.90919 9.69983 3.74817 12.0191L2.46152 10.7324L1.0473 12.1467L4.82952 15.9289L8.61174 12.1467L7.19753 10.7324L5.74113 12.1888C5.86331 10.3214 6.638 8.49071 8.06437 7.06434C11.1848 3.94386 16.2441 3.94386 19.3646 7.06434C22.4851 10.1848 22.4851 15.2441 19.3646 18.3646C16.2441 21.4851 11.1848 21.4851 8.06437 18.3646L6.65015 19.7788ZM14.5867 8.09143H12.5867V14.068L15.8502 17.1908L17.2329 15.7457L14.5867 13.2136V8.09143Z' fill='black'/%3E%3C/svg%3E%0A");}
.pc_service_closing .foot {display:flex;justify-content:center;margin-top:40px;}
.pc_service_closing .foot a {display:flex;justify-content:center;align-items:center;width:214px;height:58px;margin:0 10px;border-radius:29px;background-color:#000;font-weight:700;font-size:18px;line-height:2;letter-spacing:-0.4px;color:#FFFFFF;}
