@charset "utf-8";

/* 게시판 목록 */
#bo_list {position:relative;margin-bottom:20px}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:60px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:left;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list tbody tr {border-left:2px solid transparent}
#bo_list tbody tr:hover {border-left:2px solid #253dbe}
#bo_list tbody .even td {background:#fbfbfb}

#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}


#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;background:#fff;box-sizing:border-box}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {}
#bo_v_title .bo_v_cate {display:inline-block;line-height:20px;background:#e2eaf6;color:#3a8afd;padding:0 10px;border-radius:3px;}
#bo_v_title .bo_v_tit {display:block;font-size:2em;margin:5px 0 0;word-break:break-all}

#bo_v_info {margin:0;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {margin:20px 0 10px;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}

#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}


#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all;background:#fff}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:5px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:5px;color:#4b5259;vertical-align:middle}

/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;background:#fff;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:#3a8afd}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:1.2em;color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:#3a8afd;content:"";width:100%;height:2px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;border-bottom:1px solid #f0f0f0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:0 0 20px}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
#wr_secret {}
.bo_vc_w_info {margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
#bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}

/* 히히호호 로그인 */
html {
    font-size: 14px;
    line-height: 1.5;
    color: #202124;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

.blind {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

button[disabled], button:disabled {
    opacity: 0.4;
    cursor: default;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: top;
}

.skip {
    position: absolute;
    left: 15px;
    top: -30px;
    border: 1px solid #4ec53d;
    color: #fff;
    text-decoration: none;
    padding: 2px 6px 0;
    line-height: 24px;
    font-size: 12px;
    background-color: #000;
    z-index: 100;
    -webkit-transition: .3s;
    transition: .3s;
}

input {
    outline: none;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #95999C;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #95999C;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #95999C;
    opacity: 1;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #95999C;
    opacity: 1;
}

input:disabled + label {
    opacity: 0.4;
    cursor: default;
}

input[type="text"]::-ms-clear {
    display: none;
}

.drag_move,
.unselectable {
    -moz-user-focus: ignore;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button,
select,
label {
    cursor: pointer;
}

html, body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.ko_KR {
    font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", Dotum, Helvetica, sans-serif;
}

.ko_KR input, .ko_KR textarea, .ko_KR select, .ko_KR button, .ko_KR table {
    font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", Dotum, Helvetica, sans-serif;
}

.zh_CN, .zh_TW {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", SimSun, Dotum, sans-serif;
}

.zh_CN input, .zh_CN textarea, .zh_CN select, .zh_CN button, .zh_CN table, .zh_TW input, .zh_TW textarea, .zh_TW select, .zh_TW button, .zh_TW table {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", SimSun, Dotum, sans-serif;
}

.ja_JP {
    font-family: -apple-system, BlinkMacSystemFont, "Meiryo", "MS PGothic", "Hiragino Kaku Gothic ProN", Dotum, sans-serif;
}

.ja_JP input, .ja_JP textarea, .ja_JP select, .ja_JP button, .ja_JP table {
    font-family: -apple-system, BlinkMacSystemFont, "Meiryo", "MS PGothic", "Hiragino Kaku Gothic ProN", Dotum, sans-serif;
}

.en_US {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.en_US body, .en_US input, .en_US textarea, .en_US select, .en_US button, .en_US table {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.skin_corp_bg {
    background-color: #3591FF !important;
}

.skin_corp_bg:hover {
    background-color: #1573E6 !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, menu, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
    vertical-align: top;
}

menu, ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

svg {
    vertical-align: middle;
}

button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

button[disabled] {
    cursor: default;
}

a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

label {
    cursor: pointer;
}

i {
    font-size: 0;
    color: transparent;
}

/* [ PretendardJP-Regular-subset02-01 ] */
/* [ PretendardJP-Regular-subset02-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E92, U+2F18, U+2F60, U+2F66, U+2F72, U+2F7D, U+2F89, U+2FA0, U+2FA2-2FA4, U+2FB4, U+2FC9, U+2FCD, U+2FCF, U+2FD3, U+4E11, U+4E1E, U+4E43, U+4E4B, U+4E4D-4E4E, U+4E5F, U+4E91, U+4E98-4E99, U+4E9B, U+4EA5-4EA6, U+4EA8, U+4EAE, U+4EC0, U+4EC7, U+4ED4, U+4F0A, U+4F0D, U+4F36, U+4F3D, U+4F43, U+4F51, U+4F7C, U+4F83, U+4FA0, U+4FAD, U+4FC4, U+4FE3, U+5016, U+5026, U+502D, U+5036, U+5072, U+50AD, U+50D1, U+50FB, U+5132, U+5141, U+5147, U+514E, U+515C, U+5176, U+51A8, U+51B4, U+51CB-51CC, U+51E7, U+51EA, U+51F1, U+51FD, U+5243, U+5265, U+5283, U+5289, U+52AB, U+52FA, U+52FF, U+5301, U+5319, U+531D, U+5321, U+532A, U+535C, U+5366, U+536F, U+537F, U+53A8-53A9, U+53AD, U+53C9, U+53DB, U+53E1-53E2, U+53E9-53EA, U+53F1, U+53F6, U+5403, U+540A-540B, U+5420, U+543B, U+543E, U+5446, U+5451, U+548B, U+54B3, U+54C9, U+54E8-54E9, U+5516, U+5544, U+558B, U+55A7, U+55AC, U+55B0, U+5609, U+5617-5618, U+5629, U+5642, U+564C, U+565B, U+5678, U+567A, U+56A2, U+5703, U+572D, U+5750, U+5764, U+5766, U+57A2, U+57DC, U+57E0, U+57F4, U+5830, U+5835, U+583A, U+5858-5859, U+586B, U+5875, U+58D5, U+58EC, U+58F7, U+5919, U+5937, U+5944, U+5957, U+5993, U+59BE, U+59D0;
}

/* [ PretendardJP-Regular-subset02-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+59D1, U+59E5-59E6, U+59EA, U+59F6, U+5A03, U+5A29, U+5A3C, U+5A41, U+5B09, U+5B2C, U+5B30, U+5B5C, U+5B5F, U+5B8B, U+5B8D, U+5B8F, U+5B95, U+5BA5, U+5BC5, U+5BD3, U+5BF5, U+5C16, U+5C24, U+5C2D, U+5C4D, U+5C51, U+5C60-5C61, U+5CA8, U+5CB1, U+5CE8, U+5CEF, U+5CFB, U+5D69, U+5D6F, U+5D8B, U+5DBA, U+5DCC, U+5DF3-5DF4, U+5DF7, U+5DFD, U+5E16, U+5E4C, U+5E61, U+5E84, U+5E87, U+5E96, U+5E9A, U+5EB5, U+5ED3, U+5EDF-5EE0, U+5EFB-5EFC, U+5EFF, U+5F17-5F18, U+5F1B, U+5F3C, U+5F4A, U+5F66, U+5F6A, U+5F6C, U+5FBD, U+5FFD, U+601C, U+602F, U+6055, U+6062, U+6070, U+6089, U+608C, U+60B6, U+60C7, U+60DA, U+60DF, U+60E3, U+60F9, U+6108, U+6167, U+617E, U+6190, U+620A, U+620E, U+6216, U+621F, U+6258, U+626E, U+6309, U+633A, U+633D, U+634C, U+6367, U+6372, U+6377, U+637A, U+63A0, U+63A9, U+63AC, U+63B4, U+63BB, U+63C3, U+63D6, U+6478, U+647A, U+6492, U+649A, U+649E, U+64AB, U+64AD, U+64B0, U+64B9, U+64E2, U+64FE, U+6566, U+658C, U+6590, U+65A1, U+65A7, U+65AF, U+65BC, U+65ED, U+6602, U+660C, U+660F, U+6643, U+664B, U+6652, U+6666, U+667A, U+66A2, U+66D9, U+66DD, U+66F3, U+66FE, U+670B, U+6714, U+674E-674F, U+6753, U+6756, U+675C, U+6762, U+676D, U+6775, U+6777, U+6787, U+67C1;
}

/* [ PretendardJP-Regular-subset02-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+67CA, U+67CF, U+67D1, U+67D8, U+67DA, U+67F4, U+67FE, U+6802, U+6816-6817, U+6822, U+6834, U+6842, U+6850, U+6853-6854, U+685D, U+6867, U+6876, U+6881, U+6893, U+68A2, U+68A7, U+68AF, U+68B1, U+68B6, U+68BC, U+68C9, U+68F2, U+6900, U+690B, U+6919, U+691B, U+6934, U+693F, U+694A, U+6953, U+6955, U+695A, U+6960, U+6962, U+696F, U+6973, U+698A, U+698E, U+6994, U+699B, U+69CC-69CD, U+69D9, U+69FB, U+6A0B, U+6A17, U+6A1F, U+6A2B, U+6A35, U+6A3A, U+6A3D, U+6A58, U+6A61, U+6A7F-6A80, U+6A8E, U+6AD3, U+6ADB, U+6AE8, U+6B1D, U+6B23, U+6B3D, U+6B4E, U+6B64, U+6B6A, U+6B86, U+6BC5, U+6BD8, U+6C40, U+6C50, U+6C5D, U+6C72, U+6C8C, U+6C93, U+6CAB, U+6D1B, U+6D29, U+6D32, U+6D69, U+6D6C, U+6D8C, U+6D9B-6D9C, U+6DC0, U+6DCB, U+6DD8, U+6DF3, U+6DF5, U+6E1A, U+6E20, U+6E25, U+6E4A, U+6E58, U+6E5B, U+6E8C, U+6E9C, U+6EA2, U+6F09, U+6F15, U+6F23, U+6F45, U+6F97, U+6FB1, U+6FE0-6FE1, U+7015, U+701E, U+7026-7027, U+7058, U+7078, U+707C, U+70CF, U+70F9, U+7114, U+711A, U+7149, U+7164, U+717D, U+7194, U+71C8, U+71D0, U+71D5, U+71E6, U+71ED, U+723A, U+723E, U+724C, U+7252, U+725D, U+725F, U+7261-7262, U+727D, U+7280, U+72D0, U+72D7, U+72DB, U+72F8, U+72FC-72FD, U+732A, U+7337;
}

/* [ PretendardJP-Regular-subset02-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7345, U+7396, U+73B2, U+73C2, U+73CA, U+73EA, U+7409, U+7422, U+7433, U+7435-7436, U+745A-745B, U+745E, U+7473, U+74DC, U+74E2, U+7511, U+751C, U+7525, U+752B, U+7560, U+7562, U+7566, U+7577, U+758B, U+758F, U+75B9, U+75D4, U+764C, U+7690, U+76C3, U+76C8, U+77A5, U+77E7, U+77E9, U+7825-7827, U+783A, U+783F, U+786F, U+7872, U+7887, U+788D, U+7893, U+7895, U+7897, U+78A7, U+78A9, U+78D0, U+78EF, U+7941, U+7947, U+7950, U+7962, U+7977, U+7984, U+798E, U+79A6, U+79B0, U+79BD-79BF, U+79E4, U+79E6, U+7A00, U+7A14, U+7A17, U+7A1C, U+7A46, U+7A4E, U+7A50, U+7A63, U+7A7F, U+7A84, U+7AAA, U+7ABA, U+7AC3, U+7AE3, U+7AEA, U+7AFA, U+7AFF, U+7B08, U+7B20, U+7B25, U+7B39, U+7B48, U+7B4F, U+7B51, U+7B86, U+7B94-7B95, U+7BAA, U+7BAD, U+7BC7, U+7BE0, U+7BED, U+7C38, U+7C3E, U+7C7E, U+7C81-7C82, U+7C8D, U+7C95, U+7C9F, U+7CA5, U+7CCA, U+7CCE, U+7CDE-7CE0, U+7D10, U+7D17-7D18, U+7D2C, U+7D43, U+7D62, U+7D9C, U+7DAC, U+7DB4, U+7DBE, U+7DCB, U+7DEC, U+7E1E, U+7E4B, U+7E4D, U+7E82, U+7E8F, U+7F6B, U+7FE0, U+7FEB, U+7FF0, U+8000, U+800C, U+8036, U+803D, U+8061, U+806F, U+807E, U+8087, U+808B, U+80B1, U+80B4, U+80E1, U+80E4, U+8106, U+8139, U+8154, U+817F;
}

/* [ PretendardJP-Regular-subset02-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+818F, U+81BF, U+81E5, U+8218, U+821B-821C, U+8235, U+826E, U+8299, U+82A5-82A6, U+82AD, U+82B9, U+82C5, U+82D1, U+82D3-82D4, U+82E7, U+82EB, U+8304-8305, U+831C, U+8338, U+834A, U+834F, U+837B, U+839E, U+83AB, U+83B1, U+83C5, U+83D6, U+83DF, U+83E9, U+83F0-83F1, U+8404, U+840C, U+8429, U+8431, U+844E, U+8461, U+8463, U+8466, U+8471, U+8475, U+847A, U+848B, U+8490, U+8494, U+8499, U+849C, U+84B2, U+84BC, U+84C9, U+84D1, U+84EC, U+84EE, U+8500, U+8513, U+851A, U+8526, U+852D, U+8543, U+8549-854A, U+854E, U+8557, U+8568-856A, U+8597, U+8599, U+85A9, U+85AE-85AF, U+85C1, U+85F7, U+8607, U+862D, U+867B, U+86A4, U+86CB, U+86CE, U+86D9, U+86E4, U+86ED, U+86F8, U+86FE, U+8718, U+8749, U+874B, U+8755, U+8766, U+8776, U+877F, U+87BA, U+87F9, U+87FB, U+887F, U+8888, U+88B4, U+88B7, U+88DF, U+88E1, U+88F3, U+8956, U+8997, U+8A0A, U+8A23, U+8A3B, U+8A51, U+8A6B, U+8AB9, U+8ABC, U+8ACC, U+8ACF, U+8AD2, U+8ADC, U+8AFA, U+8B02, U+8B2C, U+8B83, U+8B90, U+8C79, U+8CB0, U+8CCE, U+8CD1, U+8D0B, U+8D6B, U+8DA8, U+8DE8, U+8E44, U+8E5F, U+8EAF, U+8F14, U+8F2F, U+8F3F, U+8F4D, U+8F5F, U+8F61, U+8FB0, U+8FBB, U+8FBF, U+8FC2, U+8FC4, U+8FE6, U+8FE9, U+9017, U+9019, U+9022;
}

/* [ PretendardJP-Regular-subset02-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+903C, U+9041, U+9065, U+907C, U+9091, U+90C1, U+912D, U+9149, U+914B, U+9187, U+918D, U+9190, U+9197, U+91A4, U+91C6, U+91D8, U+91E6-91E7, U+920E, U+9237, U+9266, U+927E, U+9291, U+929A, U+92D2, U+92E4, U+92EA, U+92F2, U+92F8, U+9306, U+9310, U+9318, U+9328, U+932B, U+934D, U+9354, U+936C, U+937E, U+9397, U+939A, U+93A7, U+93D1, U+9419, U+9438, U+9453, U+9583, U+958F, U+95A4, U+963F-9640, U+9688, U+96BC, U+96C0-96C1, U+96DB, U+96EB, U+971E, U+9756, U+976D, U+9784, U+978D, U+9798, U+97A0, U+97AD, U+97EE, U+9801, U+9817, U+981A, U+982C, U+9834, U+985B, U+98F4, U+9910, U+9957, U+99A8, U+99B3-99B4, U+99C1, U+99C8, U+99D5, U+99FF, U+9A28, U+9AED, U+9B41, U+9B6F, U+9B8E, U+9B92, U+9BAA-9BAB, U+9BAD, U+9BC9, U+9BD6, U+9BDB, U+9BF5, U+9C0D, U+9C10, U+9C2D, U+9C2F, U+9C39, U+9C3B, U+9C48, U+9C52, U+9C57, U+9CE9, U+9CF3, U+9CF6, U+9D07, U+9D0E, U+9D1B, U+9D28, U+9D2B-9D2C, U+9D3B, U+9D5C, U+9D60-9D61, U+9D6C, U+9DF2, U+9DF9-9DFA, U+9E78, U+9E9F, U+9EB9, U+9EBF, U+9ECD, U+9EDB, U+9F0E, U+9F20, U+9F8D, U+F911, U+F915, U+F91F, U+F92B, U+F931, U+F939-F93A, U+F945-F946, U+F953, U+F955-F958, U+F971, U+F975, U+F977, U+F97A, U+F97D, U+F98F, U+F991;
}

/* [ PretendardJP-Regular-subset02-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F992-F993, U+F997, U+F999, U+F9A6, U+F9AB-F9AD, U+F9C3-F9C4, U+F9C7, U+F9CB-F9CC, U+F9CF, U+F9DA, U+F9E1, U+F9E8, U+F9EE, U+F9F2-F9F3, U+F9F5, U+F9F8, U+F9FD, U+FA0B, U+FA16, U+FA1C, U+FA46, U+FA4A, U+FA4F, U+FA53;
}

/* [ PretendardJP-Regular-subset03-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E8E, U+2E90, U+2E93-2E94, U+2E99, U+2E9B, U+2F02-2F03, U+2F05, U+2F07, U+2F09, U+2F0C-2F10, U+2F13-2F16, U+2F19-2F1B, U+2F1E, U+2F21-2F22, U+2F27, U+2F2A-2F2B, U+2F2E, U+2F33-2F37, U+2F3A-2F3B, U+2F3D, U+2F41, U+2F46, U+2F48, U+2F4D-2F4F, U+2F53, U+2F58-2F59, U+2F68, U+2F79, U+2F7E, U+2F80, U+2F8B-2F8C, U+2F91, U+2F97-2F98, U+2FAA-2FAB, U+2FB1-2FB2, U+2FBD-2FC0, U+2FC4, U+2FC6, U+2FCB-2FCC, U+2FD1-2FD2, U+2FD5, U+4E10, U+4E15, U+4E17, U+4E2A, U+4E31, U+4E36, U+4E3F, U+4E42, U+4E55-4E56, U+4E58, U+4E62, U+4E82, U+4E85, U+4E8A, U+4E8E, U+4E9E-4EA0, U+4EA2, U+4EB0, U+4EB3, U+4EB6, U+4EC2, U+4EC4, U+4EC6, U+4ECD-4ECE, U+4ED7, U+4EDE-4EDF, U+4EED, U+4EF7, U+4F09, U+4F1C, U+4F30, U+4F47, U+4F57, U+4F5A-4F5B, U+4F5D-4F5E, U+4F69, U+4F6F-4F70, U+4F76, U+4F7B, U+4F86, U+4F88, U+4F8F, U+4F91, U+4F96, U+4F98, U+4FAB, U+4FCE, U+4FD0-4FD1, U+4FD4, U+4FD8, U+4FDA-4FDB, U+4FDF, U+4FE4-4FE5, U+4FEF, U+4FF6, U+4FFE, U+5005-5006, U+500F, U+5011, U+5014, U+501A, U+5021, U+5025, U+5028-502A, U+502C;
}

/* [ PretendardJP-Regular-subset03-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5043, U+5047-5048, U+5050, U+5055-5056, U+505A, U+506C, U+5078, U+5080, U+5085, U+509A, U+50B3-50B4, U+50C2, U+50C9-50CA, U+50D6, U+50DE, U+50E3, U+50E5, U+50ED-50EE, U+50F5, U+50F9, U+5101-5102, U+5109, U+5114-5116, U+5118, U+511A, U+5121, U+5137, U+513A-513C, U+513F-5140, U+514C, U+5152, U+5154, U+5162, U+5169-516A, U+516E, U+5180, U+5182, U+5189, U+518C, U+518F-5191, U+5193, U+5195-5196, U+51A2, U+51A4, U+51A6, U+51A9-51AB, U+51B0-51B3, U+51B5, U+51BD, U+51C5, U+51C9, U+51D6, U+51DB-51DC, U+51E0, U+51E9, U+51ED, U+51F0, U+51F5, U+51FE, U+5204, U+520B, U+520E, U+5214, U+5227, U+522A, U+522E, U+5233, U+5244, U+524B-524C, U+524F, U+5254, U+525E, U+5269-526A, U+5271, U+5273-5274, U+527D, U+527F, U+5288, U+528D, U+5291-5292, U+5294, U+52AC-52AD, U+52B5, U+52BC, U+52C1, U+52CD, U+52D2, U+52D7, U+52DE, U+52E0, U+52E3, U+52E6, U+52F3, U+52F5, U+52F8-52F9, U+5306, U+5308, U+530D, U+530F-5310, U+5315, U+531A, U+5323, U+532F, U+5331, U+5333, U+5338, U+5340, U+5345-5346, U+5349, U+534D, U+535E, U+5369, U+536E, U+5377, U+537B, U+5382, U+5396, U+53A0, U+53A5-53A6, U+53AE;
}

/* [ PretendardJP-Regular-subset03-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+53B0, U+53B6, U+53C3, U+53DF, U+53E8, U+53ED-53EE, U+53FA, U+5401, U+541D, U+5429, U+542C-542E, U+5436, U+543C-543D, U+5440, U+544E, U+545F, U+5470-5471, U+5475-5477, U+547B, U+5480, U+5484, U+5486, U+548E-5490, U+5492, U+54A2, U+54A4-54A5, U+54A8, U+54AB-54AC, U+54AF, U+54B8, U+54BC, U+54BE, U+54C2, U+54C4, U+54C7-54C8, U+54D8, U+54E2, U+54E5-54E6, U+54ED-54EE, U+54FD, U+550F, U+5514, U+552E, U+5533, U+5538-5539, U+5540, U+5545, U+554C, U+5556-5557, U+555C-555D, U+5563, U+557B-557C, U+557E, U+5580, U+5583, U+5587, U+558A, U+5598-5599, U+559E-559F, U+55A8, U+55AE, U+55C4, U+55C7, U+55D4, U+55DA, U+55DC, U+55DF, U+55E4, U+55F7, U+55F9, U+55FD-55FE, U+5614, U+5616, U+561B, U+562F, U+5634, U+5636, U+5638, U+564E, U+5650, U+5664, U+566A-566C, U+5680, U+5686, U+568A, U+568F, U+5694, U+56A0, U+56A5, U+56AE, U+56B4, U+56B6, U+56BC, U+56C0-56C3, U+56C8, U+56CE, U+56D1, U+56D3, U+56D7-56D8, U+56EE, U+56F9, U+56FF-5700, U+5704, U+5708-5709, U+570B, U+570D, U+5713, U+5716, U+5718, U+571C, U+5726, U+5737-5738, U+573B, U+5740, U+574E-574F, U+5761, U+5769, U+577F, U+5788;
}

/* [ PretendardJP-Regular-subset03-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5789, U+5793, U+57A0, U+57A4, U+57AA, U+57B0, U+57B3, U+57C0, U+57C3, U+57C6, U+57D2-57D4, U+57D6, U+57E3, U+580A-580B, U+5819, U+581D, U+5821, U+582F, U+583D, U+584B, U+5852, U+5862, U+5870, U+5872, U+5879, U+5885, U+589F, U+58AB, U+58AE, U+58B8-58BB, U+58C5, U+58D1, U+58D3, U+58D7-58D9, U+58DC, U+58DE-58DF, U+58E4-58E5, U+58EF, U+58F9-58FD, U+5902, U+590A, U+5910, U+5918, U+591B, U+5925, U+592C-592D, U+5932, U+5938, U+593E, U+594E, U+5950, U+5955, U+5958, U+595A, U+5960, U+5962, U+5967, U+5969, U+596C, U+5978, U+5981, U+598D, U+599B, U+599D, U+59A3, U+59B2, U+59C6, U+59D9-59DA, U+59DC, U+59E8, U+5A09, U+5A11, U+5A1A, U+5A1C, U+5A1F, U+5A25, U+5A35-5A36, U+5A40, U+5A49, U+5A62, U+5A6A, U+5A6C, U+5A9A, U+5ABC-5ABE, U+5AC2, U+5ACB, U+5AD0, U+5AD6-5AD7, U+5AE3, U+5AE6, U+5AE9, U+5AFA-5AFB, U+5B0B-5B0C, U+5B16, U+5B2A, U+5B32, U+5B36, U+5B3E, U+5B40, U+5B43, U+5B45, U+5B51, U+5B55, U+5B5A-5B5B, U+5B65, U+5B69, U+5B70-5B71, U+5B73, U+5B75, U+5B78, U+5B7A, U+5B80, U+5B83, U+5BA6, U+5BB8, U+5BC3, U+5BC7, U+5BC9, U+5BD0, U+5BD4, U+5BDE, U+5BE2, U+5BE4-5BE6, U+5BE8;
}

/* [ PretendardJP-Regular-subset03-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5BEB, U+5BF0, U+5BF3, U+5BF6, U+5C05, U+5C07-5C08, U+5C0D, U+5C13, U+5C20, U+5C22, U+5C28, U+5C38-5C39, U+5C41, U+5C46, U+5C4E-5C50, U+5C53, U+5C6C, U+5C6E, U+5C76, U+5C79, U+5C8C, U+5C91, U+5C94, U+5CAB, U+5CB6-5CB7, U+5CBB-5CBC, U+5CBE, U+5CC5, U+5CC7, U+5CD9, U+5CE9-5CEA, U+5CED, U+5CFA, U+5CFD, U+5D0B, U+5D11, U+5D14-5D15, U+5D17-5D1B, U+5D1F, U+5D22, U+5D4B-5D4C, U+5D4E, U+5D52, U+5D5C, U+5D6C, U+5D73, U+5D76, U+5D82, U+5D84, U+5D87, U+5D8C, U+5D90, U+5D9D, U+5DA2, U+5DAC, U+5DAE, U+5DB7, U+5DBC-5DBD, U+5DC9, U+5DCD, U+5DD2-5DD3, U+5DD6, U+5DDB, U+5DEB, U+5DF2, U+5DF5, U+5E0B, U+5E11, U+5E19-5E1B, U+5E36-5E37, U+5E40, U+5E43-5E44, U+5E47, U+5E4E, U+5E54, U+5E57, U+5E5F, U+5E62, U+5E64, U+5E75-5E76, U+5E7A, U+5E7F, U+5EA0, U+5EC1-5EC2, U+5EC8, U+5ECF-5ED0, U+5ED6, U+5EDA-5EDB, U+5EDD, U+5EE1-5EE3, U+5EE8-5EE9, U+5EEC, U+5EF0-5EF1, U+5EF3-5EF4, U+5EF8, U+5EFE, U+5F03, U+5F09, U+5F0B-5F0D, U+5F11, U+5F16, U+5F29, U+5F2D, U+5F2F, U+5F38, U+5F41, U+5F48, U+5F4C, U+5F4E, U+5F51, U+5F56-5F57, U+5F5C-5F5D, U+5F61, U+5F6D, U+5F73, U+5F77, U+5F7F, U+5F82;
}

/* [ PretendardJP-Regular-subset03-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5F83, U+5F87-5F88, U+5F8A, U+5F91, U+5F98-5F99, U+5F9E, U+5FA0, U+5FA8, U+5FAD, U+5FBC, U+5FD6, U+5FDD, U+5FE4, U+5FF0-5FF1, U+5FF8, U+5FFB, U+5FFF, U+600E-6010, U+6015, U+6019, U+601B, U+6021, U+6026, U+6029, U+602B, U+6031, U+603A, U+6041-6043, U+6046, U+604A, U+604D, U+6059-605A, U+605F-6060, U+6064, U+606A-606C, U+6077, U+6081, U+6083-6084, U+608B, U+608D, U+6092, U+6096-6097, U+609A-609B, U+60A7, U+60B3-60B5, U+60B8, U+60BD, U+60C6, U+60D3, U+60D8, U+60E0-60E1, U+60F1, U+60F4, U+60F6-60F7, U+60FA-60FB, U+6100, U+6103, U+6106, U+610D-610E, U+6115, U+6121, U+6127-6128, U+612C, U+6134, U+613C-613F, U+6142, U+6147, U+614A, U+614D, U+6153, U+6158-615A, U+615D, U+615F, U+6165, U+616B, U+616F, U+6171, U+6173-6175, U+6177, U+6187, U+618A, U+6191, U+6194, U+6196, U+6199-619A, U+61AB, U+61AE, U+61BA, U+61C3, U+61C6, U+61C8-61CD, U+61E3, U+61E6, U+61F4, U+61F6-61F7, U+61FA, U+61FC-6200, U+6208-6209, U+620C-620D, U+6214, U+621B, U+621D-621E, U+6221, U+622A, U+622E, U+6230, U+6232-6233;
}

/* [ PretendardJP-Regular-subset03-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6241, U+6248, U+624E, U+625B, U+625E, U+6260, U+6263, U+6268, U+627C, U+627E, U+6282-6283, U+6289, U+6292-6294, U+6296, U+629B, U+62AC, U+62BB, U+62C2, U+62C6-62C8, U+62CA, U+62CC, U+62CF, U+62D1, U+62D4, U+62D7, U+62DC, U+62EE-62EF, U+62F1, U+62F5, U+62FF, U+6302, U+6308, U+630C, U+6327, U+633E, U+634D, U+634F-6350, U+6369, U+636B, U+6376, U+6380, U+6389, U+638E-638F, U+6396, U+639F, U+63A3, U+63AB, U+63B5, U+63BE, U+63C0, U+63C4, U+63C6, U+63C9, U+63D2, U+63E3, U+63E9, U+63F6, U+6406, U+640F, U+6413, U+6416-6417, U+641C, U+6426, U+6428, U+6434, U+6436, U+644E, U+6467, U+6476, U+6488, U+6493, U+6495, U+64A5, U+64A9, U+64BB-64BC, U+64C2, U+64C5, U+64C7, U+64D2, U+64D4, U+64D8, U+64DA, U+64E0-64E1, U+64E3, U+64E7, U+64EF, U+64F1-64F2, U+64F4, U+64F6, U+64FA, U+64FD, U+6500, U+6505, U+6518, U+651C-651D, U+6523-6524, U+652A-652C, U+6534-6538, U+6548, U+654D, U+6555-6556, U+6558, U+655D-655E, U+6572, U+6578, U+6582-6583, U+6588, U+659B, U+659F, U+65AB, U+65B7, U+65C1, U+65C3-65C4, U+65C6, U+65CC, U+65D2, U+65D9, U+65DB, U+65E0-65E1, U+65F1, U+65FB, U+6603, U+660A, U+661C, U+6634;
}

/* [ PretendardJP-Regular-subset03-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6635-6636, U+663F, U+6641, U+6644, U+6649, U+664F, U+665D-665F, U+6662, U+6664, U+6667-6668, U+6670, U+6683-6684, U+6688-6689, U+668E, U+6698, U+669D, U+66B8-66B9, U+66BC, U+66BE, U+66C1, U+66C4, U+66C9, U+66DA, U+66E0, U+66E6, U+66E9, U+66F0, U+66F5, U+66F7, U+66FC, U+6703, U+670F, U+6716, U+671E, U+6726-6727, U+672E, U+6736-6738, U+673F, U+6741, U+6746, U+6759, U+675E, U+6760, U+6763-6764, U+676A, U+6770, U+6772-6773, U+677C, U+6785, U+6789, U+678B-678C, U+67A1, U+67A6, U+67A9, U+67B3-67B4, U+67B7-67B9, U+67C6, U+67CE, U+67DD-67DE, U+67E2, U+67E4, U+67E7, U+67E9, U+67EC, U+67EE-67EF, U+681E, U+6829, U+682B, U+6832, U+6840, U+6846, U+684D-684E, U+6859, U+6863, U+6874, U+6877, U+687E-687F, U+6883, U+688D, U+688F, U+6894, U+689B, U+689D, U+689F-68A0, U+68A6, U+68AD, U+68B3, U+68B5, U+68B9-68BA, U+68C6, U+68CA, U+68CD, U+68D4-68D5, U+68D7-68D8, U+68E0-68E1, U+68E3, U+68E7, U+68EF, U+68F9, U+6901, U+6904, U+6908, U+690C, U+690F, U+6912, U+691A, U+6921-6923, U+6925-6926, U+6928, U+692A, U+6930, U+6936, U+6939, U+693D, U+6954, U+6959, U+695C-695E, U+6961, U+696A-696B;
}

/* [ PretendardJP-Regular-subset03-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+696E, U+6974, U+6978-6979, U+697E, U+6981, U+6991, U+6995, U+699C, U+69A0, U+69A7, U+69AE, U+69B1-69B2, U+69B4, U+69BB, U+69BE-69BF, U+69C1, U+69C3, U+69C7, U+69CA, U+69CE, U+69D0, U+69D3, U+69DD-69DE, U+69E7-69E8, U+69EB, U+69ED, U+69F2, U+69F9, U+69FF, U+6A02, U+6A05, U+6A0A, U+6A0C, U+6A12-6A14, U+6A1B, U+6A1E, U+6A22-6A23, U+6A2E, U+6A36, U+6A38, U+6A44, U+6A47-6A48, U+6A59, U+6A62, U+6A66, U+6A72, U+6A78, U+6A84, U+6A8D, U+6A90, U+6A97, U+6A9C, U+6AA0, U+6AA2-6AA3, U+6AAA, U+6AAC, U+6AAE, U+6AB3, U+6AB8, U+6ABB, U+6AC1-6AC3, U+6AD1, U+6ADA, U+6ADE-6ADF, U+6AEA, U+6AFA-6AFB, U+6B05, U+6B0A, U+6B12, U+6B16, U+6B1F, U+6B37-6B39, U+6B43, U+6B47, U+6B49, U+6B50, U+6B54, U+6B59, U+6B5B, U+6B5F, U+6B61, U+6B78-6B79, U+6B7F-6B80, U+6B83-6B84, U+6B8D, U+6B95, U+6B98, U+6B9E, U+6BA4, U+6BAA-6BAB, U+6BAF, U+6BB1-6BB3, U+6BB7, U+6BBC, U+6BC6, U+6BCB, U+6BD3, U+6BDF, U+6BEB-6BEC, U+6BEF, U+6BF3, U+6C08, U+6C13-6C14, U+6C1B, U+6C23-6C24, U+6C55, U+6C5E, U+6C62, U+6C68, U+6C6A, U+6C73, U+6C7E, U+6C81-6C82, U+6C8D, U+6C90, U+6C92, U+6C9A-6C9B, U+6CAE, U+6CB1, U+6CBA, U+6CBD-6CBE, U+6CC4;
}

/* [ PretendardJP-Regular-subset03-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6CC5, U+6CD3, U+6CD7, U+6CD9, U+6CDB, U+6CDD, U+6CEA, U+6CEF, U+6CF1, U+6D0C, U+6D12, U+6D19, U+6D1F, U+6D2B, U+6D33, U+6D35-6D36, U+6D38, U+6D3D, U+6D59-6D5A, U+6D63-6D64, U+6D79, U+6D85, U+6D8E, U+6D93, U+6D95, U+6DB5, U+6DB8, U+6DC5-6DC7, U+6DCC, U+6DD2, U+6DD5, U+6DD9, U+6DDE, U+6DE4, U+6DE6, U+6DE8, U+6DEA, U+6DEC, U+6DEE, U+6DF9-6DFA, U+6E0A, U+6E15, U+6E19, U+6E1D, U+6E1F, U+6E23-6E24, U+6E2B, U+6E2D-6E2E, U+6E38, U+6E3A, U+6E3E, U+6E43, U+6E4D-6E4E, U+6E5F, U+6E6B, U+6E6E, U+6E72, U+6E76, U+6E82, U+6E8F, U+6E98, U+6E9F, U+6EA5, U+6EAA, U+6EAF, U+6EB2, U+6EB7, U+6EBD, U+6EC2, U+6EC4, U+6EC9, U+6ECC, U+6ED3-6ED5, U+6EEC, U+6EEF, U+6EF2, U+6EF7-6EF8, U+6EFE-6EFF, U+6F11, U+6F13, U+6F31-6F32, U+6F3E-6F3F, U+6F41, U+6F58, U+6F5B, U+6F66, U+6F6D, U+6F6F, U+6F74, U+6F78, U+6F7A, U+6F7C, U+6F80-6F82, U+6F86, U+6F8E, U+6F91, U+6FA1, U+6FA3-6FA4, U+6FAA, U+6FB3, U+6FB9, U+6FC2, U+6FC6, U+6FD4-6FD5, U+6FD8, U+6FDB, U+6FDF, U+6FE4, U+6FEC, U+6FEE, U+6FF1, U+6FF3, U+6FF6, U+6FFA, U+6FFE, U+7001, U+7009, U+700B, U+700F, U+7011, U+7018, U+701A-701B, U+701D, U+701F, U+7030, U+7032, U+703E, U+704C, U+7051, U+7063;
}

/* [ PretendardJP-Regular-subset03-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7092, U+7099, U+70AC, U+70AE-70AF, U+70B3, U+70B8, U+70CB, U+70D9, U+70DD, U+70DF, U+70F1, U+70FD, U+7109, U+7119, U+711C, U+714C, U+7155-7156, U+7162, U+7165-7166, U+716C, U+7184, U+7188, U+718F, U+7195, U+7199, U+71A8, U+71AC, U+71B9, U+71BE, U+71C9, U+71CE, U+71D2, U+71D4, U+71D7, U+71DF-71E0, U+71E7, U+71EC, U+71EE, U+71F5, U+71F9, U+71FB-71FC, U+71FF, U+720D, U+7210, U+721B, U+7228, U+722C-722D, U+7230, U+7232, U+723B-723C, U+723F-7240, U+7246, U+724B, U+7258, U+7274, U+727E, U+7281-7282, U+7287, U+7292, U+7296, U+72A2, U+72A7, U+72B2, U+72B9, U+72C3-72C4, U+72C6, U+72CE, U+72D2, U+72E0-72E2, U+72F7, U+72F9, U+730A, U+7316-7317, U+731C-731D, U+7325, U+7329, U+732F, U+7334, U+733E, U+734E-734F, U+7357, U+7368, U+736A, U+7370, U+7375, U+7378, U+737A-737B, U+73B3, U+73BB, U+73C0, U+73C8, U+73CE, U+73DE, U+73E5, U+73EE, U+73F1, U+73F8, U+7405, U+7425, U+7432, U+743A, U+743F, U+7441, U+7455, U+7459, U+745C, U+745F, U+7463-7464, U+7469-746A, U+746F-7470, U+7476, U+747E, U+748B, U+749E, U+74A2, U+74CA, U+74CF, U+74D4, U+74E0, U+74E3, U+74E7, U+74E9, U+74EE, U+74F0-74F2, U+74F7-74F8, U+7503-7505;
}

/* [ PretendardJP-Regular-subset03-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+750C-750E, U+7513, U+7515, U+751E, U+7526, U+752C, U+7538, U+753C, U+7544, U+7546, U+7549-754B, U+754D, U+755A-755B, U+7564, U+7567, U+7569, U+756B, U+756D, U+7574, U+7576, U+7578, U+7582, U+7586-7587, U+7589-758A, U+7594, U+759A, U+759D, U+75A3, U+75A5, U+75B1, U+75B3, U+75B5, U+75B8, U+75BC-75BD, U+75C2-75C3, U+75CA, U+75CD, U+75D2, U+75D9, U+75DE, U+75E3, U+75F0, U+75F2-75F3, U+75FA, U+75FC, U+75FE-75FF, U+7601, U+7609, U+760B, U+761F-7622, U+7624, U+7627, U+7630, U+7634, U+763B, U+7646-7648, U+7658, U+765C, U+7661-7662, U+7667-766A, U+766C, U+7670, U+7672, U+7676, U+7678, U+767C, U+7680, U+7683, U+7688, U+768B, U+768E, U+7693, U+7696, U+7699-769A, U+76B0, U+76B4, U+76B7-76BA, U+76C2, U+76CD, U+76D2, U+76D6, U+76DC, U+76DE, U+76E1, U+76E5, U+76E7, U+76EA, U+76FB, U+7704, U+7707-7708, U+771B, U+771E, U+7724-7726, U+7729, U+7737-7738, U+7747, U+775A-775B, U+7765, U+7768, U+776B, U+7779, U+777E-777F, U+778B, U+778E, U+7791, U+779E, U+77A0, U+77B0, U+77B6, U+77B9, U+77BB-77BD, U+77BF, U+77C7, U+77CD, U+77D7, U+77DA, U+77DC, U+77E3;
}

/* [ PretendardJP-Regular-subset03-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+77EE, U+77FC, U+780C, U+7812, U+7820, U+7845, U+7874, U+787C, U+7886, U+788C, U+788E, U+789A, U+78A3, U+78AA, U+78AF, U+78B5, U+78BC, U+78BE, U+78C5-78C6, U+78CA-78CB, U+78D1, U+78D4, U+78DA, U+78E7, U+78EC, U+78F4, U+78FD, U+7907, U+7911-7912, U+7919, U+7926, U+792A-792C, U+7940, U+7953, U+7955, U+7957, U+795A, U+795F-7960, U+797A, U+797F-7980, U+798A, U+799D, U+79A7, U+79AA, U+79AE, U+79B3, U+79B9-79BA, U+79C9, U+79D5, U+79E1, U+79E3, U+79E7, U+79EC, U+7A08, U+7A0D, U+7A18-7A19, U+7A1F-7A20, U+7A31, U+7A37, U+7A3B, U+7A3E, U+7A43, U+7A49, U+7A57, U+7A61-7A62, U+7A69, U+7A70, U+7A79, U+7A7D, U+7A88, U+7A95-7A98, U+7AA9, U+7AB0, U+7AB6, U+7ABF, U+7AC4-7AC5, U+7AC7-7AC8, U+7ACA, U+7ACD, U+7ACF, U+7AD2-7AD3, U+7AD5, U+7AD9-7ADA, U+7ADD, U+7ADF, U+7AE1-7AE2, U+7AE6, U+7AED, U+7AF0, U+7AF8, U+7B02, U+7B04, U+7B06, U+7B0A-7B0B, U+7B0F, U+7B18-7B19, U+7B1E, U+7B28, U+7B33, U+7B35-7B36, U+7B45, U+7B4C-7B4D, U+7B50, U+7B5D, U+7B65, U+7B67, U+7B6C, U+7B6E, U+7B70-7B71, U+7B74-7B75, U+7B7A, U+7B8D, U+7B8F, U+7B92, U+7B98-7B9A, U+7B9C-7B9D, U+7B9F, U+7BB4, U+7BC1, U+7BC6, U+7BCB-7BCC;
}

/* [ PretendardJP-Regular-subset03-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7BCF, U+7BDD, U+7BE5-7BE6, U+7BE9, U+7BF3, U+7BF6-7BF7, U+7C00, U+7C07, U+7C0D, U+7C11-7C14, U+7C17, U+7C1F, U+7C23, U+7C27, U+7C2A-7C2B, U+7C37, U+7C3D, U+7C40, U+7C43, U+7C4C, U+7C4F-7C50, U+7C54, U+7C56, U+7C58, U+7C5F, U+7C64-7C65, U+7C6C, U+7C75, U+7C83, U+7C90, U+7CA1-7CA2, U+7CA4, U+7CA8, U+7CAB, U+7CAD-7CAE, U+7CB1-7CB3, U+7CB9, U+7CBD, U+7CC0, U+7CC2, U+7CC5, U+7CD2, U+7CD8, U+7CDC, U+7CE2, U+7CEF, U+7CF2, U+7CF4, U+7CF6, U+7CFA, U+7D02, U+7D06, U+7D0A, U+7D15, U+7D1C, U+7D2E, U+7D32, U+7D35, U+7D3F, U+7D45-7D46, U+7D4B, U+7D4E-7D4F, U+7D56, U+7D5B, U+7D63, U+7D68, U+7D6E, U+7D72-7D73, U+7D7D, U+7D89, U+7D8F, U+7D93, U+7D9B, U+7D9F, U+7DA2-7DA3, U+7DAB, U+7DAE-7DB0, U+7DB5, U+7DB8, U+7DBA, U+7DBD, U+7DC7, U+7DD5, U+7DD8, U+7DDC-7DDE, U+7DE1, U+7DE4, U+7DF2, U+7E05, U+7E09-7E0B, U+7E12, U+7E1F, U+7E21-7E23, U+7E31-7E32, U+7E35, U+7E37, U+7E39-7E3B, U+7E3D, U+7E43, U+7E46, U+7E56, U+7E59-7E5A, U+7E5D-7E5E, U+7E66-7E67, U+7E69-7E6A, U+7E79, U+7E7B-7E7D, U+7E7F, U+7E83, U+7E88-7E89, U+7E8C, U+7E8E, U+7E90, U+7E92-7E94;
}

/* [ PretendardJP-Regular-subset03-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7E96, U+7E9B-7E9C, U+7F38, U+7F3A, U+7F45, U+7F4C-7F4E, U+7F50-7F51, U+7F54-7F55, U+7F58, U+7F5F-7F60, U+7F67-7F69, U+7F78-7F79, U+7F82-7F83, U+7F86-7F88, U+7F8C, U+7F94, U+7F9A, U+7F9D, U+7FA3, U+7FAE-7FAF, U+7FB2, U+7FB6, U+7FB8-7FB9, U+7FC5-7FC6, U+7FCA, U+7FD4-7FD5, U+7FE1, U+7FE6, U+7FE9, U+7FF3, U+7FF9, U+8004, U+8006, U+800B, U+8012, U+8018-8019, U+801C, U+8021, U+8028, U+803B, U+803F, U+8046, U+804A, U+8052, U+8058, U+805A, U+805F, U+8062, U+8068, U+8070, U+8072-8073, U+8076, U+8079, U+807D, U+807F, U+8084-8086, U+8093, U+809A-809B, U+80AC-80AD, U+80C4, U+80D6, U+80D9-80DB, U+80DD, U+80E5, U+80EF, U+80F1, U+80FC, U+8109, U+811B, U+8123, U+8129, U+812F, U+813E, U+8146, U+814B, U+8151, U+8153, U+815F, U+8165-8166, U+816E, U+8171, U+8174, U+8180, U+8182-8183, U+8188, U+818A, U+8193, U+8195, U+81A0, U+81A3-81A4, U+81A9, U+81B0, U+81B5, U+81B8, U+81BA, U+81BD-81BE, U+81C0, U+81C2, U+81C8-81C9, U+81CD, U+81D1, U+81D8-81DA, U+81DF-81E0, U+81E7, U+81FA-81FB, U+81FE, U+8201-8202, U+8205, U+8207, U+8209-820A, U+820D, U+8210, U+8212, U+8216, U+8229;
}

/* [ PretendardJP-Regular-subset03-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+822B, U+822E, U+8233, U+8238, U+8240, U+8258-825A, U+825D, U+825F, U+8262, U+8264, U+8268, U+826A-826B, U+8271, U+8277-8278, U+827E, U+828D, U+8292, U+829F, U+82AB-82AC, U+82BB, U+82D2, U+82D9, U+82DC, U+82DE-82DF, U+82E1, U+82E3, U+82F3-82F4, U+82F9-82FB, U+8303, U+8306, U+8309, U+8316-8318, U+8323, U+832B, U+832F, U+8331-8332, U+8334-8335, U+8339, U+8340, U+8345, U+8350, U+8373, U+8375, U+837C, U+8385, U+8387, U+8389-838A, U+838E, U+8393, U+8396, U+839A, U+839F-83A0, U+83A2, U+83A8, U+83AA, U+83B5, U+83BD, U+83C1, U+83CE, U+83D8, U+83E0, U+83EB, U+83F2, U+83F4, U+83F7, U+83FB, U+83FD, U+8403, U+8407, U+840B, U+840D, U+8413, U+8420, U+8422, U+842A, U+842C, U+8435, U+8438, U+843C, U+8446, U+8462, U+8469, U+846B, U+846D-846F, U+8477, U+8479, U+8482, U+8484, U+849F, U+84A1, U+84AD, U+84B9, U+84BB, U+84BF, U+84C1, U+84C6, U+84CA, U+84CD, U+84D0, U+84D6, U+84D9-84DA, U+84F4, U+84FC, U+84FF, U+8506, U+8514-8515, U+8517-8518, U+851F, U+8521, U+852C, U+8540-8541, U+8548, U+854B, U+8555, U+8558, U+855A, U+8563, U+856D, U+8577, U+857E, U+8580, U+8587-8588, U+858A, U+8590-8591, U+8594, U+859B-859C;
}

/* [ PretendardJP-Regular-subset03-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+85A4, U+85A8, U+85B9-85BA, U+85C9, U+85CF-85D0, U+85D5, U+85DC-85DD, U+85E5, U+85EA, U+85F9-85FA, U+85FE, U+8602, U+8606, U+860A-860B, U+8613, U+8616-8617, U+861A, U+8622, U+862F-8630, U+863F, U+864D, U+8654-8655, U+865F, U+8667, U+8671, U+868B-868C, U+8693, U+86A3, U+86A9-86AB, U+86AF-86B0, U+86B6, U+86C4, U+86C6, U+86C9, U+86D4, U+86DB, U+86DE-86DF, U+86E9, U+86EC, U+86EF, U+86F9, U+86FB, U+8700, U+8703, U+8706, U+8708-870A, U+870D, U+8711-8712, U+871A, U+8725, U+8729, U+8734, U+8737, U+873B, U+873F, U+874C, U+874E, U+8753, U+8757, U+8759, U+875F-8760, U+8763, U+8768, U+876A, U+876E, U+8774, U+8778, U+8782, U+879F, U+87A2, U+87AB, U+87AF, U+87B3, U+87BB, U+87BD, U+87C0, U+87C4, U+87C6-87C7, U+87CB, U+87D0, U+87D2, U+87E0, U+87EF, U+87F2, U+87F6-87F7, U+87FE, U+8805, U+880D-880F, U+8811, U+8815-8816, U+8821-8823, U+8827, U+8831, U+8836, U+8839, U+883B, U+8842, U+8844, U+884D, U+8852, U+8859, U+885E, U+8862, U+886B, U+8872, U+8875, U+887D-887E, U+8881-8882, U+888D, U+8892, U+8897, U+8899, U+889E, U+88A2, U+88A4, U+88AE, U+88B0-88B1, U+88B5, U+88BF, U+88C3-88C4, U+88D4, U+88D8;
}

/* [ PretendardJP-Regular-subset03-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+88D9, U+88DD, U+88E8, U+88F2, U+88F4, U+88F9, U+88FC, U+8902, U+8904, U+890A, U+890C, U+8913, U+891D-891E, U+8925, U+892A-892B, U+8936, U+8938, U+893B, U+8941, U+8943-8944, U+894C-894D, U+895E, U+8960, U+8964, U+8966, U+896A, U+896D, U+896F, U+8974, U+8977, U+897E, U+8983, U+8988, U+898A, U+8993, U+8998, U+89A1, U+89A6, U+89A9, U+89AC, U+89AF, U+89B2, U+89BA, U+89BD, U+89BF-89C0, U+89DA, U+89DC-89DD, U+89E7, U+89F4, U+89F8, U+8A0C, U+8A10, U+8A16, U+8A1B, U+8A1D, U+8A25, U+8A36, U+8A41, U+8A46, U+8A48, U+8A52, U+8A5B, U+8A62, U+8A6C-8A6D, U+8A7C, U+8A82, U+8A84-8A85, U+8A91, U+8A9A, U+8AA1, U+8AA3, U+8AA5-8AA6, U+8AA8, U+8AC2, U+8AC4, U+8ACD, U+8ADA-8ADB, U+8ADE, U+8AE0-8AE2, U+8AE4, U+8AEB, U+8AF1, U+8AF3, U+8AF7, U+8B07, U+8B0C, U+8B10, U+8B14, U+8B16-8B17, U+8B1A, U+8B20, U+8B26, U+8B28, U+8B2B, U+8B33, U+8B3E, U+8B41, U+8B49, U+8B4C, U+8B4E-8B4F, U+8B56, U+8B5A-8B5B, U+8B5F, U+8B6B-8B6C, U+8B6F, U+8B71, U+8B74, U+8B7D, U+8B80, U+8B8A, U+8B8C, U+8B8E, U+8B92-8B93, U+8B96, U+8B99-8B9A, U+8C3A, U+8C3F, U+8C41, U+8C48, U+8C4C, U+8C4E, U+8C50, U+8C55, U+8C62, U+8C6B-8C6C, U+8C78, U+8C7A, U+8C7C, U+8C82, U+8C85, U+8C89;
}

/* [ PretendardJP-Regular-subset03-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+8C8A, U+8C8D-8C8E, U+8C94, U+8C98, U+8CAD-8CAE, U+8CB2-8CB3, U+8CB6, U+8CBD, U+8CC1, U+8CC8, U+8CCD, U+8CDA, U+8CE3-8CE4, U+8CFA-8CFB, U+8CFD, U+8D04-8D05, U+8D07, U+8D0A, U+8D0D, U+8D0F-8D10, U+8D13-8D14, U+8D16, U+8D67, U+8D6D, U+8D71, U+8D73, U+8D81, U+8D99, U+8DBA, U+8DBE, U+8DC2, U+8DCB-8DCC, U+8DCF, U+8DD6, U+8DDA-8DDB, U+8DDF, U+8DE3, U+8DEA-8DEB, U+8DFC, U+8DFF, U+8E08-8E09, U+8E10, U+8E1D-8E1F, U+8E30, U+8E34-8E35, U+8E42, U+8E47-8E4A, U+8E4C, U+8E50, U+8E55, U+8E59, U+8E60, U+8E63-8E64, U+8E72, U+8E76, U+8E7C, U+8E81, U+8E84-8E85, U+8E87, U+8E8A-8E8B, U+8E91, U+8E93-8E94, U+8E99, U+8EA1, U+8EAA, U+8EAC, U+8EB0-8EB1, U+8EBE, U+8EC5-8EC6, U+8EC8, U+8ECB, U+8EDB, U+8EE3, U+8EEB, U+8EFB-8EFC, U+8EFE, U+8F05, U+8F0A, U+8F0C, U+8F12-8F13, U+8F15, U+8F19, U+8F1B-8F1C, U+8F1F, U+8F26, U+8F33, U+8F39, U+8F3B, U+8F3E, U+8F42, U+8F45-8F46, U+8F49, U+8F4C, U+8F4E, U+8F57, U+8F5C, U+8F62-8F64, U+8F9C, U+8F9F, U+8FA7-8FA8, U+8FAD-8FAF, U+8FB7, U+8FDA, U+8FE2, U+8FE5, U+8FEA, U+8FEF, U+8FF4, U+8FF8-8FFA, U+9005, U+900B, U+900D-900E, U+9011, U+9015;
}

/* [ PretendardJP-Regular-subset03-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9016, U+901E, U+9021, U+9027, U+9035-9036, U+9039, U+903E, U+9049, U+904F-9052, U+9056, U+9058-9059, U+905E, U+9068, U+906F, U+9072, U+9076, U+907D, U+9080-9083, U+9087, U+9089-908A, U+908F, U+90A8, U+90AF, U+90B1, U+90B5, U+90DB, U+90E2, U+90E4, U+9102, U+9112, U+9119, U+9130, U+9132, U+914A, U+9156, U+9158, U+9163, U+9165, U+9169, U+9172-9173, U+9182, U+9189, U+918B, U+91A2, U+91AA-91AB, U+91AF, U+91B4-91B5, U+91BA, U+91C0-91C1, U+91C9, U+91CB, U+91D0, U+91D6, U+91DB, U+91DF, U+91E1, U+91F5-91F6, U+91FC, U+91FF, U+9211, U+9214-9215, U+921E, U+9229, U+922C, U+923F, U+9245, U+9248-9249, U+924B, U+9250, U+9257, U+925A, U+925E, U+9264, U+9293, U+9295-9296, U+929B-929C, U+92B7, U+92B9, U+92CF, U+92E9, U+92FA, U+930F, U+9319-931A, U+9322-9323, U+9335, U+933A-933B, U+9344, U+9356, U+935C, U+9360, U+936E, U+937C, U+9394, U+93AC-93AD, U+93B0, U+93B9, U+93C3, U+93C8, U+93D0, U+93D6-93D8, U+93DD, U+93E4-93E5, U+93E8, U+9403, U+9407, U+9410, U+9413-9414, U+941A, U+9421, U+942B, U+9435-9436, U+943A, U+9441, U+9444, U+9452, U+945A-945B, U+945E, U+9460, U+9462, U+946A, U+9470, U+9475;
}

/* [ PretendardJP-Regular-subset03-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9477, U+947C-947F, U+9481, U+9582, U+9587, U+958A, U+9594, U+9596, U+9598-9599, U+95A0, U+95A7-95A8, U+95AD, U+95B9, U+95BB-95BC, U+95BE, U+95C3, U+95CA, U+95CC-95CD, U+95D4-95D6, U+95DC, U+95E1-95E2, U+95E5, U+9621, U+9628, U+962E-962F, U+9642, U+964B-964C, U+964F, U+965C-965F, U+9666, U+966C, U+9672, U+9677, U+968B, U+968D, U+9695, U+9697-9698, U+96A7-96A8, U+96AA, U+96B0-96B2, U+96B4, U+96B6, U+96B8-96B9, U+96C9, U+96CB, U+96CD-96CE, U+96D5-96D6, U+96D9, U+96DC, U+96F9, U+9704, U+9706, U+9708, U+970D-970F, U+9711, U+9713, U+9716, U+9719, U+9724, U+972A, U+9730, U+9738-9739, U+973D-973E, U+9742, U+9744, U+9746, U+9748-9749, U+975C, U+9760-9761, U+9764, U+9766, U+9768, U+976B, U+9771, U+9779-977A, U+977C, U+9781, U+9785-9786, U+978B, U+978F-9790, U+979C, U+97A3, U+97A6, U+97A8, U+97AB, U+97B3-97B4, U+97C3, U+97C6, U+97C8, U+97CB, U+97DC, U+97ED, U+97F2, U+97F5-97F6, U+980C, U+980F, U+9821, U+9824, U+9837-9838, U+983D, U+9846, U+984B, U+984F, U+986B, U+986F-9871, U+9873-9874, U+98AA, U+98AF, U+98B1, U+98B6, U+98C3-98C4, U+98C6;
}

/* [ PretendardJP-Regular-subset03-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+98DC, U+98E9, U+98EB, U+98ED-98EE, U+9903, U+9909, U+9912, U+9914, U+9918, U+991D-991E, U+9920-9921, U+9924, U+992C, U+992E, U+993D-993E, U+9942, U+9945, U+9949, U+994B-994C, U+9950-9952, U+9955, U+9997-9998, U+99A5, U+99AD-99AE, U+99BC, U+99D1, U+99D8, U+99DB, U+99DD, U+99DF, U+99E2, U+99ED-99EE, U+99F1-99F2, U+99F8, U+99FB, U+9A01, U+9A05, U+9A0F, U+9A19, U+9A2B, U+9A37, U+9A3E, U+9A40, U+9A42-9A43, U+9A45, U+9A4D, U+9A55, U+9A57, U+9A5B, U+9A5F, U+9A62, U+9A64-9A65, U+9A69-9A6B, U+9AAD, U+9AB0, U+9ABC, U+9AC0, U+9ACF, U+9AD1, U+9AD3-9AD4, U+9ADE-9ADF, U+9AE2-9AE3, U+9AE6, U+9AEB, U+9AEE-9AEF, U+9AF1, U+9AF4, U+9AF7, U+9AFB, U+9B06, U+9B18, U+9B1A, U+9B1F, U+9B22-9B23, U+9B25, U+9B27-9B2A, U+9B2E-9B2F, U+9B32, U+9B3B, U+9B43-9B44, U+9B4D-9B4F, U+9B51, U+9B58, U+9B74, U+9B83, U+9B91, U+9B93, U+9B96-9B97, U+9B9F-9BA0, U+9BA8, U+9BB4, U+9BB9, U+9BC0, U+9BC6, U+9BCA, U+9BCF, U+9BD1-9BD2, U+9BD4, U+9BE1-9BE4, U+9BF0-9BF2, U+9C04, U+9C06, U+9C08-9C0A, U+9C0C, U+9C12-9C15, U+9C1B, U+9C21, U+9C24-9C25, U+9C2E;
}

/* [ PretendardJP-Regular-subset03-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9C30, U+9C32, U+9C3A, U+9C3E, U+9C46-9C47, U+9C5A, U+9C60, U+9C67, U+9C76, U+9C78, U+9CE7, U+9CEB-9CEC, U+9CF0, U+9D03, U+9D06, U+9D08-9D09, U+9D12, U+9D15, U+9D1F, U+9D23, U+9D26, U+9D2A, U+9D3E-9D3F, U+9D41, U+9D44, U+9D46, U+9D48, U+9D50-9D51, U+9D59, U+9D5D-9D5E, U+9D64, U+9D6F, U+9D72, U+9D7A, U+9D87, U+9D89, U+9D9A, U+9DA4, U+9DA9, U+9DAB, U+9DAF, U+9DB2, U+9DB8, U+9DBA-9DBB, U+9DC1-9DC2, U+9DC4, U+9DC6, U+9DCF, U+9DD3, U+9DD9, U+9DE6, U+9DED, U+9DEF, U+9DF8, U+9DFD, U+9E1A-9E1B, U+9E1E, U+9E75, U+9E79, U+9E7D, U+9E81, U+9E88, U+9E8B-9E8C, U+9E91-9E92, U+9E95, U+9E9D, U+9EA5, U+9EA9-9EAA, U+9EAD, U+9EB8, U+9EBC, U+9EBE, U+9ECC, U+9ECE-9ED0, U+9ED4, U+9ED8, U+9EDC-9EDE, U+9EE0, U+9EE5, U+9EE8, U+9EEF, U+9EF4, U+9EF6-9EF7, U+9EF9, U+9EFB-9EFD, U+9F07-9F08, U+9F15, U+9F21, U+9F2C, U+9F3E, U+9F4A-9F4B, U+9F4E-9F4F, U+9F52, U+9F54, U+9F5F-9F61, U+9F63, U+9F66-9F67, U+9F6A, U+9F6C, U+9F72, U+9F76-9F77, U+9F95, U+9F9C-9F9D, U+9FA0, U+F900, U+F903, U+F907-F908, U+F90B, U+F90D-F90E, U+F910, U+F913-F914, U+F916-F917, U+F91A-F91B, U+F91E, U+F920, U+F924, U+F926, U+F92D;
}

/* [ PretendardJP-Regular-subset03-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F92F, U+F932-F933, U+F935, U+F93B-F93C, U+F942, U+F947, U+F94A, U+F94C, U+F950-F952, U+F954, U+F95A-F95C, U+F969, U+F96B, U+F978-F979, U+F97F, U+F982, U+F984-F987, U+F989, U+F98D, U+F990, U+F998, U+F9A7, U+F9A9, U+F9AE-F9B0, U+F9B3, U+F9B6-F9B9, U+F9BF-F9C0, U+F9C2, U+F9C5-F9C6, U+F9D2, U+F9D5-F9D6, U+F9E6, U+F9ED, U+F9F0, U+F9FB, U+FA07;
}

/* [ PretendardJP-Regular-subset04-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2F01, U+2F3E, U+2F5B, U+2F73, U+2F7B, U+2F87, U+2FAD, U+2FB7, U+2FC7-2FC8, U+2FCA, U+2FD0, U+2FD4, U+3D4E, U+4E28, U+4E6B, U+4E6D, U+4E76-4E77, U+4E90, U+4EDD, U+4EE1, U+4EFC, U+4F00, U+4F03, U+4F0B, U+4F39, U+4F48, U+4F56, U+4F7A, U+4F7E, U+4F81, U+4F84, U+4F8A, U+4F92, U+4F94, U+4F9A, U+4FC9, U+4FCD, U+4FD3, U+4FE0, U+4FF1, U+4FFF, U+5002, U+501C, U+501E, U+5022, U+5027, U+503B, U+5040, U+5042, U+5046, U+5070, U+5094, U+50D8, U+50F4, U+50FF, U+5106, U+514A, U+5164, U+5167, U+519D, U+51BE, U+51DE, U+51EC, U+5215, U+5261, U+529C, U+52A4, U+52A6, U+52AF, U+52C0, U+52D6, U+52DB, U+52FB, U+5300, U+5307, U+5324, U+5344, U+5368, U+5372, U+537D, U+5393, U+53B2, U+53DD, U+541E, U+5433, U+548A, U+549C, U+54A9, U+54FF, U+550E, U+551C, U+5535, U+555E, U+5586, U+5653, U+5699, U+56AC, U+56CA, U+56CD, U+574D, U+5759, U+5765, U+576E, U+5770, U+5775, U+577C, U+57AC, U+57C7-57C8, U+57F0, U+5808-5809, U+581E, U+5827, U+584F, U+5864, U+587C, U+5889, U+589E, U+58A9, U+58B2, U+58CE, U+590B, U+5914, U+5953, U+595B, U+595D, U+5963, U+596B, U+596D, U+5997, U+59A4, U+59BA, U+59C3, U+59DD, U+59EC, U+59EE, U+59F8, U+5A1B, U+5AA4, U+5AC4, U+5B05, U+5B56, U+5B7C, U+5B93, U+0F0000-0F0002;
}

/* [ PretendardJP-Regular-subset04-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5B96, U+5BAC, U+5BC0, U+5BD7-5BD8, U+5BEC, U+5BEF, U+5C19, U+5C1E, U+5C5B, U+5C62, U+5CA6, U+5CB5, U+5CBA, U+5CC0, U+5CF4-5CF5, U+5D0D, U+5D27, U+5D42, U+5D53, U+5D6D, U+5DA0, U+5DAA, U+5DB8-5DB9, U+5DD0, U+5DE2, U+5E3F, U+5E77, U+5EBE, U+5F21, U+5F34, U+5F3A, U+5F45, U+5F5B, U+5F67, U+5FB5, U+5FB7, U+5FDE, U+605D, U+6085, U+608A, U+60A4, U+60B0, U+60D5, U+60DE, U+60F2, U+6111, U+6120, U+6130, U+6137, U+6164, U+617D, U+6181, U+6198, U+6207, U+6213, U+6231, U+6236, U+623E, U+62A6, U+62D6, U+633B, U+637F, U+63ED, U+63F5, U+63F7, U+6414, U+6422, U+6451, U+6460, U+6479, U+6491, U+649D, U+64C4, U+64CA, U+64CE, U+64E5, U+6504, U+6522, U+654E, U+656D, U+657E, U+6585, U+65E3, U+65F4, U+65FC-65FD, U+65FF-6600, U+6609, U+6610-6611, U+6615, U+661E, U+6624, U+662E, U+6630-6631, U+663A-663B, U+6657, U+6659, U+665B, U+6665, U+666B, U+6673, U+6677-6678, U+6690, U+6699, U+66A0, U+66B2-66B3, U+66BB, U+66BF, U+66C6, U+66FA-66FB, U+670E, U+6766, U+677B, U+678F, U+6793, U+67B0, U+67BB, U+67BE, U+67C0, U+67D2, U+67F0, U+67F6, U+67FA, U+6801, U+6805, U+6812, U+682F, U+6844, U+6852, U+686D, U+688E, U+68A1, U+68C5, U+68C8, U+68CF, U+68E8, U+6927, U+6957, U+6963, U+6968;
}

/* [ PretendardJP-Regular-subset04-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6998, U+69A5, U+69E2, U+69EA, U+6A11, U+6A30, U+6A46, U+6A52-6A53, U+6A6B, U+6A73, U+6A7E, U+6A89, U+6AE2, U+6AE4, U+6AF6, U+6B0C, U+6B46, U+6B65, U+6B72, U+6B77, U+6BAE, U+6BC1, U+6BCF, U+6BD6-6BD7, U+6C3F, U+6C5C, U+6C6D, U+6C6F, U+6C76, U+6C85-6C87, U+6C94-6C95, U+6CAA, U+6CC2, U+6CDA, U+6CEB, U+6CEE, U+6D04, U+6D11, U+6D27, U+6D39, U+6D6F, U+6D7F, U+6D87, U+6D89, U+6D8D, U+6D91, U+6D96, U+6DAC, U+6DC3-6DC4, U+6DCF, U+6DDA, U+6DF2, U+6DF8, U+6DFC, U+6E17, U+6E27, U+6E32, U+6E34, U+6E36, U+6E39, U+6E3C-6E3D, U+6E44, U+6E5C, U+6E5E, U+6E73, U+6E7A, U+6EAB, U+6EB1, U+6EBF, U+6ECE, U+6F51, U+6F57, U+6F5A, U+6F5E, U+6F62, U+6F7D-6F7E, U+6F88, U+6F8D, U+6F90, U+6F94, U+6FA7, U+6FAE-6FAF, U+6FB5, U+6FBE, U+6FCA, U+6FDA, U+6FE9, U+6FF5, U+7005-7007, U+701C, U+7023, U+7028, U+702F, U+7037, U+7050, U+705D, U+7085, U+7098, U+709A, U+70A1, U+70A4, U+70AB, U+70B7, U+70BB, U+70D8, U+7104, U+710C, U+710F, U+711E, U+7130, U+7146-7147, U+714A, U+7150, U+715C, U+715E, U+7189, U+7192, U+71A2, U+71BA, U+71C1, U+71FE, U+7200, U+72B1, U+72BE, U+72C0, U+7324, U+7350, U+7352, U+7377, U+7386, U+738E, U+7394, U+7397-7398, U+739F, U+73A7, U+73AD, U+73B9;
}

/* [ PretendardJP-Regular-subset04-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+73BD, U+73C9, U+73CC, U+73CF, U+73D2, U+73D6, U+73D9, U+73DD, U+73E3-73E4, U+73E6, U+73E9, U+73F5, U+73F7, U+73F9, U+73FD, U+7401, U+7407, U+7413, U+741B, U+7420-7421, U+7426, U+7428-742C, U+742E-7430, U+7438, U+7440, U+7443-7444, U+744B, U+7457, U+7462, U+7465, U+7468, U+7482, U+7487, U+7489, U+7498, U+749C, U+749F, U+74A1, U+74A3, U+74A5, U+74A8, U+74AA, U+74B2, U+74B5, U+74B9, U+74BF, U+74C6, U+74D8, U+74DA, U+7501, U+751B, U+752F, U+7547, U+7553, U+756F, U+7575, U+757A, U+7600, U+7619, U+7626, U+764E, U+7664, U+7682, U+769B-769C, U+769E, U+76A6, U+76FC, U+7746, U+774D, U+7762, U+7821, U+782C, U+784E-784F, U+7864, U+787A, U+78BB, U+78CE, U+78F5, U+78FB, U+7916, U+7930, U+795B-795C, U+7991, U+7994, U+799B, U+79B1, U+79CA, U+7A05, U+7A36, U+7AD1, U+7AD7, U+7AE7, U+7AEB, U+7B2D, U+7B60, U+7B7D, U+7B9E, U+7BD2, U+7C1E, U+7D07-7D08, U+7D48, U+7D5C, U+7D6A, U+7D7F, U+7D8E, U+7DA0, U+7DB7, U+7DD6, U+7DE3, U+7E15, U+7E1D, U+7E2F, U+7E47, U+7E52, U+7E61, U+7E6B, U+7E8A, U+7E98, U+7F47, U+7FA1, U+7FCE, U+7FDF, U+8009, U+802D, U+8043, U+8118, U+812B, U+8221, U+8245, U+828E, U+829A, U+82A9, U+82AE, U+82B7, U+82BC, U+82BF, U+82D5;
}

/* [ PretendardJP-Regular-subset04-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+82FD-82FE, U+8301, U+8346-8347, U+8351, U+8362, U+837F, U+8398, U+83A9, U+83C7, U+83C9, U+83F6, U+83F9, U+840A, U+8448, U+84B4, U+84C0, U+84C2, U+84DC, U+851E, U+8523, U+8525, U+852F, U+853E-853F, U+8553, U+8559, U+856B, U+858F, U+85B0, U+85CE, U+85FF, U+865B, U+87EC, U+8807, U+881F, U+88F5, U+8918-8919, U+891C, U+8A12, U+8A37, U+8A75, U+8A79, U+8AA7, U+8AAA, U+8ABE, U+8ADF, U+8AEA, U+8AF6, U+8B53, U+8B7F, U+8CF0, U+8CF4, U+8D12, U+8D76, U+8DC6, U+8EC0, U+8ECF, U+8F1E, U+8F27, U+8F5D, U+8FA6, U+8FF2, U+9002, U+9008, U+905D, U+9067, U+9088, U+9095, U+9099, U+90A2, U+90B0, U+90DE, U+9115, U+9127, U+91AC, U+91AE, U+91B1, U+91D7, U+91DA, U+91DE, U+91E4-91E5, U+91EA, U+91ED-91EE, U+9206, U+920A, U+9210, U+9212, U+9217, U+9239-923A, U+923C, U+9240, U+924E, U+9251, U+9259, U+9265, U+9267, U+9277-9278, U+9288, U+92A7, U+92B3, U+92B6, U+92CC, U+92D0, U+92D3, U+92D5, U+92D7, U+92D9, U+92E0, U+92E7, U+92F9, U+92FB, U+92FF, U+9302, U+9304, U+931D-931F, U+9321, U+9324-9325, U+9348, U+934A, U+9357, U+9370, U+93A3-93A4, U+93C6, U+93DE, U+93F6, U+93F8, U+9404, U+9425, U+9431, U+9445, U+9448, U+9592, U+95B1, U+969D, U+96AF, U+96E9, U+96EF, U+9733, U+973B;
}

/* [ PretendardJP-Regular-subset04-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9743, U+974D, U+974F, U+9751, U+9755, U+9777, U+9800, U+980A, U+9839, U+9857, U+985A, U+9865, U+98C7, U+98E1, U+9927, U+994D, U+9954, U+999D-999E, U+99B1, U+99B9, U+99D9, U+9A08, U+9A36, U+9A4E, U+9A52, U+9AD9, U+9ADC, U+9AE5, U+9B72, U+9B75, U+9B8F, U+9BB1, U+9BBB, U+9C00, U+9C49, U+9D6B, U+9D70, U+9DD7, U+9E19, U+9E7C, U+9EB4-9EB5, U+9EC3, U+9ED1, U+9F90, U+F927, U+F930, U+F93D-F93F, U+F94B, U+F94D, U+F95F, U+F964, U+F96F, U+F98B-F98C, U+F994-F995, U+F99B, U+F9A1, U+F9A5, U+F9AA, U+F9C8, U+F9EF, U+F9FA, U+FA0E-FA11, U+FA13-FA15, U+FA18, U+FA1F-FA21, U+FA23-FA25, U+FA27-FA29, U+FA2D-FA2E, U+FA40, U+FA56, U+FA69;
}

/* [ PretendardJP-Regular-subset05-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-01.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0-00D6;
}

/* [ PretendardJP-Regular-subset05-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+00D7-0148, U+014A-016D;
}

/* [ PretendardJP-Regular-subset05-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+016E-01C3, U+01C5-0204;
}

/* [ PretendardJP-Regular-subset05-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0205-029A;
}

/* [ PretendardJP-Regular-subset05-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-05.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+029B-031E, U+0321-0332;
}

/* [ PretendardJP-Regular-subset05-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+0333-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03D1;
}

/* [ PretendardJP-Regular-subset05-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+03D2-03E1, U+03F0-0475;
}

/* [ PretendardJP-Regular-subset05-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0476-049D, U+04A0-04FF, U+052F, U+0E3F, U+1D43, U+1D47-1D49, U+1D4D, U+1D4F-1D50, U+1D52, U+1D56-1D58, U+1D5B;
}

/* [ PretendardJP-Regular-subset05-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1D62-1D65, U+1D9C, U+1DA0, U+1DBB, U+1DBF-1DF5, U+1DFC-1E53;
}

/* [ PretendardJP-Regular-subset05-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1E54-1EE9;
}

/* [ PretendardJP-Regular-subset05-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1EEA-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1F8D;
}

/* [ PretendardJP-Regular-subset05-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1F8E-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200D, U+2010-2027, U+202F-2035;
}

/* [ PretendardJP-Regular-subset05-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2036-2060, U+2070-2071, U+2074-208E, U+2090-209C, U+20A0-20BF, U+20DB-20DE, U+20E8, U+20F0, U+2100-2101, U+2103, U+2105-2106, U+2109, U+2113, U+2116-2117, U+211E-2123, U+2126, U+212A-212B, U+212E, U+2132, U+213B, U+214D, U+214F, U+2153, U+215A-215C;
}

/* [ PretendardJP-Regular-subset05-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+215D-2188;
}

/* [ PretendardJP-Regular-subset07-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AC02-AC03, U+AC05-AC06, U+AC0C-AC0F, U+AC18, U+AC1E-AC1F, U+AC21-AC22, U+AC25-AC2B, U+AC2E, U+AC32-AC37, U+AC3A-AC3B, U+AC3D-AC3F, U+AC41-AC4A, U+AC4C, U+AC4E-AC53, U+AC55-AC57, U+AC59-AC5B, U+AC5D-AC64, U+AC66-AC6F, U+AC72-AC73, U+AC75-AC76, U+AC79, U+AC7B-AC7F, U+AC87-AC88, U+AC8E-AC8F, U+AC91-AC93, U+AC95-AC9B, U+AC9E, U+ACA2-ACA7, U+ACAB, U+ACAD-ACAE, U+ACB1-ACB6, U+ACBA, U+ACBE, U+ACC0, U+ACC2-ACC3, U+ACC5-ACC7, U+ACC9-ACCB, U+ACCD-ACD4, U+ACD6, U+ACD9-ACDF, U+ACE2-ACE3, U+ACE5-ACE6, U+ACE9, U+ACEB, U+ACED-ACEE, U+ACF2, U+ACF4;
}

/* [ PretendardJP-Regular-subset07-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ACF7-ACF8, U+ACFA-ACFB, U+ACFE-ACFF, U+AD01-AD03, U+AD05, U+AD07-AD0B, U+AD0E, U+AD13-AD17, U+AD19-AD1B, U+AD1D-AD1F, U+AD21, U+AD23-AD28, U+AD2A-AD2B, U+AD2E-AD33, U+AD36-AD37, U+AD39-AD3B, U+AD3D-AD43, U+AD46, U+AD48, U+AD4A-AD4F, U+AD51-AD53, U+AD55-AD57, U+AD59-AD5F, U+AD62, U+AD64, U+AD66-AD6B, U+AD6E-AD6F, U+AD71-AD72, U+AD77-AD7A, U+AD7E, U+AD80, U+AD84-AD87, U+AD8A-AD8B, U+AD8D-AD8F, U+AD91-AD9B, U+AD9E-ADA3, U+ADA5-ADB6, U+ADB9-ADBF, U+ADC2-ADC3, U+ADC5-ADC7, U+ADC9;
}

/* [ PretendardJP-Regular-subset07-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ADCA-ADCF, U+ADD2, U+ADD4, U+ADD6-ADDB, U+ADDD-ADDF, U+ADE1-ADE3, U+ADE5-ADEB, U+ADEE-ADF7, U+ADFA-ADFB, U+ADFD-ADFE, U+AE03-AE06, U+AE0A, U+AE0C, U+AE0E, U+AE10, U+AE12, U+AE15-AE17, U+AE19-AE28, U+AE2A-AE2F, U+AE32-AE33, U+AE35-AE36, U+AE39, U+AE3B-AE3F, U+AE42, U+AE47-AE49, U+AE4B, U+AE4F, U+AE51-AE53, U+AE55, U+AE57-AE5B, U+AE5E, U+AE62-AE64, U+AE66-AE67, U+AE6A-AE6B, U+AE6D-AE6E, U+AE71-AE77, U+AE7A, U+AE7E-AE83, U+AE87-AE8B, U+AE8E-AE9F, U+AEA1-AEA3;
}

/* [ PretendardJP-Regular-subset07-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AEA5-AEBB, U+AEBF, U+AEC1-AEC3, U+AEC5-AECB, U+AECE, U+AED2, U+AED4, U+AED6-AED7, U+AEDA-AEDB, U+AEDD-AEE7, U+AEE9-AEEA, U+AEEC, U+AEEE-AEF3, U+AEF5-AEF7, U+AEF9-AEFB, U+AEFD-AF06, U+AF0A-AF0C, U+AF0E-AF0F, U+AF11-AF2B, U+AF2E-AF2F, U+AF31, U+AF35-AF3B, U+AF3E, U+AF40, U+AF44, U+AF46-AF47, U+AF4A-AF4B, U+AF4D-AF4F, U+AF51-AF5B, U+AF5E-AF63, U+AF66-AF67, U+AF69-AF6A;
}

/* [ PretendardJP-Regular-subset07-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AF6B-AF77, U+AF7A-AF7F, U+AF81-AF83, U+AF85-AF87, U+AF89-AF8F, U+AF92-AF94, U+AF96-AF9B, U+AF9D-AFB7, U+AFBA-AFBB, U+AFBD-AFBF, U+AFC1-AFC6, U+AFCA, U+AFCC, U+AFD0-AFD3, U+AFD5-AFD7, U+AFD9-AFDB, U+AFDD-AFE7, U+AFEA-AFEF, U+AFF2-AFF3, U+AFF5-AFF7, U+AFF9-AFFF, U+B002-B003, U+B005-B00B, U+B00D-B00F, U+B011-B013, U+B015-B01B, U+B01E-B025;
}

/* [ PretendardJP-Regular-subset07-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B026-B027, U+B029-B02F, U+B031-B03B, U+B03D-B043, U+B046-B047, U+B049, U+B04B, U+B04D, U+B04F-B052, U+B056, U+B058, U+B05A-B05C, U+B05E-B05F, U+B061-B063, U+B065-B07B, U+B07E-B07F, U+B081-B083, U+B085-B08B, U+B08E, U+B092-B097, U+B09B, U+B09D-B09E, U+B0A3-B0A7, U+B0AA, U+B0B0, U+B0B2, U+B0B6-B0B7, U+B0B9-B0BA, U+B0BD-B0C3, U+B0C6, U+B0CA-B0CF, U+B0D2-B0D3, U+B0D5-B0D6, U+B0D9-B0DF, U+B0E2, U+B0E4, U+B0E6-B0EB, U+B0ED-B0FA;
}

/* [ PretendardJP-Regular-subset07-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B0FB-B107, U+B10A, U+B10D-B10E, U+B114-B117, U+B11A, U+B11E-B121, U+B126-B127, U+B129-B12A, U+B12D-B133, U+B136, U+B13A-B13D, U+B13F, U+B142-B143, U+B145-B146, U+B149-B14F, U+B152-B153, U+B156-B157, U+B159-B15B, U+B15D-B15F, U+B161-B170, U+B172-B177, U+B17A-B17B, U+B17D-B17F, U+B183-B187, U+B18A, U+B18C, U+B18E-B190, U+B195-B197, U+B199-B19B, U+B19D-B1A4, U+B1A6-B1A7, U+B1A9-B1AF, U+B1B1-B1C3, U+B1C5-B1CB, U+B1CE;
}

/* [ PretendardJP-Regular-subset07-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B1CF, U+B1D1-B1D3, U+B1D5-B1DB, U+B1DE, U+B1E0, U+B1E2-B1E7, U+B1EA-B1EB, U+B1ED-B1EF, U+B1F1-B1F7, U+B1FA, U+B1FC, U+B1FE-B203, U+B206-B207, U+B209-B20A, U+B20E-B213, U+B216, U+B218, U+B21A-B21C, U+B21E-B21F, U+B221-B233, U+B235-B23B, U+B23D-B257, U+B259-B25B, U+B25D-B25F, U+B261-B267, U+B26A-B273, U+B276-B27A, U+B27D-B283, U+B286-B288, U+B28A-B28C;
}

/* [ PretendardJP-Regular-subset07-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B28D-B28F, U+B292-B293, U+B295-B296, U+B29B-B29F, U+B2A2, U+B2A4, U+B2A8-B2A9, U+B2AD-B2AF, U+B2B1-B2B3, U+B2B5-B2BB, U+B2BD-B2BE, U+B2C0, U+B2C2-B2C7, U+B2CA-B2CB, U+B2CD-B2CE, U+B2D1, U+B2D3-B2D7, U+B2DA, U+B2DC, U+B2DF, U+B2E1, U+B2E3, U+B2E7, U+B2E9-B2EA, U+B2F0-B2F2, U+B2F6, U+B2FC, U+B2FE, U+B302-B303, U+B305-B307, U+B309-B30F, U+B312, U+B317-B31B, U+B31D-B31F, U+B321-B330, U+B332-B353, U+B357, U+B359-B35A, U+B35D, U+B360-B363, U+B366, U+B368, U+B36A, U+B36C-B36D, U+B372-B373, U+B375-B376;
}

/* [ PretendardJP-Regular-subset07-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B377, U+B379-B37F, U+B382, U+B386-B38B, U+B38D-B38F, U+B391-B393, U+B395-B39F, U+B3A2-B3A7, U+B3A9-B3AB, U+B3AD-B3C3, U+B3C6-B3C7, U+B3C9-B3CA, U+B3CD, U+B3CF, U+B3D1-B3D3, U+B3D6, U+B3D8, U+B3DA, U+B3DC, U+B3DE-B3DF, U+B3E1-B3E3, U+B3E5-B3E7, U+B3E9-B3FB, U+B3FD-B40E, U+B411-B417, U+B419-B41B, U+B41D-B41F, U+B421-B427, U+B42A, U+B42E-B433, U+B435;
}

/* [ PretendardJP-Regular-subset07-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B436-B44F, U+B452-B453, U+B455-B456, U+B459, U+B45B-B45F, U+B462, U+B464, U+B466-B46B, U+B46D-B47F, U+B481-B487, U+B489-B498, U+B49A-B49C, U+B49E-B4A3, U+B4A5-B4A7, U+B4A9-B4AB, U+B4AD-B4B4, U+B4B6, U+B4BA-B4BF, U+B4C1-B4C3, U+B4C5-B4C7, U+B4C9-B4CF, U+B4D1-B4D4, U+B4D6-B4DB, U+B4DE-B4DF, U+B4E1-B4E2, U+B4E8-B4EB, U+B4EE, U+B4F0, U+B4F2;
}

/* [ PretendardJP-Regular-subset07-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B4F3-B4F7, U+B4F9-B4FB, U+B4FD-B4FF, U+B501-B513, U+B516-B517, U+B519-B51A, U+B51D-B523, U+B526, U+B52C-B52D, U+B52F, U+B533, U+B535-B536, U+B539-B53F, U+B542, U+B546-B54A, U+B54E-B54F, U+B551-B553, U+B555-B55B, U+B55E, U+B562-B583, U+B585-B587, U+B589-B593, U+B595-B598, U+B59A-B59F, U+B5A2-B5A3, U+B5A5-B5A7, U+B5A9, U+B5AC-B5AF, U+B5B2, U+B5B6-B5BA, U+B5BE-B5BF;
}

/* [ PretendardJP-Regular-subset07-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B5C1-B5C3, U+B5C5-B5CB, U+B5CE, U+B5D2-B5D7, U+B5D9-B5EB, U+B5ED-B60F, U+B612-B613, U+B615-B617, U+B619-B61F, U+B622, U+B624, U+B626-B62B, U+B62E-B62F, U+B631-B633, U+B635-B646, U+B649-B65B, U+B65D-B663, U+B665-B667, U+B669-B66F;
}

/* [ PretendardJP-Regular-subset07-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B670-B69B, U+B69E-B69F, U+B6A1-B6A3, U+B6A5-B6A6, U+B6A8-B6AA, U+B6AD-B6AE, U+B6B0, U+B6B2-B6B7, U+B6B9-B6D3, U+B6D5-B6EF, U+B6F1-B6F3, U+B6F5-B6F7, U+B6F9-B6FF, U+B702-B703, U+B706-B70B, U+B70D-B718;
}

/* [ PretendardJP-Regular-subset07-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B719-B727, U+B72A-B72B, U+B72D-B72E, U+B731-B732, U+B734-B737, U+B73A, U+B73C, U+B73F-B742, U+B745-B747, U+B749-B74B, U+B74D-B753, U+B756-B75F, U+B762-B763, U+B765-B767, U+B769-B76F, U+B772, U+B774, U+B776-B77B, U+B77E-B77F, U+B781-B782, U+B785-B78B, U+B78E, U+B793-B795, U+B79A-B79B, U+B79D-B79E, U+B7A1-B7A7, U+B7AA, U+B7AE-B7AF, U+B7B1, U+B7B3, U+B7B6-B7B7, U+B7B9-B7C4, U+B7C6, U+B7C8, U+B7CA-B7CF, U+B7D1-B7D3, U+B7D5-B7E8;
}

/* [ PretendardJP-Regular-subset07-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B7E9-B7EB, U+B7EE-B7EF, U+B7F1, U+B7F5-B7FB, U+B7FE, U+B802-B806, U+B80A-B80B, U+B80D-B80F, U+B811-B817, U+B81A, U+B81E-B823, U+B826-B827, U+B829-B82A, U+B82D-B833, U+B836, U+B83A-B83F, U+B841-B843, U+B845-B850, U+B852, U+B854-B85B, U+B85E-B85F, U+B861-B862, U+B865-B86B, U+B86E, U+B870, U+B872-B877, U+B87A-B87B, U+B87D-B88C, U+B88E-B893, U+B895-B8A7, U+B8A9-B8AF, U+B8B1;
}

/* [ PretendardJP-Regular-subset07-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B8B2-B8B3, U+B8B5-B8B7, U+B8B9-B8BF, U+B8C2, U+B8C4, U+B8C6-B8CB, U+B8CD-B8CF, U+B8D1-B8D3, U+B8D5-B8DC, U+B8DE, U+B8E0, U+B8E2-B8E7, U+B8EA-B8EB, U+B8ED-B8EF, U+B8F1-B8F7, U+B8FA, U+B8FC, U+B8FE-B903, U+B905-B907, U+B909-B917, U+B919-B91F, U+B921-B923, U+B925-B93B, U+B93E-B93F, U+B941-B943, U+B945-B94B, U+B94D-B94E, U+B950, U+B952-B957, U+B95A-B95B, U+B95D-B95F, U+B961-B967, U+B96A, U+B96C, U+B96E-B96F;
}

/* [ PretendardJP-Regular-subset07-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B970-B973, U+B976-B977, U+B979-B97B, U+B97D-B983, U+B986, U+B988, U+B98B-B98C, U+B991-B993, U+B995-B9AB, U+B9AE-B9AF, U+B9B1-B9B3, U+B9B5-B9BB, U+B9BE, U+B9C2-B9C5, U+B9C7, U+B9CA-B9CB, U+B9CD, U+B9D3, U+B9D5-B9D7, U+B9DA, U+B9E0, U+B9E6-B9E7, U+B9E9-B9EA, U+B9ED-B9F3, U+B9F6, U+B9FC, U+B9FE-B9FF, U+BA02-BA03, U+BA05-BA07, U+BA09-BA0F, U+BA11-BA14, U+BA16-BA37, U+BA3A-BA3B, U+BA3D-BA3F, U+BA41, U+BA43-BA47, U+BA4A;
}

/* [ PretendardJP-Regular-subset07-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BA4F-BA52, U+BA56-BA57, U+BA59-BA5A, U+BA5D-BA63, U+BA66, U+BA6A, U+BA6C-BA6F, U+BA72-BA73, U+BA75-BA76, U+BA79-BA82, U+BA86, U+BA88-BA8B, U+BA8D-BA8F, U+BA91-BAA7, U+BAAA, U+BAAD-BAAE, U+BAB3-BAB7, U+BABA, U+BABC, U+BABE-BAC3, U+BAC5-BAC7, U+BAC9-BAD7, U+BADA-BADF, U+BAE1-BAF3, U+BAF5-BAFB, U+BAFD-BAFF, U+BB01-BB03, U+BB05-BB0B, U+BB0E, U+BB10, U+BB12-BB14;
}

/* [ PretendardJP-Regular-subset07-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BB15-BB17, U+BB19-BB1B, U+BB1D-BB1F, U+BB21-BB28, U+BB2A, U+BB2C-BB33, U+BB37, U+BB39-BB3A, U+BB3F-BB43, U+BB46, U+BB48, U+BB4A-BB4C, U+BB4E, U+BB51-BB53, U+BB55-BB57, U+BB59-BB60, U+BB62, U+BB66-BB6B, U+BB6D-BB87, U+BB89, U+BB8B, U+BB8D-BB8F, U+BB91-BB98, U+BB9A, U+BB9C-BBA3, U+BBA5-BBA7, U+BBA9-BBAB, U+BBAD-BBB3, U+BBB5-BBB6, U+BBB8, U+BBBA-BBBF, U+BBC2-BBC3, U+BBC5-BBC7, U+BBC9-BBCF, U+BBD2, U+BBD4, U+BBD6-BBD9;
}

/* [ PretendardJP-Regular-subset07-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BBDA-BBDB, U+BBDD-BBDF, U+BBE1-BBEC, U+BBEE-BBF0, U+BBF2-BBF7, U+BBFA-BBFB, U+BBFD-BBFE, U+BC01, U+BC03-BC07, U+BC0A, U+BC0E, U+BC10, U+BC12-BC13, U+BC19-BC1A, U+BC20-BC22, U+BC26, U+BC2A, U+BC2C, U+BC2E-BC2F, U+BC33, U+BC35-BC36, U+BC39-BC3F, U+BC42, U+BC46-BC48, U+BC4A-BC4B, U+BC4E-BC4F, U+BC51-BC5B, U+BC5E, U+BC60, U+BC62-BC83, U+BC86-BC87, U+BC89-BC8A, U+BC8D, U+BC8F-BC93, U+BC96, U+BC9B-BC9C, U+BC9E, U+BCA2-BCA3, U+BCA5-BCA6, U+BCA9-BCAF, U+BCB2, U+BCB6-BCBB, U+BCBE-BCBF;
}

/* [ PretendardJP-Regular-subset07-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BCC1-BCC3, U+BCC5-BCCB, U+BCCE, U+BCD2, U+BCD4, U+BCD6-BCD7, U+BCD9-BCDB, U+BCDD-BCF3, U+BCF7, U+BCF9-BCFA, U+BD00-BD03, U+BD06, U+BD08, U+BD0A-BD0F, U+BD11-BD13, U+BD15-BD22, U+BD26-BD2B, U+BD2D-BD3F, U+BD41-BD47, U+BD4A-BD4B, U+BD4D-BD4F, U+BD51-BD57, U+BD5A-BD5B, U+BD5D-BD63, U+BD65-BD67, U+BD69-BD73, U+BD75-BD7E;
}

/* [ PretendardJP-Regular-subset07-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BD7F, U+BD82-BD83, U+BD85-BD86, U+BD8B-BD8F, U+BD92, U+BD96-BD98, U+BD9B, U+BD9E-BD9F, U+BDA1-BDA3, U+BDA5-BDAC, U+BDAE-BDAF, U+BDB1-BDB3, U+BDB5-BDB7, U+BDB9-BDC0, U+BDC2-BDD3, U+BDD6-BDD7, U+BDD9-BDDB, U+BDDD-BDE4, U+BDE6-BDE8, U+BDEA-BDEF, U+BDF1-BDF3, U+BDF5-BDF7, U+BDF9-BDFF, U+BE02, U+BE04, U+BE06-BE0B, U+BE0E-BE0F, U+BE11-BE13, U+BE16-BE1B, U+BE1E, U+BE20, U+BE22-BE27, U+BE2A-BE2F, U+BE31-BE3C, U+BE3E-BE43, U+BE46-BE47;
}

/* [ PretendardJP-Regular-subset07-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BE49-BE4A, U+BE4D, U+BE4F-BE53, U+BE56, U+BE5C-BE5F, U+BE62-BE63, U+BE65-BE66, U+BE6B-BE6F, U+BE72, U+BE76-BE7A, U+BE7F, U+BE81-BE83, U+BE85-BE8B, U+BE8E, U+BE92-BE97, U+BE9A-BE9B, U+BE9D-BEA7, U+BEA9-BECF, U+BED2-BED3, U+BED5-BED6, U+BEDA-BEDF, U+BEE1-BEE2, U+BEE6-BEEB, U+BEED-BEEF, U+BEF1-BF00, U+BF02-BF07, U+BF0A-BF0B, U+BF0D-BF13;
}

/* [ PretendardJP-Regular-subset07-25 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-25.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-25.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BF14-BF17, U+BF1A, U+BF1E-BF3F, U+BF42-BF43, U+BF45-BF47, U+BF49-BF4F, U+BF52, U+BF54, U+BF56-BF93, U+BF95-BFAF, U+BFB2-BFB9;
}

/* [ PretendardJP-Regular-subset07-26 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-26.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-26.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BFBA-BFC4, U+BFC6-BFCB, U+BFCE-BFCF, U+BFD1-BFD3, U+BFD6-BFDB, U+BFDE, U+BFE0, U+BFE2-C01F, U+C021-C03B, U+C03D-C050, U+C052-C057, U+C059-C05B, U+C05D-C05E;
}

/* [ PretendardJP-Regular-subset07-27 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-27.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-27.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C05F, U+C061-C067, U+C06A-C06C, U+C06E-C08F, U+C092-C093, U+C095-C097, U+C099-C09F, U+C0A2, U+C0A4, U+C0A6-C0AB, U+C0AE, U+C0B1-C0B2, U+C0B7-C0BB, U+C0BE, U+C0C2-C0C4, U+C0C7, U+C0CA-C0CB, U+C0CD-C0CE, U+C0D1-C0D7, U+C0DA, U+C0DE-C0E3, U+C0E6-C0E7, U+C0E9-C0EB, U+C0ED-C0F3, U+C0F6, U+C0F8, U+C0FA-C0FD, U+C0FF, U+C102-C103, U+C105-C107, U+C109-C10F, U+C111-C114, U+C116-C11B, U+C121-C122, U+C125, U+C128-C12B, U+C12E, U+C132-C135, U+C137;
}

/* [ PretendardJP-Regular-subset07-28 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-28.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-28.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C13A-C13B, U+C13D-C13E, U+C141-C147, U+C14A, U+C14E-C150, U+C152-C153, U+C156-C157, U+C159-C15B, U+C15D-C163, U+C166, U+C16A-C16F, U+C172-C173, U+C175-C177, U+C179-C17F, U+C182-C184, U+C186-C18B, U+C18F, U+C191-C192, U+C195, U+C197-C19B, U+C19E, U+C1A0, U+C1A2-C1A4, U+C1A6-C1A7, U+C1AA-C1AB, U+C1AD-C1AF, U+C1B1-C1BC, U+C1BE-C1C3, U+C1C5-C1C7, U+C1C9-C1CB, U+C1CD-C1D3, U+C1D5-C1D6, U+C1D9-C1DF, U+C1E1-C1E3, U+C1E5-C1E7, U+C1E9-C1EF, U+C1F2, U+C1F6-C1FB, U+C1FE-C1FF, U+C201-C203, U+C205-C20B;
}

/* [ PretendardJP-Regular-subset07-29 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-29.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-29.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C20E, U+C210, U+C212-C215, U+C217, U+C21A-C21B, U+C21D-C21E, U+C221-C227, U+C22A, U+C22C, U+C22E, U+C230, U+C233, U+C235-C247, U+C249-C24F, U+C252-C253, U+C255-C257, U+C259-C25F, U+C261-C264, U+C266-C26B, U+C26E-C26F, U+C271-C273, U+C275-C27B, U+C27E, U+C280, U+C282-C287, U+C28A-C28B, U+C28D-C28F, U+C291-C297, U+C299-C29A, U+C29C, U+C29E-C2A3, U+C2A6-C2A7, U+C2A9-C2AA, U+C2AE-C2B1, U+C2B3, U+C2B6, U+C2B8, U+C2BA-C2BF, U+C2C2-C2D6;
}

/* [ PretendardJP-Regular-subset07-30 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-30.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-30.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C2D7-C2DB, U+C2DE-C2DF, U+C2E1-C2E2, U+C2E6-C2EA, U+C2EE, U+C2F2, U+C2F4-C2F5, U+C2F7, U+C2FA, U+C2FD-C2FE, U+C301-C307, U+C30A-C30B, U+C30E-C312, U+C316-C317, U+C319-C31B, U+C31D-C323, U+C326-C327, U+C32A-C32F, U+C332-C344, U+C346-C367, U+C36A-C36B, U+C36D-C36F, U+C371, U+C373-C377, U+C37A-C37B, U+C37E-C381, U+C383, U+C386-C387, U+C389-C38B, U+C38D-C393, U+C395-C39F;
}

/* [ PretendardJP-Regular-subset07-31 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-31.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-31.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C3A1-C3A3, U+C3A5-C3B4, U+C3B6-C3BB, U+C3BD-C3BF, U+C3C1-C3D7, U+C3DB, U+C3DD-C3DE, U+C3E1, U+C3E3-C3E7, U+C3EA-C3EC, U+C3EE-C3F3, U+C3F6-C3F7, U+C3F9-C3FB, U+C3FD-C407, U+C409-C40A, U+C40C-C40F, U+C411-C423, U+C425-C42B, U+C42D-C42F, U+C431-C433, U+C435-C43B, U+C43E-C43F, U+C441-C447, U+C449-C453;
}

/* [ PretendardJP-Regular-subset07-32 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-32.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-32.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C454-C45C, U+C45E-C463, U+C466-C467, U+C469-C46B, U+C46D-C473, U+C476-C478, U+C47A-C47F, U+C481-C48F, U+C491-C493, U+C495-C49B, U+C49D-C49F, U+C4A1-C4AB, U+C4AD-C4B7, U+C4B9-C4BB, U+C4BD-C4D3, U+C4D5-C4E8, U+C4EA-C4EF, U+C4F2-C4F3, U+C4F5-C4F7, U+C4F9, U+C4FB-C4FE, U+C502, U+C504;
}

/* [ PretendardJP-Regular-subset07-33 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-33.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-33.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C505-C50B, U+C50D-C50F, U+C511-C513, U+C515-C51B, U+C51D-C527, U+C52A, U+C52D-C52F, U+C531-C537, U+C53A, U+C53E, U+C540-C543, U+C546-C547, U+C550-C552, U+C556, U+C55A-C55B, U+C55F, U+C562-C563, U+C565-C567, U+C569-C56F, U+C572, U+C576-C57B, U+C57E-C57F, U+C581-C583, U+C585-C586, U+C588-C58B, U+C58E, U+C592-C594, U+C596, U+C599-C59B, U+C59D-C59F, U+C5A1-C5A8, U+C5AA-C5AB, U+C5AE-C5B3, U+C5B6-C5B7, U+C5BF-C5C3, U+C5CB, U+C5CD, U+C5D2-C5D3, U+C5D5-C5D7, U+C5D9-C5DF, U+C5E2, U+C5E6-C5EB, U+C5EF, U+C5F1-C5F3, U+C5F5, U+C5F8-C5FA;
}

/* [ PretendardJP-Regular-subset07-34 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-34.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-34.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C5FB, U+C602-C604, U+C609-C60B, U+C60D-C60E, U+C611-C617, U+C61A, U+C61E-C623, U+C627, U+C629-C62A, U+C631-C632, U+C636, U+C638, U+C63A, U+C63C-C63F, U+C642-C643, U+C645-C647, U+C649-C64D, U+C64F, U+C652, U+C656-C657, U+C659-C65B, U+C65E-C65F, U+C661-C66B, U+C66E, U+C672-C677, U+C67A-C67B, U+C67D-C67F, U+C681-C687, U+C68A, U+C68E-C693, U+C696-C697, U+C699-C69B, U+C69D-C6A3, U+C6A6, U+C6A8, U+C6AA-C6AF, U+C6B2-C6B3, U+C6B5-C6B6, U+C6BB-C6BF, U+C6C4, U+C6C6, U+C6C8-C6CB, U+C6CE-C6CF, U+C6D1-C6D3, U+C6D5-C6DB, U+C6DE, U+C6E2-C6E7, U+C6EA-C6EB, U+C6ED-C6EF;
}

/* [ PretendardJP-Regular-subset07-35 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-35.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-35.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C6F1-C6F7, U+C6FA, U+C6FC, U+C6FE-C703, U+C706-C707, U+C709-C70B, U+C70D-C713, U+C716, U+C71A-C71F, U+C722-C723, U+C725-C727, U+C729-C72F, U+C732, U+C734, U+C736, U+C738-C73B, U+C73F, U+C741-C742, U+C745-C746, U+C748-C749, U+C74B, U+C750, U+C759-C75B, U+C75D-C75F, U+C761-C767, U+C76A, U+C76E-C773, U+C776-C777, U+C779-C77A, U+C77F-C782, U+C786, U+C78B, U+C78F, U+C792-C793, U+C795, U+C799, U+C79B-C79F, U+C7A2, U+C7A7-C7AB, U+C7AE-C7AF, U+C7B1-C7B3, U+C7B5-C7BB, U+C7BE, U+C7C2-C7C7, U+C7CA-C7CB, U+C7CD, U+C7CF, U+C7D1-C7D7, U+C7D9-C7DC, U+C7DE-C7E3, U+C7E5-C7E6;
}

/* [ PretendardJP-Regular-subset07-36 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-36.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-36.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C7E7, U+C7E9-C7EB, U+C7ED-C7F4, U+C7F6-C7FF, U+C803, U+C805-C806, U+C80C-C80F, U+C812, U+C817-C81B, U+C81E-C81F, U+C821-C823, U+C825-C82B, U+C82E, U+C830, U+C832-C837, U+C83A-C83B, U+C83D-C83F, U+C841, U+C843-C847, U+C84A, U+C84E-C853, U+C855-C86F, U+C872-C873, U+C875-C877, U+C879, U+C87B-C87F, U+C882, U+C884, U+C888-C88A, U+C88E-C88F, U+C891-C893, U+C895-C89C, U+C89E, U+C8A0, U+C8A2-C8A5, U+C8A7, U+C8A9-C8AB, U+C8AD-C8B7;
}

/* [ PretendardJP-Regular-subset07-37 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-37.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-37.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C8B8-C8BB, U+C8BE-C8C3, U+C8C6-C8C7, U+C8C9-C8CB, U+C8CD-C8D3, U+C8D6, U+C8D8, U+C8DA-C8DF, U+C8E2-C8E3, U+C8E5-C8F4, U+C8F6-C8FB, U+C8FE-C8FF, U+C901-C903, U+C907-C90B, U+C90E, U+C910, U+C912-C917, U+C919-C92B, U+C92D-C933, U+C935-C94F, U+C952-C953, U+C955-C957, U+C959-C95F, U+C962, U+C964-C96B, U+C96E-C96F, U+C971-C972;
}

/* [ PretendardJP-Regular-subset07-38 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-38.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-38.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C973, U+C975-C97B, U+C97D-C980, U+C982-C987, U+C98A-C98B, U+C98D-C98F, U+C991, U+C993-C997, U+C99A, U+C99C, U+C99E-C9A3, U+C9A5-C9BF, U+C9C2-C9C3, U+C9C5-C9C6, U+C9C9, U+C9CB-C9CF, U+C9D2, U+C9D8, U+C9DB, U+C9DE-C9DF, U+C9E1, U+C9E5-C9E6, U+C9E8-C9EB, U+C9EE, U+C9F3-C9F7, U+C9FA-C9FB, U+C9FD-C9FF, U+CA01-CA07, U+CA0A, U+CA0E-CA13, U+CA15-CA17, U+CA19-CA23, U+CA25-CA28, U+CA2A-CA2F, U+CA31-CA3F;
}

/* [ PretendardJP-Regular-subset07-39 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-39.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-39.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CA40-CA4B, U+CA4E-CA4F, U+CA51-CA53, U+CA55-CA5B, U+CA5E, U+CA62-CA67, U+CA69-CA6F, U+CA71-CA7C, U+CA7E-CA83, U+CA85-CA97, U+CA99-CABB, U+CABE-CABF, U+CAC1-CAC2, U+CAC5-CACB, U+CACE, U+CAD0, U+CAD4-CAD7, U+CADA-CADB, U+CADD-CADF, U+CAE1-CAEB, U+CAED-CAF3;
}

/* [ PretendardJP-Regular-subset07-40 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-40.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-40.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CAF5-CB07, U+CB09-CB0F, U+CB11-CB13, U+CB15-CB17, U+CB19-CB1F, U+CB22-CB26, U+CB28-CB2B, U+CB2E-CB31, U+CB33-CB40, U+CB42-CB47, U+CB4A-CB4B, U+CB4D-CB4F, U+CB51-CB57, U+CB5A, U+CB5C, U+CB5E-CB63, U+CB65-CB77, U+CB7A-CB7F, U+CB81-CB92, U+CB94-CB9B, U+CB9D-CBA3;
}

/* [ PretendardJP-Regular-subset07-41 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-41.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-41.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CBA4-CBB7, U+CBB9-CBCC, U+CBCE-CBD3, U+CBD6-CBE3, U+CBE5-CBE6, U+CBE8, U+CBEA-CC0B, U+CC0E-CC0F, U+CC11-CC12, U+CC15-CC1B, U+CC1E, U+CC20, U+CC23-CC25, U+CC2A-CC2B, U+CC2D, U+CC2F, U+CC31-CC37, U+CC3A, U+CC40-CC43, U+CC46-CC47, U+CC49-CC4B, U+CC4D-CC53, U+CC56, U+CC5A-CC5F, U+CC61-CC62;
}

/* [ PretendardJP-Regular-subset07-42 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-42.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-42.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CC63, U+CC65, U+CC67, U+CC69-CC6F, U+CC71-CC74, U+CC76-CC97, U+CC9A-CC9B, U+CC9D-CC9F, U+CCA1-CCA7, U+CCAA, U+CCAE-CCB3, U+CCB6-CCB7, U+CCB9-CCBB, U+CCBD-CCC3, U+CCC6, U+CCC8, U+CCCB-CCCF, U+CCD1-CCD3, U+CCD5-CCE0, U+CCE2-CCE3, U+CCE6-CCEB, U+CCED-CCEF, U+CCF1-CD00, U+CD02-CD07, U+CD0A-CD0B, U+CD0D-CD0F, U+CD11-CD17, U+CD1A, U+CD1C, U+CD1E-CD1F;
}

/* [ PretendardJP-Regular-subset07-43 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-43.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-43.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CD20-CD22, U+CD26-CD27, U+CD29-CD2B, U+CD2D-CD34, U+CD36-CD38, U+CD3A-CD3F, U+CD41-CD5B, U+CD5D-CD5F, U+CD61-CD63, U+CD65-CD6B, U+CD6E, U+CD70, U+CD72-CD77, U+CD79-CD87, U+CD89-CD93, U+CD96-CD97, U+CD99-CD9B, U+CD9D-CDA3, U+CDA6, U+CDA8, U+CDAA-CDAF, U+CDB1-CDC3, U+CDC5-CDCB, U+CDCE-CDCF, U+CDD1-CDD3;
}

/* [ PretendardJP-Regular-subset07-44 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-44.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-44.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CDD5-CDE7, U+CDE9-CDEB, U+CDED-CDEF, U+CDF1-CDF7, U+CDFA, U+CDFC, U+CDFE-CE03, U+CE06-CE07, U+CE09-CE0B, U+CE0D-CE13, U+CE15-CE18, U+CE1A-CE1F, U+CE22-CE23, U+CE25-CE27, U+CE2A-CE2F, U+CE32, U+CE34, U+CE36-CE3B, U+CE3D-CE57, U+CE5A-CE5B, U+CE5D-CE5E, U+CE63-CE67, U+CE6A, U+CE6F, U+CE71-CE73, U+CE76-CE77, U+CE79-CE7A, U+CE7D-CE83, U+CE86, U+CE88, U+CE8A-CE8F, U+CE92-CE93, U+CE95-CE97, U+CE99-CE9C;
}

/* [ PretendardJP-Regular-subset07-45 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-45.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-45.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CE9D-CE9F, U+CEA2, U+CEA6-CEA7, U+CEA9-CEAB, U+CEAE-CEAF, U+CEB1-CEC0, U+CEC2-CEC3, U+CEC5-CEE3, U+CEE6-CEE7, U+CEE9-CEEA, U+CEED-CEF3, U+CEF6, U+CEFA-CEFC, U+CEFE-CEFF, U+CF02-CF03, U+CF05-CF07, U+CF09-CF0F, U+CF12, U+CF16-CF17, U+CF1A-CF1B, U+CF1D-CF1F, U+CF21-CF23, U+CF25-CF2B, U+CF2E, U+CF32-CF37, U+CF39-CF53, U+CF56-CF57, U+CF59-CF5A, U+CF5D-CF61;
}

/* [ PretendardJP-Regular-subset07-46 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-46.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-46.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CF62-CF63, U+CF66, U+CF68, U+CF6A-CF6F, U+CF72-CF73, U+CF75-CF77, U+CF79-CF7F, U+CF81-CF82, U+CF84, U+CF86-CF8B, U+CF8D-CFA0, U+CFA2-CFA7, U+CFA9-CFAF, U+CFB1-CFC3, U+CFC5-CFC7, U+CFC9-CFDF, U+CFE2-CFE3, U+CFE5-CFE7, U+CFE9-CFEF, U+CFF2, U+CFF4, U+CFF6-CFFB, U+CFFE-CFFF, U+D001-D003, U+D005-D00B, U+D00D-D010, U+D012-D016;
}

/* [ PretendardJP-Regular-subset07-47 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-47.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-47.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D017, U+D019-D01B, U+D01D-D01F, U+D021-D02C, U+D02E-D033, U+D036-D037, U+D039-D03B, U+D03D-D043, U+D046, U+D048, U+D04A-D04F, U+D051-D053, U+D055-D057, U+D059-D05F, U+D061-D06B, U+D06E-D06F, U+D071, U+D073, U+D075-D07B, U+D07E-D080, U+D082-D083, U+D085-D087, U+D089-D0A3, U+D0A6-D0A7, U+D0A9-D0AB, U+D0AD-D0B3, U+D0B6, U+D0BA-D0BF, U+D0C2-D0C3, U+D0C5-D0C6, U+D0CA-D0CF, U+D0D2, U+D0D6-D0DA;
}

/* [ PretendardJP-Regular-subset07-48 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-48.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-48.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D0DB, U+D0DE-D0DF, U+D0E1-D0E3, U+D0E5-D0EB, U+D0EE, U+D0F2-D0F7, U+D0F9-D10C, U+D10E-D113, U+D115-D12F, U+D132-D133, U+D135-D137, U+D139, U+D13C-D13F, U+D142, U+D146-D14B, U+D14E-D14F, U+D151-D153, U+D155-D15B, U+D15E, U+D160, U+D162-D165, U+D167, U+D169-D16B, U+D16D-D16F, U+D171-D17A, U+D17D-D183, U+D185-D187, U+D189-D197;
}

/* [ PretendardJP-Regular-subset07-49 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-49.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-49.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D198-D19F, U+D1A2-D1A3, U+D1A5-D1A6, U+D1A9-D1AF, U+D1B2, U+D1B4, U+D1B6-D1B9, U+D1BB, U+D1BD-D1BF, U+D1C1-D1D7, U+D1D9-D1F3, U+D1F5-D1F7, U+D1F9-D1FA, U+D1FC-D206, U+D208, U+D20A-D20F, U+D211-D224, U+D226-D22B, U+D22E-D22F, U+D231-D233, U+D235, U+D237-D23B, U+D23E, U+D240, U+D242-D247, U+D249-D24B;
}

/* [ PretendardJP-Regular-subset07-50 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-50.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-50.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D24C-D25B, U+D25D-D263, U+D265-D276, U+D278-D27F, U+D282-D283, U+D285-D287, U+D289-D28F, U+D292-D294, U+D296-D29B, U+D29D-D29F, U+D2A1-D2A3, U+D2A5-D2AB, U+D2AD-D2B0, U+D2B2-D2B7, U+D2BA-D2BB, U+D2BD-D2BE, U+D2C1, U+D2C3-D2C7, U+D2CA, U+D2CC, U+D2CE-D2D0, U+D2D2-D2D3, U+D2D5-D2D7, U+D2D9-D2DB, U+D2DD-D2E3, U+D2E6-D2EF, U+D2F2-D2F3, U+D2F5-D2F7, U+D2F9-D2FF, U+D302, U+D304, U+D306-D308;
}

/* [ PretendardJP-Regular-subset07-51 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-51.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-51.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D309-D30B, U+D30F, U+D312, U+D315, U+D317-D31B, U+D31E, U+D322-D323, U+D326-D327, U+D32A-D32B, U+D32D-D32E, U+D331-D337, U+D33A, U+D33E-D343, U+D346-D35C, U+D35E-D37B, U+D37E-D37F, U+D381-D383, U+D385-D38B, U+D38E, U+D392-D395, U+D397, U+D39A-D39B, U+D39D-D39F, U+D3A1-D3A7, U+D3AA, U+D3AC, U+D3AE-D3B3, U+D3B6-D3B7, U+D3B9-D3BB, U+D3BD-D3C3, U+D3C6-D3C7, U+D3CA-D3CF, U+D3D1-D3D3, U+D3D5-D3D6;
}

/* [ PretendardJP-Regular-subset07-52 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-52.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-52.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D3D7, U+D3D9-D3E0, U+D3E2, U+D3E4-D3EB, U+D3EE-D3EF, U+D3F1-D3F3, U+D3F5-D3FB, U+D3FE, U+D400, U+D402-D404, U+D406-D407, U+D40A-D41C, U+D41E-D43F, U+D441-D443, U+D445-D45B, U+D45D-D45F, U+D461-D463, U+D465-D46C, U+D46E, U+D470-D477, U+D47A-D47B, U+D47D-D47E, U+D481, U+D483-D487, U+D48A;
}

/* [ PretendardJP-Regular-subset07-53 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-53.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-53.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D48C, U+D48E-D493, U+D495-D4A8, U+D4AA-D4CB, U+D4CD-D4CF, U+D4D1-D4D3, U+D4D5-D4DB, U+D4DD-D4DE, U+D4E0-D4E7, U+D4E9-D4EB, U+D4ED-D4EF, U+D4F1-D4F7, U+D4F9-D4FA, U+D4FC, U+D4FE-D503, U+D505-D507, U+D509-D50B, U+D50D-D513, U+D516, U+D518, U+D51A-D51F, U+D521-D534, U+D536-D538;
}

/* [ PretendardJP-Regular-subset07-54 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-54.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-54.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D539-D53B, U+D53E-D53F, U+D541-D543, U+D545-D54B, U+D54E, U+D552-D557, U+D55A-D55B, U+D55D-D55F, U+D561-D563, U+D566-D567, U+D56A, U+D56C, U+D56E-D56F, U+D571-D572, U+D576-D577, U+D579-D57A, U+D57D-D583, U+D586, U+D58A, U+D58C-D58E, U+D591-D593, U+D595-D5A2, U+D5A4, U+D5A6-D5AB, U+D5AD-D5BF, U+D5C1-D5C7, U+D5CA-D5CB, U+D5CD-D5CF, U+D5D1, U+D5D3-D5D6, U+D5DA, U+D5DC, U+D5DE-D5DF, U+D5E2, U+D5E6-D5E7, U+D5E9-D5EB, U+D5ED-D5F3, U+D5F6, U+D5FA-D5FE, U+D602-D603, U+D605-D607, U+D609-D60F, U+D612;
}

/* [ PretendardJP-Regular-subset07-55 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-55.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-55.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D616-D61B, U+D61D-D61F, U+D621-D623, U+D625-D62C, U+D62E-D637, U+D63A-D63B, U+D63D-D63F, U+D641-D644, U+D646-D647, U+D64A, U+D64C, U+D64E-D650, U+D652-D653, U+D656-D657, U+D659-D65B, U+D65D-D664, U+D666, U+D66A-D66F, U+D672-D673, U+D675-D682, U+D684, U+D686-D68B, U+D68E-D68F, U+D691-D693, U+D695-D69C, U+D69E, U+D6A0, U+D6A2-D6A7, U+D6A9-D6AB, U+D6AD-D6AF, U+D6B1-D6B8, U+D6BA, U+D6BC, U+D6BE-D6C3, U+D6C6-D6C7, U+D6C9-D6CB, U+D6CE-D6CF, U+D6D2, U+D6D6, U+D6D8, U+D6DA-D6DF;
}

/* [ PretendardJP-Regular-subset07-56 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-56.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-56.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D6E1-D6E3, U+D6E5-D6E7, U+D6E9-D6EF, U+D6F1-D6F4, U+D6F6-D6FB, U+D6FE-D6FF, U+D701-D703, U+D705-D710, U+D712-D717, U+D71A-D71B, U+D71D-D71F, U+D721-D727, U+D72A, U+D72C, U+D72E-D733, U+D736-D737, U+D739-D73B, U+D73D-D743, U+D745-D746, U+D748, U+D74A-D74F, U+D752-D753, U+D755, U+D75A-D75C, U+D75E-D75F, U+D762, U+D764, U+D766-D768, U+D76A-D76B, U+D76D-D76F, U+D771-D773, U+D775-D77B, U+D77E-D780, U+D782-D787, U+D78A-D78B, U+D78D-D78F, U+D791-D797, U+D79A, U+D79E-D7A2;
}

/* [ PretendardJP-Regular-subset08-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2190-2199, U+21A9-21AA, U+21B0-21B1, U+21B3-21B5, U+21BA-21BB, U+21D0, U+21D2, U+21D4, U+21DE-21DF, U+21E4-21E5, U+21E7, U+21EA, U+2202, U+2205-2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+226A-226B, U+22EF, U+2303, U+2305, U+2318, U+2325-2327, U+2329-232B, U+2380, U+2387, U+238B, U+23CE-23CF, U+2423, U+2460-2466, U+01F10B, U+01F12F-01F149, U+01F150-01F16B, U+01F170-01F189, U+01F850, U+01F852;
}

/* [ PretendardJP-Regular-subset08-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2467-2473, U+24B6-24CF, U+24EA-24F4, U+24FF, U+25A0-25A2, U+25AA, U+25B2-25B3, U+25B6-25B7, U+25BA-25BD, U+25C0-25C1, U+25C4-25C7, U+25CA-25CB, U+25CF, U+25E6, U+25EF, U+2600, U+2605-2606, U+263C, U+2661, U+2665, U+266A, U+26A0, U+2713, U+2717, U+2756, U+2776-2789, U+27EF, U+27F5-27FA, U+2985-2986, U+2B06, U+2B12-2B13, U+2B1C, U+2C7C, U+2C7F, U+2DFF, U+2E18, U+3131-314C;
}

/* [ PretendardJP-Regular-subset08-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+314D-3163, U+321C, U+3380-3384, U+3388-33CA, U+33CF-33D0, U+33D3, U+33D6, U+33D8, U+33DB-33DD, U+A69F, U+A7FF, U+A92E, U+E000, U+E002-E02B;
}

/* [ PretendardJP-Regular-subset08-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E02C-E05E, U+E06A-E080, U+E093-E096, U+E0A5-E0E6, U+E0F3-E0F8;
}

/* [ PretendardJP-Regular-subset08-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E0F9-E11C, U+E11E-E12A, U+E131-E147, U+E14E-E164, U+EE01-EE05, U+F000-F031;
}

/* [ PretendardJP-Regular-subset08-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+F032-F057, U+F6C3, U+FE20-FE2D, U+FFA1-FFBE, U+FFC2-FFC7, U+FFCA-FFCF, U+FFD2-FFD7, U+FFDA-FFDC;
}

/* [ PretendardJP-Bold-subset02-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E92, U+2F18, U+2F60, U+2F66, U+2F72, U+2F7D, U+2F89, U+2FA0, U+2FA2-2FA4, U+2FB4, U+2FC9, U+2FCD, U+2FCF, U+2FD3, U+4E11, U+4E1E, U+4E43, U+4E4B, U+4E4D-4E4E, U+4E5F, U+4E91, U+4E98-4E99, U+4E9B, U+4EA5-4EA6, U+4EA8, U+4EAE, U+4EC0, U+4EC7, U+4ED4, U+4F0A, U+4F0D, U+4F36, U+4F3D, U+4F43, U+4F51, U+4F7C, U+4F83, U+4FA0, U+4FAD, U+4FC4, U+4FE3, U+5016, U+5026, U+502D, U+5036, U+5072, U+50AD, U+50D1, U+50FB, U+5132, U+5141, U+5147, U+514E, U+515C, U+5176, U+51A8, U+51B4, U+51CB-51CC, U+51E7, U+51EA, U+51F1, U+51FD, U+5243, U+5265, U+5283, U+5289, U+52AB, U+52FA, U+52FF, U+5301, U+5319, U+531D, U+5321, U+532A, U+535C, U+5366, U+536F, U+537F, U+53A8-53A9, U+53AD, U+53C9, U+53DB, U+53E1-53E2, U+53E9-53EA, U+53F1, U+53F6, U+5403, U+540A-540B, U+5420, U+543B, U+543E, U+5446, U+5451, U+548B, U+54B3, U+54C9, U+54E8-54E9, U+5516, U+5544, U+558B, U+55A7, U+55AC, U+55B0, U+5609, U+5617-5618, U+5629, U+5642, U+564C, U+565B, U+5678, U+567A, U+56A2, U+5703, U+572D, U+5750, U+5764, U+5766, U+57A2, U+57DC, U+57E0, U+57F4, U+5830, U+5835, U+583A, U+5858-5859, U+586B, U+5875, U+58D5, U+58EC, U+58F7, U+5919, U+5937, U+5944, U+5957, U+5993, U+59BE, U+59D0;
}

/* [ PretendardJP-Bold-subset02-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+59D1, U+59E5-59E6, U+59EA, U+59F6, U+5A03, U+5A29, U+5A3C, U+5A41, U+5B09, U+5B2C, U+5B30, U+5B5C, U+5B5F, U+5B8B, U+5B8D, U+5B8F, U+5B95, U+5BA5, U+5BC5, U+5BD3, U+5BF5, U+5C16, U+5C24, U+5C2D, U+5C4D, U+5C51, U+5C60-5C61, U+5CA8, U+5CB1, U+5CE8, U+5CEF, U+5CFB, U+5D69, U+5D6F, U+5D8B, U+5DBA, U+5DCC, U+5DF3-5DF4, U+5DF7, U+5DFD, U+5E16, U+5E4C, U+5E61, U+5E84, U+5E87, U+5E96, U+5E9A, U+5EB5, U+5ED3, U+5EDF-5EE0, U+5EFB-5EFC, U+5EFF, U+5F17-5F18, U+5F1B, U+5F3C, U+5F4A, U+5F66, U+5F6A, U+5F6C, U+5FBD, U+5FFD, U+601C, U+602F, U+6055, U+6062, U+6070, U+6089, U+608C, U+60B6, U+60C7, U+60DA, U+60DF, U+60E3, U+60F9, U+6108, U+6167, U+617E, U+6190, U+620A, U+620E, U+6216, U+621F, U+6258, U+626E, U+6309, U+633A, U+633D, U+634C, U+6367, U+6372, U+6377, U+637A, U+63A0, U+63A9, U+63AC, U+63B4, U+63BB, U+63C3, U+63D6, U+6478, U+647A, U+6492, U+649A, U+649E, U+64AB, U+64AD, U+64B0, U+64B9, U+64E2, U+64FE, U+6566, U+658C, U+6590, U+65A1, U+65A7, U+65AF, U+65BC, U+65ED, U+6602, U+660C, U+660F, U+6643, U+664B, U+6652, U+6666, U+667A, U+66A2, U+66D9, U+66DD, U+66F3, U+66FE, U+670B, U+6714, U+674E-674F, U+6753, U+6756, U+675C, U+6762, U+676D, U+6775, U+6777, U+6787, U+67C1;
}

/* [ PretendardJP-Bold-subset02-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+67CA, U+67CF, U+67D1, U+67D8, U+67DA, U+67F4, U+67FE, U+6802, U+6816-6817, U+6822, U+6834, U+6842, U+6850, U+6853-6854, U+685D, U+6867, U+6876, U+6881, U+6893, U+68A2, U+68A7, U+68AF, U+68B1, U+68B6, U+68BC, U+68C9, U+68F2, U+6900, U+690B, U+6919, U+691B, U+6934, U+693F, U+694A, U+6953, U+6955, U+695A, U+6960, U+6962, U+696F, U+6973, U+698A, U+698E, U+6994, U+699B, U+69CC-69CD, U+69D9, U+69FB, U+6A0B, U+6A17, U+6A1F, U+6A2B, U+6A35, U+6A3A, U+6A3D, U+6A58, U+6A61, U+6A7F-6A80, U+6A8E, U+6AD3, U+6ADB, U+6AE8, U+6B1D, U+6B23, U+6B3D, U+6B4E, U+6B64, U+6B6A, U+6B86, U+6BC5, U+6BD8, U+6C40, U+6C50, U+6C5D, U+6C72, U+6C8C, U+6C93, U+6CAB, U+6D1B, U+6D29, U+6D32, U+6D69, U+6D6C, U+6D8C, U+6D9B-6D9C, U+6DC0, U+6DCB, U+6DD8, U+6DF3, U+6DF5, U+6E1A, U+6E20, U+6E25, U+6E4A, U+6E58, U+6E5B, U+6E8C, U+6E9C, U+6EA2, U+6F09, U+6F15, U+6F23, U+6F45, U+6F97, U+6FB1, U+6FE0-6FE1, U+7015, U+701E, U+7026-7027, U+7058, U+7078, U+707C, U+70CF, U+70F9, U+7114, U+711A, U+7149, U+7164, U+717D, U+7194, U+71C8, U+71D0, U+71D5, U+71E6, U+71ED, U+723A, U+723E, U+724C, U+7252, U+725D, U+725F, U+7261-7262, U+727D, U+7280, U+72D0, U+72D7, U+72DB, U+72F8, U+72FC-72FD, U+732A, U+7337;
}

/* [ PretendardJP-Bold-subset02-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7345, U+7396, U+73B2, U+73C2, U+73CA, U+73EA, U+7409, U+7422, U+7433, U+7435-7436, U+745A-745B, U+745E, U+7473, U+74DC, U+74E2, U+7511, U+751C, U+7525, U+752B, U+7560, U+7562, U+7566, U+7577, U+758B, U+758F, U+75B9, U+75D4, U+764C, U+7690, U+76C3, U+76C8, U+77A5, U+77E7, U+77E9, U+7825-7827, U+783A, U+783F, U+786F, U+7872, U+7887, U+788D, U+7893, U+7895, U+7897, U+78A7, U+78A9, U+78D0, U+78EF, U+7941, U+7947, U+7950, U+7962, U+7977, U+7984, U+798E, U+79A6, U+79B0, U+79BD-79BF, U+79E4, U+79E6, U+7A00, U+7A14, U+7A17, U+7A1C, U+7A46, U+7A4E, U+7A50, U+7A63, U+7A7F, U+7A84, U+7AAA, U+7ABA, U+7AC3, U+7AE3, U+7AEA, U+7AFA, U+7AFF, U+7B08, U+7B20, U+7B25, U+7B39, U+7B48, U+7B4F, U+7B51, U+7B86, U+7B94-7B95, U+7BAA, U+7BAD, U+7BC7, U+7BE0, U+7BED, U+7C38, U+7C3E, U+7C7E, U+7C81-7C82, U+7C8D, U+7C95, U+7C9F, U+7CA5, U+7CCA, U+7CCE, U+7CDE-7CE0, U+7D10, U+7D17-7D18, U+7D2C, U+7D43, U+7D62, U+7D9C, U+7DAC, U+7DB4, U+7DBE, U+7DCB, U+7DEC, U+7E1E, U+7E4B, U+7E4D, U+7E82, U+7E8F, U+7F6B, U+7FE0, U+7FEB, U+7FF0, U+8000, U+800C, U+8036, U+803D, U+8061, U+806F, U+807E, U+8087, U+808B, U+80B1, U+80B4, U+80E1, U+80E4, U+8106, U+8139, U+8154, U+817F;
}

/* [ PretendardJP-Bold-subset02-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+818F, U+81BF, U+81E5, U+8218, U+821B-821C, U+8235, U+826E, U+8299, U+82A5-82A6, U+82AD, U+82B9, U+82C5, U+82D1, U+82D3-82D4, U+82E7, U+82EB, U+8304-8305, U+831C, U+8338, U+834A, U+834F, U+837B, U+839E, U+83AB, U+83B1, U+83C5, U+83D6, U+83DF, U+83E9, U+83F0-83F1, U+8404, U+840C, U+8429, U+8431, U+844E, U+8461, U+8463, U+8466, U+8471, U+8475, U+847A, U+848B, U+8490, U+8494, U+8499, U+849C, U+84B2, U+84BC, U+84C9, U+84D1, U+84EC, U+84EE, U+8500, U+8513, U+851A, U+8526, U+852D, U+8543, U+8549-854A, U+854E, U+8557, U+8568-856A, U+8597, U+8599, U+85A9, U+85AE-85AF, U+85C1, U+85F7, U+8607, U+862D, U+867B, U+86A4, U+86CB, U+86CE, U+86D9, U+86E4, U+86ED, U+86F8, U+86FE, U+8718, U+8749, U+874B, U+8755, U+8766, U+8776, U+877F, U+87BA, U+87F9, U+87FB, U+887F, U+8888, U+88B4, U+88B7, U+88DF, U+88E1, U+88F3, U+8956, U+8997, U+8A0A, U+8A23, U+8A3B, U+8A51, U+8A6B, U+8AB9, U+8ABC, U+8ACC, U+8ACF, U+8AD2, U+8ADC, U+8AFA, U+8B02, U+8B2C, U+8B83, U+8B90, U+8C79, U+8CB0, U+8CCE, U+8CD1, U+8D0B, U+8D6B, U+8DA8, U+8DE8, U+8E44, U+8E5F, U+8EAF, U+8F14, U+8F2F, U+8F3F, U+8F4D, U+8F5F, U+8F61, U+8FB0, U+8FBB, U+8FBF, U+8FC2, U+8FC4, U+8FE6, U+8FE9, U+9017, U+9019, U+9022;
}

/* [ PretendardJP-Bold-subset02-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+903C, U+9041, U+9065, U+907C, U+9091, U+90C1, U+912D, U+9149, U+914B, U+9187, U+918D, U+9190, U+9197, U+91A4, U+91C6, U+91D8, U+91E6-91E7, U+920E, U+9237, U+9266, U+927E, U+9291, U+929A, U+92D2, U+92E4, U+92EA, U+92F2, U+92F8, U+9306, U+9310, U+9318, U+9328, U+932B, U+934D, U+9354, U+936C, U+937E, U+9397, U+939A, U+93A7, U+93D1, U+9419, U+9438, U+9453, U+9583, U+958F, U+95A4, U+963F-9640, U+9688, U+96BC, U+96C0-96C1, U+96DB, U+96EB, U+971E, U+9756, U+976D, U+9784, U+978D, U+9798, U+97A0, U+97AD, U+97EE, U+9801, U+9817, U+981A, U+982C, U+9834, U+985B, U+98F4, U+9910, U+9957, U+99A8, U+99B3-99B4, U+99C1, U+99C8, U+99D5, U+99FF, U+9A28, U+9AED, U+9B41, U+9B6F, U+9B8E, U+9B92, U+9BAA-9BAB, U+9BAD, U+9BC9, U+9BD6, U+9BDB, U+9BF5, U+9C0D, U+9C10, U+9C2D, U+9C2F, U+9C39, U+9C3B, U+9C48, U+9C52, U+9C57, U+9CE9, U+9CF3, U+9CF6, U+9D07, U+9D0E, U+9D1B, U+9D28, U+9D2B-9D2C, U+9D3B, U+9D5C, U+9D60-9D61, U+9D6C, U+9DF2, U+9DF9-9DFA, U+9E78, U+9E9F, U+9EB9, U+9EBF, U+9ECD, U+9EDB, U+9F0E, U+9F20, U+9F8D, U+F911, U+F915, U+F91F, U+F92B, U+F931, U+F939-F93A, U+F945-F946, U+F953, U+F955-F958, U+F971, U+F975, U+F977, U+F97A, U+F97D, U+F98F, U+F991;
}

/* [ PretendardJP-Bold-subset02-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F992-F993, U+F997, U+F999, U+F9A6, U+F9AB-F9AD, U+F9C3-F9C4, U+F9C7, U+F9CB-F9CC, U+F9CF, U+F9DA, U+F9E1, U+F9E8, U+F9EE, U+F9F2-F9F3, U+F9F5, U+F9F8, U+F9FD, U+FA0B, U+FA16, U+FA1C, U+FA46, U+FA4A, U+FA4F, U+FA53;
}

/* [ PretendardJP-Bold-subset03-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E8E, U+2E90, U+2E93-2E94, U+2E99, U+2E9B, U+2F02-2F03, U+2F05, U+2F07, U+2F09, U+2F0C-2F10, U+2F13-2F16, U+2F19-2F1B, U+2F1E, U+2F21-2F22, U+2F27, U+2F2A-2F2B, U+2F2E, U+2F33-2F37, U+2F3A-2F3B, U+2F3D, U+2F41, U+2F46, U+2F48, U+2F4D-2F4F, U+2F53, U+2F58-2F59, U+2F68, U+2F79, U+2F7E, U+2F80, U+2F8B-2F8C, U+2F91, U+2F97-2F98, U+2FAA-2FAB, U+2FB1-2FB2, U+2FBD-2FC0, U+2FC4, U+2FC6, U+2FCB-2FCC, U+2FD1-2FD2, U+2FD5, U+4E10, U+4E15, U+4E17, U+4E2A, U+4E31, U+4E36, U+4E3F, U+4E42, U+4E55-4E56, U+4E58, U+4E62, U+4E82, U+4E85, U+4E8A, U+4E8E, U+4E9E-4EA0, U+4EA2, U+4EB0, U+4EB3, U+4EB6, U+4EC2, U+4EC4, U+4EC6, U+4ECD-4ECE, U+4ED7, U+4EDE-4EDF, U+4EED, U+4EF7, U+4F09, U+4F1C, U+4F30, U+4F47, U+4F57, U+4F5A-4F5B, U+4F5D-4F5E, U+4F69, U+4F6F-4F70, U+4F76, U+4F7B, U+4F86, U+4F88, U+4F8F, U+4F91, U+4F96, U+4F98, U+4FAB, U+4FCE, U+4FD0-4FD1, U+4FD4, U+4FD8, U+4FDA-4FDB, U+4FDF, U+4FE4-4FE5, U+4FEF, U+4FF6, U+4FFE, U+5005-5006, U+500F, U+5011, U+5014, U+501A, U+5021, U+5025, U+5028-502A, U+502C;
}

/* [ PretendardJP-Bold-subset03-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5043, U+5047-5048, U+5050, U+5055-5056, U+505A, U+506C, U+5078, U+5080, U+5085, U+509A, U+50B3-50B4, U+50C2, U+50C9-50CA, U+50D6, U+50DE, U+50E3, U+50E5, U+50ED-50EE, U+50F5, U+50F9, U+5101-5102, U+5109, U+5114-5116, U+5118, U+511A, U+5121, U+5137, U+513A-513C, U+513F-5140, U+514C, U+5152, U+5154, U+5162, U+5169-516A, U+516E, U+5180, U+5182, U+5189, U+518C, U+518F-5191, U+5193, U+5195-5196, U+51A2, U+51A4, U+51A6, U+51A9-51AB, U+51B0-51B3, U+51B5, U+51BD, U+51C5, U+51C9, U+51D6, U+51DB-51DC, U+51E0, U+51E9, U+51ED, U+51F0, U+51F5, U+51FE, U+5204, U+520B, U+520E, U+5214, U+5227, U+522A, U+522E, U+5233, U+5244, U+524B-524C, U+524F, U+5254, U+525E, U+5269-526A, U+5271, U+5273-5274, U+527D, U+527F, U+5288, U+528D, U+5291-5292, U+5294, U+52AC-52AD, U+52B5, U+52BC, U+52C1, U+52CD, U+52D2, U+52D7, U+52DE, U+52E0, U+52E3, U+52E6, U+52F3, U+52F5, U+52F8-52F9, U+5306, U+5308, U+530D, U+530F-5310, U+5315, U+531A, U+5323, U+532F, U+5331, U+5333, U+5338, U+5340, U+5345-5346, U+5349, U+534D, U+535E, U+5369, U+536E, U+5377, U+537B, U+5382, U+5396, U+53A0, U+53A5-53A6, U+53AE;
}

/* [ PretendardJP-Bold-subset03-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+53B0, U+53B6, U+53C3, U+53DF, U+53E8, U+53ED-53EE, U+53FA, U+5401, U+541D, U+5429, U+542C-542E, U+5436, U+543C-543D, U+5440, U+544E, U+545F, U+5470-5471, U+5475-5477, U+547B, U+5480, U+5484, U+5486, U+548E-5490, U+5492, U+54A2, U+54A4-54A5, U+54A8, U+54AB-54AC, U+54AF, U+54B8, U+54BC, U+54BE, U+54C2, U+54C4, U+54C7-54C8, U+54D8, U+54E2, U+54E5-54E6, U+54ED-54EE, U+54FD, U+550F, U+5514, U+552E, U+5533, U+5538-5539, U+5540, U+5545, U+554C, U+5556-5557, U+555C-555D, U+5563, U+557B-557C, U+557E, U+5580, U+5583, U+5587, U+558A, U+5598-5599, U+559E-559F, U+55A8, U+55AE, U+55C4, U+55C7, U+55D4, U+55DA, U+55DC, U+55DF, U+55E4, U+55F7, U+55F9, U+55FD-55FE, U+5614, U+5616, U+561B, U+562F, U+5634, U+5636, U+5638, U+564E, U+5650, U+5664, U+566A-566C, U+5680, U+5686, U+568A, U+568F, U+5694, U+56A0, U+56A5, U+56AE, U+56B4, U+56B6, U+56BC, U+56C0-56C3, U+56C8, U+56CE, U+56D1, U+56D3, U+56D7-56D8, U+56EE, U+56F9, U+56FF-5700, U+5704, U+5708-5709, U+570B, U+570D, U+5713, U+5716, U+5718, U+571C, U+5726, U+5737-5738, U+573B, U+5740, U+574E-574F, U+5761, U+5769, U+577F, U+5788;
}

/* [ PretendardJP-Bold-subset03-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5789, U+5793, U+57A0, U+57A4, U+57AA, U+57B0, U+57B3, U+57C0, U+57C3, U+57C6, U+57D2-57D4, U+57D6, U+57E3, U+580A-580B, U+5819, U+581D, U+5821, U+582F, U+583D, U+584B, U+5852, U+5862, U+5870, U+5872, U+5879, U+5885, U+589F, U+58AB, U+58AE, U+58B8-58BB, U+58C5, U+58D1, U+58D3, U+58D7-58D9, U+58DC, U+58DE-58DF, U+58E4-58E5, U+58EF, U+58F9-58FD, U+5902, U+590A, U+5910, U+5918, U+591B, U+5925, U+592C-592D, U+5932, U+5938, U+593E, U+594E, U+5950, U+5955, U+5958, U+595A, U+5960, U+5962, U+5967, U+5969, U+596C, U+5978, U+5981, U+598D, U+599B, U+599D, U+59A3, U+59B2, U+59C6, U+59D9-59DA, U+59DC, U+59E8, U+5A09, U+5A11, U+5A1A, U+5A1C, U+5A1F, U+5A25, U+5A35-5A36, U+5A40, U+5A49, U+5A62, U+5A6A, U+5A6C, U+5A9A, U+5ABC-5ABE, U+5AC2, U+5ACB, U+5AD0, U+5AD6-5AD7, U+5AE3, U+5AE6, U+5AE9, U+5AFA-5AFB, U+5B0B-5B0C, U+5B16, U+5B2A, U+5B32, U+5B36, U+5B3E, U+5B40, U+5B43, U+5B45, U+5B51, U+5B55, U+5B5A-5B5B, U+5B65, U+5B69, U+5B70-5B71, U+5B73, U+5B75, U+5B78, U+5B7A, U+5B80, U+5B83, U+5BA6, U+5BB8, U+5BC3, U+5BC7, U+5BC9, U+5BD0, U+5BD4, U+5BDE, U+5BE2, U+5BE4-5BE6, U+5BE8;
}

/* [ PretendardJP-Bold-subset03-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5BEB, U+5BF0, U+5BF3, U+5BF6, U+5C05, U+5C07-5C08, U+5C0D, U+5C13, U+5C20, U+5C22, U+5C28, U+5C38-5C39, U+5C41, U+5C46, U+5C4E-5C50, U+5C53, U+5C6C, U+5C6E, U+5C76, U+5C79, U+5C8C, U+5C91, U+5C94, U+5CAB, U+5CB6-5CB7, U+5CBB-5CBC, U+5CBE, U+5CC5, U+5CC7, U+5CD9, U+5CE9-5CEA, U+5CED, U+5CFA, U+5CFD, U+5D0B, U+5D11, U+5D14-5D15, U+5D17-5D1B, U+5D1F, U+5D22, U+5D4B-5D4C, U+5D4E, U+5D52, U+5D5C, U+5D6C, U+5D73, U+5D76, U+5D82, U+5D84, U+5D87, U+5D8C, U+5D90, U+5D9D, U+5DA2, U+5DAC, U+5DAE, U+5DB7, U+5DBC-5DBD, U+5DC9, U+5DCD, U+5DD2-5DD3, U+5DD6, U+5DDB, U+5DEB, U+5DF2, U+5DF5, U+5E0B, U+5E11, U+5E19-5E1B, U+5E36-5E37, U+5E40, U+5E43-5E44, U+5E47, U+5E4E, U+5E54, U+5E57, U+5E5F, U+5E62, U+5E64, U+5E75-5E76, U+5E7A, U+5E7F, U+5EA0, U+5EC1-5EC2, U+5EC8, U+5ECF-5ED0, U+5ED6, U+5EDA-5EDB, U+5EDD, U+5EE1-5EE3, U+5EE8-5EE9, U+5EEC, U+5EF0-5EF1, U+5EF3-5EF4, U+5EF8, U+5EFE, U+5F03, U+5F09, U+5F0B-5F0D, U+5F11, U+5F16, U+5F29, U+5F2D, U+5F2F, U+5F38, U+5F41, U+5F48, U+5F4C, U+5F4E, U+5F51, U+5F56-5F57, U+5F5C-5F5D, U+5F61, U+5F6D, U+5F73, U+5F77, U+5F7F, U+5F82;
}

/* [ PretendardJP-Bold-subset03-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5F83, U+5F87-5F88, U+5F8A, U+5F91, U+5F98-5F99, U+5F9E, U+5FA0, U+5FA8, U+5FAD, U+5FBC, U+5FD6, U+5FDD, U+5FE4, U+5FF0-5FF1, U+5FF8, U+5FFB, U+5FFF, U+600E-6010, U+6015, U+6019, U+601B, U+6021, U+6026, U+6029, U+602B, U+6031, U+603A, U+6041-6043, U+6046, U+604A, U+604D, U+6059-605A, U+605F-6060, U+6064, U+606A-606C, U+6077, U+6081, U+6083-6084, U+608B, U+608D, U+6092, U+6096-6097, U+609A-609B, U+60A7, U+60B3-60B5, U+60B8, U+60BD, U+60C6, U+60D3, U+60D8, U+60E0-60E1, U+60F1, U+60F4, U+60F6-60F7, U+60FA-60FB, U+6100, U+6103, U+6106, U+610D-610E, U+6115, U+6121, U+6127-6128, U+612C, U+6134, U+613C-613F, U+6142, U+6147, U+614A, U+614D, U+6153, U+6158-615A, U+615D, U+615F, U+6165, U+616B, U+616F, U+6171, U+6173-6175, U+6177, U+6187, U+618A, U+6191, U+6194, U+6196, U+6199-619A, U+61AB, U+61AE, U+61BA, U+61C3, U+61C6, U+61C8-61CD, U+61E3, U+61E6, U+61F4, U+61F6-61F7, U+61FA, U+61FC-6200, U+6208-6209, U+620C-620D, U+6214, U+621B, U+621D-621E, U+6221, U+622A, U+622E, U+6230, U+6232-6233;
}

/* [ PretendardJP-Bold-subset03-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6241, U+6248, U+624E, U+625B, U+625E, U+6260, U+6263, U+6268, U+627C, U+627E, U+6282-6283, U+6289, U+6292-6294, U+6296, U+629B, U+62AC, U+62BB, U+62C2, U+62C6-62C8, U+62CA, U+62CC, U+62CF, U+62D1, U+62D4, U+62D7, U+62DC, U+62EE-62EF, U+62F1, U+62F5, U+62FF, U+6302, U+6308, U+630C, U+6327, U+633E, U+634D, U+634F-6350, U+6369, U+636B, U+6376, U+6380, U+6389, U+638E-638F, U+6396, U+639F, U+63A3, U+63AB, U+63B5, U+63BE, U+63C0, U+63C4, U+63C6, U+63C9, U+63D2, U+63E3, U+63E9, U+63F6, U+6406, U+640F, U+6413, U+6416-6417, U+641C, U+6426, U+6428, U+6434, U+6436, U+644E, U+6467, U+6476, U+6488, U+6493, U+6495, U+64A5, U+64A9, U+64BB-64BC, U+64C2, U+64C5, U+64C7, U+64D2, U+64D4, U+64D8, U+64DA, U+64E0-64E1, U+64E3, U+64E7, U+64EF, U+64F1-64F2, U+64F4, U+64F6, U+64FA, U+64FD, U+6500, U+6505, U+6518, U+651C-651D, U+6523-6524, U+652A-652C, U+6534-6538, U+6548, U+654D, U+6555-6556, U+6558, U+655D-655E, U+6572, U+6578, U+6582-6583, U+6588, U+659B, U+659F, U+65AB, U+65B7, U+65C1, U+65C3-65C4, U+65C6, U+65CC, U+65D2, U+65D9, U+65DB, U+65E0-65E1, U+65F1, U+65FB, U+6603, U+660A, U+661C, U+6634;
}

/* [ PretendardJP-Bold-subset03-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6635-6636, U+663F, U+6641, U+6644, U+6649, U+664F, U+665D-665F, U+6662, U+6664, U+6667-6668, U+6670, U+6683-6684, U+6688-6689, U+668E, U+6698, U+669D, U+66B8-66B9, U+66BC, U+66BE, U+66C1, U+66C4, U+66C9, U+66DA, U+66E0, U+66E6, U+66E9, U+66F0, U+66F5, U+66F7, U+66FC, U+6703, U+670F, U+6716, U+671E, U+6726-6727, U+672E, U+6736-6738, U+673F, U+6741, U+6746, U+6759, U+675E, U+6760, U+6763-6764, U+676A, U+6770, U+6772-6773, U+677C, U+6785, U+6789, U+678B-678C, U+67A1, U+67A6, U+67A9, U+67B3-67B4, U+67B7-67B9, U+67C6, U+67CE, U+67DD-67DE, U+67E2, U+67E4, U+67E7, U+67E9, U+67EC, U+67EE-67EF, U+681E, U+6829, U+682B, U+6832, U+6840, U+6846, U+684D-684E, U+6859, U+6863, U+6874, U+6877, U+687E-687F, U+6883, U+688D, U+688F, U+6894, U+689B, U+689D, U+689F-68A0, U+68A6, U+68AD, U+68B3, U+68B5, U+68B9-68BA, U+68C6, U+68CA, U+68CD, U+68D4-68D5, U+68D7-68D8, U+68E0-68E1, U+68E3, U+68E7, U+68EF, U+68F9, U+6901, U+6904, U+6908, U+690C, U+690F, U+6912, U+691A, U+6921-6923, U+6925-6926, U+6928, U+692A, U+6930, U+6936, U+6939, U+693D, U+6954, U+6959, U+695C-695E, U+6961, U+696A-696B;
}

/* [ PretendardJP-Bold-subset03-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+696E, U+6974, U+6978-6979, U+697E, U+6981, U+6991, U+6995, U+699C, U+69A0, U+69A7, U+69AE, U+69B1-69B2, U+69B4, U+69BB, U+69BE-69BF, U+69C1, U+69C3, U+69C7, U+69CA, U+69CE, U+69D0, U+69D3, U+69DD-69DE, U+69E7-69E8, U+69EB, U+69ED, U+69F2, U+69F9, U+69FF, U+6A02, U+6A05, U+6A0A, U+6A0C, U+6A12-6A14, U+6A1B, U+6A1E, U+6A22-6A23, U+6A2E, U+6A36, U+6A38, U+6A44, U+6A47-6A48, U+6A59, U+6A62, U+6A66, U+6A72, U+6A78, U+6A84, U+6A8D, U+6A90, U+6A97, U+6A9C, U+6AA0, U+6AA2-6AA3, U+6AAA, U+6AAC, U+6AAE, U+6AB3, U+6AB8, U+6ABB, U+6AC1-6AC3, U+6AD1, U+6ADA, U+6ADE-6ADF, U+6AEA, U+6AFA-6AFB, U+6B05, U+6B0A, U+6B12, U+6B16, U+6B1F, U+6B37-6B39, U+6B43, U+6B47, U+6B49, U+6B50, U+6B54, U+6B59, U+6B5B, U+6B5F, U+6B61, U+6B78-6B79, U+6B7F-6B80, U+6B83-6B84, U+6B8D, U+6B95, U+6B98, U+6B9E, U+6BA4, U+6BAA-6BAB, U+6BAF, U+6BB1-6BB3, U+6BB7, U+6BBC, U+6BC6, U+6BCB, U+6BD3, U+6BDF, U+6BEB-6BEC, U+6BEF, U+6BF3, U+6C08, U+6C13-6C14, U+6C1B, U+6C23-6C24, U+6C55, U+6C5E, U+6C62, U+6C68, U+6C6A, U+6C73, U+6C7E, U+6C81-6C82, U+6C8D, U+6C90, U+6C92, U+6C9A-6C9B, U+6CAE, U+6CB1, U+6CBA, U+6CBD-6CBE, U+6CC4;
}

/* [ PretendardJP-Bold-subset03-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6CC5, U+6CD3, U+6CD7, U+6CD9, U+6CDB, U+6CDD, U+6CEA, U+6CEF, U+6CF1, U+6D0C, U+6D12, U+6D19, U+6D1F, U+6D2B, U+6D33, U+6D35-6D36, U+6D38, U+6D3D, U+6D59-6D5A, U+6D63-6D64, U+6D79, U+6D85, U+6D8E, U+6D93, U+6D95, U+6DB5, U+6DB8, U+6DC5-6DC7, U+6DCC, U+6DD2, U+6DD5, U+6DD9, U+6DDE, U+6DE4, U+6DE6, U+6DE8, U+6DEA, U+6DEC, U+6DEE, U+6DF9-6DFA, U+6E0A, U+6E15, U+6E19, U+6E1D, U+6E1F, U+6E23-6E24, U+6E2B, U+6E2D-6E2E, U+6E38, U+6E3A, U+6E3E, U+6E43, U+6E4D-6E4E, U+6E5F, U+6E6B, U+6E6E, U+6E72, U+6E76, U+6E82, U+6E8F, U+6E98, U+6E9F, U+6EA5, U+6EAA, U+6EAF, U+6EB2, U+6EB7, U+6EBD, U+6EC2, U+6EC4, U+6EC9, U+6ECC, U+6ED3-6ED5, U+6EEC, U+6EEF, U+6EF2, U+6EF7-6EF8, U+6EFE-6EFF, U+6F11, U+6F13, U+6F31-6F32, U+6F3E-6F3F, U+6F41, U+6F58, U+6F5B, U+6F66, U+6F6D, U+6F6F, U+6F74, U+6F78, U+6F7A, U+6F7C, U+6F80-6F82, U+6F86, U+6F8E, U+6F91, U+6FA1, U+6FA3-6FA4, U+6FAA, U+6FB3, U+6FB9, U+6FC2, U+6FC6, U+6FD4-6FD5, U+6FD8, U+6FDB, U+6FDF, U+6FE4, U+6FEC, U+6FEE, U+6FF1, U+6FF3, U+6FF6, U+6FFA, U+6FFE, U+7001, U+7009, U+700B, U+700F, U+7011, U+7018, U+701A-701B, U+701D, U+701F, U+7030, U+7032, U+703E, U+704C, U+7051, U+7063;
}

/* [ PretendardJP-Bold-subset03-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7092, U+7099, U+70AC, U+70AE-70AF, U+70B3, U+70B8, U+70CB, U+70D9, U+70DD, U+70DF, U+70F1, U+70FD, U+7109, U+7119, U+711C, U+714C, U+7155-7156, U+7162, U+7165-7166, U+716C, U+7184, U+7188, U+718F, U+7195, U+7199, U+71A8, U+71AC, U+71B9, U+71BE, U+71C9, U+71CE, U+71D2, U+71D4, U+71D7, U+71DF-71E0, U+71E7, U+71EC, U+71EE, U+71F5, U+71F9, U+71FB-71FC, U+71FF, U+720D, U+7210, U+721B, U+7228, U+722C-722D, U+7230, U+7232, U+723B-723C, U+723F-7240, U+7246, U+724B, U+7258, U+7274, U+727E, U+7281-7282, U+7287, U+7292, U+7296, U+72A2, U+72A7, U+72B2, U+72B9, U+72C3-72C4, U+72C6, U+72CE, U+72D2, U+72E0-72E2, U+72F7, U+72F9, U+730A, U+7316-7317, U+731C-731D, U+7325, U+7329, U+732F, U+7334, U+733E, U+734E-734F, U+7357, U+7368, U+736A, U+7370, U+7375, U+7378, U+737A-737B, U+73B3, U+73BB, U+73C0, U+73C8, U+73CE, U+73DE, U+73E5, U+73EE, U+73F1, U+73F8, U+7405, U+7425, U+7432, U+743A, U+743F, U+7441, U+7455, U+7459, U+745C, U+745F, U+7463-7464, U+7469-746A, U+746F-7470, U+7476, U+747E, U+748B, U+749E, U+74A2, U+74CA, U+74CF, U+74D4, U+74E0, U+74E3, U+74E7, U+74E9, U+74EE, U+74F0-74F2, U+74F7-74F8, U+7503-7505;
}

/* [ PretendardJP-Bold-subset03-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+750C-750E, U+7513, U+7515, U+751E, U+7526, U+752C, U+7538, U+753C, U+7544, U+7546, U+7549-754B, U+754D, U+755A-755B, U+7564, U+7567, U+7569, U+756B, U+756D, U+7574, U+7576, U+7578, U+7582, U+7586-7587, U+7589-758A, U+7594, U+759A, U+759D, U+75A3, U+75A5, U+75B1, U+75B3, U+75B5, U+75B8, U+75BC-75BD, U+75C2-75C3, U+75CA, U+75CD, U+75D2, U+75D9, U+75DE, U+75E3, U+75F0, U+75F2-75F3, U+75FA, U+75FC, U+75FE-75FF, U+7601, U+7609, U+760B, U+761F-7622, U+7624, U+7627, U+7630, U+7634, U+763B, U+7646-7648, U+7658, U+765C, U+7661-7662, U+7667-766A, U+766C, U+7670, U+7672, U+7676, U+7678, U+767C, U+7680, U+7683, U+7688, U+768B, U+768E, U+7693, U+7696, U+7699-769A, U+76B0, U+76B4, U+76B7-76BA, U+76C2, U+76CD, U+76D2, U+76D6, U+76DC, U+76DE, U+76E1, U+76E5, U+76E7, U+76EA, U+76FB, U+7704, U+7707-7708, U+771B, U+771E, U+7724-7726, U+7729, U+7737-7738, U+7747, U+775A-775B, U+7765, U+7768, U+776B, U+7779, U+777E-777F, U+778B, U+778E, U+7791, U+779E, U+77A0, U+77B0, U+77B6, U+77B9, U+77BB-77BD, U+77BF, U+77C7, U+77CD, U+77D7, U+77DA, U+77DC, U+77E3;
}

/* [ PretendardJP-Bold-subset03-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+77EE, U+77FC, U+780C, U+7812, U+7820, U+7845, U+7874, U+787C, U+7886, U+788C, U+788E, U+789A, U+78A3, U+78AA, U+78AF, U+78B5, U+78BC, U+78BE, U+78C5-78C6, U+78CA-78CB, U+78D1, U+78D4, U+78DA, U+78E7, U+78EC, U+78F4, U+78FD, U+7907, U+7911-7912, U+7919, U+7926, U+792A-792C, U+7940, U+7953, U+7955, U+7957, U+795A, U+795F-7960, U+797A, U+797F-7980, U+798A, U+799D, U+79A7, U+79AA, U+79AE, U+79B3, U+79B9-79BA, U+79C9, U+79D5, U+79E1, U+79E3, U+79E7, U+79EC, U+7A08, U+7A0D, U+7A18-7A19, U+7A1F-7A20, U+7A31, U+7A37, U+7A3B, U+7A3E, U+7A43, U+7A49, U+7A57, U+7A61-7A62, U+7A69, U+7A70, U+7A79, U+7A7D, U+7A88, U+7A95-7A98, U+7AA9, U+7AB0, U+7AB6, U+7ABF, U+7AC4-7AC5, U+7AC7-7AC8, U+7ACA, U+7ACD, U+7ACF, U+7AD2-7AD3, U+7AD5, U+7AD9-7ADA, U+7ADD, U+7ADF, U+7AE1-7AE2, U+7AE6, U+7AED, U+7AF0, U+7AF8, U+7B02, U+7B04, U+7B06, U+7B0A-7B0B, U+7B0F, U+7B18-7B19, U+7B1E, U+7B28, U+7B33, U+7B35-7B36, U+7B45, U+7B4C-7B4D, U+7B50, U+7B5D, U+7B65, U+7B67, U+7B6C, U+7B6E, U+7B70-7B71, U+7B74-7B75, U+7B7A, U+7B8D, U+7B8F, U+7B92, U+7B98-7B9A, U+7B9C-7B9D, U+7B9F, U+7BB4, U+7BC1, U+7BC6, U+7BCB-7BCC;
}

/* [ PretendardJP-Bold-subset03-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7BCF, U+7BDD, U+7BE5-7BE6, U+7BE9, U+7BF3, U+7BF6-7BF7, U+7C00, U+7C07, U+7C0D, U+7C11-7C14, U+7C17, U+7C1F, U+7C23, U+7C27, U+7C2A-7C2B, U+7C37, U+7C3D, U+7C40, U+7C43, U+7C4C, U+7C4F-7C50, U+7C54, U+7C56, U+7C58, U+7C5F, U+7C64-7C65, U+7C6C, U+7C75, U+7C83, U+7C90, U+7CA1-7CA2, U+7CA4, U+7CA8, U+7CAB, U+7CAD-7CAE, U+7CB1-7CB3, U+7CB9, U+7CBD, U+7CC0, U+7CC2, U+7CC5, U+7CD2, U+7CD8, U+7CDC, U+7CE2, U+7CEF, U+7CF2, U+7CF4, U+7CF6, U+7CFA, U+7D02, U+7D06, U+7D0A, U+7D15, U+7D1C, U+7D2E, U+7D32, U+7D35, U+7D3F, U+7D45-7D46, U+7D4B, U+7D4E-7D4F, U+7D56, U+7D5B, U+7D63, U+7D68, U+7D6E, U+7D72-7D73, U+7D7D, U+7D89, U+7D8F, U+7D93, U+7D9B, U+7D9F, U+7DA2-7DA3, U+7DAB, U+7DAE-7DB0, U+7DB5, U+7DB8, U+7DBA, U+7DBD, U+7DC7, U+7DD5, U+7DD8, U+7DDC-7DDE, U+7DE1, U+7DE4, U+7DF2, U+7E05, U+7E09-7E0B, U+7E12, U+7E1F, U+7E21-7E23, U+7E31-7E32, U+7E35, U+7E37, U+7E39-7E3B, U+7E3D, U+7E43, U+7E46, U+7E56, U+7E59-7E5A, U+7E5D-7E5E, U+7E66-7E67, U+7E69-7E6A, U+7E79, U+7E7B-7E7D, U+7E7F, U+7E83, U+7E88-7E89, U+7E8C, U+7E8E, U+7E90, U+7E92-7E94;
}

/* [ PretendardJP-Bold-subset03-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7E96, U+7E9B-7E9C, U+7F38, U+7F3A, U+7F45, U+7F4C-7F4E, U+7F50-7F51, U+7F54-7F55, U+7F58, U+7F5F-7F60, U+7F67-7F69, U+7F78-7F79, U+7F82-7F83, U+7F86-7F88, U+7F8C, U+7F94, U+7F9A, U+7F9D, U+7FA3, U+7FAE-7FAF, U+7FB2, U+7FB6, U+7FB8-7FB9, U+7FC5-7FC6, U+7FCA, U+7FD4-7FD5, U+7FE1, U+7FE6, U+7FE9, U+7FF3, U+7FF9, U+8004, U+8006, U+800B, U+8012, U+8018-8019, U+801C, U+8021, U+8028, U+803B, U+803F, U+8046, U+804A, U+8052, U+8058, U+805A, U+805F, U+8062, U+8068, U+8070, U+8072-8073, U+8076, U+8079, U+807D, U+807F, U+8084-8086, U+8093, U+809A-809B, U+80AC-80AD, U+80C4, U+80D6, U+80D9-80DB, U+80DD, U+80E5, U+80EF, U+80F1, U+80FC, U+8109, U+811B, U+8123, U+8129, U+812F, U+813E, U+8146, U+814B, U+8151, U+8153, U+815F, U+8165-8166, U+816E, U+8171, U+8174, U+8180, U+8182-8183, U+8188, U+818A, U+8193, U+8195, U+81A0, U+81A3-81A4, U+81A9, U+81B0, U+81B5, U+81B8, U+81BA, U+81BD-81BE, U+81C0, U+81C2, U+81C8-81C9, U+81CD, U+81D1, U+81D8-81DA, U+81DF-81E0, U+81E7, U+81FA-81FB, U+81FE, U+8201-8202, U+8205, U+8207, U+8209-820A, U+820D, U+8210, U+8212, U+8216, U+8229;
}

/* [ PretendardJP-Bold-subset03-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+822B, U+822E, U+8233, U+8238, U+8240, U+8258-825A, U+825D, U+825F, U+8262, U+8264, U+8268, U+826A-826B, U+8271, U+8277-8278, U+827E, U+828D, U+8292, U+829F, U+82AB-82AC, U+82BB, U+82D2, U+82D9, U+82DC, U+82DE-82DF, U+82E1, U+82E3, U+82F3-82F4, U+82F9-82FB, U+8303, U+8306, U+8309, U+8316-8318, U+8323, U+832B, U+832F, U+8331-8332, U+8334-8335, U+8339, U+8340, U+8345, U+8350, U+8373, U+8375, U+837C, U+8385, U+8387, U+8389-838A, U+838E, U+8393, U+8396, U+839A, U+839F-83A0, U+83A2, U+83A8, U+83AA, U+83B5, U+83BD, U+83C1, U+83CE, U+83D8, U+83E0, U+83EB, U+83F2, U+83F4, U+83F7, U+83FB, U+83FD, U+8403, U+8407, U+840B, U+840D, U+8413, U+8420, U+8422, U+842A, U+842C, U+8435, U+8438, U+843C, U+8446, U+8462, U+8469, U+846B, U+846D-846F, U+8477, U+8479, U+8482, U+8484, U+849F, U+84A1, U+84AD, U+84B9, U+84BB, U+84BF, U+84C1, U+84C6, U+84CA, U+84CD, U+84D0, U+84D6, U+84D9-84DA, U+84F4, U+84FC, U+84FF, U+8506, U+8514-8515, U+8517-8518, U+851F, U+8521, U+852C, U+8540-8541, U+8548, U+854B, U+8555, U+8558, U+855A, U+8563, U+856D, U+8577, U+857E, U+8580, U+8587-8588, U+858A, U+8590-8591, U+8594, U+859B-859C;
}

/* [ PretendardJP-Bold-subset03-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+85A4, U+85A8, U+85B9-85BA, U+85C9, U+85CF-85D0, U+85D5, U+85DC-85DD, U+85E5, U+85EA, U+85F9-85FA, U+85FE, U+8602, U+8606, U+860A-860B, U+8613, U+8616-8617, U+861A, U+8622, U+862F-8630, U+863F, U+864D, U+8654-8655, U+865F, U+8667, U+8671, U+868B-868C, U+8693, U+86A3, U+86A9-86AB, U+86AF-86B0, U+86B6, U+86C4, U+86C6, U+86C9, U+86D4, U+86DB, U+86DE-86DF, U+86E9, U+86EC, U+86EF, U+86F9, U+86FB, U+8700, U+8703, U+8706, U+8708-870A, U+870D, U+8711-8712, U+871A, U+8725, U+8729, U+8734, U+8737, U+873B, U+873F, U+874C, U+874E, U+8753, U+8757, U+8759, U+875F-8760, U+8763, U+8768, U+876A, U+876E, U+8774, U+8778, U+8782, U+879F, U+87A2, U+87AB, U+87AF, U+87B3, U+87BB, U+87BD, U+87C0, U+87C4, U+87C6-87C7, U+87CB, U+87D0, U+87D2, U+87E0, U+87EF, U+87F2, U+87F6-87F7, U+87FE, U+8805, U+880D-880F, U+8811, U+8815-8816, U+8821-8823, U+8827, U+8831, U+8836, U+8839, U+883B, U+8842, U+8844, U+884D, U+8852, U+8859, U+885E, U+8862, U+886B, U+8872, U+8875, U+887D-887E, U+8881-8882, U+888D, U+8892, U+8897, U+8899, U+889E, U+88A2, U+88A4, U+88AE, U+88B0-88B1, U+88B5, U+88BF, U+88C3-88C4, U+88D4, U+88D8;
}

/* [ PretendardJP-Bold-subset03-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+88D9, U+88DD, U+88E8, U+88F2, U+88F4, U+88F9, U+88FC, U+8902, U+8904, U+890A, U+890C, U+8913, U+891D-891E, U+8925, U+892A-892B, U+8936, U+8938, U+893B, U+8941, U+8943-8944, U+894C-894D, U+895E, U+8960, U+8964, U+8966, U+896A, U+896D, U+896F, U+8974, U+8977, U+897E, U+8983, U+8988, U+898A, U+8993, U+8998, U+89A1, U+89A6, U+89A9, U+89AC, U+89AF, U+89B2, U+89BA, U+89BD, U+89BF-89C0, U+89DA, U+89DC-89DD, U+89E7, U+89F4, U+89F8, U+8A0C, U+8A10, U+8A16, U+8A1B, U+8A1D, U+8A25, U+8A36, U+8A41, U+8A46, U+8A48, U+8A52, U+8A5B, U+8A62, U+8A6C-8A6D, U+8A7C, U+8A82, U+8A84-8A85, U+8A91, U+8A9A, U+8AA1, U+8AA3, U+8AA5-8AA6, U+8AA8, U+8AC2, U+8AC4, U+8ACD, U+8ADA-8ADB, U+8ADE, U+8AE0-8AE2, U+8AE4, U+8AEB, U+8AF1, U+8AF3, U+8AF7, U+8B07, U+8B0C, U+8B10, U+8B14, U+8B16-8B17, U+8B1A, U+8B20, U+8B26, U+8B28, U+8B2B, U+8B33, U+8B3E, U+8B41, U+8B49, U+8B4C, U+8B4E-8B4F, U+8B56, U+8B5A-8B5B, U+8B5F, U+8B6B-8B6C, U+8B6F, U+8B71, U+8B74, U+8B7D, U+8B80, U+8B8A, U+8B8C, U+8B8E, U+8B92-8B93, U+8B96, U+8B99-8B9A, U+8C3A, U+8C3F, U+8C41, U+8C48, U+8C4C, U+8C4E, U+8C50, U+8C55, U+8C62, U+8C6B-8C6C, U+8C78, U+8C7A, U+8C7C, U+8C82, U+8C85, U+8C89;
}

/* [ PretendardJP-Bold-subset03-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+8C8A, U+8C8D-8C8E, U+8C94, U+8C98, U+8CAD-8CAE, U+8CB2-8CB3, U+8CB6, U+8CBD, U+8CC1, U+8CC8, U+8CCD, U+8CDA, U+8CE3-8CE4, U+8CFA-8CFB, U+8CFD, U+8D04-8D05, U+8D07, U+8D0A, U+8D0D, U+8D0F-8D10, U+8D13-8D14, U+8D16, U+8D67, U+8D6D, U+8D71, U+8D73, U+8D81, U+8D99, U+8DBA, U+8DBE, U+8DC2, U+8DCB-8DCC, U+8DCF, U+8DD6, U+8DDA-8DDB, U+8DDF, U+8DE3, U+8DEA-8DEB, U+8DFC, U+8DFF, U+8E08-8E09, U+8E10, U+8E1D-8E1F, U+8E30, U+8E34-8E35, U+8E42, U+8E47-8E4A, U+8E4C, U+8E50, U+8E55, U+8E59, U+8E60, U+8E63-8E64, U+8E72, U+8E76, U+8E7C, U+8E81, U+8E84-8E85, U+8E87, U+8E8A-8E8B, U+8E91, U+8E93-8E94, U+8E99, U+8EA1, U+8EAA, U+8EAC, U+8EB0-8EB1, U+8EBE, U+8EC5-8EC6, U+8EC8, U+8ECB, U+8EDB, U+8EE3, U+8EEB, U+8EFB-8EFC, U+8EFE, U+8F05, U+8F0A, U+8F0C, U+8F12-8F13, U+8F15, U+8F19, U+8F1B-8F1C, U+8F1F, U+8F26, U+8F33, U+8F39, U+8F3B, U+8F3E, U+8F42, U+8F45-8F46, U+8F49, U+8F4C, U+8F4E, U+8F57, U+8F5C, U+8F62-8F64, U+8F9C, U+8F9F, U+8FA7-8FA8, U+8FAD-8FAF, U+8FB7, U+8FDA, U+8FE2, U+8FE5, U+8FEA, U+8FEF, U+8FF4, U+8FF8-8FFA, U+9005, U+900B, U+900D-900E, U+9011, U+9015;
}

/* [ PretendardJP-Bold-subset03-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9016, U+901E, U+9021, U+9027, U+9035-9036, U+9039, U+903E, U+9049, U+904F-9052, U+9056, U+9058-9059, U+905E, U+9068, U+906F, U+9072, U+9076, U+907D, U+9080-9083, U+9087, U+9089-908A, U+908F, U+90A8, U+90AF, U+90B1, U+90B5, U+90DB, U+90E2, U+90E4, U+9102, U+9112, U+9119, U+9130, U+9132, U+914A, U+9156, U+9158, U+9163, U+9165, U+9169, U+9172-9173, U+9182, U+9189, U+918B, U+91A2, U+91AA-91AB, U+91AF, U+91B4-91B5, U+91BA, U+91C0-91C1, U+91C9, U+91CB, U+91D0, U+91D6, U+91DB, U+91DF, U+91E1, U+91F5-91F6, U+91FC, U+91FF, U+9211, U+9214-9215, U+921E, U+9229, U+922C, U+923F, U+9245, U+9248-9249, U+924B, U+9250, U+9257, U+925A, U+925E, U+9264, U+9293, U+9295-9296, U+929B-929C, U+92B7, U+92B9, U+92CF, U+92E9, U+92FA, U+930F, U+9319-931A, U+9322-9323, U+9335, U+933A-933B, U+9344, U+9356, U+935C, U+9360, U+936E, U+937C, U+9394, U+93AC-93AD, U+93B0, U+93B9, U+93C3, U+93C8, U+93D0, U+93D6-93D8, U+93DD, U+93E4-93E5, U+93E8, U+9403, U+9407, U+9410, U+9413-9414, U+941A, U+9421, U+942B, U+9435-9436, U+943A, U+9441, U+9444, U+9452, U+945A-945B, U+945E, U+9460, U+9462, U+946A, U+9470, U+9475;
}

/* [ PretendardJP-Bold-subset03-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9477, U+947C-947F, U+9481, U+9582, U+9587, U+958A, U+9594, U+9596, U+9598-9599, U+95A0, U+95A7-95A8, U+95AD, U+95B9, U+95BB-95BC, U+95BE, U+95C3, U+95CA, U+95CC-95CD, U+95D4-95D6, U+95DC, U+95E1-95E2, U+95E5, U+9621, U+9628, U+962E-962F, U+9642, U+964B-964C, U+964F, U+965C-965F, U+9666, U+966C, U+9672, U+9677, U+968B, U+968D, U+9695, U+9697-9698, U+96A7-96A8, U+96AA, U+96B0-96B2, U+96B4, U+96B6, U+96B8-96B9, U+96C9, U+96CB, U+96CD-96CE, U+96D5-96D6, U+96D9, U+96DC, U+96F9, U+9704, U+9706, U+9708, U+970D-970F, U+9711, U+9713, U+9716, U+9719, U+9724, U+972A, U+9730, U+9738-9739, U+973D-973E, U+9742, U+9744, U+9746, U+9748-9749, U+975C, U+9760-9761, U+9764, U+9766, U+9768, U+976B, U+9771, U+9779-977A, U+977C, U+9781, U+9785-9786, U+978B, U+978F-9790, U+979C, U+97A3, U+97A6, U+97A8, U+97AB, U+97B3-97B4, U+97C3, U+97C6, U+97C8, U+97CB, U+97DC, U+97ED, U+97F2, U+97F5-97F6, U+980C, U+980F, U+9821, U+9824, U+9837-9838, U+983D, U+9846, U+984B, U+984F, U+986B, U+986F-9871, U+9873-9874, U+98AA, U+98AF, U+98B1, U+98B6, U+98C3-98C4, U+98C6;
}

/* [ PretendardJP-Bold-subset03-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+98DC, U+98E9, U+98EB, U+98ED-98EE, U+9903, U+9909, U+9912, U+9914, U+9918, U+991D-991E, U+9920-9921, U+9924, U+992C, U+992E, U+993D-993E, U+9942, U+9945, U+9949, U+994B-994C, U+9950-9952, U+9955, U+9997-9998, U+99A5, U+99AD-99AE, U+99BC, U+99D1, U+99D8, U+99DB, U+99DD, U+99DF, U+99E2, U+99ED-99EE, U+99F1-99F2, U+99F8, U+99FB, U+9A01, U+9A05, U+9A0F, U+9A19, U+9A2B, U+9A37, U+9A3E, U+9A40, U+9A42-9A43, U+9A45, U+9A4D, U+9A55, U+9A57, U+9A5B, U+9A5F, U+9A62, U+9A64-9A65, U+9A69-9A6B, U+9AAD, U+9AB0, U+9ABC, U+9AC0, U+9ACF, U+9AD1, U+9AD3-9AD4, U+9ADE-9ADF, U+9AE2-9AE3, U+9AE6, U+9AEB, U+9AEE-9AEF, U+9AF1, U+9AF4, U+9AF7, U+9AFB, U+9B06, U+9B18, U+9B1A, U+9B1F, U+9B22-9B23, U+9B25, U+9B27-9B2A, U+9B2E-9B2F, U+9B32, U+9B3B, U+9B43-9B44, U+9B4D-9B4F, U+9B51, U+9B58, U+9B74, U+9B83, U+9B91, U+9B93, U+9B96-9B97, U+9B9F-9BA0, U+9BA8, U+9BB4, U+9BB9, U+9BC0, U+9BC6, U+9BCA, U+9BCF, U+9BD1-9BD2, U+9BD4, U+9BE1-9BE4, U+9BF0-9BF2, U+9C04, U+9C06, U+9C08-9C0A, U+9C0C, U+9C12-9C15, U+9C1B, U+9C21, U+9C24-9C25, U+9C2E;
}

/* [ PretendardJP-Bold-subset03-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9C30, U+9C32, U+9C3A, U+9C3E, U+9C46-9C47, U+9C5A, U+9C60, U+9C67, U+9C76, U+9C78, U+9CE7, U+9CEB-9CEC, U+9CF0, U+9D03, U+9D06, U+9D08-9D09, U+9D12, U+9D15, U+9D1F, U+9D23, U+9D26, U+9D2A, U+9D3E-9D3F, U+9D41, U+9D44, U+9D46, U+9D48, U+9D50-9D51, U+9D59, U+9D5D-9D5E, U+9D64, U+9D6F, U+9D72, U+9D7A, U+9D87, U+9D89, U+9D9A, U+9DA4, U+9DA9, U+9DAB, U+9DAF, U+9DB2, U+9DB8, U+9DBA-9DBB, U+9DC1-9DC2, U+9DC4, U+9DC6, U+9DCF, U+9DD3, U+9DD9, U+9DE6, U+9DED, U+9DEF, U+9DF8, U+9DFD, U+9E1A-9E1B, U+9E1E, U+9E75, U+9E79, U+9E7D, U+9E81, U+9E88, U+9E8B-9E8C, U+9E91-9E92, U+9E95, U+9E9D, U+9EA5, U+9EA9-9EAA, U+9EAD, U+9EB8, U+9EBC, U+9EBE, U+9ECC, U+9ECE-9ED0, U+9ED4, U+9ED8, U+9EDC-9EDE, U+9EE0, U+9EE5, U+9EE8, U+9EEF, U+9EF4, U+9EF6-9EF7, U+9EF9, U+9EFB-9EFD, U+9F07-9F08, U+9F15, U+9F21, U+9F2C, U+9F3E, U+9F4A-9F4B, U+9F4E-9F4F, U+9F52, U+9F54, U+9F5F-9F61, U+9F63, U+9F66-9F67, U+9F6A, U+9F6C, U+9F72, U+9F76-9F77, U+9F95, U+9F9C-9F9D, U+9FA0, U+F900, U+F903, U+F907-F908, U+F90B, U+F90D-F90E, U+F910, U+F913-F914, U+F916-F917, U+F91A-F91B, U+F91E, U+F920, U+F924, U+F926, U+F92D;
}

/* [ PretendardJP-Bold-subset03-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F92F, U+F932-F933, U+F935, U+F93B-F93C, U+F942, U+F947, U+F94A, U+F94C, U+F950-F952, U+F954, U+F95A-F95C, U+F969, U+F96B, U+F978-F979, U+F97F, U+F982, U+F984-F987, U+F989, U+F98D, U+F990, U+F998, U+F9A7, U+F9A9, U+F9AE-F9B0, U+F9B3, U+F9B6-F9B9, U+F9BF-F9C0, U+F9C2, U+F9C5-F9C6, U+F9D2, U+F9D5-F9D6, U+F9E6, U+F9ED, U+F9F0, U+F9FB, U+FA07;
}

/* [ PretendardJP-Bold-subset04-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2F01, U+2F3E, U+2F5B, U+2F73, U+2F7B, U+2F87, U+2FAD, U+2FB7, U+2FC7-2FC8, U+2FCA, U+2FD0, U+2FD4, U+3D4E, U+4E28, U+4E6B, U+4E6D, U+4E76-4E77, U+4E90, U+4EDD, U+4EE1, U+4EFC, U+4F00, U+4F03, U+4F0B, U+4F39, U+4F48, U+4F56, U+4F7A, U+4F7E, U+4F81, U+4F84, U+4F8A, U+4F92, U+4F94, U+4F9A, U+4FC9, U+4FCD, U+4FD3, U+4FE0, U+4FF1, U+4FFF, U+5002, U+501C, U+501E, U+5022, U+5027, U+503B, U+5040, U+5042, U+5046, U+5070, U+5094, U+50D8, U+50F4, U+50FF, U+5106, U+514A, U+5164, U+5167, U+519D, U+51BE, U+51DE, U+51EC, U+5215, U+5261, U+529C, U+52A4, U+52A6, U+52AF, U+52C0, U+52D6, U+52DB, U+52FB, U+5300, U+5307, U+5324, U+5344, U+5368, U+5372, U+537D, U+5393, U+53B2, U+53DD, U+541E, U+5433, U+548A, U+549C, U+54A9, U+54FF, U+550E, U+551C, U+5535, U+555E, U+5586, U+5653, U+5699, U+56AC, U+56CA, U+56CD, U+574D, U+5759, U+5765, U+576E, U+5770, U+5775, U+577C, U+57AC, U+57C7-57C8, U+57F0, U+5808-5809, U+581E, U+5827, U+584F, U+5864, U+587C, U+5889, U+589E, U+58A9, U+58B2, U+58CE, U+590B, U+5914, U+5953, U+595B, U+595D, U+5963, U+596B, U+596D, U+5997, U+59A4, U+59BA, U+59C3, U+59DD, U+59EC, U+59EE, U+59F8, U+5A1B, U+5AA4, U+5AC4, U+5B05, U+5B56, U+5B7C, U+5B93, U+0F0000-0F0002;
}

/* [ PretendardJP-Bold-subset04-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5B96, U+5BAC, U+5BC0, U+5BD7-5BD8, U+5BEC, U+5BEF, U+5C19, U+5C1E, U+5C5B, U+5C62, U+5CA6, U+5CB5, U+5CBA, U+5CC0, U+5CF4-5CF5, U+5D0D, U+5D27, U+5D42, U+5D53, U+5D6D, U+5DA0, U+5DAA, U+5DB8-5DB9, U+5DD0, U+5DE2, U+5E3F, U+5E77, U+5EBE, U+5F21, U+5F34, U+5F3A, U+5F45, U+5F5B, U+5F67, U+5FB5, U+5FB7, U+5FDE, U+605D, U+6085, U+608A, U+60A4, U+60B0, U+60D5, U+60DE, U+60F2, U+6111, U+6120, U+6130, U+6137, U+6164, U+617D, U+6181, U+6198, U+6207, U+6213, U+6231, U+6236, U+623E, U+62A6, U+62D6, U+633B, U+637F, U+63ED, U+63F5, U+63F7, U+6414, U+6422, U+6451, U+6460, U+6479, U+6491, U+649D, U+64C4, U+64CA, U+64CE, U+64E5, U+6504, U+6522, U+654E, U+656D, U+657E, U+6585, U+65E3, U+65F4, U+65FC-65FD, U+65FF-6600, U+6609, U+6610-6611, U+6615, U+661E, U+6624, U+662E, U+6630-6631, U+663A-663B, U+6657, U+6659, U+665B, U+6665, U+666B, U+6673, U+6677-6678, U+6690, U+6699, U+66A0, U+66B2-66B3, U+66BB, U+66BF, U+66C6, U+66FA-66FB, U+670E, U+6766, U+677B, U+678F, U+6793, U+67B0, U+67BB, U+67BE, U+67C0, U+67D2, U+67F0, U+67F6, U+67FA, U+6801, U+6805, U+6812, U+682F, U+6844, U+6852, U+686D, U+688E, U+68A1, U+68C5, U+68C8, U+68CF, U+68E8, U+6927, U+6957, U+6963, U+6968;
}

/* [ PretendardJP-Bold-subset04-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6998, U+69A5, U+69E2, U+69EA, U+6A11, U+6A30, U+6A46, U+6A52-6A53, U+6A6B, U+6A73, U+6A7E, U+6A89, U+6AE2, U+6AE4, U+6AF6, U+6B0C, U+6B46, U+6B65, U+6B72, U+6B77, U+6BAE, U+6BC1, U+6BCF, U+6BD6-6BD7, U+6C3F, U+6C5C, U+6C6D, U+6C6F, U+6C76, U+6C85-6C87, U+6C94-6C95, U+6CAA, U+6CC2, U+6CDA, U+6CEB, U+6CEE, U+6D04, U+6D11, U+6D27, U+6D39, U+6D6F, U+6D7F, U+6D87, U+6D89, U+6D8D, U+6D91, U+6D96, U+6DAC, U+6DC3-6DC4, U+6DCF, U+6DDA, U+6DF2, U+6DF8, U+6DFC, U+6E17, U+6E27, U+6E32, U+6E34, U+6E36, U+6E39, U+6E3C-6E3D, U+6E44, U+6E5C, U+6E5E, U+6E73, U+6E7A, U+6EAB, U+6EB1, U+6EBF, U+6ECE, U+6F51, U+6F57, U+6F5A, U+6F5E, U+6F62, U+6F7D-6F7E, U+6F88, U+6F8D, U+6F90, U+6F94, U+6FA7, U+6FAE-6FAF, U+6FB5, U+6FBE, U+6FCA, U+6FDA, U+6FE9, U+6FF5, U+7005-7007, U+701C, U+7023, U+7028, U+702F, U+7037, U+7050, U+705D, U+7085, U+7098, U+709A, U+70A1, U+70A4, U+70AB, U+70B7, U+70BB, U+70D8, U+7104, U+710C, U+710F, U+711E, U+7130, U+7146-7147, U+714A, U+7150, U+715C, U+715E, U+7189, U+7192, U+71A2, U+71BA, U+71C1, U+71FE, U+7200, U+72B1, U+72BE, U+72C0, U+7324, U+7350, U+7352, U+7377, U+7386, U+738E, U+7394, U+7397-7398, U+739F, U+73A7, U+73AD, U+73B9;
}

/* [ PretendardJP-Bold-subset04-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+73BD, U+73C9, U+73CC, U+73CF, U+73D2, U+73D6, U+73D9, U+73DD, U+73E3-73E4, U+73E6, U+73E9, U+73F5, U+73F7, U+73F9, U+73FD, U+7401, U+7407, U+7413, U+741B, U+7420-7421, U+7426, U+7428-742C, U+742E-7430, U+7438, U+7440, U+7443-7444, U+744B, U+7457, U+7462, U+7465, U+7468, U+7482, U+7487, U+7489, U+7498, U+749C, U+749F, U+74A1, U+74A3, U+74A5, U+74A8, U+74AA, U+74B2, U+74B5, U+74B9, U+74BF, U+74C6, U+74D8, U+74DA, U+7501, U+751B, U+752F, U+7547, U+7553, U+756F, U+7575, U+757A, U+7600, U+7619, U+7626, U+764E, U+7664, U+7682, U+769B-769C, U+769E, U+76A6, U+76FC, U+7746, U+774D, U+7762, U+7821, U+782C, U+784E-784F, U+7864, U+787A, U+78BB, U+78CE, U+78F5, U+78FB, U+7916, U+7930, U+795B-795C, U+7991, U+7994, U+799B, U+79B1, U+79CA, U+7A05, U+7A36, U+7AD1, U+7AD7, U+7AE7, U+7AEB, U+7B2D, U+7B60, U+7B7D, U+7B9E, U+7BD2, U+7C1E, U+7D07-7D08, U+7D48, U+7D5C, U+7D6A, U+7D7F, U+7D8E, U+7DA0, U+7DB7, U+7DD6, U+7DE3, U+7E15, U+7E1D, U+7E2F, U+7E47, U+7E52, U+7E61, U+7E6B, U+7E8A, U+7E98, U+7F47, U+7FA1, U+7FCE, U+7FDF, U+8009, U+802D, U+8043, U+8118, U+812B, U+8221, U+8245, U+828E, U+829A, U+82A9, U+82AE, U+82B7, U+82BC, U+82BF, U+82D5;
}

/* [ PretendardJP-Bold-subset04-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+82FD-82FE, U+8301, U+8346-8347, U+8351, U+8362, U+837F, U+8398, U+83A9, U+83C7, U+83C9, U+83F6, U+83F9, U+840A, U+8448, U+84B4, U+84C0, U+84C2, U+84DC, U+851E, U+8523, U+8525, U+852F, U+853E-853F, U+8553, U+8559, U+856B, U+858F, U+85B0, U+85CE, U+85FF, U+865B, U+87EC, U+8807, U+881F, U+88F5, U+8918-8919, U+891C, U+8A12, U+8A37, U+8A75, U+8A79, U+8AA7, U+8AAA, U+8ABE, U+8ADF, U+8AEA, U+8AF6, U+8B53, U+8B7F, U+8CF0, U+8CF4, U+8D12, U+8D76, U+8DC6, U+8EC0, U+8ECF, U+8F1E, U+8F27, U+8F5D, U+8FA6, U+8FF2, U+9002, U+9008, U+905D, U+9067, U+9088, U+9095, U+9099, U+90A2, U+90B0, U+90DE, U+9115, U+9127, U+91AC, U+91AE, U+91B1, U+91D7, U+91DA, U+91DE, U+91E4-91E5, U+91EA, U+91ED-91EE, U+9206, U+920A, U+9210, U+9212, U+9217, U+9239-923A, U+923C, U+9240, U+924E, U+9251, U+9259, U+9265, U+9267, U+9277-9278, U+9288, U+92A7, U+92B3, U+92B6, U+92CC, U+92D0, U+92D3, U+92D5, U+92D7, U+92D9, U+92E0, U+92E7, U+92F9, U+92FB, U+92FF, U+9302, U+9304, U+931D-931F, U+9321, U+9324-9325, U+9348, U+934A, U+9357, U+9370, U+93A3-93A4, U+93C6, U+93DE, U+93F6, U+93F8, U+9404, U+9425, U+9431, U+9445, U+9448, U+9592, U+95B1, U+969D, U+96AF, U+96E9, U+96EF, U+9733, U+973B;
}

/* [ PretendardJP-Bold-subset04-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9743, U+974D, U+974F, U+9751, U+9755, U+9777, U+9800, U+980A, U+9839, U+9857, U+985A, U+9865, U+98C7, U+98E1, U+9927, U+994D, U+9954, U+999D-999E, U+99B1, U+99B9, U+99D9, U+9A08, U+9A36, U+9A4E, U+9A52, U+9AD9, U+9ADC, U+9AE5, U+9B72, U+9B75, U+9B8F, U+9BB1, U+9BBB, U+9C00, U+9C49, U+9D6B, U+9D70, U+9DD7, U+9E19, U+9E7C, U+9EB4-9EB5, U+9EC3, U+9ED1, U+9F90, U+F927, U+F930, U+F93D-F93F, U+F94B, U+F94D, U+F95F, U+F964, U+F96F, U+F98B-F98C, U+F994-F995, U+F99B, U+F9A1, U+F9A5, U+F9AA, U+F9C8, U+F9EF, U+F9FA, U+FA0E-FA11, U+FA13-FA15, U+FA18, U+FA1F-FA21, U+FA23-FA25, U+FA27-FA29, U+FA2D-FA2E, U+FA40, U+FA56, U+FA69;
}

/* [ PretendardJP-Bold-subset05-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-01.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0-00D6;
}

/* [ PretendardJP-Bold-subset05-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+00D7-0148, U+014A-016D;
}

/* [ PretendardJP-Bold-subset05-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+016E-01C3, U+01C5-0204;
}

/* [ PretendardJP-Bold-subset05-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0205-029A;
}

/* [ PretendardJP-Bold-subset05-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-05.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+029B-031E, U+0321-0332;
}

/* [ PretendardJP-Bold-subset05-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+0333-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03D1;
}

/* [ PretendardJP-Bold-subset05-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+03D2-03E1, U+03F0-0475;
}

/* [ PretendardJP-Bold-subset05-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0476-049D, U+04A0-04FF, U+052F, U+0E3F, U+1D43, U+1D47-1D49, U+1D4D, U+1D4F-1D50, U+1D52, U+1D56-1D58, U+1D5B;
}

/* [ PretendardJP-Bold-subset05-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1D62-1D65, U+1D9C, U+1DA0, U+1DBB, U+1DBF-1DF5, U+1DFC-1E53;
}

/* [ PretendardJP-Bold-subset05-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1E54-1EE9;
}

/* [ PretendardJP-Bold-subset05-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1EEA-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1F8D;
}

/* [ PretendardJP-Bold-subset05-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1F8E-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200D, U+2010-2027, U+202F-2035;
}

/* [ PretendardJP-Bold-subset05-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2036-2060, U+2070-2071, U+2074-208E, U+2090-209C, U+20A0-20BF, U+20DB-20DE, U+20E8, U+20F0, U+2100-2101, U+2103, U+2105-2106, U+2109, U+2113, U+2116-2117, U+211E-2123, U+2126, U+212A-212B, U+212E, U+2132, U+213B, U+214D, U+214F, U+2153, U+215A-215C;
}

/* [ PretendardJP-Bold-subset05-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+215D-2188;
}

/* [ PretendardJP-Bold-subset07-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AC02-AC03, U+AC05-AC06, U+AC0C-AC0F, U+AC18, U+AC1E-AC1F, U+AC21-AC22, U+AC25-AC2B, U+AC2E, U+AC32-AC37, U+AC3A-AC3B, U+AC3D-AC3F, U+AC41-AC4A, U+AC4C, U+AC4E-AC53, U+AC55-AC57, U+AC59-AC5B, U+AC5D-AC64, U+AC66-AC6F, U+AC72-AC73, U+AC75-AC76, U+AC79, U+AC7B-AC7F, U+AC87-AC88, U+AC8E-AC8F, U+AC91-AC93, U+AC95-AC9B, U+AC9E, U+ACA2-ACA7, U+ACAB, U+ACAD-ACAE, U+ACB1-ACB6, U+ACBA, U+ACBE, U+ACC0, U+ACC2-ACC3, U+ACC5-ACC7, U+ACC9-ACCB, U+ACCD-ACD4, U+ACD6, U+ACD9-ACDF, U+ACE2-ACE3, U+ACE5-ACE6, U+ACE9, U+ACEB, U+ACED-ACEE, U+ACF2, U+ACF4;
}

/* [ PretendardJP-Bold-subset07-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ACF7-ACF8, U+ACFA-ACFB, U+ACFE-ACFF, U+AD01-AD03, U+AD05, U+AD07-AD0B, U+AD0E, U+AD13-AD17, U+AD19-AD1B, U+AD1D-AD1F, U+AD21, U+AD23-AD28, U+AD2A-AD2B, U+AD2E-AD33, U+AD36-AD37, U+AD39-AD3B, U+AD3D-AD43, U+AD46, U+AD48, U+AD4A-AD4F, U+AD51-AD53, U+AD55-AD57, U+AD59-AD5F, U+AD62, U+AD64, U+AD66-AD6B, U+AD6E-AD6F, U+AD71-AD72, U+AD77-AD7A, U+AD7E, U+AD80, U+AD84-AD87, U+AD8A-AD8B, U+AD8D-AD8F, U+AD91-AD9B, U+AD9E-ADA3, U+ADA5-ADB6, U+ADB9-ADBF, U+ADC2-ADC3, U+ADC5-ADC7, U+ADC9;
}

/* [ PretendardJP-Bold-subset07-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ADCA-ADCF, U+ADD2, U+ADD4, U+ADD6-ADDB, U+ADDD-ADDF, U+ADE1-ADE3, U+ADE5-ADEB, U+ADEE-ADF7, U+ADFA-ADFB, U+ADFD-ADFE, U+AE03-AE06, U+AE0A, U+AE0C, U+AE0E, U+AE10, U+AE12, U+AE15-AE17, U+AE19-AE28, U+AE2A-AE2F, U+AE32-AE33, U+AE35-AE36, U+AE39, U+AE3B-AE3F, U+AE42, U+AE47-AE49, U+AE4B, U+AE4F, U+AE51-AE53, U+AE55, U+AE57-AE5B, U+AE5E, U+AE62-AE64, U+AE66-AE67, U+AE6A-AE6B, U+AE6D-AE6E, U+AE71-AE77, U+AE7A, U+AE7E-AE83, U+AE87-AE8B, U+AE8E-AE9F, U+AEA1-AEA3;
}

/* [ PretendardJP-Bold-subset07-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AEA5-AEBB, U+AEBF, U+AEC1-AEC3, U+AEC5-AECB, U+AECE, U+AED2, U+AED4, U+AED6-AED7, U+AEDA-AEDB, U+AEDD-AEE7, U+AEE9-AEEA, U+AEEC, U+AEEE-AEF3, U+AEF5-AEF7, U+AEF9-AEFB, U+AEFD-AF06, U+AF0A-AF0C, U+AF0E-AF0F, U+AF11-AF2B, U+AF2E-AF2F, U+AF31, U+AF35-AF3B, U+AF3E, U+AF40, U+AF44, U+AF46-AF47, U+AF4A-AF4B, U+AF4D-AF4F, U+AF51-AF5B, U+AF5E-AF63, U+AF66-AF67, U+AF69-AF6A;
}

/* [ PretendardJP-Bold-subset07-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AF6B-AF77, U+AF7A-AF7F, U+AF81-AF83, U+AF85-AF87, U+AF89-AF8F, U+AF92-AF94, U+AF96-AF9B, U+AF9D-AFB7, U+AFBA-AFBB, U+AFBD-AFBF, U+AFC1-AFC6, U+AFCA, U+AFCC, U+AFD0-AFD3, U+AFD5-AFD7, U+AFD9-AFDB, U+AFDD-AFE7, U+AFEA-AFEF, U+AFF2-AFF3, U+AFF5-AFF7, U+AFF9-AFFF, U+B002-B003, U+B005-B00B, U+B00D-B00F, U+B011-B013, U+B015-B01B, U+B01E-B025;
}

/* [ PretendardJP-Bold-subset07-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B026-B027, U+B029-B02F, U+B031-B03B, U+B03D-B043, U+B046-B047, U+B049, U+B04B, U+B04D, U+B04F-B052, U+B056, U+B058, U+B05A-B05C, U+B05E-B05F, U+B061-B063, U+B065-B07B, U+B07E-B07F, U+B081-B083, U+B085-B08B, U+B08E, U+B092-B097, U+B09B, U+B09D-B09E, U+B0A3-B0A7, U+B0AA, U+B0B0, U+B0B2, U+B0B6-B0B7, U+B0B9-B0BA, U+B0BD-B0C3, U+B0C6, U+B0CA-B0CF, U+B0D2-B0D3, U+B0D5-B0D6, U+B0D9-B0DF, U+B0E2, U+B0E4, U+B0E6-B0EB, U+B0ED-B0FA;
}

/* [ PretendardJP-Bold-subset07-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B0FB-B107, U+B10A, U+B10D-B10E, U+B114-B117, U+B11A, U+B11E-B121, U+B126-B127, U+B129-B12A, U+B12D-B133, U+B136, U+B13A-B13D, U+B13F, U+B142-B143, U+B145-B146, U+B149-B14F, U+B152-B153, U+B156-B157, U+B159-B15B, U+B15D-B15F, U+B161-B170, U+B172-B177, U+B17A-B17B, U+B17D-B17F, U+B183-B187, U+B18A, U+B18C, U+B18E-B190, U+B195-B197, U+B199-B19B, U+B19D-B1A4, U+B1A6-B1A7, U+B1A9-B1AF, U+B1B1-B1C3, U+B1C5-B1CB, U+B1CE;
}

/* [ PretendardJP-Bold-subset07-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B1CF, U+B1D1-B1D3, U+B1D5-B1DB, U+B1DE, U+B1E0, U+B1E2-B1E7, U+B1EA-B1EB, U+B1ED-B1EF, U+B1F1-B1F7, U+B1FA, U+B1FC, U+B1FE-B203, U+B206-B207, U+B209-B20A, U+B20E-B213, U+B216, U+B218, U+B21A-B21C, U+B21E-B21F, U+B221-B233, U+B235-B23B, U+B23D-B257, U+B259-B25B, U+B25D-B25F, U+B261-B267, U+B26A-B273, U+B276-B27A, U+B27D-B283, U+B286-B288, U+B28A-B28C;
}

/* [ PretendardJP-Bold-subset07-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B28D-B28F, U+B292-B293, U+B295-B296, U+B29B-B29F, U+B2A2, U+B2A4, U+B2A8-B2A9, U+B2AD-B2AF, U+B2B1-B2B3, U+B2B5-B2BB, U+B2BD-B2BE, U+B2C0, U+B2C2-B2C7, U+B2CA-B2CB, U+B2CD-B2CE, U+B2D1, U+B2D3-B2D7, U+B2DA, U+B2DC, U+B2DF, U+B2E1, U+B2E3, U+B2E7, U+B2E9-B2EA, U+B2F0-B2F2, U+B2F6, U+B2FC, U+B2FE, U+B302-B303, U+B305-B307, U+B309-B30F, U+B312, U+B317-B31B, U+B31D-B31F, U+B321-B330, U+B332-B353, U+B357, U+B359-B35A, U+B35D, U+B360-B363, U+B366, U+B368, U+B36A, U+B36C-B36D, U+B372-B373, U+B375-B376;
}

/* [ PretendardJP-Bold-subset07-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B377, U+B379-B37F, U+B382, U+B386-B38B, U+B38D-B38F, U+B391-B393, U+B395-B39F, U+B3A2-B3A7, U+B3A9-B3AB, U+B3AD-B3C3, U+B3C6-B3C7, U+B3C9-B3CA, U+B3CD, U+B3CF, U+B3D1-B3D3, U+B3D6, U+B3D8, U+B3DA, U+B3DC, U+B3DE-B3DF, U+B3E1-B3E3, U+B3E5-B3E7, U+B3E9-B3FB, U+B3FD-B40E, U+B411-B417, U+B419-B41B, U+B41D-B41F, U+B421-B427, U+B42A, U+B42E-B433, U+B435;
}

/* [ PretendardJP-Bold-subset07-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B436-B44F, U+B452-B453, U+B455-B456, U+B459, U+B45B-B45F, U+B462, U+B464, U+B466-B46B, U+B46D-B47F, U+B481-B487, U+B489-B498, U+B49A-B49C, U+B49E-B4A3, U+B4A5-B4A7, U+B4A9-B4AB, U+B4AD-B4B4, U+B4B6, U+B4BA-B4BF, U+B4C1-B4C3, U+B4C5-B4C7, U+B4C9-B4CF, U+B4D1-B4D4, U+B4D6-B4DB, U+B4DE-B4DF, U+B4E1-B4E2, U+B4E8-B4EB, U+B4EE, U+B4F0, U+B4F2;
}

/* [ PretendardJP-Bold-subset07-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B4F3-B4F7, U+B4F9-B4FB, U+B4FD-B4FF, U+B501-B513, U+B516-B517, U+B519-B51A, U+B51D-B523, U+B526, U+B52C-B52D, U+B52F, U+B533, U+B535-B536, U+B539-B53F, U+B542, U+B546-B54A, U+B54E-B54F, U+B551-B553, U+B555-B55B, U+B55E, U+B562-B583, U+B585-B587, U+B589-B593, U+B595-B598, U+B59A-B59F, U+B5A2-B5A3, U+B5A5-B5A7, U+B5A9, U+B5AC-B5AF, U+B5B2, U+B5B6-B5BA, U+B5BE-B5BF;
}

/* [ PretendardJP-Bold-subset07-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B5C1-B5C3, U+B5C5-B5CB, U+B5CE, U+B5D2-B5D7, U+B5D9-B5EB, U+B5ED-B60F, U+B612-B613, U+B615-B617, U+B619-B61F, U+B622, U+B624, U+B626-B62B, U+B62E-B62F, U+B631-B633, U+B635-B646, U+B649-B65B, U+B65D-B663, U+B665-B667, U+B669-B66F;
}

/* [ PretendardJP-Bold-subset07-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B670-B69B, U+B69E-B69F, U+B6A1-B6A3, U+B6A5-B6A6, U+B6A8-B6AA, U+B6AD-B6AE, U+B6B0, U+B6B2-B6B7, U+B6B9-B6D3, U+B6D5-B6EF, U+B6F1-B6F3, U+B6F5-B6F7, U+B6F9-B6FF, U+B702-B703, U+B706-B70B, U+B70D-B718;
}

/* [ PretendardJP-Bold-subset07-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B719-B727, U+B72A-B72B, U+B72D-B72E, U+B731-B732, U+B734-B737, U+B73A, U+B73C, U+B73F-B742, U+B745-B747, U+B749-B74B, U+B74D-B753, U+B756-B75F, U+B762-B763, U+B765-B767, U+B769-B76F, U+B772, U+B774, U+B776-B77B, U+B77E-B77F, U+B781-B782, U+B785-B78B, U+B78E, U+B793-B795, U+B79A-B79B, U+B79D-B79E, U+B7A1-B7A7, U+B7AA, U+B7AE-B7AF, U+B7B1, U+B7B3, U+B7B6-B7B7, U+B7B9-B7C4, U+B7C6, U+B7C8, U+B7CA-B7CF, U+B7D1-B7D3, U+B7D5-B7E8;
}

/* [ PretendardJP-Bold-subset07-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B7E9-B7EB, U+B7EE-B7EF, U+B7F1, U+B7F5-B7FB, U+B7FE, U+B802-B806, U+B80A-B80B, U+B80D-B80F, U+B811-B817, U+B81A, U+B81E-B823, U+B826-B827, U+B829-B82A, U+B82D-B833, U+B836, U+B83A-B83F, U+B841-B843, U+B845-B850, U+B852, U+B854-B85B, U+B85E-B85F, U+B861-B862, U+B865-B86B, U+B86E, U+B870, U+B872-B877, U+B87A-B87B, U+B87D-B88C, U+B88E-B893, U+B895-B8A7, U+B8A9-B8AF, U+B8B1;
}

/* [ PretendardJP-Bold-subset07-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B8B2-B8B3, U+B8B5-B8B7, U+B8B9-B8BF, U+B8C2, U+B8C4, U+B8C6-B8CB, U+B8CD-B8CF, U+B8D1-B8D3, U+B8D5-B8DC, U+B8DE, U+B8E0, U+B8E2-B8E7, U+B8EA-B8EB, U+B8ED-B8EF, U+B8F1-B8F7, U+B8FA, U+B8FC, U+B8FE-B903, U+B905-B907, U+B909-B917, U+B919-B91F, U+B921-B923, U+B925-B93B, U+B93E-B93F, U+B941-B943, U+B945-B94B, U+B94D-B94E, U+B950, U+B952-B957, U+B95A-B95B, U+B95D-B95F, U+B961-B967, U+B96A, U+B96C, U+B96E-B96F;
}

/* [ PretendardJP-Bold-subset07-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B970-B973, U+B976-B977, U+B979-B97B, U+B97D-B983, U+B986, U+B988, U+B98B-B98C, U+B991-B993, U+B995-B9AB, U+B9AE-B9AF, U+B9B1-B9B3, U+B9B5-B9BB, U+B9BE, U+B9C2-B9C5, U+B9C7, U+B9CA-B9CB, U+B9CD, U+B9D3, U+B9D5-B9D7, U+B9DA, U+B9E0, U+B9E6-B9E7, U+B9E9-B9EA, U+B9ED-B9F3, U+B9F6, U+B9FC, U+B9FE-B9FF, U+BA02-BA03, U+BA05-BA07, U+BA09-BA0F, U+BA11-BA14, U+BA16-BA37, U+BA3A-BA3B, U+BA3D-BA3F, U+BA41, U+BA43-BA47, U+BA4A;
}

/* [ PretendardJP-Bold-subset07-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BA4F-BA52, U+BA56-BA57, U+BA59-BA5A, U+BA5D-BA63, U+BA66, U+BA6A, U+BA6C-BA6F, U+BA72-BA73, U+BA75-BA76, U+BA79-BA82, U+BA86, U+BA88-BA8B, U+BA8D-BA8F, U+BA91-BAA7, U+BAAA, U+BAAD-BAAE, U+BAB3-BAB7, U+BABA, U+BABC, U+BABE-BAC3, U+BAC5-BAC7, U+BAC9-BAD7, U+BADA-BADF, U+BAE1-BAF3, U+BAF5-BAFB, U+BAFD-BAFF, U+BB01-BB03, U+BB05-BB0B, U+BB0E, U+BB10, U+BB12-BB14;
}

/* [ PretendardJP-Bold-subset07-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BB15-BB17, U+BB19-BB1B, U+BB1D-BB1F, U+BB21-BB28, U+BB2A, U+BB2C-BB33, U+BB37, U+BB39-BB3A, U+BB3F-BB43, U+BB46, U+BB48, U+BB4A-BB4C, U+BB4E, U+BB51-BB53, U+BB55-BB57, U+BB59-BB60, U+BB62, U+BB66-BB6B, U+BB6D-BB87, U+BB89, U+BB8B, U+BB8D-BB8F, U+BB91-BB98, U+BB9A, U+BB9C-BBA3, U+BBA5-BBA7, U+BBA9-BBAB, U+BBAD-BBB3, U+BBB5-BBB6, U+BBB8, U+BBBA-BBBF, U+BBC2-BBC3, U+BBC5-BBC7, U+BBC9-BBCF, U+BBD2, U+BBD4, U+BBD6-BBD9;
}

/* [ PretendardJP-Bold-subset07-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BBDA-BBDB, U+BBDD-BBDF, U+BBE1-BBEC, U+BBEE-BBF0, U+BBF2-BBF7, U+BBFA-BBFB, U+BBFD-BBFE, U+BC01, U+BC03-BC07, U+BC0A, U+BC0E, U+BC10, U+BC12-BC13, U+BC19-BC1A, U+BC20-BC22, U+BC26, U+BC2A, U+BC2C, U+BC2E-BC2F, U+BC33, U+BC35-BC36, U+BC39-BC3F, U+BC42, U+BC46-BC48, U+BC4A-BC4B, U+BC4E-BC4F, U+BC51-BC5B, U+BC5E, U+BC60, U+BC62-BC83, U+BC86-BC87, U+BC89-BC8A, U+BC8D, U+BC8F-BC93, U+BC96, U+BC9B-BC9C, U+BC9E, U+BCA2-BCA3, U+BCA5-BCA6, U+BCA9-BCAF, U+BCB2, U+BCB6-BCBB, U+BCBE-BCBF;
}

/* [ PretendardJP-Bold-subset07-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BCC1-BCC3, U+BCC5-BCCB, U+BCCE, U+BCD2, U+BCD4, U+BCD6-BCD7, U+BCD9-BCDB, U+BCDD-BCF3, U+BCF7, U+BCF9-BCFA, U+BD00-BD03, U+BD06, U+BD08, U+BD0A-BD0F, U+BD11-BD13, U+BD15-BD22, U+BD26-BD2B, U+BD2D-BD3F, U+BD41-BD47, U+BD4A-BD4B, U+BD4D-BD4F, U+BD51-BD57, U+BD5A-BD5B, U+BD5D-BD63, U+BD65-BD67, U+BD69-BD73, U+BD75-BD7E;
}

/* [ PretendardJP-Bold-subset07-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BD7F, U+BD82-BD83, U+BD85-BD86, U+BD8B-BD8F, U+BD92, U+BD96-BD98, U+BD9B, U+BD9E-BD9F, U+BDA1-BDA3, U+BDA5-BDAC, U+BDAE-BDAF, U+BDB1-BDB3, U+BDB5-BDB7, U+BDB9-BDC0, U+BDC2-BDD3, U+BDD6-BDD7, U+BDD9-BDDB, U+BDDD-BDE4, U+BDE6-BDE8, U+BDEA-BDEF, U+BDF1-BDF3, U+BDF5-BDF7, U+BDF9-BDFF, U+BE02, U+BE04, U+BE06-BE0B, U+BE0E-BE0F, U+BE11-BE13, U+BE16-BE1B, U+BE1E, U+BE20, U+BE22-BE27, U+BE2A-BE2F, U+BE31-BE3C, U+BE3E-BE43, U+BE46-BE47;
}

/* [ PretendardJP-Bold-subset07-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BE49-BE4A, U+BE4D, U+BE4F-BE53, U+BE56, U+BE5C-BE5F, U+BE62-BE63, U+BE65-BE66, U+BE6B-BE6F, U+BE72, U+BE76-BE7A, U+BE7F, U+BE81-BE83, U+BE85-BE8B, U+BE8E, U+BE92-BE97, U+BE9A-BE9B, U+BE9D-BEA7, U+BEA9-BECF, U+BED2-BED3, U+BED5-BED6, U+BEDA-BEDF, U+BEE1-BEE2, U+BEE6-BEEB, U+BEED-BEEF, U+BEF1-BF00, U+BF02-BF07, U+BF0A-BF0B, U+BF0D-BF13;
}

/* [ PretendardJP-Bold-subset07-25 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-25.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-25.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BF14-BF17, U+BF1A, U+BF1E-BF3F, U+BF42-BF43, U+BF45-BF47, U+BF49-BF4F, U+BF52, U+BF54, U+BF56-BF93, U+BF95-BFAF, U+BFB2-BFB9;
}

/* [ PretendardJP-Bold-subset07-26 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-26.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-26.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BFBA-BFC4, U+BFC6-BFCB, U+BFCE-BFCF, U+BFD1-BFD3, U+BFD6-BFDB, U+BFDE, U+BFE0, U+BFE2-C01F, U+C021-C03B, U+C03D-C050, U+C052-C057, U+C059-C05B, U+C05D-C05E;
}

/* [ PretendardJP-Bold-subset07-27 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-27.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-27.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C05F, U+C061-C067, U+C06A-C06C, U+C06E-C08F, U+C092-C093, U+C095-C097, U+C099-C09F, U+C0A2, U+C0A4, U+C0A6-C0AB, U+C0AE, U+C0B1-C0B2, U+C0B7-C0BB, U+C0BE, U+C0C2-C0C4, U+C0C7, U+C0CA-C0CB, U+C0CD-C0CE, U+C0D1-C0D7, U+C0DA, U+C0DE-C0E3, U+C0E6-C0E7, U+C0E9-C0EB, U+C0ED-C0F3, U+C0F6, U+C0F8, U+C0FA-C0FD, U+C0FF, U+C102-C103, U+C105-C107, U+C109-C10F, U+C111-C114, U+C116-C11B, U+C121-C122, U+C125, U+C128-C12B, U+C12E, U+C132-C135, U+C137;
}

/* [ PretendardJP-Bold-subset07-28 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-28.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-28.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C13A-C13B, U+C13D-C13E, U+C141-C147, U+C14A, U+C14E-C150, U+C152-C153, U+C156-C157, U+C159-C15B, U+C15D-C163, U+C166, U+C16A-C16F, U+C172-C173, U+C175-C177, U+C179-C17F, U+C182-C184, U+C186-C18B, U+C18F, U+C191-C192, U+C195, U+C197-C19B, U+C19E, U+C1A0, U+C1A2-C1A4, U+C1A6-C1A7, U+C1AA-C1AB, U+C1AD-C1AF, U+C1B1-C1BC, U+C1BE-C1C3, U+C1C5-C1C7, U+C1C9-C1CB, U+C1CD-C1D3, U+C1D5-C1D6, U+C1D9-C1DF, U+C1E1-C1E3, U+C1E5-C1E7, U+C1E9-C1EF, U+C1F2, U+C1F6-C1FB, U+C1FE-C1FF, U+C201-C203, U+C205-C20B;
}

/* [ PretendardJP-Bold-subset07-29 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-29.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-29.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C20E, U+C210, U+C212-C215, U+C217, U+C21A-C21B, U+C21D-C21E, U+C221-C227, U+C22A, U+C22C, U+C22E, U+C230, U+C233, U+C235-C247, U+C249-C24F, U+C252-C253, U+C255-C257, U+C259-C25F, U+C261-C264, U+C266-C26B, U+C26E-C26F, U+C271-C273, U+C275-C27B, U+C27E, U+C280, U+C282-C287, U+C28A-C28B, U+C28D-C28F, U+C291-C297, U+C299-C29A, U+C29C, U+C29E-C2A3, U+C2A6-C2A7, U+C2A9-C2AA, U+C2AE-C2B1, U+C2B3, U+C2B6, U+C2B8, U+C2BA-C2BF, U+C2C2-C2D6;
}

/* [ PretendardJP-Bold-subset07-30 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-30.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-30.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C2D7-C2DB, U+C2DE-C2DF, U+C2E1-C2E2, U+C2E6-C2EA, U+C2EE, U+C2F2, U+C2F4-C2F5, U+C2F7, U+C2FA, U+C2FD-C2FE, U+C301-C307, U+C30A-C30B, U+C30E-C312, U+C316-C317, U+C319-C31B, U+C31D-C323, U+C326-C327, U+C32A-C32F, U+C332-C344, U+C346-C367, U+C36A-C36B, U+C36D-C36F, U+C371, U+C373-C377, U+C37A-C37B, U+C37E-C381, U+C383, U+C386-C387, U+C389-C38B, U+C38D-C393, U+C395-C39F;
}

/* [ PretendardJP-Bold-subset07-31 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-31.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-31.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C3A1-C3A3, U+C3A5-C3B4, U+C3B6-C3BB, U+C3BD-C3BF, U+C3C1-C3D7, U+C3DB, U+C3DD-C3DE, U+C3E1, U+C3E3-C3E7, U+C3EA-C3EC, U+C3EE-C3F3, U+C3F6-C3F7, U+C3F9-C3FB, U+C3FD-C407, U+C409-C40A, U+C40C-C40F, U+C411-C423, U+C425-C42B, U+C42D-C42F, U+C431-C433, U+C435-C43B, U+C43E-C43F, U+C441-C447, U+C449-C453;
}

/* [ PretendardJP-Bold-subset07-32 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-32.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-32.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C454-C45C, U+C45E-C463, U+C466-C467, U+C469-C46B, U+C46D-C473, U+C476-C478, U+C47A-C47F, U+C481-C48F, U+C491-C493, U+C495-C49B, U+C49D-C49F, U+C4A1-C4AB, U+C4AD-C4B7, U+C4B9-C4BB, U+C4BD-C4D3, U+C4D5-C4E8, U+C4EA-C4EF, U+C4F2-C4F3, U+C4F5-C4F7, U+C4F9, U+C4FB-C4FE, U+C502, U+C504;
}

/* [ PretendardJP-Bold-subset07-33 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-33.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-33.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C505-C50B, U+C50D-C50F, U+C511-C513, U+C515-C51B, U+C51D-C527, U+C52A, U+C52D-C52F, U+C531-C537, U+C53A, U+C53E, U+C540-C543, U+C546-C547, U+C550-C552, U+C556, U+C55A-C55B, U+C55F, U+C562-C563, U+C565-C567, U+C569-C56F, U+C572, U+C576-C57B, U+C57E-C57F, U+C581-C583, U+C585-C586, U+C588-C58B, U+C58E, U+C592-C594, U+C596, U+C599-C59B, U+C59D-C59F, U+C5A1-C5A8, U+C5AA-C5AB, U+C5AE-C5B3, U+C5B6-C5B7, U+C5BF-C5C3, U+C5CB, U+C5CD, U+C5D2-C5D3, U+C5D5-C5D7, U+C5D9-C5DF, U+C5E2, U+C5E6-C5EB, U+C5EF, U+C5F1-C5F3, U+C5F5, U+C5F8-C5FA;
}

/* [ PretendardJP-Bold-subset07-34 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-34.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-34.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C5FB, U+C602-C604, U+C609-C60B, U+C60D-C60E, U+C611-C617, U+C61A, U+C61E-C623, U+C627, U+C629-C62A, U+C631-C632, U+C636, U+C638, U+C63A, U+C63C-C63F, U+C642-C643, U+C645-C647, U+C649-C64D, U+C64F, U+C652, U+C656-C657, U+C659-C65B, U+C65E-C65F, U+C661-C66B, U+C66E, U+C672-C677, U+C67A-C67B, U+C67D-C67F, U+C681-C687, U+C68A, U+C68E-C693, U+C696-C697, U+C699-C69B, U+C69D-C6A3, U+C6A6, U+C6A8, U+C6AA-C6AF, U+C6B2-C6B3, U+C6B5-C6B6, U+C6BB-C6BF, U+C6C4, U+C6C6, U+C6C8-C6CB, U+C6CE-C6CF, U+C6D1-C6D3, U+C6D5-C6DB, U+C6DE, U+C6E2-C6E7, U+C6EA-C6EB, U+C6ED-C6EF;
}

/* [ PretendardJP-Bold-subset07-35 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-35.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-35.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C6F1-C6F7, U+C6FA, U+C6FC, U+C6FE-C703, U+C706-C707, U+C709-C70B, U+C70D-C713, U+C716, U+C71A-C71F, U+C722-C723, U+C725-C727, U+C729-C72F, U+C732, U+C734, U+C736, U+C738-C73B, U+C73F, U+C741-C742, U+C745-C746, U+C748-C749, U+C74B, U+C750, U+C759-C75B, U+C75D-C75F, U+C761-C767, U+C76A, U+C76E-C773, U+C776-C777, U+C779-C77A, U+C77F-C782, U+C786, U+C78B, U+C78F, U+C792-C793, U+C795, U+C799, U+C79B-C79F, U+C7A2, U+C7A7-C7AB, U+C7AE-C7AF, U+C7B1-C7B3, U+C7B5-C7BB, U+C7BE, U+C7C2-C7C7, U+C7CA-C7CB, U+C7CD, U+C7CF, U+C7D1-C7D7, U+C7D9-C7DC, U+C7DE-C7E3, U+C7E5-C7E6;
}

/* [ PretendardJP-Bold-subset07-36 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-36.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-36.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C7E7, U+C7E9-C7EB, U+C7ED-C7F4, U+C7F6-C7FF, U+C803, U+C805-C806, U+C80C-C80F, U+C812, U+C817-C81B, U+C81E-C81F, U+C821-C823, U+C825-C82B, U+C82E, U+C830, U+C832-C837, U+C83A-C83B, U+C83D-C83F, U+C841, U+C843-C847, U+C84A, U+C84E-C853, U+C855-C86F, U+C872-C873, U+C875-C877, U+C879, U+C87B-C87F, U+C882, U+C884, U+C888-C88A, U+C88E-C88F, U+C891-C893, U+C895-C89C, U+C89E, U+C8A0, U+C8A2-C8A5, U+C8A7, U+C8A9-C8AB, U+C8AD-C8B7;
}

/* [ PretendardJP-Bold-subset07-37 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-37.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-37.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C8B8-C8BB, U+C8BE-C8C3, U+C8C6-C8C7, U+C8C9-C8CB, U+C8CD-C8D3, U+C8D6, U+C8D8, U+C8DA-C8DF, U+C8E2-C8E3, U+C8E5-C8F4, U+C8F6-C8FB, U+C8FE-C8FF, U+C901-C903, U+C907-C90B, U+C90E, U+C910, U+C912-C917, U+C919-C92B, U+C92D-C933, U+C935-C94F, U+C952-C953, U+C955-C957, U+C959-C95F, U+C962, U+C964-C96B, U+C96E-C96F, U+C971-C972;
}

/* [ PretendardJP-Bold-subset07-38 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-38.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-38.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C973, U+C975-C97B, U+C97D-C980, U+C982-C987, U+C98A-C98B, U+C98D-C98F, U+C991, U+C993-C997, U+C99A, U+C99C, U+C99E-C9A3, U+C9A5-C9BF, U+C9C2-C9C3, U+C9C5-C9C6, U+C9C9, U+C9CB-C9CF, U+C9D2, U+C9D8, U+C9DB, U+C9DE-C9DF, U+C9E1, U+C9E5-C9E6, U+C9E8-C9EB, U+C9EE, U+C9F3-C9F7, U+C9FA-C9FB, U+C9FD-C9FF, U+CA01-CA07, U+CA0A, U+CA0E-CA13, U+CA15-CA17, U+CA19-CA23, U+CA25-CA28, U+CA2A-CA2F, U+CA31-CA3F;
}

/* [ PretendardJP-Bold-subset07-39 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-39.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-39.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CA40-CA4B, U+CA4E-CA4F, U+CA51-CA53, U+CA55-CA5B, U+CA5E, U+CA62-CA67, U+CA69-CA6F, U+CA71-CA7C, U+CA7E-CA83, U+CA85-CA97, U+CA99-CABB, U+CABE-CABF, U+CAC1-CAC2, U+CAC5-CACB, U+CACE, U+CAD0, U+CAD4-CAD7, U+CADA-CADB, U+CADD-CADF, U+CAE1-CAEB, U+CAED-CAF3;
}

/* [ PretendardJP-Bold-subset07-40 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-40.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-40.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CAF5-CB07, U+CB09-CB0F, U+CB11-CB13, U+CB15-CB17, U+CB19-CB1F, U+CB22-CB26, U+CB28-CB2B, U+CB2E-CB31, U+CB33-CB40, U+CB42-CB47, U+CB4A-CB4B, U+CB4D-CB4F, U+CB51-CB57, U+CB5A, U+CB5C, U+CB5E-CB63, U+CB65-CB77, U+CB7A-CB7F, U+CB81-CB92, U+CB94-CB9B, U+CB9D-CBA3;
}

/* [ PretendardJP-Bold-subset07-41 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-41.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-41.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CBA4-CBB7, U+CBB9-CBCC, U+CBCE-CBD3, U+CBD6-CBE3, U+CBE5-CBE6, U+CBE8, U+CBEA-CC0B, U+CC0E-CC0F, U+CC11-CC12, U+CC15-CC1B, U+CC1E, U+CC20, U+CC23-CC25, U+CC2A-CC2B, U+CC2D, U+CC2F, U+CC31-CC37, U+CC3A, U+CC40-CC43, U+CC46-CC47, U+CC49-CC4B, U+CC4D-CC53, U+CC56, U+CC5A-CC5F, U+CC61-CC62;
}

/* [ PretendardJP-Bold-subset07-42 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-42.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-42.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CC63, U+CC65, U+CC67, U+CC69-CC6F, U+CC71-CC74, U+CC76-CC97, U+CC9A-CC9B, U+CC9D-CC9F, U+CCA1-CCA7, U+CCAA, U+CCAE-CCB3, U+CCB6-CCB7, U+CCB9-CCBB, U+CCBD-CCC3, U+CCC6, U+CCC8, U+CCCB-CCCF, U+CCD1-CCD3, U+CCD5-CCE0, U+CCE2-CCE3, U+CCE6-CCEB, U+CCED-CCEF, U+CCF1-CD00, U+CD02-CD07, U+CD0A-CD0B, U+CD0D-CD0F, U+CD11-CD17, U+CD1A, U+CD1C, U+CD1E-CD1F;
}

/* [ PretendardJP-Bold-subset07-43 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-43.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-43.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CD20-CD22, U+CD26-CD27, U+CD29-CD2B, U+CD2D-CD34, U+CD36-CD38, U+CD3A-CD3F, U+CD41-CD5B, U+CD5D-CD5F, U+CD61-CD63, U+CD65-CD6B, U+CD6E, U+CD70, U+CD72-CD77, U+CD79-CD87, U+CD89-CD93, U+CD96-CD97, U+CD99-CD9B, U+CD9D-CDA3, U+CDA6, U+CDA8, U+CDAA-CDAF, U+CDB1-CDC3, U+CDC5-CDCB, U+CDCE-CDCF, U+CDD1-CDD3;
}

/* [ PretendardJP-Bold-subset07-44 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-44.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-44.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CDD5-CDE7, U+CDE9-CDEB, U+CDED-CDEF, U+CDF1-CDF7, U+CDFA, U+CDFC, U+CDFE-CE03, U+CE06-CE07, U+CE09-CE0B, U+CE0D-CE13, U+CE15-CE18, U+CE1A-CE1F, U+CE22-CE23, U+CE25-CE27, U+CE2A-CE2F, U+CE32, U+CE34, U+CE36-CE3B, U+CE3D-CE57, U+CE5A-CE5B, U+CE5D-CE5E, U+CE63-CE67, U+CE6A, U+CE6F, U+CE71-CE73, U+CE76-CE77, U+CE79-CE7A, U+CE7D-CE83, U+CE86, U+CE88, U+CE8A-CE8F, U+CE92-CE93, U+CE95-CE97, U+CE99-CE9C;
}

/* [ PretendardJP-Bold-subset07-45 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-45.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-45.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CE9D-CE9F, U+CEA2, U+CEA6-CEA7, U+CEA9-CEAB, U+CEAE-CEAF, U+CEB1-CEC0, U+CEC2-CEC3, U+CEC5-CEE3, U+CEE6-CEE7, U+CEE9-CEEA, U+CEED-CEF3, U+CEF6, U+CEFA-CEFC, U+CEFE-CEFF, U+CF02-CF03, U+CF05-CF07, U+CF09-CF0F, U+CF12, U+CF16-CF17, U+CF1A-CF1B, U+CF1D-CF1F, U+CF21-CF23, U+CF25-CF2B, U+CF2E, U+CF32-CF37, U+CF39-CF53, U+CF56-CF57, U+CF59-CF5A, U+CF5D-CF61;
}

/* [ PretendardJP-Bold-subset07-46 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-46.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-46.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CF62-CF63, U+CF66, U+CF68, U+CF6A-CF6F, U+CF72-CF73, U+CF75-CF77, U+CF79-CF7F, U+CF81-CF82, U+CF84, U+CF86-CF8B, U+CF8D-CFA0, U+CFA2-CFA7, U+CFA9-CFAF, U+CFB1-CFC3, U+CFC5-CFC7, U+CFC9-CFDF, U+CFE2-CFE3, U+CFE5-CFE7, U+CFE9-CFEF, U+CFF2, U+CFF4, U+CFF6-CFFB, U+CFFE-CFFF, U+D001-D003, U+D005-D00B, U+D00D-D010, U+D012-D016;
}

/* [ PretendardJP-Bold-subset07-47 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-47.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-47.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D017, U+D019-D01B, U+D01D-D01F, U+D021-D02C, U+D02E-D033, U+D036-D037, U+D039-D03B, U+D03D-D043, U+D046, U+D048, U+D04A-D04F, U+D051-D053, U+D055-D057, U+D059-D05F, U+D061-D06B, U+D06E-D06F, U+D071, U+D073, U+D075-D07B, U+D07E-D080, U+D082-D083, U+D085-D087, U+D089-D0A3, U+D0A6-D0A7, U+D0A9-D0AB, U+D0AD-D0B3, U+D0B6, U+D0BA-D0BF, U+D0C2-D0C3, U+D0C5-D0C6, U+D0CA-D0CF, U+D0D2, U+D0D6-D0DA;
}

/* [ PretendardJP-Bold-subset07-48 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-48.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-48.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D0DB, U+D0DE-D0DF, U+D0E1-D0E3, U+D0E5-D0EB, U+D0EE, U+D0F2-D0F7, U+D0F9-D10C, U+D10E-D113, U+D115-D12F, U+D132-D133, U+D135-D137, U+D139, U+D13C-D13F, U+D142, U+D146-D14B, U+D14E-D14F, U+D151-D153, U+D155-D15B, U+D15E, U+D160, U+D162-D165, U+D167, U+D169-D16B, U+D16D-D16F, U+D171-D17A, U+D17D-D183, U+D185-D187, U+D189-D197;
}

/* [ PretendardJP-Bold-subset07-49 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-49.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-49.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D198-D19F, U+D1A2-D1A3, U+D1A5-D1A6, U+D1A9-D1AF, U+D1B2, U+D1B4, U+D1B6-D1B9, U+D1BB, U+D1BD-D1BF, U+D1C1-D1D7, U+D1D9-D1F3, U+D1F5-D1F7, U+D1F9-D1FA, U+D1FC-D206, U+D208, U+D20A-D20F, U+D211-D224, U+D226-D22B, U+D22E-D22F, U+D231-D233, U+D235, U+D237-D23B, U+D23E, U+D240, U+D242-D247, U+D249-D24B;
}

/* [ PretendardJP-Bold-subset07-50 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-50.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-50.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D24C-D25B, U+D25D-D263, U+D265-D276, U+D278-D27F, U+D282-D283, U+D285-D287, U+D289-D28F, U+D292-D294, U+D296-D29B, U+D29D-D29F, U+D2A1-D2A3, U+D2A5-D2AB, U+D2AD-D2B0, U+D2B2-D2B7, U+D2BA-D2BB, U+D2BD-D2BE, U+D2C1, U+D2C3-D2C7, U+D2CA, U+D2CC, U+D2CE-D2D0, U+D2D2-D2D3, U+D2D5-D2D7, U+D2D9-D2DB, U+D2DD-D2E3, U+D2E6-D2EF, U+D2F2-D2F3, U+D2F5-D2F7, U+D2F9-D2FF, U+D302, U+D304, U+D306-D308;
}

/* [ PretendardJP-Bold-subset07-51 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-51.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-51.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D309-D30B, U+D30F, U+D312, U+D315, U+D317-D31B, U+D31E, U+D322-D323, U+D326-D327, U+D32A-D32B, U+D32D-D32E, U+D331-D337, U+D33A, U+D33E-D343, U+D346-D35C, U+D35E-D37B, U+D37E-D37F, U+D381-D383, U+D385-D38B, U+D38E, U+D392-D395, U+D397, U+D39A-D39B, U+D39D-D39F, U+D3A1-D3A7, U+D3AA, U+D3AC, U+D3AE-D3B3, U+D3B6-D3B7, U+D3B9-D3BB, U+D3BD-D3C3, U+D3C6-D3C7, U+D3CA-D3CF, U+D3D1-D3D3, U+D3D5-D3D6;
}

/* [ PretendardJP-Bold-subset07-52 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-52.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-52.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D3D7, U+D3D9-D3E0, U+D3E2, U+D3E4-D3EB, U+D3EE-D3EF, U+D3F1-D3F3, U+D3F5-D3FB, U+D3FE, U+D400, U+D402-D404, U+D406-D407, U+D40A-D41C, U+D41E-D43F, U+D441-D443, U+D445-D45B, U+D45D-D45F, U+D461-D463, U+D465-D46C, U+D46E, U+D470-D477, U+D47A-D47B, U+D47D-D47E, U+D481, U+D483-D487, U+D48A;
}

/* [ PretendardJP-Bold-subset07-53 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-53.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-53.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D48C, U+D48E-D493, U+D495-D4A8, U+D4AA-D4CB, U+D4CD-D4CF, U+D4D1-D4D3, U+D4D5-D4DB, U+D4DD-D4DE, U+D4E0-D4E7, U+D4E9-D4EB, U+D4ED-D4EF, U+D4F1-D4F7, U+D4F9-D4FA, U+D4FC, U+D4FE-D503, U+D505-D507, U+D509-D50B, U+D50D-D513, U+D516, U+D518, U+D51A-D51F, U+D521-D534, U+D536-D538;
}

/* [ PretendardJP-Bold-subset07-54 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-54.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-54.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D539-D53B, U+D53E-D53F, U+D541-D543, U+D545-D54B, U+D54E, U+D552-D557, U+D55A-D55B, U+D55D-D55F, U+D561-D563, U+D566-D567, U+D56A, U+D56C, U+D56E-D56F, U+D571-D572, U+D576-D577, U+D579-D57A, U+D57D-D583, U+D586, U+D58A, U+D58C-D58E, U+D591-D593, U+D595-D5A2, U+D5A4, U+D5A6-D5AB, U+D5AD-D5BF, U+D5C1-D5C7, U+D5CA-D5CB, U+D5CD-D5CF, U+D5D1, U+D5D3-D5D6, U+D5DA, U+D5DC, U+D5DE-D5DF, U+D5E2, U+D5E6-D5E7, U+D5E9-D5EB, U+D5ED-D5F3, U+D5F6, U+D5FA-D5FE, U+D602-D603, U+D605-D607, U+D609-D60F, U+D612;
}

/* [ PretendardJP-Bold-subset07-55 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-55.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-55.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D616-D61B, U+D61D-D61F, U+D621-D623, U+D625-D62C, U+D62E-D637, U+D63A-D63B, U+D63D-D63F, U+D641-D644, U+D646-D647, U+D64A, U+D64C, U+D64E-D650, U+D652-D653, U+D656-D657, U+D659-D65B, U+D65D-D664, U+D666, U+D66A-D66F, U+D672-D673, U+D675-D682, U+D684, U+D686-D68B, U+D68E-D68F, U+D691-D693, U+D695-D69C, U+D69E, U+D6A0, U+D6A2-D6A7, U+D6A9-D6AB, U+D6AD-D6AF, U+D6B1-D6B8, U+D6BA, U+D6BC, U+D6BE-D6C3, U+D6C6-D6C7, U+D6C9-D6CB, U+D6CE-D6CF, U+D6D2, U+D6D6, U+D6D8, U+D6DA-D6DF;
}

/* [ PretendardJP-Bold-subset07-56 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-56.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-56.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D6E1-D6E3, U+D6E5-D6E7, U+D6E9-D6EF, U+D6F1-D6F4, U+D6F6-D6FB, U+D6FE-D6FF, U+D701-D703, U+D705-D710, U+D712-D717, U+D71A-D71B, U+D71D-D71F, U+D721-D727, U+D72A, U+D72C, U+D72E-D733, U+D736-D737, U+D739-D73B, U+D73D-D743, U+D745-D746, U+D748, U+D74A-D74F, U+D752-D753, U+D755, U+D75A-D75C, U+D75E-D75F, U+D762, U+D764, U+D766-D768, U+D76A-D76B, U+D76D-D76F, U+D771-D773, U+D775-D77B, U+D77E-D780, U+D782-D787, U+D78A-D78B, U+D78D-D78F, U+D791-D797, U+D79A, U+D79E-D7A2;
}

/* [ PretendardJP-Bold-subset08-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2190-2199, U+21A9-21AA, U+21B0-21B1, U+21B3-21B5, U+21BA-21BB, U+21D0, U+21D2, U+21D4, U+21DE-21DF, U+21E4-21E5, U+21E7, U+21EA, U+2202, U+2205-2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+226A-226B, U+22EF, U+2303, U+2305, U+2318, U+2325-2327, U+2329-232B, U+2380, U+2387, U+238B, U+23CE-23CF, U+2423, U+2460-2466, U+01F10B, U+01F12F-01F149, U+01F150-01F16B, U+01F170-01F189, U+01F850, U+01F852;
}

/* [ PretendardJP-Bold-subset08-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2467-2473, U+24B6-24CF, U+24EA-24F4, U+24FF, U+25A0-25A2, U+25AA, U+25B2-25B3, U+25B6-25B7, U+25BA-25BD, U+25C0-25C1, U+25C4-25C7, U+25CA-25CB, U+25CF, U+25E6, U+25EF, U+2600, U+2605-2606, U+263C, U+2661, U+2665, U+266A, U+26A0, U+2713, U+2717, U+2756, U+2776-2789, U+27EF, U+27F5-27FA, U+2985-2986, U+2B06, U+2B12-2B13, U+2B1C, U+2C7C, U+2C7F, U+2DFF, U+2E18, U+3131-314C;
}

/* [ PretendardJP-Bold-subset08-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+314D-3163, U+321C, U+3380-3384, U+3388-33CA, U+33CF-33D0, U+33D3, U+33D6, U+33D8, U+33DB-33DD, U+A69F, U+A7FF, U+A92E, U+E000, U+E002-E02B;
}

/* [ PretendardJP-Bold-subset08-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E02C-E05E, U+E06A-E080, U+E093-E096, U+E0A5-E0E6, U+E0F3-E0F8;
}

/* [ PretendardJP-Bold-subset08-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E0F9-E11C, U+E11E-E12A, U+E131-E147, U+E14E-E164, U+EE01-EE05, U+F000-F031;
}

/* [ PretendardJP-Bold-subset08-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+F032-F057, U+F6C3, U+FE20-FE2D, U+FFA1-FFBE, U+FFC2-FFC7, U+FFCA-FFCF, U+FFD2-FFD7, U+FFDA-FFDC;
}

/* [ PretendardJP-Regular-subset06-00 ] */
@font-face {
    font-family: 'Pretendard_KR';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset06-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset06-00.woff") format("woff");
}

/* [ PretendardJP-Bold-subset06-00 ] */
@font-face {
    font-family: 'Pretendard_KR';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset06-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset06-00.woff") format("woff");
}

/* [ PretendardJP-Regular-subset01-00 ] */
@font-face {
    font-family: 'Pretendard_JP';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset01-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset01-00.woff") format("woff");
}

/* [ PretendardJP-Bold-subset01-00 ] */
@font-face {
    font-family: 'Pretendard_JP';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset01-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset01-00.woff") format("woff");
}

/* [ PretendardJP-Regular-subset05-00 ] */
@font-face {
    font-family: 'Pretendard_EN';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-00.woff") format("woff");
}

/* [ PretendardJP-Bold-subset05-00 ] */
@font-face {
    font-family: 'Pretendard_EN';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-00.woff") format("woff");
}

.ko_KR,
.ko_KR input,
.ko_KR textarea,
.ko_KR select,
.ko_KR button,
.ko_KR ~ .ly_wrap,
.ko_KR ~ .ly_wrap input,
.ko_KR ~ .ly_wrap textarea,
.ko_KR ~ .ly_wrap select,
.ko_KR ~ .ly_wrap button {
    font-family: "Pretendard_KR", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", Dotum, sans-serif;
}

.ja_JP,
.ja_JP input,
.ja_JP textarea,
.ja_JP select,
.ja_JP button,
.ja_JP ~ .ly_wrap,
.ja_JP ~ .ly_wrap,
.ja_JP ~ .ly_wrap input,
.ja_JP ~ .ly_wrap textarea,
.ja_JP ~ .ly_wrap select,
.ja_JP ~ .ly_wrap button,
.ja_JP ~ .ly_wrap ~ .ly_wrap {
    font-family: "Pretendard_JP", "Pretendard", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", "MS PGothic", Dotum, sans-serif;
}

.en_US,
.en_US input,
.en_US textarea,
.en_US select,
.en_US button,
.en_US ~ .ly_wrap,
.en_US ~ .ly_wrap,
.en_US ~ .ly_wrap input,
.en_US ~ .ly_wrap textarea,
.en_US ~ .ly_wrap select,
.en_US ~ .ly_wrap button,
.en_US ~ .ly_wrap ~ .ly_wrap {
    font-family: "Pretendard_EN", "Pretendard", -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.zh_CN,
.zh_CN input,
.zh_CN textarea,
.zh_CN select,
.zh_CN button,
.zh_CN ~ .ly_wrap,
.zh_CN ~ .ly_wrap,
.zh_CN ~ .ly_wrap input,
.zh_CN ~ .ly_wrap textarea,
.zh_CN ~ .ly_wrap select,
.zh_CN ~ .ly_wrap button,
.zh_CN ~ .ly_wrap ~ .ly_wrap {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", SimSun, Dotum, sans-serif;
}

.zh_TW,
.zh_TW input,
.zh_TW textarea,
.zh_TW select,
.zh_TW button,
.zh_TW ~ .ly_wrap,
.zh_TW ~ .ly_wrap,
.zh_TW ~ .ly_wrap input,
.zh_TW ~ .ly_wrap textarea,
.zh_TW ~ .ly_wrap select,
.zh_TW ~ .ly_wrap button,
.zh_TW ~ .ly_wrap ~ .ly_wrap {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei", SimSun, Dotum, sans-serif;
}

.ly_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    white-space: nowrap;
}

.ly_wrap::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.ly_wrap .dimmed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(32, 33, 36, 0.5);
}

.ly_wrap .ly_box {
    display: inline-block;
    position: relative;
    width: 300px;
    background-color: #fff;
    border-radius: 1px;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .ly_box {
        width: 400px;
        border-radius: 16px;
        border: 1px solid #E6E8EB;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1), 0px 1px 1px 0px rgba(63, 64, 70, 0.05);
        box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1), 0px 1px 1px 0px rgba(63, 64, 70, 0.05);
    }
}

.ly_wrap .ly_box .btn_close {
    position: absolute;
    top: 17px;
    right: 16px;
    padding: 8px;
}

.ly_wrap .ly_box .btn_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -242px -86px;
    display: inline-block;
    width: 12px;
    height: 12px;
    display: block;
}

.ly_wrap .inform_msg {
    padding: 22px;
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_msg {
        padding: 20px 24px 18px;
    }
}

.ly_wrap .inform_msg .inform_title {
    display: block;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .inform_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
}

.ly_wrap .inform_msg .inform_desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #71767A;
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .inform_desc {
        margin-top: 6px;
        font-size: 14px;
        line-height: 20px;
    }
}

.ly_wrap .inform_msg .ico_inform {
    display: none;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .ico_inform {
        display: block;
        margin-bottom: 20px;
    }
    .ly_wrap .inform_msg .ico_inform::before {
        content: '';
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -4px -312px;
        display: inline-block;
        width: 36px;
        height: 36px;
        display: block;
    }
}

.ly_wrap .inform_msg .ico_complete {
    display: none;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .ico_complete {
        display: block;
        margin-bottom: 20px;
    }
    .ly_wrap .inform_msg .ico_complete::before {
        content: '';
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -48px -312px;
        display: inline-block;
        width: 36px;
        height: 36px;
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form {
        padding: 0 22px 22px;
        border: 0;
    }
}

.ly_wrap .inform_form .form_box {
    border-top: 1px solid #E6E8EB;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form .form_box {
        position: relative;
        padding-left: 25px;
        border: 0;
        line-height: 16px;
    }
    .ly_wrap .inform_form .form_box ~ .form_box {
        margin-top: 12px;
    }
    .ly_wrap .inform_form .form_box label::before {
        top: 1px;
    }
}

.ly_wrap .inform_form input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form input:checked ~ label {
        color: #118DFF;
    }
    .ly_wrap .inform_form input:checked ~ label::before {
        background-position: -368px -312px;
    }
}

.ly_wrap .inform_form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    color: #118DFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form label {
        display: inline;
        height: auto;
        padding: 0;
        font-size: 14px;
        color: #222;
    }
    .ly_wrap .inform_form label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -344px -312px;
        display: inline-block;
        width: 16px;
        height: 16px;
    }
}

.ly_wrap .inform_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 22px 22px;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns.horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ly_wrap .inform_btns.horizontal button ~ button {
        border-left: 1px solid #E6E8EB;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns button {
        width: 100%;
        height: 48px;
        font-size: 15px;
        border-top: 1px solid #E6E8EB;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns button {
        display: inline-block;
        min-width: 73px;
        width: auto;
        padding: 0 20px;
    }
    .ly_wrap .inform_btns button ~ button {
        margin-left: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns .btn_confirm {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
        border: none;
        background-color: #118DFF;
        color: #fff;
    }
    .ly_wrap .inform_btns .btn_confirm:hover {
        background-color: #F9FAFC;
    }
    .ly_wrap .inform_btns .btn_confirm:hover {
        background-color: #1086f2;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns .btn_confirm {
        color: #118DFF;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns .btn_cancel {
        color: #71767A;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns .btn_cancel {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
    }
    .ly_wrap .inform_btns .btn_cancel:hover {
        background-color: #F9FAFC;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns .btn_alert {
        color: #FF4A55;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns .btn_alert {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
        border-color: #FF4A55;
        background-color: #fff;
        color: #FF4A55;
    }
    .ly_wrap .inform_btns .btn_alert:hover {
        background-color: #F9FAFC;
    }
    .ly_wrap .inform_btns .btn_alert:hover {
        color: #FF4A55;
        background-color: #F9FAFC;
    }
}

.ly_loading {
    display: inline-block;
    padding: 20px;
    width: 230px;
    border-radius: 8px;
    background-color: rgba(32, 33, 36, 0.8);
    color: #C0C4C8;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_loading .img_loading {
    margin: 4px 0 16px;
}

.ly_loading ~ .dimmed {
    background-color: rgba(32, 33, 36, 0.5);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 8px;
}

.point {
    color: #118DFF;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

@media screen and (max-width: 1023px) {
    .pc_only {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .mo_only {
        display: none !important;
    }
}

.btn_area {
    padding-top: 24px;
}

.btn_area button, .btn_area a {
    display: block;
    width: 100%;
}

.btn_area button ~ button,
.btn_area button ~ a, .btn_area a ~ button,
.btn_area a ~ a {
    margin-top: 10px;
}

.input_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
}

.integration .input_btn_area, .whale .input_btn_area {
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .integration .input_btn_area, .whale .input_btn_area {
        margin-top: 16px;
    }
}

.input_btn_area button {
    width: 100%;
}

.input_btn_area button ~ button {
    margin-left: 10px;
}

.input_title {
    display: block;
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
}

.input_wrap .invalid_desc + .input_area {
    margin-top: 10px;
}

.input_wrap .invalid_desc:not(:last-child) {
    margin-bottom: 15px;
}

.input_wrap + .input_wrap {
    margin-top: 10px;
}

.input_wrap + .input_wrap .double_line {
    padding-top: 10px;
}

.input_wrap + .input_wrap .input_title {
    padding-top: 16px;
}

.input_wrap + .input_wrap .input_title .tooltip_area {
    margin-left: 4px;
}

.input_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input_area + .input_area {
    margin-top: 10px;
}

.input_area.double_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input_area.double_line .input_cover ~ .input_cover {
    margin: 10px 0 0 0;
}

.input_area.double_line .invalid_desc:not(:last-child) {
    margin-bottom: 5px;
}

.input_area .input_cover {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.input_area .input_cover ~ .input_cover {
    margin-left: 10px;
}

.input_area .input_cover .btn_delete {
    display: none;
    position: relative;
    z-index: 20;
    padding: 12px 10px;
}

.input_area .input_cover .btn_delete:last-child {
    margin-right: -10px;
}

.input_area .input_cover .btn_delete::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -296px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
    display: block;
}

.input_area .input_cover .btn_delete + .btn_auth {
    margin-left: 5px;
}

.input_area .input_cover .btn_delete + .other .btn_masking {
    margin-left: -2px;
}

.input_area .input_cover .btn_dropdown {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.input_area .btn_dropdown {
    padding: 12px 30px 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    text-align: left;
}

.input_area .btn_dropdown::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 20px;
    top: 20px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -217px -208px;
    display: inline-block;
    width: 8px;
    height: 8px;
}

.input_area .btn_dropdown:hover {
    background-color: #F9FAFC;
}

.input_area .btn_dropdown.open {
    background-color: #F9FAFC;
}

.input_area .btn_dropdown.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input_area .btn_dropdown.open ~ .ly_dropdown {
    display: block;
}

.input_area .ly_dropdown {
    display: none;
    overflow: auto;
    position: absolute;
    top: 100%;
    z-index: 10;
    margin-top: 8px;
    left: -1px;
    right: -1px;
    max-height: 290px;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_area .ly_dropdown::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.input_area .ly_dropdown::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.input_area .ly_dropdown::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    border-radius: 8px;
}

.input_area .ly_dropdown::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 8px;
}

.input_area .ly_dropdown .btn_menu {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
    text-align: left;
}

.input_area .ly_dropdown .btn_menu:hover {
    background-color: #F1F3F9;
}

.input_area .ly_dropdown .btn_menu.selected {
    background-color: #EAF4FF;
}

.input_area .domain_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    font-size: 14px;
    color: #71767A;
}

.input_area .domain_txt:last-child {
    margin-right: 0;
}

.input_area .btn_auth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #F9FAFC;
    font-size: 12px;
    line-height: 28px;
    color: #3F4247;
}

.input_area .btn_auth:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.input_area .btn_auth:last-child {
    margin: 0 -5px 0 7px;
}

.input_area .time {
    padding-left: 12px;
    color: #FF4A55;
}

.input_area .time + .btn_auth {
    margin-left: 16px;
}

.input_area .btn_resend {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 28px;
    margin-left: 15px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #F9FAFC;
    color: #3F4247;
}

.input_area .btn_resend:hover {
    background-color: rgba(34, 34, 34, 0.05);
}

.input_cover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #DBDEE1;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_cover.focus {
    border-color: #227ef5;
}

.whale .input_cover.focus {
    border-color: #386AFF;
}

.input_cover.invalid {
    border-color: #FF4A55;
}

.input_cover.disabled {
    background-color: #F9FAFC;
}

.input_cover.disabled::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.input_cover.disabled .btn_auth {
    position: relative;
    z-index: 20;
    background-color: #fff;
    color: #3F4247;
}

.input_cover.disabled .btn_auth:hover {
    background-color: #F9FAFC;
}

.input_cover.disabled .input_box {
    color: #202124;
}

.input_cover.uncorrectable {
    background-color: #F9FAFC;
}

.input_cover .input_box {
    height: 100%;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_cover .input_box[type="text"] ~ .other {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    max-width: 50%;
}

.input_cover .input_box[type="text"]:-webkit-autofill, .input_cover .input_box[type="text"]:-webkit-autofill:hover, .input_cover .input_box[type="text"]:-webkit-autofill:focus, .input_cover .input_box[type="text"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input_cover .other {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #71767A;
}

.input_img_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    border: 1px solid #DBDEE1;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_img_cover .img_box {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: rgba(0, 0, 0, 0) center left 54px no-repeat;
    background-size: auto 82px;
}

.input_img_cover .btn_refresh {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: auto 9px 9px 9px;
    padding: 0 8px;
    color: #3F4247;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    color: #202124;
    line-height: 28px;
    border: 1px solid #E6E8EB;
    background-color: #F9FAFC;
}

.input_img_cover .btn_refresh:hover {
    background-color: #F9FAFC;
}

@media screen and (max-width: 1023px) {
    .input_img_cover .btn_refresh {
        width: 28px;
        font-size: 0;
        line-height: 0;
    }
    .input_img_cover .btn_refresh::before {
        margin: 0 0 0 -1px;
    }
}

.input_img_cover .btn_refresh:hover {
    background-color: #edeeef;
}

.input_img_cover .btn_refresh::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -242px -106px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    vertical-align: -1px;
}

.number_cover {
    display: inline-block;
    height: 64px;
    width: 64px;
    border: 1px solid #DBDEE1;
    border-radius: 8px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.number_cover.focus {
    border-color: #118DFF;
}

.number_cover.invalid {
    border-color: #FF4A55;
}

.number_cover.focus, .number_cover.invalid {
    border-width: 2px;
}

.number_cover ~ .number_cover {
    margin-left: 16px;
}

@media screen and (max-width: 320px) {
    .number_cover ~ .number_cover {
        margin-left: 8px;
    }
}

.number_cover .input_box {
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check_cover {
    position: relative;
    text-align: left;
    line-height: 20px;
}

.check_cover .input_check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.check_cover .input_check:checked + .input_label::before {
    background-position: -424px -171px;
}

.check_cover .input_label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    vertical-align: top;
    color: #3F4247;
}

.check_cover .input_label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -424px -147px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.check_cover .input_label ~ .link {
    margin-left: 2px;
}

.check_cover .link {
    display: inline-block;
    font-size: 12px;
    color: #71767A;
    vertical-align: top;
}

.check_cover .link::after {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -233px -208px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 2px;
    vertical-align: middle;
}

.check_cover .etc {
    color: #71767A;
}

.check_cover .sub_check_cover:first-of-type {
    margin-top: 13px;
}

.sub_check_cover {
    margin-top: 8px;
    padding-left: 28px;
    font-size: 13px;
}

.sub_check_cover .input_check:checked + .input_label::before {
    background-position: -424px -171px;
}

.sub_check_cover .input_label {
    padding-left: 22px;
}

.sub_check_cover .input_label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -424px -147px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.invalid_desc {
    display: none;
    position: relative;
    margin-top: 15px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 17px;
    color: #FF4A55;
    text-align: left;
    letter-spacing: -0.1px;
}

.invalid_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -52px -356px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.confirm_desc {
    display: none;
    position: relative;
    margin-top: 15px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 17px;
    color: #07B53B;
    text-align: left;
    letter-spacing: -0.1px;
}

.confirm_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -272px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.tooltip_area {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.tooltip_area .btn_tooltip::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -28px -356px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
}

.tooltip_area .btn_tooltip:hover::before {
    background-position: -248px -312px;
}

.tooltip_area .btn_tooltip.open::before {
    background-position: -416px -312px;
}

.tooltip_area .btn_tooltip.open ~ .tooltip_box {
    display: block;
}

.tooltip_area .tooltip_box {
    display: none;
    position: absolute;
    top: 100%;
    left: -31px;
    z-index: 50;
    width: 195px;
    margin-top: 9px;
    padding: 15px 32px 15px 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #118DFF;
    line-height: 20px;
    overflow-wrap: break-word;
    -webkit-box-shadow: 0px 3px 8px 0px #0000001A;
    box-shadow: 0px 3px 8px 0px #0000001A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tooltip_area .tooltip_box::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 100%;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -191px -208px;
    display: inline-block;
    width: 18px;
    height: 9px;
}

.tooltip_area .tooltip_box.wide {
    width: 251px;
}

.tooltip_area .tooltip_box.large {
    width: 255px;
}

.tooltip_area .tooltip_box.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_area .tooltip_box.center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_area .tooltip_box .point {
    color: #118DFF;
}

.tooltip_area .btn_tooptip_close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px;
}

.tooltip_area .btn_tooptip_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -109px -290px;
    display: inline-block;
    width: 12px;
    height: 12px;
    display: block;
}

.ly_toast {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 0 20px 20px 20px;
    pointer-events: none;
}

.ly_toast.right .context {
    margin: 0 0 0 auto;
}

.ly_toast .context {
    position: relative;
    width: 335px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 43px 15px 15px;
    border-radius: 8px;
    background-color: #202124;
    color: #fff;
    line-height: 18px;
    vertical-align: top;
    text-align: left;
    pointer-events: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_toast .context {
        width: 360px;
    }
}

.ly_toast .context ~ .context {
    margin-top: 8px;
}

.ly_toast .btn_close {
    position: absolute;
    right: 11px;
    top: 14px;
    padding: 4px;
}

.ly_toast .btn_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -242px -126px;
    display: inline-block;
    width: 12px;
    height: 12px;
    display: block;
}

.country_code:first-child {
    margin-left: -8px;
    padding-right: 7px;
}

.country_code:first-child .country_list {
    left: -1px;
}

.country_code:last-child {
    margin-right: -5px;
    padding-left: 7px;
}

.country_code:last-child .country_list {
    right: -1px;
}

.country_code .btn_code {
    position: relative;
    height: 32px;
    padding: 0 24px 0 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    color: #202124;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.country_code .btn_code::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 12px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -217px -208px;
    display: inline-block;
    width: 8px;
    height: 8px;
}

.country_code .btn_code:hover {
    background-color: #F9FAFC;
}

.country_code .btn_code.open {
    color: #118DFF;
    background-color: transparent;
}

.country_code .btn_code.open::after {
    background-position: -249px -208px;
}

.country_code .btn_code.open ~ .country_list {
    display: block;
}

.country_code .country_list .item {
    cursor:pointer
}
.country_code .country_list {
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    max-height: 280px;
    margin-top: 8px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 10px 0px #3F40461A;
    box-shadow: 0px 4px 10px 0px #3F40461A;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    background-color: #fff;
}

.country_code .country_list a {
    display: block;
    height: 36px;
    padding: 0 14px;
}

.country_code .country_list a:hover {
    background-color: #F1F3F9;
}

.country_code .country_list a.selected {
    color: #118DFF;
}

.country_code .country_list .inner {
    pointer-events: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
}

.country_code .country_list .inner.selected {
    color: #222;
}

.country_code .country_list .inner.selected::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -392px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.country_code .country_list .inner .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.country_code .country_list .inner .code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 4px;
}

.notify_list {
    margin-top: 20px;
    color: #71767A;
    line-height: 20px;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ja_JP .notify_list {
    word-break: break-all;
}

.notify_list.small {
    margin-top: 16px;
    font-size: 12px;
    line-height: 17px;
}

.notify_list.small .item:before {
    top: 7px;
}

.notify_list .item {
    position: relative;
    padding-left: 10px;
}

.notify_list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #95999C;
}

.detail_area {
    margin-top: 42px;
    padding-bottom: 20px;
    border-top: 1px solid #E6E8EB;
}

@media screen and (min-width: 1024px) {
    .detail_area {
        padding-bottom: 0;
    }
}

.detail_area .notify_list .item:only-child {
    padding-left: 0;
}

.detail_area .notify_list .item:only-child::before {
    display: none;
}

.ico_pwd_check {
    padding: 4px;
    vertical-align: top;
    display: none;
}

.ico_pwd_check:last-child {
    margin-right: -4px;
}

.ico_pwd_check::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -392px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
    display: block;
}

.ico_pwd_check.checked {
    display: block;
}

.btn_masking {
    margin-left: -2px;
    padding: 10px 8px;
    vertical-align: top;
}

.btn_masking:last-child {
    margin-right: -8px;
}

.btn_masking::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -194px -312px;
    display: inline-block;
    width: 20px;
    height: 20px;
    display: block;
}

.btn_masking.checked::before {
    background-position: -166px -312px;
}

.btn_win_close {
    position: fixed;
    left: 16px;
    top: 10px;
}

@media screen and (min-width: 1024px) {
    .btn_win_close {
        display: none;
    }
}

.btn_win_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -393px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.btn_app_close {
    display: none;
    position: fixed;
    top: 10px;
    left: 16px;
    padding: 5px;
}

.m_app .btn_app_close {
    display: block;
}

.btn_app_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -393px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
    display: block;
}

.btn_web_close {
    display: none;
    padding: 5px;
    margin-right: -5px;
    margin-left: auto;
}

.m_app .btn_web_close {
    display: block;
}

.btn_web_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -393px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
    display: block;
}

.btn_back {
    position: fixed;
    top: 10px;
    left: 16px;
}

.btn_back::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -361px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .btn_back {
        display: none;
    }
}

.lw_toggle {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.lw_toggle + label {
    position: relative;
    display: inline-block;
    padding: 1px;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.lw_toggle + label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.lw_toggle + label::after {
    content: "";
    display: inline-block;
    background-color: #D4D8DC;
    width: 32px;
    height: 18px;
    border-radius: 10px;
    vertical-align: top;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.lw_toggle:checked + label::before {
    left: 17px;
}

.lw_toggle:checked + label::after {
    background-color: #3591FF;
}

.ico_complete::before {
    content: '';
    margin-bottom: 20px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -48px -312px;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
}

.ico_error::before {
    content: '';
    margin-bottom: 20px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -92px -312px;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
}

.btn_point {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
    border: none;
    background-color: #118DFF;
    color: #fff;
}

.btn_point:hover {
    background-color: #F9FAFC;
}

.btn_point:hover {
    background-color: #1086f2;
}

.btn_default {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
}

.btn_default:hover {
    background-color: #F9FAFC;
}

#root {
    overflow: auto;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#root::-webkit-scrollbar {
    display: none;
}

.wrap {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .wrap {
        background-color: #F9FAFC;
    }
}

.wrap.popup {
    overflow: auto;
    width: 500px;
    height: 750px;
    background-color: #fff;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wrap.popup::-webkit-scrollbar {
    display: none;
}

.wrap .logo {
    line-height: 0;
}

.wrap .logo::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -45px;
    display: inline-block;
    width: 253px;
    height: 33px;
    vertical-align: top;
}

.wrap.gov .logo {
    margin-bottom: 9px;
}

.wrap.gov .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -265px -4px;
    display: inline-block;
    width: 176px;
    height: 103px;
}

.wrap.whale .logo {
    margin-bottom: -1px;
}

.wrap.whale .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -86px;
    display: inline-block;
    width: 230px;
    height: 54px;
}

.wrap.integration .logo {
    margin-bottom: 9px;
}

.wrap.integration .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -148px;
    display: inline-block;
    width: 179px;
    height: 74px;
}

.wrap.lw .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -4px;
    display: inline-block;
    width: 253px;
    height: 33px;
}

.wrap.lw.integration .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -265px -115px;
    display: inline-block;
    width: 151px;
    height: 74px;
}

.wrap.works .logo {
    margin-bottom: 9px;
}

.wrap.works .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -230px;
    display: inline-block;
    width: 97px;
    height: 74px;
}

.container {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 76px 20px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.container::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1023px) {
    .integration .container, .whale .container, .works .container {
        padding-top: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        display: grid;
        padding: 0;
        justify-items: center;
        grid-template-areas: "empty" "contents" "more_contents" "footer";
        grid-template-columns: 100%;
        grid-template-rows: 1fr auto 1.3fr auto;
    }
    .container::before {
        content: '';
        min-height: 40px;
    }
}

.popup .container {
    padding: 54px 20px 20px;
}

.popup .container::before {
    display: none;
}

.contents_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width: 1023px) {
    .contents_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ly_box.ly_unreceived {
    width: 460px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100vh;
        width: 300px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_msg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 20px 0 12px;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_title {
        margin-top: 22px;
        padding-right: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
    }
}

.ly_box.ly_unreceived .inform_area {
    margin-top: 28px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_area {
        overflow: auto;
        margin-top: 24px;
        padding: 0 20px;
        max-height: 281px;
    }
}

.ly_box.ly_unreceived .inform_area .btn_help {
    display: inline-block;
    margin: 20px 0 8px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #0087EE;
    vertical-align: top;
}

.ly_box.ly_unreceived .inform_list .item ~ .item {
    margin-top: 18px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_list .item {
        position: relative;
        padding-left: 52px;
        text-align: left;
    }
    .ly_box.ly_unreceived .inform_list .item ~ .item {
        margin-top: 20px;
    }
    .ly_box.ly_unreceived .inform_list .item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }
}

.ly_box.ly_unreceived .inform_list .item.email::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -273px -230px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ly_box.ly_unreceived .inform_list .item.phone::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -321px -230px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ly_box.ly_unreceived .inform_list .item.check::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -369px -230px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ly_box.ly_unreceived .inform_list .title {
    font-weight: 700;
    line-height: 16px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_list .title {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
    }
}

.ly_box.ly_unreceived .inform_list .detail {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #71767A;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_list .detail {
        margin-top: 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }
}

.ly_box.ly_unreceived .inform_btns {
    padding-top: 10px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 20px 20px;
    }
}

@media screen and (min-width: 1024px) {
    .ly_box.ly_unreceived .inform_btns .btn_help {
        display: inline-block;
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
        padding: 0 20px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ly_box.ly_unreceived .inform_btns .btn_help:hover {
        background-color: #F9FAFC;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_btns .btn_help {
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        line-height: 48px;
    }
}

.ly_box.ly_unreceived .inform_btns .btn_confirm {
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    .ly_box.ly_unreceived .inform_btns .btn_confirm {
        margin-left: 8px;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_btns .btn_confirm {
        height: 48px;
        border-radius: 8px;
        font-size: 15px;
        background-color: #fff;
        color: #202124;
        line-height: 48px;
        border: 1px solid #E6E8EB;
        border: none;
        background-color: #118DFF;
        color: #fff;
    }
    .ly_box.ly_unreceived .inform_btns .btn_confirm:hover {
        background-color: #F9FAFC;
    }
    .ly_box.ly_unreceived .inform_btns .btn_confirm:hover {
        background-color: #1086f2;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .btn_close {
        top: 4px;
        right: 4px;
    }
    .ly_box.ly_unreceived .btn_close::before {
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -222px -312px;
        display: inline-block;
        width: 18px;
        height: 18px;
    }
}

.contents {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 auto;
    width: 370px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents:not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
    .contents.landing {
        width: 400px;
        max-width: 100%;
    }
    .contents.landing .landing_area .landing_title {
        font-size: 22px;
        line-height: 31px;
    }
}

@media screen and (min-width: 1024px) {
    .contents {
        width: 500px;
        max-width: none;
        padding: 44px 50px 40px;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 8px 0px #0000001A;
        box-shadow: 0px 3px 8px 0px #0000001A;
        border-radius: 16px;
    }
}

.popup .contents {
    padding: 0;
    width: 370px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 1024px) {
    .contents .logo {
        padding-top: 16px;
    }
}

.contents .logo + .title {
    margin: 15px 0 38px;
    font-size: 18px;
    line-height: 25px;
}

.integration .contents .logo + .title, .whale .contents .logo + .title, .works .contents .logo + .title {
    margin: 11px 0 40px;
}

@media screen and (max-width: 1023px) {
    .integration .contents .logo + .title, .whale .contents .logo + .title, .works .contents .logo + .title {
        margin-bottom: 44px;
    }
}

.contents .logo + .input_wrap {
    margin-top: 40px;
}

.contents .input_wrap .time {
    color: #71767A;
}

.contents .ico_complete + .title,
.contents .ico_error + .title {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
}

@media screen and (max-width: 1023px) {
    .contents .tooltip_area .tooltip_box.wide {
        width: 239px;
        left: -94px;
    }
    .en_US .contents .tooltip_area .tooltip_box.wide {
        left: -112px;
    }
    .contents .tooltip_area .tooltip_box.wide::before {
        left: 92px;
    }
    .en_US .contents .tooltip_area .tooltip_box.wide::before {
        left: 110px;
    }
    .contents .tooltip_area .tooltip_box.large {
        width: 213px;
        left: -143px;
    }
    .en_US .contents .tooltip_area .tooltip_box.large {
        width: 236px;
        left: -138px;
    }
    .ja_JP .contents .tooltip_area .tooltip_box.large {
        width: 236px;
        left: -200px;
    }
    .contents .tooltip_area .tooltip_box.large::before {
        left: 141px;
    }
    .en_US .contents .tooltip_area .tooltip_box.large::before {
        left: 136px;
    }
    .ja_JP .contents .tooltip_area .tooltip_box.large::before {
        left: 198px;
    }
}

@media screen and (max-width: 365px) {
    .contents .tooltip_area {
        position: static;
    }
    .contents .tooltip_area .tooltip_box {
        left: calc(50vw - 20px) !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .contents .tooltip_area .tooltip_box::before {
        display: none;
    }
}

.contents .title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ja_JP .contents .title {
    word-break: break-all;
}

@media screen and (min-width: 1024px) {
    .contents .title {
        margin-top: 13px;
    }
}

.contents .title + .description, .contents .title + .file_name {
    margin-top: -30px;
}

.contents .description {
    margin: 0 auto 40px;
    max-width: 370px;
    color: #71767A;
    line-height: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ja_JP .contents .description {
    word-break: break-all;
}

.contents .file_name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
    line-height: 20px;
    color: #118DFF;
}

@media screen and (max-width: 767px) {
    .contents .file_name {
        margin-bottom: 44px;
    }
}

.contents .btn_default {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
}

.contents .btn_default:hover {
    background-color: #F9FAFC;
}

.contents .btn_cancel {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #C0C4C8;
}

.contents .btn_cancel:hover {
    background-color: #F9FAFC;
}

.contents .btn_cancel:hover {
    background-color: #b6babe;
}

.contents .btn_submit {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #07B53B;
}

.contents .btn_submit:hover {
    background-color: #F9FAFC;
}

.contents .btn_submit:hover {
    background-color: #03bd56;
}

.integration .contents .btn_submit, .gov .contents .btn_submit {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    border: none;
    background-color: #118DFF;
    color: #fff;
}

.integration .contents .btn_submit:hover, .gov .contents .btn_submit:hover {
    background-color: #F9FAFC;
}

.integration .contents .btn_submit:hover, .gov .contents .btn_submit:hover {
    background-color: #1086f2;
}

.whale .contents .btn_submit {
    background-color: #386AFF;
}

.contents .btn_confirm {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
    border: none;
    background-color: #118DFF;
    color: #fff;
}

.contents .btn_confirm:hover {
    background-color: #F9FAFC;
}

.contents .btn_confirm:hover {
    background-color: #1086f2;
}

.contents .input_area.show_account .input_cover {
    border-radius: 8px 8px 0 0;
}

.contents .input_area.show_account .account_list {
    display: block;
}

.contents .input_area .input_cover .input_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
}

.contents .input_area .input_cover .country_code {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contents .input_area .input_cover .btn_auth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contents .account_list {
    display: none;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    margin-top: -1px;
    max-height: 191px;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-color: #118DFF;
    border-top-color: #DBDEE1;
}

.contents .account_list a {
    display: block;
    height: 36px;
    padding: 0 14px;
}

.contents .account_list a:hover {
    background-color: #F1F3F9;
}

.contents .account_list a.selected {
    color: #118DFF;
}

.contents .account_list .item {
    position: relative;
}

.contents .account_list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.contents .account_list .inner .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    max-width: 168px;
}

.contents .account_list .inner .email {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 16px 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    color: #71767A;
}

.contents .account_list .btn_delete {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
}

.contents .account_list .btn_delete::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -417px -260px;
    display: inline-block;
    width: 8px;
    height: 8px;
    display: block;
}

.contents .check_area {
    margin-top: 20px;
    line-height: 20px;
}

.contents .check_area .check_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contents .check_area .check_info ~ .check_info {
    margin-top: 10px;
}

.contents .check_area .check_info .more_area {
    margin-left: auto;
    padding-left: 8px;
}

.contents .more_area .link {
    color: #3F4247;
}

.contents .more_area .link:hover {
    text-decoration: underline;
}

.contents .login_other_area {
    margin-top: auto;
    padding-top: 20px;
}

@media screen and (min-width: 1024px) {
    .contents .login_other_area {
        padding-top: 40px;
    }
}

.contents .login_other_area .btn_social {
    position: relative;
    width: 100%;
    padding: 0 40px;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
    vertical-align: top;
}

.contents .login_other_area .btn_social:hover {
    background-color: #F9FAFC;
}

.contents .login_other_area .btn_social ~ .btn_social {
    margin-top: 12px;
}

.contents .login_other_area .btn_social::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
}

.contents .login_other_area .btn_social.naver::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -329px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .login_other_area .btn_social.line::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -265px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .login_other_area .btn_social.device::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -297px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .login_other_area .btn_social .text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.contents .login_other_area .recently {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -9px;
    padding: 5px 9px;
    border: 1px solid currentColor;
    border-radius: 15px;
    background-color: #fff;
    font-size: 11px;
    line-height: 14px;
    color: #07B53B;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.contents .number_area {
    padding-bottom: 20px;
    font-size: 0;
}

.contents .number_area .input_box {
    font-size: 32px;
    line-height: 40px;
}

.contents .number_area .auth_number {
    display: inline-block;
    padding: 2px 5px 0 5px;
    font-size: 50px;
    line-height: 60px;
    color: #118DFF;
    vertical-align: top;
}

.contents .number_area .phone_number {
    font-size: 32px;
    line-height: 38px;
    color: #118DFF;
}

.contents .number_area .invalid_desc {
    text-align: center;
}

.contents .number_area .invalid_desc::before {
    position: static;
    margin-right: 6px;
    vertical-align: -3px;
}

.contents .partner_area {
    padding-top: 8px;
}

@media screen and (max-width: 1023px) {
    .contents .partner_area {
        padding-top: 24px;
    }
}

.contents .partner_area .partner_title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.contents .partner_area .login_other_area {
    padding-top: 32px;
}

.contents .partner_area .btn_social {
    padding: 12px 40px;
    height: auto;
    min-height: 48px;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 20px;
}

.contents .partner_area .btn_social::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.contents .partner_area .btn_social.ncp::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -417px -230px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.contents .partner_area .btn_social.nw::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -136px -312px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.contents .landing_area {
    margin: 0 auto;
    padding: 8px 0;
}

@media screen and (max-width: 1023px) {
    .contents .landing_area {
        padding-top: 14px;
    }
}

.contents .landing_area .img_loading {
    margin: 14px 0 34px;
}

.contents .landing_area .landing_title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.contents .landing_area .landing_title:first-child {
    font-size: 24px;
    line-height: 29px;
}

.contents .landing_area .landing_desc {
    margin-top: 10px;
    line-height: 20px;
    color: #71767A;
}

.contents .landing_area .landing_desc:last-child {
    margin-bottom: 12px;
}

.contents .landing_area .btn_area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 32px;
}

.contents .landing_area .btn_area.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contents .landing_area .btn_area.horizontal .btn_check {
    width: auto;
    margin: 0 4px;
}

.contents .landing_area .btn_check {
    display: block;
    padding: 0 15px;
    color: #3F4247;
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 36px;
    border: 1px solid #E6E8EB;
}

.contents .landing_area .btn_check:hover {
    background-color: #F9FAFC;
}

.contents .landing_area .btn_landing {
    display: block;
    position: relative;
    padding: 0 48px;
    color: #3F4247;
    width: 320px;
    height: 46px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 46px;
    border: 1px solid #E6E8EB;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.contents .landing_area .btn_landing:hover {
    background-color: #F9FAFC;
}

.contents .landing_area .btn_landing::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
}

.contents .landing_area .btn_landing.nw::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_605e5dc9.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-size: 64px 32px;
    background-position: -4px -4px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .landing_area .btn_landing.whale::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_605e5dc9.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-size: 64px 32px;
    background-position: -36px -4px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .domain_change_area {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 32px;
    height: 84px;
    border: 1px solid #F1F3F9;
    border-radius: 8px;
    background-color: #F9FAFC;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .domain_change_area .domain_box {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 16px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    color: #118DFF;
}

.contents .domain_change_area .domain_box .text {
    color: #222;
}

.contents .domain_change_area .arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contents .domain_change_area .arrow::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -424px -115px;
    display: inline-block;
    width: 14px;
    height: 24px;
}

.contents .notify_area {
    padding-top: 20px;
}

.contents .notify_area:first-child {
    padding-top: 5px;
}

@media screen and (max-width: 1023px) {
    .contents .notify_area:first-child {
        padding-top: 24px;
    }
}

.contents .notify_area img ~ .btn_area {
    margin-top: 20px;
}

.contents .notify_area .img_notify {
    margin-bottom: 20px;
}

.contents .notify_area .img_loading {
    margin: 27px 0 38px;
}

.contents .notify_area .notify_title {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.contents .notify_area .notify_title + .notify_desc {
    margin-top: 8px;
}

.contents .notify_area .notify_title:last-child {
    font-size: 22px;
    line-height: 31px;
}

.contents .notify_area .notify_desc {
    line-height: 20px;
    color: #71767A;
}

.contents .notify_area .btn_area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contents .notify_area .btn_area.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contents .notify_area .btn_area.horizontal .btn_notify {
    margin: 0 4px;
    width: auto;
}

.contents .notify_area .btn_notify {
    display: block;
    padding: 0 15px;
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 36px;
    border: 1px solid #E6E8EB;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    color: #3F4247;
}

.contents .notify_area .btn_notify:hover {
    background-color: #F9FAFC;
}

.contents .notify_area .btn_notify ~ .btn_notify {
    margin-top: 8px;
}

.contents .notify_area .notify_content {
    margin: 22px auto 0;
    padding: 20px;
    background-color: #F9FAFC;
    border-radius: 8px;
    border: 1px solid #F1F3F9;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .contents .notify_area .notify_content {
        width: 400px;
    }
}

.contents .notify_area .notify_detail {
    padding-bottom: 10px;
}

.contents .notify_area .notify_list {
    margin-top: 0;
    color: #3F4247;
    line-height: 1.4;
}

.contents .notify_area .notify_list .item ~ .item {
    margin-top: 10px;
}

.contents .admin_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
}

.contents .admin_area .admin_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #3A3B50;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}

.contents .admin_area .tab_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #DBDEE1;
}

.contents .admin_area .tab_area .tab {
    width: 50%;
}

.contents .admin_area .tab_area .tab[aria-selected="true"] {
    font-weight: 700;
    color: #118DFF;
}

.contents .admin_area .tab_area .tab[aria-selected="true"] .text::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #118DFF;
}

.contents .admin_area .tab_area .text {
    position: relative;
    display: inline-block;
    height: 44px;
    max-width: 100%;
    padding: 0 10px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .admin_area .tab_panel {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    max-width: 370px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.contents .admin_area .tab_panel::-webkit-scrollbar {
    display: none;
}

.contents .admin_area .title {
    margin-top: 38px;
}

.contents .admin_area .description + .btn_area {
    padding-top: 4px;
}

.popup .contents .admin_area .btn_area {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .contents .admin_area .btn_area {
        margin-bottom: 0;
    }
}

.contents .find_area .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
}

.contents .find_area .tab_area .tab {
    position: relative;
    width: 50%;
    border-radius: 8px 8px 0 0;
    border: 1px solid #DBDEE1;
    border-width: 1px 1px 0 1px;
    color: #95999C;
    font-size: 14px;
}

.contents .find_area .tab_area .tab[aria-selected="true"] {
    border-color: currentColor;
    border-bottom-color: transparent;
    color: #202124;
}

.contents .find_area .tab_area .tab[aria-selected="true"]::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
}

.contents .find_area .tab_area .tab ~ .tab {
    margin-left: 9px;
}

.contents .find_area .tab_panel {
    padding-top: 30px;
    border-top: 1px solid #222;
}

.contents .security_area .input_img_cover {
    margin: 25px 0 10px;
}

.contents .result_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100vh - 126px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .contents .result_area {
        padding-top: 18px;
        max-height: none;
    }
}

.contents .result_area .result_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.contents .result_area .result_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: auto;
    margin-top: 38px;
    padding: 14px 19px;
    background-color: #F9FAFC;
    border: 1px solid #F1F3F9;
    border-radius: 8px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .contents .result_area .result_box {
        max-height: 400px;
    }
}

.contents .result_area .result_id {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding: 5px 0 5px 12px;
    color: #202124;
    word-wrap: break-word;
    text-align: left;
    font-weight: normal;
}

.contents .result_area .result_id:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    border-radius: 4px;
    background-color: #95999C;
}

.contents .result_area .btn_confirm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.contents .link_auth_area .logo_link_auth {
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .contents .link_auth_area .logo_link_auth {
        padding-top: 16px;
    }
}

.contents .link_auth_area .logo_link_auth img {
    width: auto;
    height: 74px;
}

.contents .link_auth_area .link_auth_desc {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 21px;
}

.contents .link_auth_area .btn_service {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #07B53B;
}

.contents .link_auth_area .btn_service:hover {
    background-color: #F9FAFC;
}

.contents .link_auth_area .btn_service:hover {
    background-color: #03bd56;
}

.contents .link_auth_area .text_area {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #E6E8EB;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .contents .link_auth_area .text_area {
        display: none;
    }
}

.contents .link_auth_area .text_area .text {
    line-height: 20px;
    color: #71767A;
}

.contents .auth_area .auth_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    border: 1px solid #E6E8EB;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .auth_area .auth_box + .btn_send {
    margin-top: 10px;
}

.contents .auth_area .method {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .auth_area .method::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -221px -230px;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 8px 0 18px;
    vertical-align: top;
}

.contents .auth_area .method:hover {
    background-color: #F9FAFC;
}

.contents .auth_area .method.sms::before {
    background-position: -169px -230px;
}

.contents .auth_area .method ~ .method {
    border-left: 1px solid #E6E8EB;
}

.contents .auth_area .method .text {
    font-size: 17px;
    font-weight: 400;
}

.contents .auth_area .method .information {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    margin-top: 5px;
    color: #71767A;
}

.contents .auth_area .btn_send {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
}

.contents .auth_area .btn_send:hover {
    background-color: #F9FAFC;
}

.contents .auth_area .btn_send ~ .btn_send {
    margin-top: 12px;
}

.contents .register_info_area {
    display: grid;
    width: 100%;
    margin-bottom: 4px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #F1F3F9;
    background-color: #F9FAFC;
    text-align: left;
    table-layout: fixed;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
}

.contents .register_info_area .info_title {
    min-width: 70px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .register_info_area .info_detail {
    color: #118DFF;
    overflow-wrap: break-word;
    word-break: break-all;
}

.contents .description_area {
    margin-top: 40px;
    color: #71767A;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    .contents .description_area {
        padding-bottom: 35px;
    }
}

.contents .description_area .desc_title {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 16px;
}

.contents .description_area .desc_detail {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

.contents .terms_area {
    margin-top: 24px;
    font-size: 12px;
    line-height: 17px;
    color: #767676;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ja_JP .contents .terms_area {
    word-break: break-all;
}

.contents .terms_area .link {
    text-decoration: underline;
}

.popup .more_contents {
    display: none;
}

@media screen and (max-width: 767px) {
    .more_contents {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.more_contents .link_skip {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    color: #71767A;
}

.more_contents .link_skip:hover {
    text-decoration: underline;
}

.more_contents .btn_logout {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #71767A;
    font-weight: bold;
}

.more_contents .btn_logout:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .more_contents .btn_logout {
        display: none;
    }
}

.more_contents .more_desc {
    margin-top: 20px;
    line-height: 20px;
    color: #71767A;
}

@media screen and (min-width: 1024px) {
    .more_contents .more_desc {
        margin-top: 28px;
    }
}

.more_contents .more_desc .link {
    text-decoration: underline;
}

.more_contents .notice_desc {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
    padding-left: 20px;
    font-size: 13px;
    line-height: 16px;
    color: #71767A;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.more_contents .notice_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -425px -197px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.more_contents .text_area {
    display: none;
}

@media screen and (max-width: 767px) {
    .more_contents .text_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-top: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.more_contents .text_area .text {
    margin-top: auto;
    padding: 20px 0 40px;
    border-top: 1px solid #E6E8EB;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #71767A;
}

.other_contents .another_way {
    display: inline-block;
    margin-top: 20px;
    color: #118DFF;
    line-height: 24px;
    font-weight: 700;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .other_contents .another_way {
        margin-top: 28px;
    }
}

.other_contents .another_way:hover {
    text-decoration: underline;
}

.other_contents .another_way.back::before {
    content: '';
    margin-right: 8px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -320px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.footer {
    display: none;
    padding: 20px 0 40px;
    height: 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .footer {
        display: block;
    }
}

.popup .footer {
    display: none;
}

.footer .copyright {
    font-size: 12px;
    line-height: 14px;
    color: #71767A;
    font-weight: 600;
}

/* 히히호호 */
#container_title{display: none;}
html {
    font-size: 14px;
    line-height: 1.5;
    color: #202124;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

.blind {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

button[disabled], button:disabled {
    opacity: 0.4;
    cursor: default;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: top;
}

.skip {
    position: absolute;
    left: 15px;
    top: -30px;
    border: 1px solid #4ec53d;
    color: #fff;
    text-decoration: none;
    padding: 2px 6px 0;
    line-height: 24px;
    font-size: 12px;
    background-color: #000;
    z-index: 100;
    -webkit-transition: .3s;
    transition: .3s;
}

input {
    outline: none;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #95999C;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #95999C;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #95999C;
    opacity: 1;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #95999C;
    opacity: 1;
}

input:disabled + label {
    opacity: 0.4;
    cursor: default;
}

input[type="text"]::-ms-clear {
    display: none;
}

.drag_move,
.unselectable {
    -moz-user-focus: ignore;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button,
select,
label {
    cursor: pointer;
}

html, body {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.ko_KR {
    font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", Dotum, Helvetica, sans-serif;
}

.ko_KR input, .ko_KR textarea, .ko_KR select, .ko_KR button, .ko_KR table {
    font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", Dotum, Helvetica, sans-serif;
}

.zh_CN, .zh_TW {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", SimSun, Dotum, sans-serif;
}

.zh_CN input, .zh_CN textarea, .zh_CN select, .zh_CN button, .zh_CN table, .zh_TW input, .zh_TW textarea, .zh_TW select, .zh_TW button, .zh_TW table {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", SimSun, Dotum, sans-serif;
}

.ja_JP {
    font-family: -apple-system, BlinkMacSystemFont, "Meiryo", "MS PGothic", "Hiragino Kaku Gothic ProN", Dotum, sans-serif;
}

.ja_JP input, .ja_JP textarea, .ja_JP select, .ja_JP button, .ja_JP table {
    font-family: -apple-system, BlinkMacSystemFont, "Meiryo", "MS PGothic", "Hiragino Kaku Gothic ProN", Dotum, sans-serif;
}

.en_US {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.en_US body, .en_US input, .en_US textarea, .en_US select, .en_US button, .en_US table {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.skin_corp_bg {
    background-color: #3591FF !important;
}

.skin_corp_bg:hover {
    background-color: #1573E6 !important;
}

html {
    -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, menu, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
    vertical-align: top;
}

menu, ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

svg {
    vertical-align: middle;
}

button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

button[disabled] {
    cursor: default;
}

a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}

label {
    cursor: pointer;
}

i {
    font-size: 0;
    color: transparent;
}

/* [ PretendardJP-Regular-subset02-01 ] */
/* [ PretendardJP-Regular-subset02-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E92, U+2F18, U+2F60, U+2F66, U+2F72, U+2F7D, U+2F89, U+2FA0, U+2FA2-2FA4, U+2FB4, U+2FC9, U+2FCD, U+2FCF, U+2FD3, U+4E11, U+4E1E, U+4E43, U+4E4B, U+4E4D-4E4E, U+4E5F, U+4E91, U+4E98-4E99, U+4E9B, U+4EA5-4EA6, U+4EA8, U+4EAE, U+4EC0, U+4EC7, U+4ED4, U+4F0A, U+4F0D, U+4F36, U+4F3D, U+4F43, U+4F51, U+4F7C, U+4F83, U+4FA0, U+4FAD, U+4FC4, U+4FE3, U+5016, U+5026, U+502D, U+5036, U+5072, U+50AD, U+50D1, U+50FB, U+5132, U+5141, U+5147, U+514E, U+515C, U+5176, U+51A8, U+51B4, U+51CB-51CC, U+51E7, U+51EA, U+51F1, U+51FD, U+5243, U+5265, U+5283, U+5289, U+52AB, U+52FA, U+52FF, U+5301, U+5319, U+531D, U+5321, U+532A, U+535C, U+5366, U+536F, U+537F, U+53A8-53A9, U+53AD, U+53C9, U+53DB, U+53E1-53E2, U+53E9-53EA, U+53F1, U+53F6, U+5403, U+540A-540B, U+5420, U+543B, U+543E, U+5446, U+5451, U+548B, U+54B3, U+54C9, U+54E8-54E9, U+5516, U+5544, U+558B, U+55A7, U+55AC, U+55B0, U+5609, U+5617-5618, U+5629, U+5642, U+564C, U+565B, U+5678, U+567A, U+56A2, U+5703, U+572D, U+5750, U+5764, U+5766, U+57A2, U+57DC, U+57E0, U+57F4, U+5830, U+5835, U+583A, U+5858-5859, U+586B, U+5875, U+58D5, U+58EC, U+58F7, U+5919, U+5937, U+5944, U+5957, U+5993, U+59BE, U+59D0;
}

/* [ PretendardJP-Regular-subset02-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+59D1, U+59E5-59E6, U+59EA, U+59F6, U+5A03, U+5A29, U+5A3C, U+5A41, U+5B09, U+5B2C, U+5B30, U+5B5C, U+5B5F, U+5B8B, U+5B8D, U+5B8F, U+5B95, U+5BA5, U+5BC5, U+5BD3, U+5BF5, U+5C16, U+5C24, U+5C2D, U+5C4D, U+5C51, U+5C60-5C61, U+5CA8, U+5CB1, U+5CE8, U+5CEF, U+5CFB, U+5D69, U+5D6F, U+5D8B, U+5DBA, U+5DCC, U+5DF3-5DF4, U+5DF7, U+5DFD, U+5E16, U+5E4C, U+5E61, U+5E84, U+5E87, U+5E96, U+5E9A, U+5EB5, U+5ED3, U+5EDF-5EE0, U+5EFB-5EFC, U+5EFF, U+5F17-5F18, U+5F1B, U+5F3C, U+5F4A, U+5F66, U+5F6A, U+5F6C, U+5FBD, U+5FFD, U+601C, U+602F, U+6055, U+6062, U+6070, U+6089, U+608C, U+60B6, U+60C7, U+60DA, U+60DF, U+60E3, U+60F9, U+6108, U+6167, U+617E, U+6190, U+620A, U+620E, U+6216, U+621F, U+6258, U+626E, U+6309, U+633A, U+633D, U+634C, U+6367, U+6372, U+6377, U+637A, U+63A0, U+63A9, U+63AC, U+63B4, U+63BB, U+63C3, U+63D6, U+6478, U+647A, U+6492, U+649A, U+649E, U+64AB, U+64AD, U+64B0, U+64B9, U+64E2, U+64FE, U+6566, U+658C, U+6590, U+65A1, U+65A7, U+65AF, U+65BC, U+65ED, U+6602, U+660C, U+660F, U+6643, U+664B, U+6652, U+6666, U+667A, U+66A2, U+66D9, U+66DD, U+66F3, U+66FE, U+670B, U+6714, U+674E-674F, U+6753, U+6756, U+675C, U+6762, U+676D, U+6775, U+6777, U+6787, U+67C1;
}

/* [ PretendardJP-Regular-subset02-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+67CA, U+67CF, U+67D1, U+67D8, U+67DA, U+67F4, U+67FE, U+6802, U+6816-6817, U+6822, U+6834, U+6842, U+6850, U+6853-6854, U+685D, U+6867, U+6876, U+6881, U+6893, U+68A2, U+68A7, U+68AF, U+68B1, U+68B6, U+68BC, U+68C9, U+68F2, U+6900, U+690B, U+6919, U+691B, U+6934, U+693F, U+694A, U+6953, U+6955, U+695A, U+6960, U+6962, U+696F, U+6973, U+698A, U+698E, U+6994, U+699B, U+69CC-69CD, U+69D9, U+69FB, U+6A0B, U+6A17, U+6A1F, U+6A2B, U+6A35, U+6A3A, U+6A3D, U+6A58, U+6A61, U+6A7F-6A80, U+6A8E, U+6AD3, U+6ADB, U+6AE8, U+6B1D, U+6B23, U+6B3D, U+6B4E, U+6B64, U+6B6A, U+6B86, U+6BC5, U+6BD8, U+6C40, U+6C50, U+6C5D, U+6C72, U+6C8C, U+6C93, U+6CAB, U+6D1B, U+6D29, U+6D32, U+6D69, U+6D6C, U+6D8C, U+6D9B-6D9C, U+6DC0, U+6DCB, U+6DD8, U+6DF3, U+6DF5, U+6E1A, U+6E20, U+6E25, U+6E4A, U+6E58, U+6E5B, U+6E8C, U+6E9C, U+6EA2, U+6F09, U+6F15, U+6F23, U+6F45, U+6F97, U+6FB1, U+6FE0-6FE1, U+7015, U+701E, U+7026-7027, U+7058, U+7078, U+707C, U+70CF, U+70F9, U+7114, U+711A, U+7149, U+7164, U+717D, U+7194, U+71C8, U+71D0, U+71D5, U+71E6, U+71ED, U+723A, U+723E, U+724C, U+7252, U+725D, U+725F, U+7261-7262, U+727D, U+7280, U+72D0, U+72D7, U+72DB, U+72F8, U+72FC-72FD, U+732A, U+7337;
}

/* [ PretendardJP-Regular-subset02-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7345, U+7396, U+73B2, U+73C2, U+73CA, U+73EA, U+7409, U+7422, U+7433, U+7435-7436, U+745A-745B, U+745E, U+7473, U+74DC, U+74E2, U+7511, U+751C, U+7525, U+752B, U+7560, U+7562, U+7566, U+7577, U+758B, U+758F, U+75B9, U+75D4, U+764C, U+7690, U+76C3, U+76C8, U+77A5, U+77E7, U+77E9, U+7825-7827, U+783A, U+783F, U+786F, U+7872, U+7887, U+788D, U+7893, U+7895, U+7897, U+78A7, U+78A9, U+78D0, U+78EF, U+7941, U+7947, U+7950, U+7962, U+7977, U+7984, U+798E, U+79A6, U+79B0, U+79BD-79BF, U+79E4, U+79E6, U+7A00, U+7A14, U+7A17, U+7A1C, U+7A46, U+7A4E, U+7A50, U+7A63, U+7A7F, U+7A84, U+7AAA, U+7ABA, U+7AC3, U+7AE3, U+7AEA, U+7AFA, U+7AFF, U+7B08, U+7B20, U+7B25, U+7B39, U+7B48, U+7B4F, U+7B51, U+7B86, U+7B94-7B95, U+7BAA, U+7BAD, U+7BC7, U+7BE0, U+7BED, U+7C38, U+7C3E, U+7C7E, U+7C81-7C82, U+7C8D, U+7C95, U+7C9F, U+7CA5, U+7CCA, U+7CCE, U+7CDE-7CE0, U+7D10, U+7D17-7D18, U+7D2C, U+7D43, U+7D62, U+7D9C, U+7DAC, U+7DB4, U+7DBE, U+7DCB, U+7DEC, U+7E1E, U+7E4B, U+7E4D, U+7E82, U+7E8F, U+7F6B, U+7FE0, U+7FEB, U+7FF0, U+8000, U+800C, U+8036, U+803D, U+8061, U+806F, U+807E, U+8087, U+808B, U+80B1, U+80B4, U+80E1, U+80E4, U+8106, U+8139, U+8154, U+817F;
}

/* [ PretendardJP-Regular-subset02-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+818F, U+81BF, U+81E5, U+8218, U+821B-821C, U+8235, U+826E, U+8299, U+82A5-82A6, U+82AD, U+82B9, U+82C5, U+82D1, U+82D3-82D4, U+82E7, U+82EB, U+8304-8305, U+831C, U+8338, U+834A, U+834F, U+837B, U+839E, U+83AB, U+83B1, U+83C5, U+83D6, U+83DF, U+83E9, U+83F0-83F1, U+8404, U+840C, U+8429, U+8431, U+844E, U+8461, U+8463, U+8466, U+8471, U+8475, U+847A, U+848B, U+8490, U+8494, U+8499, U+849C, U+84B2, U+84BC, U+84C9, U+84D1, U+84EC, U+84EE, U+8500, U+8513, U+851A, U+8526, U+852D, U+8543, U+8549-854A, U+854E, U+8557, U+8568-856A, U+8597, U+8599, U+85A9, U+85AE-85AF, U+85C1, U+85F7, U+8607, U+862D, U+867B, U+86A4, U+86CB, U+86CE, U+86D9, U+86E4, U+86ED, U+86F8, U+86FE, U+8718, U+8749, U+874B, U+8755, U+8766, U+8776, U+877F, U+87BA, U+87F9, U+87FB, U+887F, U+8888, U+88B4, U+88B7, U+88DF, U+88E1, U+88F3, U+8956, U+8997, U+8A0A, U+8A23, U+8A3B, U+8A51, U+8A6B, U+8AB9, U+8ABC, U+8ACC, U+8ACF, U+8AD2, U+8ADC, U+8AFA, U+8B02, U+8B2C, U+8B83, U+8B90, U+8C79, U+8CB0, U+8CCE, U+8CD1, U+8D0B, U+8D6B, U+8DA8, U+8DE8, U+8E44, U+8E5F, U+8EAF, U+8F14, U+8F2F, U+8F3F, U+8F4D, U+8F5F, U+8F61, U+8FB0, U+8FBB, U+8FBF, U+8FC2, U+8FC4, U+8FE6, U+8FE9, U+9017, U+9019, U+9022;
}

/* [ PretendardJP-Regular-subset02-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+903C, U+9041, U+9065, U+907C, U+9091, U+90C1, U+912D, U+9149, U+914B, U+9187, U+918D, U+9190, U+9197, U+91A4, U+91C6, U+91D8, U+91E6-91E7, U+920E, U+9237, U+9266, U+927E, U+9291, U+929A, U+92D2, U+92E4, U+92EA, U+92F2, U+92F8, U+9306, U+9310, U+9318, U+9328, U+932B, U+934D, U+9354, U+936C, U+937E, U+9397, U+939A, U+93A7, U+93D1, U+9419, U+9438, U+9453, U+9583, U+958F, U+95A4, U+963F-9640, U+9688, U+96BC, U+96C0-96C1, U+96DB, U+96EB, U+971E, U+9756, U+976D, U+9784, U+978D, U+9798, U+97A0, U+97AD, U+97EE, U+9801, U+9817, U+981A, U+982C, U+9834, U+985B, U+98F4, U+9910, U+9957, U+99A8, U+99B3-99B4, U+99C1, U+99C8, U+99D5, U+99FF, U+9A28, U+9AED, U+9B41, U+9B6F, U+9B8E, U+9B92, U+9BAA-9BAB, U+9BAD, U+9BC9, U+9BD6, U+9BDB, U+9BF5, U+9C0D, U+9C10, U+9C2D, U+9C2F, U+9C39, U+9C3B, U+9C48, U+9C52, U+9C57, U+9CE9, U+9CF3, U+9CF6, U+9D07, U+9D0E, U+9D1B, U+9D28, U+9D2B-9D2C, U+9D3B, U+9D5C, U+9D60-9D61, U+9D6C, U+9DF2, U+9DF9-9DFA, U+9E78, U+9E9F, U+9EB9, U+9EBF, U+9ECD, U+9EDB, U+9F0E, U+9F20, U+9F8D, U+F911, U+F915, U+F91F, U+F92B, U+F931, U+F939-F93A, U+F945-F946, U+F953, U+F955-F958, U+F971, U+F975, U+F977, U+F97A, U+F97D, U+F98F, U+F991;
}

/* [ PretendardJP-Regular-subset02-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset02-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset02-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F992-F993, U+F997, U+F999, U+F9A6, U+F9AB-F9AD, U+F9C3-F9C4, U+F9C7, U+F9CB-F9CC, U+F9CF, U+F9DA, U+F9E1, U+F9E8, U+F9EE, U+F9F2-F9F3, U+F9F5, U+F9F8, U+F9FD, U+FA0B, U+FA16, U+FA1C, U+FA46, U+FA4A, U+FA4F, U+FA53;
}

/* [ PretendardJP-Regular-subset03-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E8E, U+2E90, U+2E93-2E94, U+2E99, U+2E9B, U+2F02-2F03, U+2F05, U+2F07, U+2F09, U+2F0C-2F10, U+2F13-2F16, U+2F19-2F1B, U+2F1E, U+2F21-2F22, U+2F27, U+2F2A-2F2B, U+2F2E, U+2F33-2F37, U+2F3A-2F3B, U+2F3D, U+2F41, U+2F46, U+2F48, U+2F4D-2F4F, U+2F53, U+2F58-2F59, U+2F68, U+2F79, U+2F7E, U+2F80, U+2F8B-2F8C, U+2F91, U+2F97-2F98, U+2FAA-2FAB, U+2FB1-2FB2, U+2FBD-2FC0, U+2FC4, U+2FC6, U+2FCB-2FCC, U+2FD1-2FD2, U+2FD5, U+4E10, U+4E15, U+4E17, U+4E2A, U+4E31, U+4E36, U+4E3F, U+4E42, U+4E55-4E56, U+4E58, U+4E62, U+4E82, U+4E85, U+4E8A, U+4E8E, U+4E9E-4EA0, U+4EA2, U+4EB0, U+4EB3, U+4EB6, U+4EC2, U+4EC4, U+4EC6, U+4ECD-4ECE, U+4ED7, U+4EDE-4EDF, U+4EED, U+4EF7, U+4F09, U+4F1C, U+4F30, U+4F47, U+4F57, U+4F5A-4F5B, U+4F5D-4F5E, U+4F69, U+4F6F-4F70, U+4F76, U+4F7B, U+4F86, U+4F88, U+4F8F, U+4F91, U+4F96, U+4F98, U+4FAB, U+4FCE, U+4FD0-4FD1, U+4FD4, U+4FD8, U+4FDA-4FDB, U+4FDF, U+4FE4-4FE5, U+4FEF, U+4FF6, U+4FFE, U+5005-5006, U+500F, U+5011, U+5014, U+501A, U+5021, U+5025, U+5028-502A, U+502C;
}

/* [ PretendardJP-Regular-subset03-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5043, U+5047-5048, U+5050, U+5055-5056, U+505A, U+506C, U+5078, U+5080, U+5085, U+509A, U+50B3-50B4, U+50C2, U+50C9-50CA, U+50D6, U+50DE, U+50E3, U+50E5, U+50ED-50EE, U+50F5, U+50F9, U+5101-5102, U+5109, U+5114-5116, U+5118, U+511A, U+5121, U+5137, U+513A-513C, U+513F-5140, U+514C, U+5152, U+5154, U+5162, U+5169-516A, U+516E, U+5180, U+5182, U+5189, U+518C, U+518F-5191, U+5193, U+5195-5196, U+51A2, U+51A4, U+51A6, U+51A9-51AB, U+51B0-51B3, U+51B5, U+51BD, U+51C5, U+51C9, U+51D6, U+51DB-51DC, U+51E0, U+51E9, U+51ED, U+51F0, U+51F5, U+51FE, U+5204, U+520B, U+520E, U+5214, U+5227, U+522A, U+522E, U+5233, U+5244, U+524B-524C, U+524F, U+5254, U+525E, U+5269-526A, U+5271, U+5273-5274, U+527D, U+527F, U+5288, U+528D, U+5291-5292, U+5294, U+52AC-52AD, U+52B5, U+52BC, U+52C1, U+52CD, U+52D2, U+52D7, U+52DE, U+52E0, U+52E3, U+52E6, U+52F3, U+52F5, U+52F8-52F9, U+5306, U+5308, U+530D, U+530F-5310, U+5315, U+531A, U+5323, U+532F, U+5331, U+5333, U+5338, U+5340, U+5345-5346, U+5349, U+534D, U+535E, U+5369, U+536E, U+5377, U+537B, U+5382, U+5396, U+53A0, U+53A5-53A6, U+53AE;
}

/* [ PretendardJP-Regular-subset03-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+53B0, U+53B6, U+53C3, U+53DF, U+53E8, U+53ED-53EE, U+53FA, U+5401, U+541D, U+5429, U+542C-542E, U+5436, U+543C-543D, U+5440, U+544E, U+545F, U+5470-5471, U+5475-5477, U+547B, U+5480, U+5484, U+5486, U+548E-5490, U+5492, U+54A2, U+54A4-54A5, U+54A8, U+54AB-54AC, U+54AF, U+54B8, U+54BC, U+54BE, U+54C2, U+54C4, U+54C7-54C8, U+54D8, U+54E2, U+54E5-54E6, U+54ED-54EE, U+54FD, U+550F, U+5514, U+552E, U+5533, U+5538-5539, U+5540, U+5545, U+554C, U+5556-5557, U+555C-555D, U+5563, U+557B-557C, U+557E, U+5580, U+5583, U+5587, U+558A, U+5598-5599, U+559E-559F, U+55A8, U+55AE, U+55C4, U+55C7, U+55D4, U+55DA, U+55DC, U+55DF, U+55E4, U+55F7, U+55F9, U+55FD-55FE, U+5614, U+5616, U+561B, U+562F, U+5634, U+5636, U+5638, U+564E, U+5650, U+5664, U+566A-566C, U+5680, U+5686, U+568A, U+568F, U+5694, U+56A0, U+56A5, U+56AE, U+56B4, U+56B6, U+56BC, U+56C0-56C3, U+56C8, U+56CE, U+56D1, U+56D3, U+56D7-56D8, U+56EE, U+56F9, U+56FF-5700, U+5704, U+5708-5709, U+570B, U+570D, U+5713, U+5716, U+5718, U+571C, U+5726, U+5737-5738, U+573B, U+5740, U+574E-574F, U+5761, U+5769, U+577F, U+5788;
}

/* [ PretendardJP-Regular-subset03-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5789, U+5793, U+57A0, U+57A4, U+57AA, U+57B0, U+57B3, U+57C0, U+57C3, U+57C6, U+57D2-57D4, U+57D6, U+57E3, U+580A-580B, U+5819, U+581D, U+5821, U+582F, U+583D, U+584B, U+5852, U+5862, U+5870, U+5872, U+5879, U+5885, U+589F, U+58AB, U+58AE, U+58B8-58BB, U+58C5, U+58D1, U+58D3, U+58D7-58D9, U+58DC, U+58DE-58DF, U+58E4-58E5, U+58EF, U+58F9-58FD, U+5902, U+590A, U+5910, U+5918, U+591B, U+5925, U+592C-592D, U+5932, U+5938, U+593E, U+594E, U+5950, U+5955, U+5958, U+595A, U+5960, U+5962, U+5967, U+5969, U+596C, U+5978, U+5981, U+598D, U+599B, U+599D, U+59A3, U+59B2, U+59C6, U+59D9-59DA, U+59DC, U+59E8, U+5A09, U+5A11, U+5A1A, U+5A1C, U+5A1F, U+5A25, U+5A35-5A36, U+5A40, U+5A49, U+5A62, U+5A6A, U+5A6C, U+5A9A, U+5ABC-5ABE, U+5AC2, U+5ACB, U+5AD0, U+5AD6-5AD7, U+5AE3, U+5AE6, U+5AE9, U+5AFA-5AFB, U+5B0B-5B0C, U+5B16, U+5B2A, U+5B32, U+5B36, U+5B3E, U+5B40, U+5B43, U+5B45, U+5B51, U+5B55, U+5B5A-5B5B, U+5B65, U+5B69, U+5B70-5B71, U+5B73, U+5B75, U+5B78, U+5B7A, U+5B80, U+5B83, U+5BA6, U+5BB8, U+5BC3, U+5BC7, U+5BC9, U+5BD0, U+5BD4, U+5BDE, U+5BE2, U+5BE4-5BE6, U+5BE8;
}

/* [ PretendardJP-Regular-subset03-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5BEB, U+5BF0, U+5BF3, U+5BF6, U+5C05, U+5C07-5C08, U+5C0D, U+5C13, U+5C20, U+5C22, U+5C28, U+5C38-5C39, U+5C41, U+5C46, U+5C4E-5C50, U+5C53, U+5C6C, U+5C6E, U+5C76, U+5C79, U+5C8C, U+5C91, U+5C94, U+5CAB, U+5CB6-5CB7, U+5CBB-5CBC, U+5CBE, U+5CC5, U+5CC7, U+5CD9, U+5CE9-5CEA, U+5CED, U+5CFA, U+5CFD, U+5D0B, U+5D11, U+5D14-5D15, U+5D17-5D1B, U+5D1F, U+5D22, U+5D4B-5D4C, U+5D4E, U+5D52, U+5D5C, U+5D6C, U+5D73, U+5D76, U+5D82, U+5D84, U+5D87, U+5D8C, U+5D90, U+5D9D, U+5DA2, U+5DAC, U+5DAE, U+5DB7, U+5DBC-5DBD, U+5DC9, U+5DCD, U+5DD2-5DD3, U+5DD6, U+5DDB, U+5DEB, U+5DF2, U+5DF5, U+5E0B, U+5E11, U+5E19-5E1B, U+5E36-5E37, U+5E40, U+5E43-5E44, U+5E47, U+5E4E, U+5E54, U+5E57, U+5E5F, U+5E62, U+5E64, U+5E75-5E76, U+5E7A, U+5E7F, U+5EA0, U+5EC1-5EC2, U+5EC8, U+5ECF-5ED0, U+5ED6, U+5EDA-5EDB, U+5EDD, U+5EE1-5EE3, U+5EE8-5EE9, U+5EEC, U+5EF0-5EF1, U+5EF3-5EF4, U+5EF8, U+5EFE, U+5F03, U+5F09, U+5F0B-5F0D, U+5F11, U+5F16, U+5F29, U+5F2D, U+5F2F, U+5F38, U+5F41, U+5F48, U+5F4C, U+5F4E, U+5F51, U+5F56-5F57, U+5F5C-5F5D, U+5F61, U+5F6D, U+5F73, U+5F77, U+5F7F, U+5F82;
}

/* [ PretendardJP-Regular-subset03-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5F83, U+5F87-5F88, U+5F8A, U+5F91, U+5F98-5F99, U+5F9E, U+5FA0, U+5FA8, U+5FAD, U+5FBC, U+5FD6, U+5FDD, U+5FE4, U+5FF0-5FF1, U+5FF8, U+5FFB, U+5FFF, U+600E-6010, U+6015, U+6019, U+601B, U+6021, U+6026, U+6029, U+602B, U+6031, U+603A, U+6041-6043, U+6046, U+604A, U+604D, U+6059-605A, U+605F-6060, U+6064, U+606A-606C, U+6077, U+6081, U+6083-6084, U+608B, U+608D, U+6092, U+6096-6097, U+609A-609B, U+60A7, U+60B3-60B5, U+60B8, U+60BD, U+60C6, U+60D3, U+60D8, U+60E0-60E1, U+60F1, U+60F4, U+60F6-60F7, U+60FA-60FB, U+6100, U+6103, U+6106, U+610D-610E, U+6115, U+6121, U+6127-6128, U+612C, U+6134, U+613C-613F, U+6142, U+6147, U+614A, U+614D, U+6153, U+6158-615A, U+615D, U+615F, U+6165, U+616B, U+616F, U+6171, U+6173-6175, U+6177, U+6187, U+618A, U+6191, U+6194, U+6196, U+6199-619A, U+61AB, U+61AE, U+61BA, U+61C3, U+61C6, U+61C8-61CD, U+61E3, U+61E6, U+61F4, U+61F6-61F7, U+61FA, U+61FC-6200, U+6208-6209, U+620C-620D, U+6214, U+621B, U+621D-621E, U+6221, U+622A, U+622E, U+6230, U+6232-6233;
}

/* [ PretendardJP-Regular-subset03-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6241, U+6248, U+624E, U+625B, U+625E, U+6260, U+6263, U+6268, U+627C, U+627E, U+6282-6283, U+6289, U+6292-6294, U+6296, U+629B, U+62AC, U+62BB, U+62C2, U+62C6-62C8, U+62CA, U+62CC, U+62CF, U+62D1, U+62D4, U+62D7, U+62DC, U+62EE-62EF, U+62F1, U+62F5, U+62FF, U+6302, U+6308, U+630C, U+6327, U+633E, U+634D, U+634F-6350, U+6369, U+636B, U+6376, U+6380, U+6389, U+638E-638F, U+6396, U+639F, U+63A3, U+63AB, U+63B5, U+63BE, U+63C0, U+63C4, U+63C6, U+63C9, U+63D2, U+63E3, U+63E9, U+63F6, U+6406, U+640F, U+6413, U+6416-6417, U+641C, U+6426, U+6428, U+6434, U+6436, U+644E, U+6467, U+6476, U+6488, U+6493, U+6495, U+64A5, U+64A9, U+64BB-64BC, U+64C2, U+64C5, U+64C7, U+64D2, U+64D4, U+64D8, U+64DA, U+64E0-64E1, U+64E3, U+64E7, U+64EF, U+64F1-64F2, U+64F4, U+64F6, U+64FA, U+64FD, U+6500, U+6505, U+6518, U+651C-651D, U+6523-6524, U+652A-652C, U+6534-6538, U+6548, U+654D, U+6555-6556, U+6558, U+655D-655E, U+6572, U+6578, U+6582-6583, U+6588, U+659B, U+659F, U+65AB, U+65B7, U+65C1, U+65C3-65C4, U+65C6, U+65CC, U+65D2, U+65D9, U+65DB, U+65E0-65E1, U+65F1, U+65FB, U+6603, U+660A, U+661C, U+6634;
}

/* [ PretendardJP-Regular-subset03-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6635-6636, U+663F, U+6641, U+6644, U+6649, U+664F, U+665D-665F, U+6662, U+6664, U+6667-6668, U+6670, U+6683-6684, U+6688-6689, U+668E, U+6698, U+669D, U+66B8-66B9, U+66BC, U+66BE, U+66C1, U+66C4, U+66C9, U+66DA, U+66E0, U+66E6, U+66E9, U+66F0, U+66F5, U+66F7, U+66FC, U+6703, U+670F, U+6716, U+671E, U+6726-6727, U+672E, U+6736-6738, U+673F, U+6741, U+6746, U+6759, U+675E, U+6760, U+6763-6764, U+676A, U+6770, U+6772-6773, U+677C, U+6785, U+6789, U+678B-678C, U+67A1, U+67A6, U+67A9, U+67B3-67B4, U+67B7-67B9, U+67C6, U+67CE, U+67DD-67DE, U+67E2, U+67E4, U+67E7, U+67E9, U+67EC, U+67EE-67EF, U+681E, U+6829, U+682B, U+6832, U+6840, U+6846, U+684D-684E, U+6859, U+6863, U+6874, U+6877, U+687E-687F, U+6883, U+688D, U+688F, U+6894, U+689B, U+689D, U+689F-68A0, U+68A6, U+68AD, U+68B3, U+68B5, U+68B9-68BA, U+68C6, U+68CA, U+68CD, U+68D4-68D5, U+68D7-68D8, U+68E0-68E1, U+68E3, U+68E7, U+68EF, U+68F9, U+6901, U+6904, U+6908, U+690C, U+690F, U+6912, U+691A, U+6921-6923, U+6925-6926, U+6928, U+692A, U+6930, U+6936, U+6939, U+693D, U+6954, U+6959, U+695C-695E, U+6961, U+696A-696B;
}

/* [ PretendardJP-Regular-subset03-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+696E, U+6974, U+6978-6979, U+697E, U+6981, U+6991, U+6995, U+699C, U+69A0, U+69A7, U+69AE, U+69B1-69B2, U+69B4, U+69BB, U+69BE-69BF, U+69C1, U+69C3, U+69C7, U+69CA, U+69CE, U+69D0, U+69D3, U+69DD-69DE, U+69E7-69E8, U+69EB, U+69ED, U+69F2, U+69F9, U+69FF, U+6A02, U+6A05, U+6A0A, U+6A0C, U+6A12-6A14, U+6A1B, U+6A1E, U+6A22-6A23, U+6A2E, U+6A36, U+6A38, U+6A44, U+6A47-6A48, U+6A59, U+6A62, U+6A66, U+6A72, U+6A78, U+6A84, U+6A8D, U+6A90, U+6A97, U+6A9C, U+6AA0, U+6AA2-6AA3, U+6AAA, U+6AAC, U+6AAE, U+6AB3, U+6AB8, U+6ABB, U+6AC1-6AC3, U+6AD1, U+6ADA, U+6ADE-6ADF, U+6AEA, U+6AFA-6AFB, U+6B05, U+6B0A, U+6B12, U+6B16, U+6B1F, U+6B37-6B39, U+6B43, U+6B47, U+6B49, U+6B50, U+6B54, U+6B59, U+6B5B, U+6B5F, U+6B61, U+6B78-6B79, U+6B7F-6B80, U+6B83-6B84, U+6B8D, U+6B95, U+6B98, U+6B9E, U+6BA4, U+6BAA-6BAB, U+6BAF, U+6BB1-6BB3, U+6BB7, U+6BBC, U+6BC6, U+6BCB, U+6BD3, U+6BDF, U+6BEB-6BEC, U+6BEF, U+6BF3, U+6C08, U+6C13-6C14, U+6C1B, U+6C23-6C24, U+6C55, U+6C5E, U+6C62, U+6C68, U+6C6A, U+6C73, U+6C7E, U+6C81-6C82, U+6C8D, U+6C90, U+6C92, U+6C9A-6C9B, U+6CAE, U+6CB1, U+6CBA, U+6CBD-6CBE, U+6CC4;
}

/* [ PretendardJP-Regular-subset03-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6CC5, U+6CD3, U+6CD7, U+6CD9, U+6CDB, U+6CDD, U+6CEA, U+6CEF, U+6CF1, U+6D0C, U+6D12, U+6D19, U+6D1F, U+6D2B, U+6D33, U+6D35-6D36, U+6D38, U+6D3D, U+6D59-6D5A, U+6D63-6D64, U+6D79, U+6D85, U+6D8E, U+6D93, U+6D95, U+6DB5, U+6DB8, U+6DC5-6DC7, U+6DCC, U+6DD2, U+6DD5, U+6DD9, U+6DDE, U+6DE4, U+6DE6, U+6DE8, U+6DEA, U+6DEC, U+6DEE, U+6DF9-6DFA, U+6E0A, U+6E15, U+6E19, U+6E1D, U+6E1F, U+6E23-6E24, U+6E2B, U+6E2D-6E2E, U+6E38, U+6E3A, U+6E3E, U+6E43, U+6E4D-6E4E, U+6E5F, U+6E6B, U+6E6E, U+6E72, U+6E76, U+6E82, U+6E8F, U+6E98, U+6E9F, U+6EA5, U+6EAA, U+6EAF, U+6EB2, U+6EB7, U+6EBD, U+6EC2, U+6EC4, U+6EC9, U+6ECC, U+6ED3-6ED5, U+6EEC, U+6EEF, U+6EF2, U+6EF7-6EF8, U+6EFE-6EFF, U+6F11, U+6F13, U+6F31-6F32, U+6F3E-6F3F, U+6F41, U+6F58, U+6F5B, U+6F66, U+6F6D, U+6F6F, U+6F74, U+6F78, U+6F7A, U+6F7C, U+6F80-6F82, U+6F86, U+6F8E, U+6F91, U+6FA1, U+6FA3-6FA4, U+6FAA, U+6FB3, U+6FB9, U+6FC2, U+6FC6, U+6FD4-6FD5, U+6FD8, U+6FDB, U+6FDF, U+6FE4, U+6FEC, U+6FEE, U+6FF1, U+6FF3, U+6FF6, U+6FFA, U+6FFE, U+7001, U+7009, U+700B, U+700F, U+7011, U+7018, U+701A-701B, U+701D, U+701F, U+7030, U+7032, U+703E, U+704C, U+7051, U+7063;
}

/* [ PretendardJP-Regular-subset03-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7092, U+7099, U+70AC, U+70AE-70AF, U+70B3, U+70B8, U+70CB, U+70D9, U+70DD, U+70DF, U+70F1, U+70FD, U+7109, U+7119, U+711C, U+714C, U+7155-7156, U+7162, U+7165-7166, U+716C, U+7184, U+7188, U+718F, U+7195, U+7199, U+71A8, U+71AC, U+71B9, U+71BE, U+71C9, U+71CE, U+71D2, U+71D4, U+71D7, U+71DF-71E0, U+71E7, U+71EC, U+71EE, U+71F5, U+71F9, U+71FB-71FC, U+71FF, U+720D, U+7210, U+721B, U+7228, U+722C-722D, U+7230, U+7232, U+723B-723C, U+723F-7240, U+7246, U+724B, U+7258, U+7274, U+727E, U+7281-7282, U+7287, U+7292, U+7296, U+72A2, U+72A7, U+72B2, U+72B9, U+72C3-72C4, U+72C6, U+72CE, U+72D2, U+72E0-72E2, U+72F7, U+72F9, U+730A, U+7316-7317, U+731C-731D, U+7325, U+7329, U+732F, U+7334, U+733E, U+734E-734F, U+7357, U+7368, U+736A, U+7370, U+7375, U+7378, U+737A-737B, U+73B3, U+73BB, U+73C0, U+73C8, U+73CE, U+73DE, U+73E5, U+73EE, U+73F1, U+73F8, U+7405, U+7425, U+7432, U+743A, U+743F, U+7441, U+7455, U+7459, U+745C, U+745F, U+7463-7464, U+7469-746A, U+746F-7470, U+7476, U+747E, U+748B, U+749E, U+74A2, U+74CA, U+74CF, U+74D4, U+74E0, U+74E3, U+74E7, U+74E9, U+74EE, U+74F0-74F2, U+74F7-74F8, U+7503-7505;
}

/* [ PretendardJP-Regular-subset03-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+750C-750E, U+7513, U+7515, U+751E, U+7526, U+752C, U+7538, U+753C, U+7544, U+7546, U+7549-754B, U+754D, U+755A-755B, U+7564, U+7567, U+7569, U+756B, U+756D, U+7574, U+7576, U+7578, U+7582, U+7586-7587, U+7589-758A, U+7594, U+759A, U+759D, U+75A3, U+75A5, U+75B1, U+75B3, U+75B5, U+75B8, U+75BC-75BD, U+75C2-75C3, U+75CA, U+75CD, U+75D2, U+75D9, U+75DE, U+75E3, U+75F0, U+75F2-75F3, U+75FA, U+75FC, U+75FE-75FF, U+7601, U+7609, U+760B, U+761F-7622, U+7624, U+7627, U+7630, U+7634, U+763B, U+7646-7648, U+7658, U+765C, U+7661-7662, U+7667-766A, U+766C, U+7670, U+7672, U+7676, U+7678, U+767C, U+7680, U+7683, U+7688, U+768B, U+768E, U+7693, U+7696, U+7699-769A, U+76B0, U+76B4, U+76B7-76BA, U+76C2, U+76CD, U+76D2, U+76D6, U+76DC, U+76DE, U+76E1, U+76E5, U+76E7, U+76EA, U+76FB, U+7704, U+7707-7708, U+771B, U+771E, U+7724-7726, U+7729, U+7737-7738, U+7747, U+775A-775B, U+7765, U+7768, U+776B, U+7779, U+777E-777F, U+778B, U+778E, U+7791, U+779E, U+77A0, U+77B0, U+77B6, U+77B9, U+77BB-77BD, U+77BF, U+77C7, U+77CD, U+77D7, U+77DA, U+77DC, U+77E3;
}

/* [ PretendardJP-Regular-subset03-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+77EE, U+77FC, U+780C, U+7812, U+7820, U+7845, U+7874, U+787C, U+7886, U+788C, U+788E, U+789A, U+78A3, U+78AA, U+78AF, U+78B5, U+78BC, U+78BE, U+78C5-78C6, U+78CA-78CB, U+78D1, U+78D4, U+78DA, U+78E7, U+78EC, U+78F4, U+78FD, U+7907, U+7911-7912, U+7919, U+7926, U+792A-792C, U+7940, U+7953, U+7955, U+7957, U+795A, U+795F-7960, U+797A, U+797F-7980, U+798A, U+799D, U+79A7, U+79AA, U+79AE, U+79B3, U+79B9-79BA, U+79C9, U+79D5, U+79E1, U+79E3, U+79E7, U+79EC, U+7A08, U+7A0D, U+7A18-7A19, U+7A1F-7A20, U+7A31, U+7A37, U+7A3B, U+7A3E, U+7A43, U+7A49, U+7A57, U+7A61-7A62, U+7A69, U+7A70, U+7A79, U+7A7D, U+7A88, U+7A95-7A98, U+7AA9, U+7AB0, U+7AB6, U+7ABF, U+7AC4-7AC5, U+7AC7-7AC8, U+7ACA, U+7ACD, U+7ACF, U+7AD2-7AD3, U+7AD5, U+7AD9-7ADA, U+7ADD, U+7ADF, U+7AE1-7AE2, U+7AE6, U+7AED, U+7AF0, U+7AF8, U+7B02, U+7B04, U+7B06, U+7B0A-7B0B, U+7B0F, U+7B18-7B19, U+7B1E, U+7B28, U+7B33, U+7B35-7B36, U+7B45, U+7B4C-7B4D, U+7B50, U+7B5D, U+7B65, U+7B67, U+7B6C, U+7B6E, U+7B70-7B71, U+7B74-7B75, U+7B7A, U+7B8D, U+7B8F, U+7B92, U+7B98-7B9A, U+7B9C-7B9D, U+7B9F, U+7BB4, U+7BC1, U+7BC6, U+7BCB-7BCC;
}

/* [ PretendardJP-Regular-subset03-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7BCF, U+7BDD, U+7BE5-7BE6, U+7BE9, U+7BF3, U+7BF6-7BF7, U+7C00, U+7C07, U+7C0D, U+7C11-7C14, U+7C17, U+7C1F, U+7C23, U+7C27, U+7C2A-7C2B, U+7C37, U+7C3D, U+7C40, U+7C43, U+7C4C, U+7C4F-7C50, U+7C54, U+7C56, U+7C58, U+7C5F, U+7C64-7C65, U+7C6C, U+7C75, U+7C83, U+7C90, U+7CA1-7CA2, U+7CA4, U+7CA8, U+7CAB, U+7CAD-7CAE, U+7CB1-7CB3, U+7CB9, U+7CBD, U+7CC0, U+7CC2, U+7CC5, U+7CD2, U+7CD8, U+7CDC, U+7CE2, U+7CEF, U+7CF2, U+7CF4, U+7CF6, U+7CFA, U+7D02, U+7D06, U+7D0A, U+7D15, U+7D1C, U+7D2E, U+7D32, U+7D35, U+7D3F, U+7D45-7D46, U+7D4B, U+7D4E-7D4F, U+7D56, U+7D5B, U+7D63, U+7D68, U+7D6E, U+7D72-7D73, U+7D7D, U+7D89, U+7D8F, U+7D93, U+7D9B, U+7D9F, U+7DA2-7DA3, U+7DAB, U+7DAE-7DB0, U+7DB5, U+7DB8, U+7DBA, U+7DBD, U+7DC7, U+7DD5, U+7DD8, U+7DDC-7DDE, U+7DE1, U+7DE4, U+7DF2, U+7E05, U+7E09-7E0B, U+7E12, U+7E1F, U+7E21-7E23, U+7E31-7E32, U+7E35, U+7E37, U+7E39-7E3B, U+7E3D, U+7E43, U+7E46, U+7E56, U+7E59-7E5A, U+7E5D-7E5E, U+7E66-7E67, U+7E69-7E6A, U+7E79, U+7E7B-7E7D, U+7E7F, U+7E83, U+7E88-7E89, U+7E8C, U+7E8E, U+7E90, U+7E92-7E94;
}

/* [ PretendardJP-Regular-subset03-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7E96, U+7E9B-7E9C, U+7F38, U+7F3A, U+7F45, U+7F4C-7F4E, U+7F50-7F51, U+7F54-7F55, U+7F58, U+7F5F-7F60, U+7F67-7F69, U+7F78-7F79, U+7F82-7F83, U+7F86-7F88, U+7F8C, U+7F94, U+7F9A, U+7F9D, U+7FA3, U+7FAE-7FAF, U+7FB2, U+7FB6, U+7FB8-7FB9, U+7FC5-7FC6, U+7FCA, U+7FD4-7FD5, U+7FE1, U+7FE6, U+7FE9, U+7FF3, U+7FF9, U+8004, U+8006, U+800B, U+8012, U+8018-8019, U+801C, U+8021, U+8028, U+803B, U+803F, U+8046, U+804A, U+8052, U+8058, U+805A, U+805F, U+8062, U+8068, U+8070, U+8072-8073, U+8076, U+8079, U+807D, U+807F, U+8084-8086, U+8093, U+809A-809B, U+80AC-80AD, U+80C4, U+80D6, U+80D9-80DB, U+80DD, U+80E5, U+80EF, U+80F1, U+80FC, U+8109, U+811B, U+8123, U+8129, U+812F, U+813E, U+8146, U+814B, U+8151, U+8153, U+815F, U+8165-8166, U+816E, U+8171, U+8174, U+8180, U+8182-8183, U+8188, U+818A, U+8193, U+8195, U+81A0, U+81A3-81A4, U+81A9, U+81B0, U+81B5, U+81B8, U+81BA, U+81BD-81BE, U+81C0, U+81C2, U+81C8-81C9, U+81CD, U+81D1, U+81D8-81DA, U+81DF-81E0, U+81E7, U+81FA-81FB, U+81FE, U+8201-8202, U+8205, U+8207, U+8209-820A, U+820D, U+8210, U+8212, U+8216, U+8229;
}

/* [ PretendardJP-Regular-subset03-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+822B, U+822E, U+8233, U+8238, U+8240, U+8258-825A, U+825D, U+825F, U+8262, U+8264, U+8268, U+826A-826B, U+8271, U+8277-8278, U+827E, U+828D, U+8292, U+829F, U+82AB-82AC, U+82BB, U+82D2, U+82D9, U+82DC, U+82DE-82DF, U+82E1, U+82E3, U+82F3-82F4, U+82F9-82FB, U+8303, U+8306, U+8309, U+8316-8318, U+8323, U+832B, U+832F, U+8331-8332, U+8334-8335, U+8339, U+8340, U+8345, U+8350, U+8373, U+8375, U+837C, U+8385, U+8387, U+8389-838A, U+838E, U+8393, U+8396, U+839A, U+839F-83A0, U+83A2, U+83A8, U+83AA, U+83B5, U+83BD, U+83C1, U+83CE, U+83D8, U+83E0, U+83EB, U+83F2, U+83F4, U+83F7, U+83FB, U+83FD, U+8403, U+8407, U+840B, U+840D, U+8413, U+8420, U+8422, U+842A, U+842C, U+8435, U+8438, U+843C, U+8446, U+8462, U+8469, U+846B, U+846D-846F, U+8477, U+8479, U+8482, U+8484, U+849F, U+84A1, U+84AD, U+84B9, U+84BB, U+84BF, U+84C1, U+84C6, U+84CA, U+84CD, U+84D0, U+84D6, U+84D9-84DA, U+84F4, U+84FC, U+84FF, U+8506, U+8514-8515, U+8517-8518, U+851F, U+8521, U+852C, U+8540-8541, U+8548, U+854B, U+8555, U+8558, U+855A, U+8563, U+856D, U+8577, U+857E, U+8580, U+8587-8588, U+858A, U+8590-8591, U+8594, U+859B-859C;
}

/* [ PretendardJP-Regular-subset03-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+85A4, U+85A8, U+85B9-85BA, U+85C9, U+85CF-85D0, U+85D5, U+85DC-85DD, U+85E5, U+85EA, U+85F9-85FA, U+85FE, U+8602, U+8606, U+860A-860B, U+8613, U+8616-8617, U+861A, U+8622, U+862F-8630, U+863F, U+864D, U+8654-8655, U+865F, U+8667, U+8671, U+868B-868C, U+8693, U+86A3, U+86A9-86AB, U+86AF-86B0, U+86B6, U+86C4, U+86C6, U+86C9, U+86D4, U+86DB, U+86DE-86DF, U+86E9, U+86EC, U+86EF, U+86F9, U+86FB, U+8700, U+8703, U+8706, U+8708-870A, U+870D, U+8711-8712, U+871A, U+8725, U+8729, U+8734, U+8737, U+873B, U+873F, U+874C, U+874E, U+8753, U+8757, U+8759, U+875F-8760, U+8763, U+8768, U+876A, U+876E, U+8774, U+8778, U+8782, U+879F, U+87A2, U+87AB, U+87AF, U+87B3, U+87BB, U+87BD, U+87C0, U+87C4, U+87C6-87C7, U+87CB, U+87D0, U+87D2, U+87E0, U+87EF, U+87F2, U+87F6-87F7, U+87FE, U+8805, U+880D-880F, U+8811, U+8815-8816, U+8821-8823, U+8827, U+8831, U+8836, U+8839, U+883B, U+8842, U+8844, U+884D, U+8852, U+8859, U+885E, U+8862, U+886B, U+8872, U+8875, U+887D-887E, U+8881-8882, U+888D, U+8892, U+8897, U+8899, U+889E, U+88A2, U+88A4, U+88AE, U+88B0-88B1, U+88B5, U+88BF, U+88C3-88C4, U+88D4, U+88D8;
}

/* [ PretendardJP-Regular-subset03-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+88D9, U+88DD, U+88E8, U+88F2, U+88F4, U+88F9, U+88FC, U+8902, U+8904, U+890A, U+890C, U+8913, U+891D-891E, U+8925, U+892A-892B, U+8936, U+8938, U+893B, U+8941, U+8943-8944, U+894C-894D, U+895E, U+8960, U+8964, U+8966, U+896A, U+896D, U+896F, U+8974, U+8977, U+897E, U+8983, U+8988, U+898A, U+8993, U+8998, U+89A1, U+89A6, U+89A9, U+89AC, U+89AF, U+89B2, U+89BA, U+89BD, U+89BF-89C0, U+89DA, U+89DC-89DD, U+89E7, U+89F4, U+89F8, U+8A0C, U+8A10, U+8A16, U+8A1B, U+8A1D, U+8A25, U+8A36, U+8A41, U+8A46, U+8A48, U+8A52, U+8A5B, U+8A62, U+8A6C-8A6D, U+8A7C, U+8A82, U+8A84-8A85, U+8A91, U+8A9A, U+8AA1, U+8AA3, U+8AA5-8AA6, U+8AA8, U+8AC2, U+8AC4, U+8ACD, U+8ADA-8ADB, U+8ADE, U+8AE0-8AE2, U+8AE4, U+8AEB, U+8AF1, U+8AF3, U+8AF7, U+8B07, U+8B0C, U+8B10, U+8B14, U+8B16-8B17, U+8B1A, U+8B20, U+8B26, U+8B28, U+8B2B, U+8B33, U+8B3E, U+8B41, U+8B49, U+8B4C, U+8B4E-8B4F, U+8B56, U+8B5A-8B5B, U+8B5F, U+8B6B-8B6C, U+8B6F, U+8B71, U+8B74, U+8B7D, U+8B80, U+8B8A, U+8B8C, U+8B8E, U+8B92-8B93, U+8B96, U+8B99-8B9A, U+8C3A, U+8C3F, U+8C41, U+8C48, U+8C4C, U+8C4E, U+8C50, U+8C55, U+8C62, U+8C6B-8C6C, U+8C78, U+8C7A, U+8C7C, U+8C82, U+8C85, U+8C89;
}

/* [ PretendardJP-Regular-subset03-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+8C8A, U+8C8D-8C8E, U+8C94, U+8C98, U+8CAD-8CAE, U+8CB2-8CB3, U+8CB6, U+8CBD, U+8CC1, U+8CC8, U+8CCD, U+8CDA, U+8CE3-8CE4, U+8CFA-8CFB, U+8CFD, U+8D04-8D05, U+8D07, U+8D0A, U+8D0D, U+8D0F-8D10, U+8D13-8D14, U+8D16, U+8D67, U+8D6D, U+8D71, U+8D73, U+8D81, U+8D99, U+8DBA, U+8DBE, U+8DC2, U+8DCB-8DCC, U+8DCF, U+8DD6, U+8DDA-8DDB, U+8DDF, U+8DE3, U+8DEA-8DEB, U+8DFC, U+8DFF, U+8E08-8E09, U+8E10, U+8E1D-8E1F, U+8E30, U+8E34-8E35, U+8E42, U+8E47-8E4A, U+8E4C, U+8E50, U+8E55, U+8E59, U+8E60, U+8E63-8E64, U+8E72, U+8E76, U+8E7C, U+8E81, U+8E84-8E85, U+8E87, U+8E8A-8E8B, U+8E91, U+8E93-8E94, U+8E99, U+8EA1, U+8EAA, U+8EAC, U+8EB0-8EB1, U+8EBE, U+8EC5-8EC6, U+8EC8, U+8ECB, U+8EDB, U+8EE3, U+8EEB, U+8EFB-8EFC, U+8EFE, U+8F05, U+8F0A, U+8F0C, U+8F12-8F13, U+8F15, U+8F19, U+8F1B-8F1C, U+8F1F, U+8F26, U+8F33, U+8F39, U+8F3B, U+8F3E, U+8F42, U+8F45-8F46, U+8F49, U+8F4C, U+8F4E, U+8F57, U+8F5C, U+8F62-8F64, U+8F9C, U+8F9F, U+8FA7-8FA8, U+8FAD-8FAF, U+8FB7, U+8FDA, U+8FE2, U+8FE5, U+8FEA, U+8FEF, U+8FF4, U+8FF8-8FFA, U+9005, U+900B, U+900D-900E, U+9011, U+9015;
}

/* [ PretendardJP-Regular-subset03-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9016, U+901E, U+9021, U+9027, U+9035-9036, U+9039, U+903E, U+9049, U+904F-9052, U+9056, U+9058-9059, U+905E, U+9068, U+906F, U+9072, U+9076, U+907D, U+9080-9083, U+9087, U+9089-908A, U+908F, U+90A8, U+90AF, U+90B1, U+90B5, U+90DB, U+90E2, U+90E4, U+9102, U+9112, U+9119, U+9130, U+9132, U+914A, U+9156, U+9158, U+9163, U+9165, U+9169, U+9172-9173, U+9182, U+9189, U+918B, U+91A2, U+91AA-91AB, U+91AF, U+91B4-91B5, U+91BA, U+91C0-91C1, U+91C9, U+91CB, U+91D0, U+91D6, U+91DB, U+91DF, U+91E1, U+91F5-91F6, U+91FC, U+91FF, U+9211, U+9214-9215, U+921E, U+9229, U+922C, U+923F, U+9245, U+9248-9249, U+924B, U+9250, U+9257, U+925A, U+925E, U+9264, U+9293, U+9295-9296, U+929B-929C, U+92B7, U+92B9, U+92CF, U+92E9, U+92FA, U+930F, U+9319-931A, U+9322-9323, U+9335, U+933A-933B, U+9344, U+9356, U+935C, U+9360, U+936E, U+937C, U+9394, U+93AC-93AD, U+93B0, U+93B9, U+93C3, U+93C8, U+93D0, U+93D6-93D8, U+93DD, U+93E4-93E5, U+93E8, U+9403, U+9407, U+9410, U+9413-9414, U+941A, U+9421, U+942B, U+9435-9436, U+943A, U+9441, U+9444, U+9452, U+945A-945B, U+945E, U+9460, U+9462, U+946A, U+9470, U+9475;
}

/* [ PretendardJP-Regular-subset03-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9477, U+947C-947F, U+9481, U+9582, U+9587, U+958A, U+9594, U+9596, U+9598-9599, U+95A0, U+95A7-95A8, U+95AD, U+95B9, U+95BB-95BC, U+95BE, U+95C3, U+95CA, U+95CC-95CD, U+95D4-95D6, U+95DC, U+95E1-95E2, U+95E5, U+9621, U+9628, U+962E-962F, U+9642, U+964B-964C, U+964F, U+965C-965F, U+9666, U+966C, U+9672, U+9677, U+968B, U+968D, U+9695, U+9697-9698, U+96A7-96A8, U+96AA, U+96B0-96B2, U+96B4, U+96B6, U+96B8-96B9, U+96C9, U+96CB, U+96CD-96CE, U+96D5-96D6, U+96D9, U+96DC, U+96F9, U+9704, U+9706, U+9708, U+970D-970F, U+9711, U+9713, U+9716, U+9719, U+9724, U+972A, U+9730, U+9738-9739, U+973D-973E, U+9742, U+9744, U+9746, U+9748-9749, U+975C, U+9760-9761, U+9764, U+9766, U+9768, U+976B, U+9771, U+9779-977A, U+977C, U+9781, U+9785-9786, U+978B, U+978F-9790, U+979C, U+97A3, U+97A6, U+97A8, U+97AB, U+97B3-97B4, U+97C3, U+97C6, U+97C8, U+97CB, U+97DC, U+97ED, U+97F2, U+97F5-97F6, U+980C, U+980F, U+9821, U+9824, U+9837-9838, U+983D, U+9846, U+984B, U+984F, U+986B, U+986F-9871, U+9873-9874, U+98AA, U+98AF, U+98B1, U+98B6, U+98C3-98C4, U+98C6;
}

/* [ PretendardJP-Regular-subset03-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+98DC, U+98E9, U+98EB, U+98ED-98EE, U+9903, U+9909, U+9912, U+9914, U+9918, U+991D-991E, U+9920-9921, U+9924, U+992C, U+992E, U+993D-993E, U+9942, U+9945, U+9949, U+994B-994C, U+9950-9952, U+9955, U+9997-9998, U+99A5, U+99AD-99AE, U+99BC, U+99D1, U+99D8, U+99DB, U+99DD, U+99DF, U+99E2, U+99ED-99EE, U+99F1-99F2, U+99F8, U+99FB, U+9A01, U+9A05, U+9A0F, U+9A19, U+9A2B, U+9A37, U+9A3E, U+9A40, U+9A42-9A43, U+9A45, U+9A4D, U+9A55, U+9A57, U+9A5B, U+9A5F, U+9A62, U+9A64-9A65, U+9A69-9A6B, U+9AAD, U+9AB0, U+9ABC, U+9AC0, U+9ACF, U+9AD1, U+9AD3-9AD4, U+9ADE-9ADF, U+9AE2-9AE3, U+9AE6, U+9AEB, U+9AEE-9AEF, U+9AF1, U+9AF4, U+9AF7, U+9AFB, U+9B06, U+9B18, U+9B1A, U+9B1F, U+9B22-9B23, U+9B25, U+9B27-9B2A, U+9B2E-9B2F, U+9B32, U+9B3B, U+9B43-9B44, U+9B4D-9B4F, U+9B51, U+9B58, U+9B74, U+9B83, U+9B91, U+9B93, U+9B96-9B97, U+9B9F-9BA0, U+9BA8, U+9BB4, U+9BB9, U+9BC0, U+9BC6, U+9BCA, U+9BCF, U+9BD1-9BD2, U+9BD4, U+9BE1-9BE4, U+9BF0-9BF2, U+9C04, U+9C06, U+9C08-9C0A, U+9C0C, U+9C12-9C15, U+9C1B, U+9C21, U+9C24-9C25, U+9C2E;
}

/* [ PretendardJP-Regular-subset03-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9C30, U+9C32, U+9C3A, U+9C3E, U+9C46-9C47, U+9C5A, U+9C60, U+9C67, U+9C76, U+9C78, U+9CE7, U+9CEB-9CEC, U+9CF0, U+9D03, U+9D06, U+9D08-9D09, U+9D12, U+9D15, U+9D1F, U+9D23, U+9D26, U+9D2A, U+9D3E-9D3F, U+9D41, U+9D44, U+9D46, U+9D48, U+9D50-9D51, U+9D59, U+9D5D-9D5E, U+9D64, U+9D6F, U+9D72, U+9D7A, U+9D87, U+9D89, U+9D9A, U+9DA4, U+9DA9, U+9DAB, U+9DAF, U+9DB2, U+9DB8, U+9DBA-9DBB, U+9DC1-9DC2, U+9DC4, U+9DC6, U+9DCF, U+9DD3, U+9DD9, U+9DE6, U+9DED, U+9DEF, U+9DF8, U+9DFD, U+9E1A-9E1B, U+9E1E, U+9E75, U+9E79, U+9E7D, U+9E81, U+9E88, U+9E8B-9E8C, U+9E91-9E92, U+9E95, U+9E9D, U+9EA5, U+9EA9-9EAA, U+9EAD, U+9EB8, U+9EBC, U+9EBE, U+9ECC, U+9ECE-9ED0, U+9ED4, U+9ED8, U+9EDC-9EDE, U+9EE0, U+9EE5, U+9EE8, U+9EEF, U+9EF4, U+9EF6-9EF7, U+9EF9, U+9EFB-9EFD, U+9F07-9F08, U+9F15, U+9F21, U+9F2C, U+9F3E, U+9F4A-9F4B, U+9F4E-9F4F, U+9F52, U+9F54, U+9F5F-9F61, U+9F63, U+9F66-9F67, U+9F6A, U+9F6C, U+9F72, U+9F76-9F77, U+9F95, U+9F9C-9F9D, U+9FA0, U+F900, U+F903, U+F907-F908, U+F90B, U+F90D-F90E, U+F910, U+F913-F914, U+F916-F917, U+F91A-F91B, U+F91E, U+F920, U+F924, U+F926, U+F92D;
}

/* [ PretendardJP-Regular-subset03-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset03-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset03-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F92F, U+F932-F933, U+F935, U+F93B-F93C, U+F942, U+F947, U+F94A, U+F94C, U+F950-F952, U+F954, U+F95A-F95C, U+F969, U+F96B, U+F978-F979, U+F97F, U+F982, U+F984-F987, U+F989, U+F98D, U+F990, U+F998, U+F9A7, U+F9A9, U+F9AE-F9B0, U+F9B3, U+F9B6-F9B9, U+F9BF-F9C0, U+F9C2, U+F9C5-F9C6, U+F9D2, U+F9D5-F9D6, U+F9E6, U+F9ED, U+F9F0, U+F9FB, U+FA07;
}

/* [ PretendardJP-Regular-subset04-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2F01, U+2F3E, U+2F5B, U+2F73, U+2F7B, U+2F87, U+2FAD, U+2FB7, U+2FC7-2FC8, U+2FCA, U+2FD0, U+2FD4, U+3D4E, U+4E28, U+4E6B, U+4E6D, U+4E76-4E77, U+4E90, U+4EDD, U+4EE1, U+4EFC, U+4F00, U+4F03, U+4F0B, U+4F39, U+4F48, U+4F56, U+4F7A, U+4F7E, U+4F81, U+4F84, U+4F8A, U+4F92, U+4F94, U+4F9A, U+4FC9, U+4FCD, U+4FD3, U+4FE0, U+4FF1, U+4FFF, U+5002, U+501C, U+501E, U+5022, U+5027, U+503B, U+5040, U+5042, U+5046, U+5070, U+5094, U+50D8, U+50F4, U+50FF, U+5106, U+514A, U+5164, U+5167, U+519D, U+51BE, U+51DE, U+51EC, U+5215, U+5261, U+529C, U+52A4, U+52A6, U+52AF, U+52C0, U+52D6, U+52DB, U+52FB, U+5300, U+5307, U+5324, U+5344, U+5368, U+5372, U+537D, U+5393, U+53B2, U+53DD, U+541E, U+5433, U+548A, U+549C, U+54A9, U+54FF, U+550E, U+551C, U+5535, U+555E, U+5586, U+5653, U+5699, U+56AC, U+56CA, U+56CD, U+574D, U+5759, U+5765, U+576E, U+5770, U+5775, U+577C, U+57AC, U+57C7-57C8, U+57F0, U+5808-5809, U+581E, U+5827, U+584F, U+5864, U+587C, U+5889, U+589E, U+58A9, U+58B2, U+58CE, U+590B, U+5914, U+5953, U+595B, U+595D, U+5963, U+596B, U+596D, U+5997, U+59A4, U+59BA, U+59C3, U+59DD, U+59EC, U+59EE, U+59F8, U+5A1B, U+5AA4, U+5AC4, U+5B05, U+5B56, U+5B7C, U+5B93, U+0F0000-0F0002;
}

/* [ PretendardJP-Regular-subset04-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5B96, U+5BAC, U+5BC0, U+5BD7-5BD8, U+5BEC, U+5BEF, U+5C19, U+5C1E, U+5C5B, U+5C62, U+5CA6, U+5CB5, U+5CBA, U+5CC0, U+5CF4-5CF5, U+5D0D, U+5D27, U+5D42, U+5D53, U+5D6D, U+5DA0, U+5DAA, U+5DB8-5DB9, U+5DD0, U+5DE2, U+5E3F, U+5E77, U+5EBE, U+5F21, U+5F34, U+5F3A, U+5F45, U+5F5B, U+5F67, U+5FB5, U+5FB7, U+5FDE, U+605D, U+6085, U+608A, U+60A4, U+60B0, U+60D5, U+60DE, U+60F2, U+6111, U+6120, U+6130, U+6137, U+6164, U+617D, U+6181, U+6198, U+6207, U+6213, U+6231, U+6236, U+623E, U+62A6, U+62D6, U+633B, U+637F, U+63ED, U+63F5, U+63F7, U+6414, U+6422, U+6451, U+6460, U+6479, U+6491, U+649D, U+64C4, U+64CA, U+64CE, U+64E5, U+6504, U+6522, U+654E, U+656D, U+657E, U+6585, U+65E3, U+65F4, U+65FC-65FD, U+65FF-6600, U+6609, U+6610-6611, U+6615, U+661E, U+6624, U+662E, U+6630-6631, U+663A-663B, U+6657, U+6659, U+665B, U+6665, U+666B, U+6673, U+6677-6678, U+6690, U+6699, U+66A0, U+66B2-66B3, U+66BB, U+66BF, U+66C6, U+66FA-66FB, U+670E, U+6766, U+677B, U+678F, U+6793, U+67B0, U+67BB, U+67BE, U+67C0, U+67D2, U+67F0, U+67F6, U+67FA, U+6801, U+6805, U+6812, U+682F, U+6844, U+6852, U+686D, U+688E, U+68A1, U+68C5, U+68C8, U+68CF, U+68E8, U+6927, U+6957, U+6963, U+6968;
}

/* [ PretendardJP-Regular-subset04-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6998, U+69A5, U+69E2, U+69EA, U+6A11, U+6A30, U+6A46, U+6A52-6A53, U+6A6B, U+6A73, U+6A7E, U+6A89, U+6AE2, U+6AE4, U+6AF6, U+6B0C, U+6B46, U+6B65, U+6B72, U+6B77, U+6BAE, U+6BC1, U+6BCF, U+6BD6-6BD7, U+6C3F, U+6C5C, U+6C6D, U+6C6F, U+6C76, U+6C85-6C87, U+6C94-6C95, U+6CAA, U+6CC2, U+6CDA, U+6CEB, U+6CEE, U+6D04, U+6D11, U+6D27, U+6D39, U+6D6F, U+6D7F, U+6D87, U+6D89, U+6D8D, U+6D91, U+6D96, U+6DAC, U+6DC3-6DC4, U+6DCF, U+6DDA, U+6DF2, U+6DF8, U+6DFC, U+6E17, U+6E27, U+6E32, U+6E34, U+6E36, U+6E39, U+6E3C-6E3D, U+6E44, U+6E5C, U+6E5E, U+6E73, U+6E7A, U+6EAB, U+6EB1, U+6EBF, U+6ECE, U+6F51, U+6F57, U+6F5A, U+6F5E, U+6F62, U+6F7D-6F7E, U+6F88, U+6F8D, U+6F90, U+6F94, U+6FA7, U+6FAE-6FAF, U+6FB5, U+6FBE, U+6FCA, U+6FDA, U+6FE9, U+6FF5, U+7005-7007, U+701C, U+7023, U+7028, U+702F, U+7037, U+7050, U+705D, U+7085, U+7098, U+709A, U+70A1, U+70A4, U+70AB, U+70B7, U+70BB, U+70D8, U+7104, U+710C, U+710F, U+711E, U+7130, U+7146-7147, U+714A, U+7150, U+715C, U+715E, U+7189, U+7192, U+71A2, U+71BA, U+71C1, U+71FE, U+7200, U+72B1, U+72BE, U+72C0, U+7324, U+7350, U+7352, U+7377, U+7386, U+738E, U+7394, U+7397-7398, U+739F, U+73A7, U+73AD, U+73B9;
}

/* [ PretendardJP-Regular-subset04-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+73BD, U+73C9, U+73CC, U+73CF, U+73D2, U+73D6, U+73D9, U+73DD, U+73E3-73E4, U+73E6, U+73E9, U+73F5, U+73F7, U+73F9, U+73FD, U+7401, U+7407, U+7413, U+741B, U+7420-7421, U+7426, U+7428-742C, U+742E-7430, U+7438, U+7440, U+7443-7444, U+744B, U+7457, U+7462, U+7465, U+7468, U+7482, U+7487, U+7489, U+7498, U+749C, U+749F, U+74A1, U+74A3, U+74A5, U+74A8, U+74AA, U+74B2, U+74B5, U+74B9, U+74BF, U+74C6, U+74D8, U+74DA, U+7501, U+751B, U+752F, U+7547, U+7553, U+756F, U+7575, U+757A, U+7600, U+7619, U+7626, U+764E, U+7664, U+7682, U+769B-769C, U+769E, U+76A6, U+76FC, U+7746, U+774D, U+7762, U+7821, U+782C, U+784E-784F, U+7864, U+787A, U+78BB, U+78CE, U+78F5, U+78FB, U+7916, U+7930, U+795B-795C, U+7991, U+7994, U+799B, U+79B1, U+79CA, U+7A05, U+7A36, U+7AD1, U+7AD7, U+7AE7, U+7AEB, U+7B2D, U+7B60, U+7B7D, U+7B9E, U+7BD2, U+7C1E, U+7D07-7D08, U+7D48, U+7D5C, U+7D6A, U+7D7F, U+7D8E, U+7DA0, U+7DB7, U+7DD6, U+7DE3, U+7E15, U+7E1D, U+7E2F, U+7E47, U+7E52, U+7E61, U+7E6B, U+7E8A, U+7E98, U+7F47, U+7FA1, U+7FCE, U+7FDF, U+8009, U+802D, U+8043, U+8118, U+812B, U+8221, U+8245, U+828E, U+829A, U+82A9, U+82AE, U+82B7, U+82BC, U+82BF, U+82D5;
}

/* [ PretendardJP-Regular-subset04-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+82FD-82FE, U+8301, U+8346-8347, U+8351, U+8362, U+837F, U+8398, U+83A9, U+83C7, U+83C9, U+83F6, U+83F9, U+840A, U+8448, U+84B4, U+84C0, U+84C2, U+84DC, U+851E, U+8523, U+8525, U+852F, U+853E-853F, U+8553, U+8559, U+856B, U+858F, U+85B0, U+85CE, U+85FF, U+865B, U+87EC, U+8807, U+881F, U+88F5, U+8918-8919, U+891C, U+8A12, U+8A37, U+8A75, U+8A79, U+8AA7, U+8AAA, U+8ABE, U+8ADF, U+8AEA, U+8AF6, U+8B53, U+8B7F, U+8CF0, U+8CF4, U+8D12, U+8D76, U+8DC6, U+8EC0, U+8ECF, U+8F1E, U+8F27, U+8F5D, U+8FA6, U+8FF2, U+9002, U+9008, U+905D, U+9067, U+9088, U+9095, U+9099, U+90A2, U+90B0, U+90DE, U+9115, U+9127, U+91AC, U+91AE, U+91B1, U+91D7, U+91DA, U+91DE, U+91E4-91E5, U+91EA, U+91ED-91EE, U+9206, U+920A, U+9210, U+9212, U+9217, U+9239-923A, U+923C, U+9240, U+924E, U+9251, U+9259, U+9265, U+9267, U+9277-9278, U+9288, U+92A7, U+92B3, U+92B6, U+92CC, U+92D0, U+92D3, U+92D5, U+92D7, U+92D9, U+92E0, U+92E7, U+92F9, U+92FB, U+92FF, U+9302, U+9304, U+931D-931F, U+9321, U+9324-9325, U+9348, U+934A, U+9357, U+9370, U+93A3-93A4, U+93C6, U+93DE, U+93F6, U+93F8, U+9404, U+9425, U+9431, U+9445, U+9448, U+9592, U+95B1, U+969D, U+96AF, U+96E9, U+96EF, U+9733, U+973B;
}

/* [ PretendardJP-Regular-subset04-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset04-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset04-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9743, U+974D, U+974F, U+9751, U+9755, U+9777, U+9800, U+980A, U+9839, U+9857, U+985A, U+9865, U+98C7, U+98E1, U+9927, U+994D, U+9954, U+999D-999E, U+99B1, U+99B9, U+99D9, U+9A08, U+9A36, U+9A4E, U+9A52, U+9AD9, U+9ADC, U+9AE5, U+9B72, U+9B75, U+9B8F, U+9BB1, U+9BBB, U+9C00, U+9C49, U+9D6B, U+9D70, U+9DD7, U+9E19, U+9E7C, U+9EB4-9EB5, U+9EC3, U+9ED1, U+9F90, U+F927, U+F930, U+F93D-F93F, U+F94B, U+F94D, U+F95F, U+F964, U+F96F, U+F98B-F98C, U+F994-F995, U+F99B, U+F9A1, U+F9A5, U+F9AA, U+F9C8, U+F9EF, U+F9FA, U+FA0E-FA11, U+FA13-FA15, U+FA18, U+FA1F-FA21, U+FA23-FA25, U+FA27-FA29, U+FA2D-FA2E, U+FA40, U+FA56, U+FA69;
}

/* [ PretendardJP-Regular-subset05-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-01.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0-00D6;
}

/* [ PretendardJP-Regular-subset05-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+00D7-0148, U+014A-016D;
}

/* [ PretendardJP-Regular-subset05-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+016E-01C3, U+01C5-0204;
}

/* [ PretendardJP-Regular-subset05-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0205-029A;
}

/* [ PretendardJP-Regular-subset05-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-05.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+029B-031E, U+0321-0332;
}

/* [ PretendardJP-Regular-subset05-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+0333-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03D1;
}

/* [ PretendardJP-Regular-subset05-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+03D2-03E1, U+03F0-0475;
}

/* [ PretendardJP-Regular-subset05-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0476-049D, U+04A0-04FF, U+052F, U+0E3F, U+1D43, U+1D47-1D49, U+1D4D, U+1D4F-1D50, U+1D52, U+1D56-1D58, U+1D5B;
}

/* [ PretendardJP-Regular-subset05-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1D62-1D65, U+1D9C, U+1DA0, U+1DBB, U+1DBF-1DF5, U+1DFC-1E53;
}

/* [ PretendardJP-Regular-subset05-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1E54-1EE9;
}

/* [ PretendardJP-Regular-subset05-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1EEA-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1F8D;
}

/* [ PretendardJP-Regular-subset05-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1F8E-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200D, U+2010-2027, U+202F-2035;
}

/* [ PretendardJP-Regular-subset05-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2036-2060, U+2070-2071, U+2074-208E, U+2090-209C, U+20A0-20BF, U+20DB-20DE, U+20E8, U+20F0, U+2100-2101, U+2103, U+2105-2106, U+2109, U+2113, U+2116-2117, U+211E-2123, U+2126, U+212A-212B, U+212E, U+2132, U+213B, U+214D, U+214F, U+2153, U+215A-215C;
}

/* [ PretendardJP-Regular-subset05-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+215D-2188;
}

/* [ PretendardJP-Regular-subset07-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AC02-AC03, U+AC05-AC06, U+AC0C-AC0F, U+AC18, U+AC1E-AC1F, U+AC21-AC22, U+AC25-AC2B, U+AC2E, U+AC32-AC37, U+AC3A-AC3B, U+AC3D-AC3F, U+AC41-AC4A, U+AC4C, U+AC4E-AC53, U+AC55-AC57, U+AC59-AC5B, U+AC5D-AC64, U+AC66-AC6F, U+AC72-AC73, U+AC75-AC76, U+AC79, U+AC7B-AC7F, U+AC87-AC88, U+AC8E-AC8F, U+AC91-AC93, U+AC95-AC9B, U+AC9E, U+ACA2-ACA7, U+ACAB, U+ACAD-ACAE, U+ACB1-ACB6, U+ACBA, U+ACBE, U+ACC0, U+ACC2-ACC3, U+ACC5-ACC7, U+ACC9-ACCB, U+ACCD-ACD4, U+ACD6, U+ACD9-ACDF, U+ACE2-ACE3, U+ACE5-ACE6, U+ACE9, U+ACEB, U+ACED-ACEE, U+ACF2, U+ACF4;
}

/* [ PretendardJP-Regular-subset07-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ACF7-ACF8, U+ACFA-ACFB, U+ACFE-ACFF, U+AD01-AD03, U+AD05, U+AD07-AD0B, U+AD0E, U+AD13-AD17, U+AD19-AD1B, U+AD1D-AD1F, U+AD21, U+AD23-AD28, U+AD2A-AD2B, U+AD2E-AD33, U+AD36-AD37, U+AD39-AD3B, U+AD3D-AD43, U+AD46, U+AD48, U+AD4A-AD4F, U+AD51-AD53, U+AD55-AD57, U+AD59-AD5F, U+AD62, U+AD64, U+AD66-AD6B, U+AD6E-AD6F, U+AD71-AD72, U+AD77-AD7A, U+AD7E, U+AD80, U+AD84-AD87, U+AD8A-AD8B, U+AD8D-AD8F, U+AD91-AD9B, U+AD9E-ADA3, U+ADA5-ADB6, U+ADB9-ADBF, U+ADC2-ADC3, U+ADC5-ADC7, U+ADC9;
}

/* [ PretendardJP-Regular-subset07-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ADCA-ADCF, U+ADD2, U+ADD4, U+ADD6-ADDB, U+ADDD-ADDF, U+ADE1-ADE3, U+ADE5-ADEB, U+ADEE-ADF7, U+ADFA-ADFB, U+ADFD-ADFE, U+AE03-AE06, U+AE0A, U+AE0C, U+AE0E, U+AE10, U+AE12, U+AE15-AE17, U+AE19-AE28, U+AE2A-AE2F, U+AE32-AE33, U+AE35-AE36, U+AE39, U+AE3B-AE3F, U+AE42, U+AE47-AE49, U+AE4B, U+AE4F, U+AE51-AE53, U+AE55, U+AE57-AE5B, U+AE5E, U+AE62-AE64, U+AE66-AE67, U+AE6A-AE6B, U+AE6D-AE6E, U+AE71-AE77, U+AE7A, U+AE7E-AE83, U+AE87-AE8B, U+AE8E-AE9F, U+AEA1-AEA3;
}

/* [ PretendardJP-Regular-subset07-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AEA5-AEBB, U+AEBF, U+AEC1-AEC3, U+AEC5-AECB, U+AECE, U+AED2, U+AED4, U+AED6-AED7, U+AEDA-AEDB, U+AEDD-AEE7, U+AEE9-AEEA, U+AEEC, U+AEEE-AEF3, U+AEF5-AEF7, U+AEF9-AEFB, U+AEFD-AF06, U+AF0A-AF0C, U+AF0E-AF0F, U+AF11-AF2B, U+AF2E-AF2F, U+AF31, U+AF35-AF3B, U+AF3E, U+AF40, U+AF44, U+AF46-AF47, U+AF4A-AF4B, U+AF4D-AF4F, U+AF51-AF5B, U+AF5E-AF63, U+AF66-AF67, U+AF69-AF6A;
}

/* [ PretendardJP-Regular-subset07-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AF6B-AF77, U+AF7A-AF7F, U+AF81-AF83, U+AF85-AF87, U+AF89-AF8F, U+AF92-AF94, U+AF96-AF9B, U+AF9D-AFB7, U+AFBA-AFBB, U+AFBD-AFBF, U+AFC1-AFC6, U+AFCA, U+AFCC, U+AFD0-AFD3, U+AFD5-AFD7, U+AFD9-AFDB, U+AFDD-AFE7, U+AFEA-AFEF, U+AFF2-AFF3, U+AFF5-AFF7, U+AFF9-AFFF, U+B002-B003, U+B005-B00B, U+B00D-B00F, U+B011-B013, U+B015-B01B, U+B01E-B025;
}

/* [ PretendardJP-Regular-subset07-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B026-B027, U+B029-B02F, U+B031-B03B, U+B03D-B043, U+B046-B047, U+B049, U+B04B, U+B04D, U+B04F-B052, U+B056, U+B058, U+B05A-B05C, U+B05E-B05F, U+B061-B063, U+B065-B07B, U+B07E-B07F, U+B081-B083, U+B085-B08B, U+B08E, U+B092-B097, U+B09B, U+B09D-B09E, U+B0A3-B0A7, U+B0AA, U+B0B0, U+B0B2, U+B0B6-B0B7, U+B0B9-B0BA, U+B0BD-B0C3, U+B0C6, U+B0CA-B0CF, U+B0D2-B0D3, U+B0D5-B0D6, U+B0D9-B0DF, U+B0E2, U+B0E4, U+B0E6-B0EB, U+B0ED-B0FA;
}

/* [ PretendardJP-Regular-subset07-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B0FB-B107, U+B10A, U+B10D-B10E, U+B114-B117, U+B11A, U+B11E-B121, U+B126-B127, U+B129-B12A, U+B12D-B133, U+B136, U+B13A-B13D, U+B13F, U+B142-B143, U+B145-B146, U+B149-B14F, U+B152-B153, U+B156-B157, U+B159-B15B, U+B15D-B15F, U+B161-B170, U+B172-B177, U+B17A-B17B, U+B17D-B17F, U+B183-B187, U+B18A, U+B18C, U+B18E-B190, U+B195-B197, U+B199-B19B, U+B19D-B1A4, U+B1A6-B1A7, U+B1A9-B1AF, U+B1B1-B1C3, U+B1C5-B1CB, U+B1CE;
}

/* [ PretendardJP-Regular-subset07-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B1CF, U+B1D1-B1D3, U+B1D5-B1DB, U+B1DE, U+B1E0, U+B1E2-B1E7, U+B1EA-B1EB, U+B1ED-B1EF, U+B1F1-B1F7, U+B1FA, U+B1FC, U+B1FE-B203, U+B206-B207, U+B209-B20A, U+B20E-B213, U+B216, U+B218, U+B21A-B21C, U+B21E-B21F, U+B221-B233, U+B235-B23B, U+B23D-B257, U+B259-B25B, U+B25D-B25F, U+B261-B267, U+B26A-B273, U+B276-B27A, U+B27D-B283, U+B286-B288, U+B28A-B28C;
}

/* [ PretendardJP-Regular-subset07-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B28D-B28F, U+B292-B293, U+B295-B296, U+B29B-B29F, U+B2A2, U+B2A4, U+B2A8-B2A9, U+B2AD-B2AF, U+B2B1-B2B3, U+B2B5-B2BB, U+B2BD-B2BE, U+B2C0, U+B2C2-B2C7, U+B2CA-B2CB, U+B2CD-B2CE, U+B2D1, U+B2D3-B2D7, U+B2DA, U+B2DC, U+B2DF, U+B2E1, U+B2E3, U+B2E7, U+B2E9-B2EA, U+B2F0-B2F2, U+B2F6, U+B2FC, U+B2FE, U+B302-B303, U+B305-B307, U+B309-B30F, U+B312, U+B317-B31B, U+B31D-B31F, U+B321-B330, U+B332-B353, U+B357, U+B359-B35A, U+B35D, U+B360-B363, U+B366, U+B368, U+B36A, U+B36C-B36D, U+B372-B373, U+B375-B376;
}

/* [ PretendardJP-Regular-subset07-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B377, U+B379-B37F, U+B382, U+B386-B38B, U+B38D-B38F, U+B391-B393, U+B395-B39F, U+B3A2-B3A7, U+B3A9-B3AB, U+B3AD-B3C3, U+B3C6-B3C7, U+B3C9-B3CA, U+B3CD, U+B3CF, U+B3D1-B3D3, U+B3D6, U+B3D8, U+B3DA, U+B3DC, U+B3DE-B3DF, U+B3E1-B3E3, U+B3E5-B3E7, U+B3E9-B3FB, U+B3FD-B40E, U+B411-B417, U+B419-B41B, U+B41D-B41F, U+B421-B427, U+B42A, U+B42E-B433, U+B435;
}

/* [ PretendardJP-Regular-subset07-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B436-B44F, U+B452-B453, U+B455-B456, U+B459, U+B45B-B45F, U+B462, U+B464, U+B466-B46B, U+B46D-B47F, U+B481-B487, U+B489-B498, U+B49A-B49C, U+B49E-B4A3, U+B4A5-B4A7, U+B4A9-B4AB, U+B4AD-B4B4, U+B4B6, U+B4BA-B4BF, U+B4C1-B4C3, U+B4C5-B4C7, U+B4C9-B4CF, U+B4D1-B4D4, U+B4D6-B4DB, U+B4DE-B4DF, U+B4E1-B4E2, U+B4E8-B4EB, U+B4EE, U+B4F0, U+B4F2;
}

/* [ PretendardJP-Regular-subset07-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B4F3-B4F7, U+B4F9-B4FB, U+B4FD-B4FF, U+B501-B513, U+B516-B517, U+B519-B51A, U+B51D-B523, U+B526, U+B52C-B52D, U+B52F, U+B533, U+B535-B536, U+B539-B53F, U+B542, U+B546-B54A, U+B54E-B54F, U+B551-B553, U+B555-B55B, U+B55E, U+B562-B583, U+B585-B587, U+B589-B593, U+B595-B598, U+B59A-B59F, U+B5A2-B5A3, U+B5A5-B5A7, U+B5A9, U+B5AC-B5AF, U+B5B2, U+B5B6-B5BA, U+B5BE-B5BF;
}

/* [ PretendardJP-Regular-subset07-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B5C1-B5C3, U+B5C5-B5CB, U+B5CE, U+B5D2-B5D7, U+B5D9-B5EB, U+B5ED-B60F, U+B612-B613, U+B615-B617, U+B619-B61F, U+B622, U+B624, U+B626-B62B, U+B62E-B62F, U+B631-B633, U+B635-B646, U+B649-B65B, U+B65D-B663, U+B665-B667, U+B669-B66F;
}

/* [ PretendardJP-Regular-subset07-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B670-B69B, U+B69E-B69F, U+B6A1-B6A3, U+B6A5-B6A6, U+B6A8-B6AA, U+B6AD-B6AE, U+B6B0, U+B6B2-B6B7, U+B6B9-B6D3, U+B6D5-B6EF, U+B6F1-B6F3, U+B6F5-B6F7, U+B6F9-B6FF, U+B702-B703, U+B706-B70B, U+B70D-B718;
}

/* [ PretendardJP-Regular-subset07-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B719-B727, U+B72A-B72B, U+B72D-B72E, U+B731-B732, U+B734-B737, U+B73A, U+B73C, U+B73F-B742, U+B745-B747, U+B749-B74B, U+B74D-B753, U+B756-B75F, U+B762-B763, U+B765-B767, U+B769-B76F, U+B772, U+B774, U+B776-B77B, U+B77E-B77F, U+B781-B782, U+B785-B78B, U+B78E, U+B793-B795, U+B79A-B79B, U+B79D-B79E, U+B7A1-B7A7, U+B7AA, U+B7AE-B7AF, U+B7B1, U+B7B3, U+B7B6-B7B7, U+B7B9-B7C4, U+B7C6, U+B7C8, U+B7CA-B7CF, U+B7D1-B7D3, U+B7D5-B7E8;
}

/* [ PretendardJP-Regular-subset07-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B7E9-B7EB, U+B7EE-B7EF, U+B7F1, U+B7F5-B7FB, U+B7FE, U+B802-B806, U+B80A-B80B, U+B80D-B80F, U+B811-B817, U+B81A, U+B81E-B823, U+B826-B827, U+B829-B82A, U+B82D-B833, U+B836, U+B83A-B83F, U+B841-B843, U+B845-B850, U+B852, U+B854-B85B, U+B85E-B85F, U+B861-B862, U+B865-B86B, U+B86E, U+B870, U+B872-B877, U+B87A-B87B, U+B87D-B88C, U+B88E-B893, U+B895-B8A7, U+B8A9-B8AF, U+B8B1;
}

/* [ PretendardJP-Regular-subset07-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B8B2-B8B3, U+B8B5-B8B7, U+B8B9-B8BF, U+B8C2, U+B8C4, U+B8C6-B8CB, U+B8CD-B8CF, U+B8D1-B8D3, U+B8D5-B8DC, U+B8DE, U+B8E0, U+B8E2-B8E7, U+B8EA-B8EB, U+B8ED-B8EF, U+B8F1-B8F7, U+B8FA, U+B8FC, U+B8FE-B903, U+B905-B907, U+B909-B917, U+B919-B91F, U+B921-B923, U+B925-B93B, U+B93E-B93F, U+B941-B943, U+B945-B94B, U+B94D-B94E, U+B950, U+B952-B957, U+B95A-B95B, U+B95D-B95F, U+B961-B967, U+B96A, U+B96C, U+B96E-B96F;
}

/* [ PretendardJP-Regular-subset07-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B970-B973, U+B976-B977, U+B979-B97B, U+B97D-B983, U+B986, U+B988, U+B98B-B98C, U+B991-B993, U+B995-B9AB, U+B9AE-B9AF, U+B9B1-B9B3, U+B9B5-B9BB, U+B9BE, U+B9C2-B9C5, U+B9C7, U+B9CA-B9CB, U+B9CD, U+B9D3, U+B9D5-B9D7, U+B9DA, U+B9E0, U+B9E6-B9E7, U+B9E9-B9EA, U+B9ED-B9F3, U+B9F6, U+B9FC, U+B9FE-B9FF, U+BA02-BA03, U+BA05-BA07, U+BA09-BA0F, U+BA11-BA14, U+BA16-BA37, U+BA3A-BA3B, U+BA3D-BA3F, U+BA41, U+BA43-BA47, U+BA4A;
}

/* [ PretendardJP-Regular-subset07-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BA4F-BA52, U+BA56-BA57, U+BA59-BA5A, U+BA5D-BA63, U+BA66, U+BA6A, U+BA6C-BA6F, U+BA72-BA73, U+BA75-BA76, U+BA79-BA82, U+BA86, U+BA88-BA8B, U+BA8D-BA8F, U+BA91-BAA7, U+BAAA, U+BAAD-BAAE, U+BAB3-BAB7, U+BABA, U+BABC, U+BABE-BAC3, U+BAC5-BAC7, U+BAC9-BAD7, U+BADA-BADF, U+BAE1-BAF3, U+BAF5-BAFB, U+BAFD-BAFF, U+BB01-BB03, U+BB05-BB0B, U+BB0E, U+BB10, U+BB12-BB14;
}

/* [ PretendardJP-Regular-subset07-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BB15-BB17, U+BB19-BB1B, U+BB1D-BB1F, U+BB21-BB28, U+BB2A, U+BB2C-BB33, U+BB37, U+BB39-BB3A, U+BB3F-BB43, U+BB46, U+BB48, U+BB4A-BB4C, U+BB4E, U+BB51-BB53, U+BB55-BB57, U+BB59-BB60, U+BB62, U+BB66-BB6B, U+BB6D-BB87, U+BB89, U+BB8B, U+BB8D-BB8F, U+BB91-BB98, U+BB9A, U+BB9C-BBA3, U+BBA5-BBA7, U+BBA9-BBAB, U+BBAD-BBB3, U+BBB5-BBB6, U+BBB8, U+BBBA-BBBF, U+BBC2-BBC3, U+BBC5-BBC7, U+BBC9-BBCF, U+BBD2, U+BBD4, U+BBD6-BBD9;
}

/* [ PretendardJP-Regular-subset07-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BBDA-BBDB, U+BBDD-BBDF, U+BBE1-BBEC, U+BBEE-BBF0, U+BBF2-BBF7, U+BBFA-BBFB, U+BBFD-BBFE, U+BC01, U+BC03-BC07, U+BC0A, U+BC0E, U+BC10, U+BC12-BC13, U+BC19-BC1A, U+BC20-BC22, U+BC26, U+BC2A, U+BC2C, U+BC2E-BC2F, U+BC33, U+BC35-BC36, U+BC39-BC3F, U+BC42, U+BC46-BC48, U+BC4A-BC4B, U+BC4E-BC4F, U+BC51-BC5B, U+BC5E, U+BC60, U+BC62-BC83, U+BC86-BC87, U+BC89-BC8A, U+BC8D, U+BC8F-BC93, U+BC96, U+BC9B-BC9C, U+BC9E, U+BCA2-BCA3, U+BCA5-BCA6, U+BCA9-BCAF, U+BCB2, U+BCB6-BCBB, U+BCBE-BCBF;
}

/* [ PretendardJP-Regular-subset07-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BCC1-BCC3, U+BCC5-BCCB, U+BCCE, U+BCD2, U+BCD4, U+BCD6-BCD7, U+BCD9-BCDB, U+BCDD-BCF3, U+BCF7, U+BCF9-BCFA, U+BD00-BD03, U+BD06, U+BD08, U+BD0A-BD0F, U+BD11-BD13, U+BD15-BD22, U+BD26-BD2B, U+BD2D-BD3F, U+BD41-BD47, U+BD4A-BD4B, U+BD4D-BD4F, U+BD51-BD57, U+BD5A-BD5B, U+BD5D-BD63, U+BD65-BD67, U+BD69-BD73, U+BD75-BD7E;
}

/* [ PretendardJP-Regular-subset07-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BD7F, U+BD82-BD83, U+BD85-BD86, U+BD8B-BD8F, U+BD92, U+BD96-BD98, U+BD9B, U+BD9E-BD9F, U+BDA1-BDA3, U+BDA5-BDAC, U+BDAE-BDAF, U+BDB1-BDB3, U+BDB5-BDB7, U+BDB9-BDC0, U+BDC2-BDD3, U+BDD6-BDD7, U+BDD9-BDDB, U+BDDD-BDE4, U+BDE6-BDE8, U+BDEA-BDEF, U+BDF1-BDF3, U+BDF5-BDF7, U+BDF9-BDFF, U+BE02, U+BE04, U+BE06-BE0B, U+BE0E-BE0F, U+BE11-BE13, U+BE16-BE1B, U+BE1E, U+BE20, U+BE22-BE27, U+BE2A-BE2F, U+BE31-BE3C, U+BE3E-BE43, U+BE46-BE47;
}

/* [ PretendardJP-Regular-subset07-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BE49-BE4A, U+BE4D, U+BE4F-BE53, U+BE56, U+BE5C-BE5F, U+BE62-BE63, U+BE65-BE66, U+BE6B-BE6F, U+BE72, U+BE76-BE7A, U+BE7F, U+BE81-BE83, U+BE85-BE8B, U+BE8E, U+BE92-BE97, U+BE9A-BE9B, U+BE9D-BEA7, U+BEA9-BECF, U+BED2-BED3, U+BED5-BED6, U+BEDA-BEDF, U+BEE1-BEE2, U+BEE6-BEEB, U+BEED-BEEF, U+BEF1-BF00, U+BF02-BF07, U+BF0A-BF0B, U+BF0D-BF13;
}

/* [ PretendardJP-Regular-subset07-25 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-25.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-25.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BF14-BF17, U+BF1A, U+BF1E-BF3F, U+BF42-BF43, U+BF45-BF47, U+BF49-BF4F, U+BF52, U+BF54, U+BF56-BF93, U+BF95-BFAF, U+BFB2-BFB9;
}

/* [ PretendardJP-Regular-subset07-26 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-26.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-26.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BFBA-BFC4, U+BFC6-BFCB, U+BFCE-BFCF, U+BFD1-BFD3, U+BFD6-BFDB, U+BFDE, U+BFE0, U+BFE2-C01F, U+C021-C03B, U+C03D-C050, U+C052-C057, U+C059-C05B, U+C05D-C05E;
}

/* [ PretendardJP-Regular-subset07-27 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-27.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-27.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C05F, U+C061-C067, U+C06A-C06C, U+C06E-C08F, U+C092-C093, U+C095-C097, U+C099-C09F, U+C0A2, U+C0A4, U+C0A6-C0AB, U+C0AE, U+C0B1-C0B2, U+C0B7-C0BB, U+C0BE, U+C0C2-C0C4, U+C0C7, U+C0CA-C0CB, U+C0CD-C0CE, U+C0D1-C0D7, U+C0DA, U+C0DE-C0E3, U+C0E6-C0E7, U+C0E9-C0EB, U+C0ED-C0F3, U+C0F6, U+C0F8, U+C0FA-C0FD, U+C0FF, U+C102-C103, U+C105-C107, U+C109-C10F, U+C111-C114, U+C116-C11B, U+C121-C122, U+C125, U+C128-C12B, U+C12E, U+C132-C135, U+C137;
}

/* [ PretendardJP-Regular-subset07-28 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-28.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-28.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C13A-C13B, U+C13D-C13E, U+C141-C147, U+C14A, U+C14E-C150, U+C152-C153, U+C156-C157, U+C159-C15B, U+C15D-C163, U+C166, U+C16A-C16F, U+C172-C173, U+C175-C177, U+C179-C17F, U+C182-C184, U+C186-C18B, U+C18F, U+C191-C192, U+C195, U+C197-C19B, U+C19E, U+C1A0, U+C1A2-C1A4, U+C1A6-C1A7, U+C1AA-C1AB, U+C1AD-C1AF, U+C1B1-C1BC, U+C1BE-C1C3, U+C1C5-C1C7, U+C1C9-C1CB, U+C1CD-C1D3, U+C1D5-C1D6, U+C1D9-C1DF, U+C1E1-C1E3, U+C1E5-C1E7, U+C1E9-C1EF, U+C1F2, U+C1F6-C1FB, U+C1FE-C1FF, U+C201-C203, U+C205-C20B;
}

/* [ PretendardJP-Regular-subset07-29 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-29.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-29.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C20E, U+C210, U+C212-C215, U+C217, U+C21A-C21B, U+C21D-C21E, U+C221-C227, U+C22A, U+C22C, U+C22E, U+C230, U+C233, U+C235-C247, U+C249-C24F, U+C252-C253, U+C255-C257, U+C259-C25F, U+C261-C264, U+C266-C26B, U+C26E-C26F, U+C271-C273, U+C275-C27B, U+C27E, U+C280, U+C282-C287, U+C28A-C28B, U+C28D-C28F, U+C291-C297, U+C299-C29A, U+C29C, U+C29E-C2A3, U+C2A6-C2A7, U+C2A9-C2AA, U+C2AE-C2B1, U+C2B3, U+C2B6, U+C2B8, U+C2BA-C2BF, U+C2C2-C2D6;
}

/* [ PretendardJP-Regular-subset07-30 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-30.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-30.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C2D7-C2DB, U+C2DE-C2DF, U+C2E1-C2E2, U+C2E6-C2EA, U+C2EE, U+C2F2, U+C2F4-C2F5, U+C2F7, U+C2FA, U+C2FD-C2FE, U+C301-C307, U+C30A-C30B, U+C30E-C312, U+C316-C317, U+C319-C31B, U+C31D-C323, U+C326-C327, U+C32A-C32F, U+C332-C344, U+C346-C367, U+C36A-C36B, U+C36D-C36F, U+C371, U+C373-C377, U+C37A-C37B, U+C37E-C381, U+C383, U+C386-C387, U+C389-C38B, U+C38D-C393, U+C395-C39F;
}

/* [ PretendardJP-Regular-subset07-31 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-31.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-31.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C3A1-C3A3, U+C3A5-C3B4, U+C3B6-C3BB, U+C3BD-C3BF, U+C3C1-C3D7, U+C3DB, U+C3DD-C3DE, U+C3E1, U+C3E3-C3E7, U+C3EA-C3EC, U+C3EE-C3F3, U+C3F6-C3F7, U+C3F9-C3FB, U+C3FD-C407, U+C409-C40A, U+C40C-C40F, U+C411-C423, U+C425-C42B, U+C42D-C42F, U+C431-C433, U+C435-C43B, U+C43E-C43F, U+C441-C447, U+C449-C453;
}

/* [ PretendardJP-Regular-subset07-32 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-32.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-32.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C454-C45C, U+C45E-C463, U+C466-C467, U+C469-C46B, U+C46D-C473, U+C476-C478, U+C47A-C47F, U+C481-C48F, U+C491-C493, U+C495-C49B, U+C49D-C49F, U+C4A1-C4AB, U+C4AD-C4B7, U+C4B9-C4BB, U+C4BD-C4D3, U+C4D5-C4E8, U+C4EA-C4EF, U+C4F2-C4F3, U+C4F5-C4F7, U+C4F9, U+C4FB-C4FE, U+C502, U+C504;
}

/* [ PretendardJP-Regular-subset07-33 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-33.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-33.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C505-C50B, U+C50D-C50F, U+C511-C513, U+C515-C51B, U+C51D-C527, U+C52A, U+C52D-C52F, U+C531-C537, U+C53A, U+C53E, U+C540-C543, U+C546-C547, U+C550-C552, U+C556, U+C55A-C55B, U+C55F, U+C562-C563, U+C565-C567, U+C569-C56F, U+C572, U+C576-C57B, U+C57E-C57F, U+C581-C583, U+C585-C586, U+C588-C58B, U+C58E, U+C592-C594, U+C596, U+C599-C59B, U+C59D-C59F, U+C5A1-C5A8, U+C5AA-C5AB, U+C5AE-C5B3, U+C5B6-C5B7, U+C5BF-C5C3, U+C5CB, U+C5CD, U+C5D2-C5D3, U+C5D5-C5D7, U+C5D9-C5DF, U+C5E2, U+C5E6-C5EB, U+C5EF, U+C5F1-C5F3, U+C5F5, U+C5F8-C5FA;
}

/* [ PretendardJP-Regular-subset07-34 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-34.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-34.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C5FB, U+C602-C604, U+C609-C60B, U+C60D-C60E, U+C611-C617, U+C61A, U+C61E-C623, U+C627, U+C629-C62A, U+C631-C632, U+C636, U+C638, U+C63A, U+C63C-C63F, U+C642-C643, U+C645-C647, U+C649-C64D, U+C64F, U+C652, U+C656-C657, U+C659-C65B, U+C65E-C65F, U+C661-C66B, U+C66E, U+C672-C677, U+C67A-C67B, U+C67D-C67F, U+C681-C687, U+C68A, U+C68E-C693, U+C696-C697, U+C699-C69B, U+C69D-C6A3, U+C6A6, U+C6A8, U+C6AA-C6AF, U+C6B2-C6B3, U+C6B5-C6B6, U+C6BB-C6BF, U+C6C4, U+C6C6, U+C6C8-C6CB, U+C6CE-C6CF, U+C6D1-C6D3, U+C6D5-C6DB, U+C6DE, U+C6E2-C6E7, U+C6EA-C6EB, U+C6ED-C6EF;
}

/* [ PretendardJP-Regular-subset07-35 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-35.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-35.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C6F1-C6F7, U+C6FA, U+C6FC, U+C6FE-C703, U+C706-C707, U+C709-C70B, U+C70D-C713, U+C716, U+C71A-C71F, U+C722-C723, U+C725-C727, U+C729-C72F, U+C732, U+C734, U+C736, U+C738-C73B, U+C73F, U+C741-C742, U+C745-C746, U+C748-C749, U+C74B, U+C750, U+C759-C75B, U+C75D-C75F, U+C761-C767, U+C76A, U+C76E-C773, U+C776-C777, U+C779-C77A, U+C77F-C782, U+C786, U+C78B, U+C78F, U+C792-C793, U+C795, U+C799, U+C79B-C79F, U+C7A2, U+C7A7-C7AB, U+C7AE-C7AF, U+C7B1-C7B3, U+C7B5-C7BB, U+C7BE, U+C7C2-C7C7, U+C7CA-C7CB, U+C7CD, U+C7CF, U+C7D1-C7D7, U+C7D9-C7DC, U+C7DE-C7E3, U+C7E5-C7E6;
}

/* [ PretendardJP-Regular-subset07-36 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-36.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-36.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C7E7, U+C7E9-C7EB, U+C7ED-C7F4, U+C7F6-C7FF, U+C803, U+C805-C806, U+C80C-C80F, U+C812, U+C817-C81B, U+C81E-C81F, U+C821-C823, U+C825-C82B, U+C82E, U+C830, U+C832-C837, U+C83A-C83B, U+C83D-C83F, U+C841, U+C843-C847, U+C84A, U+C84E-C853, U+C855-C86F, U+C872-C873, U+C875-C877, U+C879, U+C87B-C87F, U+C882, U+C884, U+C888-C88A, U+C88E-C88F, U+C891-C893, U+C895-C89C, U+C89E, U+C8A0, U+C8A2-C8A5, U+C8A7, U+C8A9-C8AB, U+C8AD-C8B7;
}

/* [ PretendardJP-Regular-subset07-37 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-37.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-37.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C8B8-C8BB, U+C8BE-C8C3, U+C8C6-C8C7, U+C8C9-C8CB, U+C8CD-C8D3, U+C8D6, U+C8D8, U+C8DA-C8DF, U+C8E2-C8E3, U+C8E5-C8F4, U+C8F6-C8FB, U+C8FE-C8FF, U+C901-C903, U+C907-C90B, U+C90E, U+C910, U+C912-C917, U+C919-C92B, U+C92D-C933, U+C935-C94F, U+C952-C953, U+C955-C957, U+C959-C95F, U+C962, U+C964-C96B, U+C96E-C96F, U+C971-C972;
}

/* [ PretendardJP-Regular-subset07-38 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-38.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-38.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C973, U+C975-C97B, U+C97D-C980, U+C982-C987, U+C98A-C98B, U+C98D-C98F, U+C991, U+C993-C997, U+C99A, U+C99C, U+C99E-C9A3, U+C9A5-C9BF, U+C9C2-C9C3, U+C9C5-C9C6, U+C9C9, U+C9CB-C9CF, U+C9D2, U+C9D8, U+C9DB, U+C9DE-C9DF, U+C9E1, U+C9E5-C9E6, U+C9E8-C9EB, U+C9EE, U+C9F3-C9F7, U+C9FA-C9FB, U+C9FD-C9FF, U+CA01-CA07, U+CA0A, U+CA0E-CA13, U+CA15-CA17, U+CA19-CA23, U+CA25-CA28, U+CA2A-CA2F, U+CA31-CA3F;
}

/* [ PretendardJP-Regular-subset07-39 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-39.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-39.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CA40-CA4B, U+CA4E-CA4F, U+CA51-CA53, U+CA55-CA5B, U+CA5E, U+CA62-CA67, U+CA69-CA6F, U+CA71-CA7C, U+CA7E-CA83, U+CA85-CA97, U+CA99-CABB, U+CABE-CABF, U+CAC1-CAC2, U+CAC5-CACB, U+CACE, U+CAD0, U+CAD4-CAD7, U+CADA-CADB, U+CADD-CADF, U+CAE1-CAEB, U+CAED-CAF3;
}

/* [ PretendardJP-Regular-subset07-40 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-40.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-40.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CAF5-CB07, U+CB09-CB0F, U+CB11-CB13, U+CB15-CB17, U+CB19-CB1F, U+CB22-CB26, U+CB28-CB2B, U+CB2E-CB31, U+CB33-CB40, U+CB42-CB47, U+CB4A-CB4B, U+CB4D-CB4F, U+CB51-CB57, U+CB5A, U+CB5C, U+CB5E-CB63, U+CB65-CB77, U+CB7A-CB7F, U+CB81-CB92, U+CB94-CB9B, U+CB9D-CBA3;
}

/* [ PretendardJP-Regular-subset07-41 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-41.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-41.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CBA4-CBB7, U+CBB9-CBCC, U+CBCE-CBD3, U+CBD6-CBE3, U+CBE5-CBE6, U+CBE8, U+CBEA-CC0B, U+CC0E-CC0F, U+CC11-CC12, U+CC15-CC1B, U+CC1E, U+CC20, U+CC23-CC25, U+CC2A-CC2B, U+CC2D, U+CC2F, U+CC31-CC37, U+CC3A, U+CC40-CC43, U+CC46-CC47, U+CC49-CC4B, U+CC4D-CC53, U+CC56, U+CC5A-CC5F, U+CC61-CC62;
}

/* [ PretendardJP-Regular-subset07-42 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-42.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-42.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CC63, U+CC65, U+CC67, U+CC69-CC6F, U+CC71-CC74, U+CC76-CC97, U+CC9A-CC9B, U+CC9D-CC9F, U+CCA1-CCA7, U+CCAA, U+CCAE-CCB3, U+CCB6-CCB7, U+CCB9-CCBB, U+CCBD-CCC3, U+CCC6, U+CCC8, U+CCCB-CCCF, U+CCD1-CCD3, U+CCD5-CCE0, U+CCE2-CCE3, U+CCE6-CCEB, U+CCED-CCEF, U+CCF1-CD00, U+CD02-CD07, U+CD0A-CD0B, U+CD0D-CD0F, U+CD11-CD17, U+CD1A, U+CD1C, U+CD1E-CD1F;
}

/* [ PretendardJP-Regular-subset07-43 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-43.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-43.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CD20-CD22, U+CD26-CD27, U+CD29-CD2B, U+CD2D-CD34, U+CD36-CD38, U+CD3A-CD3F, U+CD41-CD5B, U+CD5D-CD5F, U+CD61-CD63, U+CD65-CD6B, U+CD6E, U+CD70, U+CD72-CD77, U+CD79-CD87, U+CD89-CD93, U+CD96-CD97, U+CD99-CD9B, U+CD9D-CDA3, U+CDA6, U+CDA8, U+CDAA-CDAF, U+CDB1-CDC3, U+CDC5-CDCB, U+CDCE-CDCF, U+CDD1-CDD3;
}

/* [ PretendardJP-Regular-subset07-44 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-44.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-44.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CDD5-CDE7, U+CDE9-CDEB, U+CDED-CDEF, U+CDF1-CDF7, U+CDFA, U+CDFC, U+CDFE-CE03, U+CE06-CE07, U+CE09-CE0B, U+CE0D-CE13, U+CE15-CE18, U+CE1A-CE1F, U+CE22-CE23, U+CE25-CE27, U+CE2A-CE2F, U+CE32, U+CE34, U+CE36-CE3B, U+CE3D-CE57, U+CE5A-CE5B, U+CE5D-CE5E, U+CE63-CE67, U+CE6A, U+CE6F, U+CE71-CE73, U+CE76-CE77, U+CE79-CE7A, U+CE7D-CE83, U+CE86, U+CE88, U+CE8A-CE8F, U+CE92-CE93, U+CE95-CE97, U+CE99-CE9C;
}

/* [ PretendardJP-Regular-subset07-45 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-45.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-45.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CE9D-CE9F, U+CEA2, U+CEA6-CEA7, U+CEA9-CEAB, U+CEAE-CEAF, U+CEB1-CEC0, U+CEC2-CEC3, U+CEC5-CEE3, U+CEE6-CEE7, U+CEE9-CEEA, U+CEED-CEF3, U+CEF6, U+CEFA-CEFC, U+CEFE-CEFF, U+CF02-CF03, U+CF05-CF07, U+CF09-CF0F, U+CF12, U+CF16-CF17, U+CF1A-CF1B, U+CF1D-CF1F, U+CF21-CF23, U+CF25-CF2B, U+CF2E, U+CF32-CF37, U+CF39-CF53, U+CF56-CF57, U+CF59-CF5A, U+CF5D-CF61;
}

/* [ PretendardJP-Regular-subset07-46 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-46.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-46.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CF62-CF63, U+CF66, U+CF68, U+CF6A-CF6F, U+CF72-CF73, U+CF75-CF77, U+CF79-CF7F, U+CF81-CF82, U+CF84, U+CF86-CF8B, U+CF8D-CFA0, U+CFA2-CFA7, U+CFA9-CFAF, U+CFB1-CFC3, U+CFC5-CFC7, U+CFC9-CFDF, U+CFE2-CFE3, U+CFE5-CFE7, U+CFE9-CFEF, U+CFF2, U+CFF4, U+CFF6-CFFB, U+CFFE-CFFF, U+D001-D003, U+D005-D00B, U+D00D-D010, U+D012-D016;
}

/* [ PretendardJP-Regular-subset07-47 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-47.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-47.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D017, U+D019-D01B, U+D01D-D01F, U+D021-D02C, U+D02E-D033, U+D036-D037, U+D039-D03B, U+D03D-D043, U+D046, U+D048, U+D04A-D04F, U+D051-D053, U+D055-D057, U+D059-D05F, U+D061-D06B, U+D06E-D06F, U+D071, U+D073, U+D075-D07B, U+D07E-D080, U+D082-D083, U+D085-D087, U+D089-D0A3, U+D0A6-D0A7, U+D0A9-D0AB, U+D0AD-D0B3, U+D0B6, U+D0BA-D0BF, U+D0C2-D0C3, U+D0C5-D0C6, U+D0CA-D0CF, U+D0D2, U+D0D6-D0DA;
}

/* [ PretendardJP-Regular-subset07-48 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-48.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-48.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D0DB, U+D0DE-D0DF, U+D0E1-D0E3, U+D0E5-D0EB, U+D0EE, U+D0F2-D0F7, U+D0F9-D10C, U+D10E-D113, U+D115-D12F, U+D132-D133, U+D135-D137, U+D139, U+D13C-D13F, U+D142, U+D146-D14B, U+D14E-D14F, U+D151-D153, U+D155-D15B, U+D15E, U+D160, U+D162-D165, U+D167, U+D169-D16B, U+D16D-D16F, U+D171-D17A, U+D17D-D183, U+D185-D187, U+D189-D197;
}

/* [ PretendardJP-Regular-subset07-49 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-49.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-49.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D198-D19F, U+D1A2-D1A3, U+D1A5-D1A6, U+D1A9-D1AF, U+D1B2, U+D1B4, U+D1B6-D1B9, U+D1BB, U+D1BD-D1BF, U+D1C1-D1D7, U+D1D9-D1F3, U+D1F5-D1F7, U+D1F9-D1FA, U+D1FC-D206, U+D208, U+D20A-D20F, U+D211-D224, U+D226-D22B, U+D22E-D22F, U+D231-D233, U+D235, U+D237-D23B, U+D23E, U+D240, U+D242-D247, U+D249-D24B;
}

/* [ PretendardJP-Regular-subset07-50 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-50.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-50.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D24C-D25B, U+D25D-D263, U+D265-D276, U+D278-D27F, U+D282-D283, U+D285-D287, U+D289-D28F, U+D292-D294, U+D296-D29B, U+D29D-D29F, U+D2A1-D2A3, U+D2A5-D2AB, U+D2AD-D2B0, U+D2B2-D2B7, U+D2BA-D2BB, U+D2BD-D2BE, U+D2C1, U+D2C3-D2C7, U+D2CA, U+D2CC, U+D2CE-D2D0, U+D2D2-D2D3, U+D2D5-D2D7, U+D2D9-D2DB, U+D2DD-D2E3, U+D2E6-D2EF, U+D2F2-D2F3, U+D2F5-D2F7, U+D2F9-D2FF, U+D302, U+D304, U+D306-D308;
}

/* [ PretendardJP-Regular-subset07-51 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-51.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-51.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D309-D30B, U+D30F, U+D312, U+D315, U+D317-D31B, U+D31E, U+D322-D323, U+D326-D327, U+D32A-D32B, U+D32D-D32E, U+D331-D337, U+D33A, U+D33E-D343, U+D346-D35C, U+D35E-D37B, U+D37E-D37F, U+D381-D383, U+D385-D38B, U+D38E, U+D392-D395, U+D397, U+D39A-D39B, U+D39D-D39F, U+D3A1-D3A7, U+D3AA, U+D3AC, U+D3AE-D3B3, U+D3B6-D3B7, U+D3B9-D3BB, U+D3BD-D3C3, U+D3C6-D3C7, U+D3CA-D3CF, U+D3D1-D3D3, U+D3D5-D3D6;
}

/* [ PretendardJP-Regular-subset07-52 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-52.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-52.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D3D7, U+D3D9-D3E0, U+D3E2, U+D3E4-D3EB, U+D3EE-D3EF, U+D3F1-D3F3, U+D3F5-D3FB, U+D3FE, U+D400, U+D402-D404, U+D406-D407, U+D40A-D41C, U+D41E-D43F, U+D441-D443, U+D445-D45B, U+D45D-D45F, U+D461-D463, U+D465-D46C, U+D46E, U+D470-D477, U+D47A-D47B, U+D47D-D47E, U+D481, U+D483-D487, U+D48A;
}

/* [ PretendardJP-Regular-subset07-53 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-53.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-53.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D48C, U+D48E-D493, U+D495-D4A8, U+D4AA-D4CB, U+D4CD-D4CF, U+D4D1-D4D3, U+D4D5-D4DB, U+D4DD-D4DE, U+D4E0-D4E7, U+D4E9-D4EB, U+D4ED-D4EF, U+D4F1-D4F7, U+D4F9-D4FA, U+D4FC, U+D4FE-D503, U+D505-D507, U+D509-D50B, U+D50D-D513, U+D516, U+D518, U+D51A-D51F, U+D521-D534, U+D536-D538;
}

/* [ PretendardJP-Regular-subset07-54 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-54.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-54.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D539-D53B, U+D53E-D53F, U+D541-D543, U+D545-D54B, U+D54E, U+D552-D557, U+D55A-D55B, U+D55D-D55F, U+D561-D563, U+D566-D567, U+D56A, U+D56C, U+D56E-D56F, U+D571-D572, U+D576-D577, U+D579-D57A, U+D57D-D583, U+D586, U+D58A, U+D58C-D58E, U+D591-D593, U+D595-D5A2, U+D5A4, U+D5A6-D5AB, U+D5AD-D5BF, U+D5C1-D5C7, U+D5CA-D5CB, U+D5CD-D5CF, U+D5D1, U+D5D3-D5D6, U+D5DA, U+D5DC, U+D5DE-D5DF, U+D5E2, U+D5E6-D5E7, U+D5E9-D5EB, U+D5ED-D5F3, U+D5F6, U+D5FA-D5FE, U+D602-D603, U+D605-D607, U+D609-D60F, U+D612;
}

/* [ PretendardJP-Regular-subset07-55 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-55.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-55.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D616-D61B, U+D61D-D61F, U+D621-D623, U+D625-D62C, U+D62E-D637, U+D63A-D63B, U+D63D-D63F, U+D641-D644, U+D646-D647, U+D64A, U+D64C, U+D64E-D650, U+D652-D653, U+D656-D657, U+D659-D65B, U+D65D-D664, U+D666, U+D66A-D66F, U+D672-D673, U+D675-D682, U+D684, U+D686-D68B, U+D68E-D68F, U+D691-D693, U+D695-D69C, U+D69E, U+D6A0, U+D6A2-D6A7, U+D6A9-D6AB, U+D6AD-D6AF, U+D6B1-D6B8, U+D6BA, U+D6BC, U+D6BE-D6C3, U+D6C6-D6C7, U+D6C9-D6CB, U+D6CE-D6CF, U+D6D2, U+D6D6, U+D6D8, U+D6DA-D6DF;
}

/* [ PretendardJP-Regular-subset07-56 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset07-56.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset07-56.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D6E1-D6E3, U+D6E5-D6E7, U+D6E9-D6EF, U+D6F1-D6F4, U+D6F6-D6FB, U+D6FE-D6FF, U+D701-D703, U+D705-D710, U+D712-D717, U+D71A-D71B, U+D71D-D71F, U+D721-D727, U+D72A, U+D72C, U+D72E-D733, U+D736-D737, U+D739-D73B, U+D73D-D743, U+D745-D746, U+D748, U+D74A-D74F, U+D752-D753, U+D755, U+D75A-D75C, U+D75E-D75F, U+D762, U+D764, U+D766-D768, U+D76A-D76B, U+D76D-D76F, U+D771-D773, U+D775-D77B, U+D77E-D780, U+D782-D787, U+D78A-D78B, U+D78D-D78F, U+D791-D797, U+D79A, U+D79E-D7A2;
}

/* [ PretendardJP-Regular-subset08-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2190-2199, U+21A9-21AA, U+21B0-21B1, U+21B3-21B5, U+21BA-21BB, U+21D0, U+21D2, U+21D4, U+21DE-21DF, U+21E4-21E5, U+21E7, U+21EA, U+2202, U+2205-2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+226A-226B, U+22EF, U+2303, U+2305, U+2318, U+2325-2327, U+2329-232B, U+2380, U+2387, U+238B, U+23CE-23CF, U+2423, U+2460-2466, U+01F10B, U+01F12F-01F149, U+01F150-01F16B, U+01F170-01F189, U+01F850, U+01F852;
}

/* [ PretendardJP-Regular-subset08-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2467-2473, U+24B6-24CF, U+24EA-24F4, U+24FF, U+25A0-25A2, U+25AA, U+25B2-25B3, U+25B6-25B7, U+25BA-25BD, U+25C0-25C1, U+25C4-25C7, U+25CA-25CB, U+25CF, U+25E6, U+25EF, U+2600, U+2605-2606, U+263C, U+2661, U+2665, U+266A, U+26A0, U+2713, U+2717, U+2756, U+2776-2789, U+27EF, U+27F5-27FA, U+2985-2986, U+2B06, U+2B12-2B13, U+2B1C, U+2C7C, U+2C7F, U+2DFF, U+2E18, U+3131-314C;
}

/* [ PretendardJP-Regular-subset08-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+314D-3163, U+321C, U+3380-3384, U+3388-33CA, U+33CF-33D0, U+33D3, U+33D6, U+33D8, U+33DB-33DD, U+A69F, U+A7FF, U+A92E, U+E000, U+E002-E02B;
}

/* [ PretendardJP-Regular-subset08-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E02C-E05E, U+E06A-E080, U+E093-E096, U+E0A5-E0E6, U+E0F3-E0F8;
}

/* [ PretendardJP-Regular-subset08-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E0F9-E11C, U+E11E-E12A, U+E131-E147, U+E14E-E164, U+EE01-EE05, U+F000-F031;
}

/* [ PretendardJP-Regular-subset08-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset08-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset08-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+F032-F057, U+F6C3, U+FE20-FE2D, U+FFA1-FFBE, U+FFC2-FFC7, U+FFCA-FFCF, U+FFD2-FFD7, U+FFDA-FFDC;
}

/* [ PretendardJP-Bold-subset02-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E92, U+2F18, U+2F60, U+2F66, U+2F72, U+2F7D, U+2F89, U+2FA0, U+2FA2-2FA4, U+2FB4, U+2FC9, U+2FCD, U+2FCF, U+2FD3, U+4E11, U+4E1E, U+4E43, U+4E4B, U+4E4D-4E4E, U+4E5F, U+4E91, U+4E98-4E99, U+4E9B, U+4EA5-4EA6, U+4EA8, U+4EAE, U+4EC0, U+4EC7, U+4ED4, U+4F0A, U+4F0D, U+4F36, U+4F3D, U+4F43, U+4F51, U+4F7C, U+4F83, U+4FA0, U+4FAD, U+4FC4, U+4FE3, U+5016, U+5026, U+502D, U+5036, U+5072, U+50AD, U+50D1, U+50FB, U+5132, U+5141, U+5147, U+514E, U+515C, U+5176, U+51A8, U+51B4, U+51CB-51CC, U+51E7, U+51EA, U+51F1, U+51FD, U+5243, U+5265, U+5283, U+5289, U+52AB, U+52FA, U+52FF, U+5301, U+5319, U+531D, U+5321, U+532A, U+535C, U+5366, U+536F, U+537F, U+53A8-53A9, U+53AD, U+53C9, U+53DB, U+53E1-53E2, U+53E9-53EA, U+53F1, U+53F6, U+5403, U+540A-540B, U+5420, U+543B, U+543E, U+5446, U+5451, U+548B, U+54B3, U+54C9, U+54E8-54E9, U+5516, U+5544, U+558B, U+55A7, U+55AC, U+55B0, U+5609, U+5617-5618, U+5629, U+5642, U+564C, U+565B, U+5678, U+567A, U+56A2, U+5703, U+572D, U+5750, U+5764, U+5766, U+57A2, U+57DC, U+57E0, U+57F4, U+5830, U+5835, U+583A, U+5858-5859, U+586B, U+5875, U+58D5, U+58EC, U+58F7, U+5919, U+5937, U+5944, U+5957, U+5993, U+59BE, U+59D0;
}

/* [ PretendardJP-Bold-subset02-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+59D1, U+59E5-59E6, U+59EA, U+59F6, U+5A03, U+5A29, U+5A3C, U+5A41, U+5B09, U+5B2C, U+5B30, U+5B5C, U+5B5F, U+5B8B, U+5B8D, U+5B8F, U+5B95, U+5BA5, U+5BC5, U+5BD3, U+5BF5, U+5C16, U+5C24, U+5C2D, U+5C4D, U+5C51, U+5C60-5C61, U+5CA8, U+5CB1, U+5CE8, U+5CEF, U+5CFB, U+5D69, U+5D6F, U+5D8B, U+5DBA, U+5DCC, U+5DF3-5DF4, U+5DF7, U+5DFD, U+5E16, U+5E4C, U+5E61, U+5E84, U+5E87, U+5E96, U+5E9A, U+5EB5, U+5ED3, U+5EDF-5EE0, U+5EFB-5EFC, U+5EFF, U+5F17-5F18, U+5F1B, U+5F3C, U+5F4A, U+5F66, U+5F6A, U+5F6C, U+5FBD, U+5FFD, U+601C, U+602F, U+6055, U+6062, U+6070, U+6089, U+608C, U+60B6, U+60C7, U+60DA, U+60DF, U+60E3, U+60F9, U+6108, U+6167, U+617E, U+6190, U+620A, U+620E, U+6216, U+621F, U+6258, U+626E, U+6309, U+633A, U+633D, U+634C, U+6367, U+6372, U+6377, U+637A, U+63A0, U+63A9, U+63AC, U+63B4, U+63BB, U+63C3, U+63D6, U+6478, U+647A, U+6492, U+649A, U+649E, U+64AB, U+64AD, U+64B0, U+64B9, U+64E2, U+64FE, U+6566, U+658C, U+6590, U+65A1, U+65A7, U+65AF, U+65BC, U+65ED, U+6602, U+660C, U+660F, U+6643, U+664B, U+6652, U+6666, U+667A, U+66A2, U+66D9, U+66DD, U+66F3, U+66FE, U+670B, U+6714, U+674E-674F, U+6753, U+6756, U+675C, U+6762, U+676D, U+6775, U+6777, U+6787, U+67C1;
}

/* [ PretendardJP-Bold-subset02-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+67CA, U+67CF, U+67D1, U+67D8, U+67DA, U+67F4, U+67FE, U+6802, U+6816-6817, U+6822, U+6834, U+6842, U+6850, U+6853-6854, U+685D, U+6867, U+6876, U+6881, U+6893, U+68A2, U+68A7, U+68AF, U+68B1, U+68B6, U+68BC, U+68C9, U+68F2, U+6900, U+690B, U+6919, U+691B, U+6934, U+693F, U+694A, U+6953, U+6955, U+695A, U+6960, U+6962, U+696F, U+6973, U+698A, U+698E, U+6994, U+699B, U+69CC-69CD, U+69D9, U+69FB, U+6A0B, U+6A17, U+6A1F, U+6A2B, U+6A35, U+6A3A, U+6A3D, U+6A58, U+6A61, U+6A7F-6A80, U+6A8E, U+6AD3, U+6ADB, U+6AE8, U+6B1D, U+6B23, U+6B3D, U+6B4E, U+6B64, U+6B6A, U+6B86, U+6BC5, U+6BD8, U+6C40, U+6C50, U+6C5D, U+6C72, U+6C8C, U+6C93, U+6CAB, U+6D1B, U+6D29, U+6D32, U+6D69, U+6D6C, U+6D8C, U+6D9B-6D9C, U+6DC0, U+6DCB, U+6DD8, U+6DF3, U+6DF5, U+6E1A, U+6E20, U+6E25, U+6E4A, U+6E58, U+6E5B, U+6E8C, U+6E9C, U+6EA2, U+6F09, U+6F15, U+6F23, U+6F45, U+6F97, U+6FB1, U+6FE0-6FE1, U+7015, U+701E, U+7026-7027, U+7058, U+7078, U+707C, U+70CF, U+70F9, U+7114, U+711A, U+7149, U+7164, U+717D, U+7194, U+71C8, U+71D0, U+71D5, U+71E6, U+71ED, U+723A, U+723E, U+724C, U+7252, U+725D, U+725F, U+7261-7262, U+727D, U+7280, U+72D0, U+72D7, U+72DB, U+72F8, U+72FC-72FD, U+732A, U+7337;
}

/* [ PretendardJP-Bold-subset02-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7345, U+7396, U+73B2, U+73C2, U+73CA, U+73EA, U+7409, U+7422, U+7433, U+7435-7436, U+745A-745B, U+745E, U+7473, U+74DC, U+74E2, U+7511, U+751C, U+7525, U+752B, U+7560, U+7562, U+7566, U+7577, U+758B, U+758F, U+75B9, U+75D4, U+764C, U+7690, U+76C3, U+76C8, U+77A5, U+77E7, U+77E9, U+7825-7827, U+783A, U+783F, U+786F, U+7872, U+7887, U+788D, U+7893, U+7895, U+7897, U+78A7, U+78A9, U+78D0, U+78EF, U+7941, U+7947, U+7950, U+7962, U+7977, U+7984, U+798E, U+79A6, U+79B0, U+79BD-79BF, U+79E4, U+79E6, U+7A00, U+7A14, U+7A17, U+7A1C, U+7A46, U+7A4E, U+7A50, U+7A63, U+7A7F, U+7A84, U+7AAA, U+7ABA, U+7AC3, U+7AE3, U+7AEA, U+7AFA, U+7AFF, U+7B08, U+7B20, U+7B25, U+7B39, U+7B48, U+7B4F, U+7B51, U+7B86, U+7B94-7B95, U+7BAA, U+7BAD, U+7BC7, U+7BE0, U+7BED, U+7C38, U+7C3E, U+7C7E, U+7C81-7C82, U+7C8D, U+7C95, U+7C9F, U+7CA5, U+7CCA, U+7CCE, U+7CDE-7CE0, U+7D10, U+7D17-7D18, U+7D2C, U+7D43, U+7D62, U+7D9C, U+7DAC, U+7DB4, U+7DBE, U+7DCB, U+7DEC, U+7E1E, U+7E4B, U+7E4D, U+7E82, U+7E8F, U+7F6B, U+7FE0, U+7FEB, U+7FF0, U+8000, U+800C, U+8036, U+803D, U+8061, U+806F, U+807E, U+8087, U+808B, U+80B1, U+80B4, U+80E1, U+80E4, U+8106, U+8139, U+8154, U+817F;
}

/* [ PretendardJP-Bold-subset02-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+818F, U+81BF, U+81E5, U+8218, U+821B-821C, U+8235, U+826E, U+8299, U+82A5-82A6, U+82AD, U+82B9, U+82C5, U+82D1, U+82D3-82D4, U+82E7, U+82EB, U+8304-8305, U+831C, U+8338, U+834A, U+834F, U+837B, U+839E, U+83AB, U+83B1, U+83C5, U+83D6, U+83DF, U+83E9, U+83F0-83F1, U+8404, U+840C, U+8429, U+8431, U+844E, U+8461, U+8463, U+8466, U+8471, U+8475, U+847A, U+848B, U+8490, U+8494, U+8499, U+849C, U+84B2, U+84BC, U+84C9, U+84D1, U+84EC, U+84EE, U+8500, U+8513, U+851A, U+8526, U+852D, U+8543, U+8549-854A, U+854E, U+8557, U+8568-856A, U+8597, U+8599, U+85A9, U+85AE-85AF, U+85C1, U+85F7, U+8607, U+862D, U+867B, U+86A4, U+86CB, U+86CE, U+86D9, U+86E4, U+86ED, U+86F8, U+86FE, U+8718, U+8749, U+874B, U+8755, U+8766, U+8776, U+877F, U+87BA, U+87F9, U+87FB, U+887F, U+8888, U+88B4, U+88B7, U+88DF, U+88E1, U+88F3, U+8956, U+8997, U+8A0A, U+8A23, U+8A3B, U+8A51, U+8A6B, U+8AB9, U+8ABC, U+8ACC, U+8ACF, U+8AD2, U+8ADC, U+8AFA, U+8B02, U+8B2C, U+8B83, U+8B90, U+8C79, U+8CB0, U+8CCE, U+8CD1, U+8D0B, U+8D6B, U+8DA8, U+8DE8, U+8E44, U+8E5F, U+8EAF, U+8F14, U+8F2F, U+8F3F, U+8F4D, U+8F5F, U+8F61, U+8FB0, U+8FBB, U+8FBF, U+8FC2, U+8FC4, U+8FE6, U+8FE9, U+9017, U+9019, U+9022;
}

/* [ PretendardJP-Bold-subset02-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+903C, U+9041, U+9065, U+907C, U+9091, U+90C1, U+912D, U+9149, U+914B, U+9187, U+918D, U+9190, U+9197, U+91A4, U+91C6, U+91D8, U+91E6-91E7, U+920E, U+9237, U+9266, U+927E, U+9291, U+929A, U+92D2, U+92E4, U+92EA, U+92F2, U+92F8, U+9306, U+9310, U+9318, U+9328, U+932B, U+934D, U+9354, U+936C, U+937E, U+9397, U+939A, U+93A7, U+93D1, U+9419, U+9438, U+9453, U+9583, U+958F, U+95A4, U+963F-9640, U+9688, U+96BC, U+96C0-96C1, U+96DB, U+96EB, U+971E, U+9756, U+976D, U+9784, U+978D, U+9798, U+97A0, U+97AD, U+97EE, U+9801, U+9817, U+981A, U+982C, U+9834, U+985B, U+98F4, U+9910, U+9957, U+99A8, U+99B3-99B4, U+99C1, U+99C8, U+99D5, U+99FF, U+9A28, U+9AED, U+9B41, U+9B6F, U+9B8E, U+9B92, U+9BAA-9BAB, U+9BAD, U+9BC9, U+9BD6, U+9BDB, U+9BF5, U+9C0D, U+9C10, U+9C2D, U+9C2F, U+9C39, U+9C3B, U+9C48, U+9C52, U+9C57, U+9CE9, U+9CF3, U+9CF6, U+9D07, U+9D0E, U+9D1B, U+9D28, U+9D2B-9D2C, U+9D3B, U+9D5C, U+9D60-9D61, U+9D6C, U+9DF2, U+9DF9-9DFA, U+9E78, U+9E9F, U+9EB9, U+9EBF, U+9ECD, U+9EDB, U+9F0E, U+9F20, U+9F8D, U+F911, U+F915, U+F91F, U+F92B, U+F931, U+F939-F93A, U+F945-F946, U+F953, U+F955-F958, U+F971, U+F975, U+F977, U+F97A, U+F97D, U+F98F, U+F991;
}

/* [ PretendardJP-Bold-subset02-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset02-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset02-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F992-F993, U+F997, U+F999, U+F9A6, U+F9AB-F9AD, U+F9C3-F9C4, U+F9C7, U+F9CB-F9CC, U+F9CF, U+F9DA, U+F9E1, U+F9E8, U+F9EE, U+F9F2-F9F3, U+F9F5, U+F9F8, U+F9FD, U+FA0B, U+FA16, U+FA1C, U+FA46, U+FA4A, U+FA4F, U+FA53;
}

/* [ PretendardJP-Bold-subset03-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2E8E, U+2E90, U+2E93-2E94, U+2E99, U+2E9B, U+2F02-2F03, U+2F05, U+2F07, U+2F09, U+2F0C-2F10, U+2F13-2F16, U+2F19-2F1B, U+2F1E, U+2F21-2F22, U+2F27, U+2F2A-2F2B, U+2F2E, U+2F33-2F37, U+2F3A-2F3B, U+2F3D, U+2F41, U+2F46, U+2F48, U+2F4D-2F4F, U+2F53, U+2F58-2F59, U+2F68, U+2F79, U+2F7E, U+2F80, U+2F8B-2F8C, U+2F91, U+2F97-2F98, U+2FAA-2FAB, U+2FB1-2FB2, U+2FBD-2FC0, U+2FC4, U+2FC6, U+2FCB-2FCC, U+2FD1-2FD2, U+2FD5, U+4E10, U+4E15, U+4E17, U+4E2A, U+4E31, U+4E36, U+4E3F, U+4E42, U+4E55-4E56, U+4E58, U+4E62, U+4E82, U+4E85, U+4E8A, U+4E8E, U+4E9E-4EA0, U+4EA2, U+4EB0, U+4EB3, U+4EB6, U+4EC2, U+4EC4, U+4EC6, U+4ECD-4ECE, U+4ED7, U+4EDE-4EDF, U+4EED, U+4EF7, U+4F09, U+4F1C, U+4F30, U+4F47, U+4F57, U+4F5A-4F5B, U+4F5D-4F5E, U+4F69, U+4F6F-4F70, U+4F76, U+4F7B, U+4F86, U+4F88, U+4F8F, U+4F91, U+4F96, U+4F98, U+4FAB, U+4FCE, U+4FD0-4FD1, U+4FD4, U+4FD8, U+4FDA-4FDB, U+4FDF, U+4FE4-4FE5, U+4FEF, U+4FF6, U+4FFE, U+5005-5006, U+500F, U+5011, U+5014, U+501A, U+5021, U+5025, U+5028-502A, U+502C;
}

/* [ PretendardJP-Bold-subset03-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5043, U+5047-5048, U+5050, U+5055-5056, U+505A, U+506C, U+5078, U+5080, U+5085, U+509A, U+50B3-50B4, U+50C2, U+50C9-50CA, U+50D6, U+50DE, U+50E3, U+50E5, U+50ED-50EE, U+50F5, U+50F9, U+5101-5102, U+5109, U+5114-5116, U+5118, U+511A, U+5121, U+5137, U+513A-513C, U+513F-5140, U+514C, U+5152, U+5154, U+5162, U+5169-516A, U+516E, U+5180, U+5182, U+5189, U+518C, U+518F-5191, U+5193, U+5195-5196, U+51A2, U+51A4, U+51A6, U+51A9-51AB, U+51B0-51B3, U+51B5, U+51BD, U+51C5, U+51C9, U+51D6, U+51DB-51DC, U+51E0, U+51E9, U+51ED, U+51F0, U+51F5, U+51FE, U+5204, U+520B, U+520E, U+5214, U+5227, U+522A, U+522E, U+5233, U+5244, U+524B-524C, U+524F, U+5254, U+525E, U+5269-526A, U+5271, U+5273-5274, U+527D, U+527F, U+5288, U+528D, U+5291-5292, U+5294, U+52AC-52AD, U+52B5, U+52BC, U+52C1, U+52CD, U+52D2, U+52D7, U+52DE, U+52E0, U+52E3, U+52E6, U+52F3, U+52F5, U+52F8-52F9, U+5306, U+5308, U+530D, U+530F-5310, U+5315, U+531A, U+5323, U+532F, U+5331, U+5333, U+5338, U+5340, U+5345-5346, U+5349, U+534D, U+535E, U+5369, U+536E, U+5377, U+537B, U+5382, U+5396, U+53A0, U+53A5-53A6, U+53AE;
}

/* [ PretendardJP-Bold-subset03-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+53B0, U+53B6, U+53C3, U+53DF, U+53E8, U+53ED-53EE, U+53FA, U+5401, U+541D, U+5429, U+542C-542E, U+5436, U+543C-543D, U+5440, U+544E, U+545F, U+5470-5471, U+5475-5477, U+547B, U+5480, U+5484, U+5486, U+548E-5490, U+5492, U+54A2, U+54A4-54A5, U+54A8, U+54AB-54AC, U+54AF, U+54B8, U+54BC, U+54BE, U+54C2, U+54C4, U+54C7-54C8, U+54D8, U+54E2, U+54E5-54E6, U+54ED-54EE, U+54FD, U+550F, U+5514, U+552E, U+5533, U+5538-5539, U+5540, U+5545, U+554C, U+5556-5557, U+555C-555D, U+5563, U+557B-557C, U+557E, U+5580, U+5583, U+5587, U+558A, U+5598-5599, U+559E-559F, U+55A8, U+55AE, U+55C4, U+55C7, U+55D4, U+55DA, U+55DC, U+55DF, U+55E4, U+55F7, U+55F9, U+55FD-55FE, U+5614, U+5616, U+561B, U+562F, U+5634, U+5636, U+5638, U+564E, U+5650, U+5664, U+566A-566C, U+5680, U+5686, U+568A, U+568F, U+5694, U+56A0, U+56A5, U+56AE, U+56B4, U+56B6, U+56BC, U+56C0-56C3, U+56C8, U+56CE, U+56D1, U+56D3, U+56D7-56D8, U+56EE, U+56F9, U+56FF-5700, U+5704, U+5708-5709, U+570B, U+570D, U+5713, U+5716, U+5718, U+571C, U+5726, U+5737-5738, U+573B, U+5740, U+574E-574F, U+5761, U+5769, U+577F, U+5788;
}

/* [ PretendardJP-Bold-subset03-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5789, U+5793, U+57A0, U+57A4, U+57AA, U+57B0, U+57B3, U+57C0, U+57C3, U+57C6, U+57D2-57D4, U+57D6, U+57E3, U+580A-580B, U+5819, U+581D, U+5821, U+582F, U+583D, U+584B, U+5852, U+5862, U+5870, U+5872, U+5879, U+5885, U+589F, U+58AB, U+58AE, U+58B8-58BB, U+58C5, U+58D1, U+58D3, U+58D7-58D9, U+58DC, U+58DE-58DF, U+58E4-58E5, U+58EF, U+58F9-58FD, U+5902, U+590A, U+5910, U+5918, U+591B, U+5925, U+592C-592D, U+5932, U+5938, U+593E, U+594E, U+5950, U+5955, U+5958, U+595A, U+5960, U+5962, U+5967, U+5969, U+596C, U+5978, U+5981, U+598D, U+599B, U+599D, U+59A3, U+59B2, U+59C6, U+59D9-59DA, U+59DC, U+59E8, U+5A09, U+5A11, U+5A1A, U+5A1C, U+5A1F, U+5A25, U+5A35-5A36, U+5A40, U+5A49, U+5A62, U+5A6A, U+5A6C, U+5A9A, U+5ABC-5ABE, U+5AC2, U+5ACB, U+5AD0, U+5AD6-5AD7, U+5AE3, U+5AE6, U+5AE9, U+5AFA-5AFB, U+5B0B-5B0C, U+5B16, U+5B2A, U+5B32, U+5B36, U+5B3E, U+5B40, U+5B43, U+5B45, U+5B51, U+5B55, U+5B5A-5B5B, U+5B65, U+5B69, U+5B70-5B71, U+5B73, U+5B75, U+5B78, U+5B7A, U+5B80, U+5B83, U+5BA6, U+5BB8, U+5BC3, U+5BC7, U+5BC9, U+5BD0, U+5BD4, U+5BDE, U+5BE2, U+5BE4-5BE6, U+5BE8;
}

/* [ PretendardJP-Bold-subset03-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5BEB, U+5BF0, U+5BF3, U+5BF6, U+5C05, U+5C07-5C08, U+5C0D, U+5C13, U+5C20, U+5C22, U+5C28, U+5C38-5C39, U+5C41, U+5C46, U+5C4E-5C50, U+5C53, U+5C6C, U+5C6E, U+5C76, U+5C79, U+5C8C, U+5C91, U+5C94, U+5CAB, U+5CB6-5CB7, U+5CBB-5CBC, U+5CBE, U+5CC5, U+5CC7, U+5CD9, U+5CE9-5CEA, U+5CED, U+5CFA, U+5CFD, U+5D0B, U+5D11, U+5D14-5D15, U+5D17-5D1B, U+5D1F, U+5D22, U+5D4B-5D4C, U+5D4E, U+5D52, U+5D5C, U+5D6C, U+5D73, U+5D76, U+5D82, U+5D84, U+5D87, U+5D8C, U+5D90, U+5D9D, U+5DA2, U+5DAC, U+5DAE, U+5DB7, U+5DBC-5DBD, U+5DC9, U+5DCD, U+5DD2-5DD3, U+5DD6, U+5DDB, U+5DEB, U+5DF2, U+5DF5, U+5E0B, U+5E11, U+5E19-5E1B, U+5E36-5E37, U+5E40, U+5E43-5E44, U+5E47, U+5E4E, U+5E54, U+5E57, U+5E5F, U+5E62, U+5E64, U+5E75-5E76, U+5E7A, U+5E7F, U+5EA0, U+5EC1-5EC2, U+5EC8, U+5ECF-5ED0, U+5ED6, U+5EDA-5EDB, U+5EDD, U+5EE1-5EE3, U+5EE8-5EE9, U+5EEC, U+5EF0-5EF1, U+5EF3-5EF4, U+5EF8, U+5EFE, U+5F03, U+5F09, U+5F0B-5F0D, U+5F11, U+5F16, U+5F29, U+5F2D, U+5F2F, U+5F38, U+5F41, U+5F48, U+5F4C, U+5F4E, U+5F51, U+5F56-5F57, U+5F5C-5F5D, U+5F61, U+5F6D, U+5F73, U+5F77, U+5F7F, U+5F82;
}

/* [ PretendardJP-Bold-subset03-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5F83, U+5F87-5F88, U+5F8A, U+5F91, U+5F98-5F99, U+5F9E, U+5FA0, U+5FA8, U+5FAD, U+5FBC, U+5FD6, U+5FDD, U+5FE4, U+5FF0-5FF1, U+5FF8, U+5FFB, U+5FFF, U+600E-6010, U+6015, U+6019, U+601B, U+6021, U+6026, U+6029, U+602B, U+6031, U+603A, U+6041-6043, U+6046, U+604A, U+604D, U+6059-605A, U+605F-6060, U+6064, U+606A-606C, U+6077, U+6081, U+6083-6084, U+608B, U+608D, U+6092, U+6096-6097, U+609A-609B, U+60A7, U+60B3-60B5, U+60B8, U+60BD, U+60C6, U+60D3, U+60D8, U+60E0-60E1, U+60F1, U+60F4, U+60F6-60F7, U+60FA-60FB, U+6100, U+6103, U+6106, U+610D-610E, U+6115, U+6121, U+6127-6128, U+612C, U+6134, U+613C-613F, U+6142, U+6147, U+614A, U+614D, U+6153, U+6158-615A, U+615D, U+615F, U+6165, U+616B, U+616F, U+6171, U+6173-6175, U+6177, U+6187, U+618A, U+6191, U+6194, U+6196, U+6199-619A, U+61AB, U+61AE, U+61BA, U+61C3, U+61C6, U+61C8-61CD, U+61E3, U+61E6, U+61F4, U+61F6-61F7, U+61FA, U+61FC-6200, U+6208-6209, U+620C-620D, U+6214, U+621B, U+621D-621E, U+6221, U+622A, U+622E, U+6230, U+6232-6233;
}

/* [ PretendardJP-Bold-subset03-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6241, U+6248, U+624E, U+625B, U+625E, U+6260, U+6263, U+6268, U+627C, U+627E, U+6282-6283, U+6289, U+6292-6294, U+6296, U+629B, U+62AC, U+62BB, U+62C2, U+62C6-62C8, U+62CA, U+62CC, U+62CF, U+62D1, U+62D4, U+62D7, U+62DC, U+62EE-62EF, U+62F1, U+62F5, U+62FF, U+6302, U+6308, U+630C, U+6327, U+633E, U+634D, U+634F-6350, U+6369, U+636B, U+6376, U+6380, U+6389, U+638E-638F, U+6396, U+639F, U+63A3, U+63AB, U+63B5, U+63BE, U+63C0, U+63C4, U+63C6, U+63C9, U+63D2, U+63E3, U+63E9, U+63F6, U+6406, U+640F, U+6413, U+6416-6417, U+641C, U+6426, U+6428, U+6434, U+6436, U+644E, U+6467, U+6476, U+6488, U+6493, U+6495, U+64A5, U+64A9, U+64BB-64BC, U+64C2, U+64C5, U+64C7, U+64D2, U+64D4, U+64D8, U+64DA, U+64E0-64E1, U+64E3, U+64E7, U+64EF, U+64F1-64F2, U+64F4, U+64F6, U+64FA, U+64FD, U+6500, U+6505, U+6518, U+651C-651D, U+6523-6524, U+652A-652C, U+6534-6538, U+6548, U+654D, U+6555-6556, U+6558, U+655D-655E, U+6572, U+6578, U+6582-6583, U+6588, U+659B, U+659F, U+65AB, U+65B7, U+65C1, U+65C3-65C4, U+65C6, U+65CC, U+65D2, U+65D9, U+65DB, U+65E0-65E1, U+65F1, U+65FB, U+6603, U+660A, U+661C, U+6634;
}

/* [ PretendardJP-Bold-subset03-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6635-6636, U+663F, U+6641, U+6644, U+6649, U+664F, U+665D-665F, U+6662, U+6664, U+6667-6668, U+6670, U+6683-6684, U+6688-6689, U+668E, U+6698, U+669D, U+66B8-66B9, U+66BC, U+66BE, U+66C1, U+66C4, U+66C9, U+66DA, U+66E0, U+66E6, U+66E9, U+66F0, U+66F5, U+66F7, U+66FC, U+6703, U+670F, U+6716, U+671E, U+6726-6727, U+672E, U+6736-6738, U+673F, U+6741, U+6746, U+6759, U+675E, U+6760, U+6763-6764, U+676A, U+6770, U+6772-6773, U+677C, U+6785, U+6789, U+678B-678C, U+67A1, U+67A6, U+67A9, U+67B3-67B4, U+67B7-67B9, U+67C6, U+67CE, U+67DD-67DE, U+67E2, U+67E4, U+67E7, U+67E9, U+67EC, U+67EE-67EF, U+681E, U+6829, U+682B, U+6832, U+6840, U+6846, U+684D-684E, U+6859, U+6863, U+6874, U+6877, U+687E-687F, U+6883, U+688D, U+688F, U+6894, U+689B, U+689D, U+689F-68A0, U+68A6, U+68AD, U+68B3, U+68B5, U+68B9-68BA, U+68C6, U+68CA, U+68CD, U+68D4-68D5, U+68D7-68D8, U+68E0-68E1, U+68E3, U+68E7, U+68EF, U+68F9, U+6901, U+6904, U+6908, U+690C, U+690F, U+6912, U+691A, U+6921-6923, U+6925-6926, U+6928, U+692A, U+6930, U+6936, U+6939, U+693D, U+6954, U+6959, U+695C-695E, U+6961, U+696A-696B;
}

/* [ PretendardJP-Bold-subset03-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+696E, U+6974, U+6978-6979, U+697E, U+6981, U+6991, U+6995, U+699C, U+69A0, U+69A7, U+69AE, U+69B1-69B2, U+69B4, U+69BB, U+69BE-69BF, U+69C1, U+69C3, U+69C7, U+69CA, U+69CE, U+69D0, U+69D3, U+69DD-69DE, U+69E7-69E8, U+69EB, U+69ED, U+69F2, U+69F9, U+69FF, U+6A02, U+6A05, U+6A0A, U+6A0C, U+6A12-6A14, U+6A1B, U+6A1E, U+6A22-6A23, U+6A2E, U+6A36, U+6A38, U+6A44, U+6A47-6A48, U+6A59, U+6A62, U+6A66, U+6A72, U+6A78, U+6A84, U+6A8D, U+6A90, U+6A97, U+6A9C, U+6AA0, U+6AA2-6AA3, U+6AAA, U+6AAC, U+6AAE, U+6AB3, U+6AB8, U+6ABB, U+6AC1-6AC3, U+6AD1, U+6ADA, U+6ADE-6ADF, U+6AEA, U+6AFA-6AFB, U+6B05, U+6B0A, U+6B12, U+6B16, U+6B1F, U+6B37-6B39, U+6B43, U+6B47, U+6B49, U+6B50, U+6B54, U+6B59, U+6B5B, U+6B5F, U+6B61, U+6B78-6B79, U+6B7F-6B80, U+6B83-6B84, U+6B8D, U+6B95, U+6B98, U+6B9E, U+6BA4, U+6BAA-6BAB, U+6BAF, U+6BB1-6BB3, U+6BB7, U+6BBC, U+6BC6, U+6BCB, U+6BD3, U+6BDF, U+6BEB-6BEC, U+6BEF, U+6BF3, U+6C08, U+6C13-6C14, U+6C1B, U+6C23-6C24, U+6C55, U+6C5E, U+6C62, U+6C68, U+6C6A, U+6C73, U+6C7E, U+6C81-6C82, U+6C8D, U+6C90, U+6C92, U+6C9A-6C9B, U+6CAE, U+6CB1, U+6CBA, U+6CBD-6CBE, U+6CC4;
}

/* [ PretendardJP-Bold-subset03-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6CC5, U+6CD3, U+6CD7, U+6CD9, U+6CDB, U+6CDD, U+6CEA, U+6CEF, U+6CF1, U+6D0C, U+6D12, U+6D19, U+6D1F, U+6D2B, U+6D33, U+6D35-6D36, U+6D38, U+6D3D, U+6D59-6D5A, U+6D63-6D64, U+6D79, U+6D85, U+6D8E, U+6D93, U+6D95, U+6DB5, U+6DB8, U+6DC5-6DC7, U+6DCC, U+6DD2, U+6DD5, U+6DD9, U+6DDE, U+6DE4, U+6DE6, U+6DE8, U+6DEA, U+6DEC, U+6DEE, U+6DF9-6DFA, U+6E0A, U+6E15, U+6E19, U+6E1D, U+6E1F, U+6E23-6E24, U+6E2B, U+6E2D-6E2E, U+6E38, U+6E3A, U+6E3E, U+6E43, U+6E4D-6E4E, U+6E5F, U+6E6B, U+6E6E, U+6E72, U+6E76, U+6E82, U+6E8F, U+6E98, U+6E9F, U+6EA5, U+6EAA, U+6EAF, U+6EB2, U+6EB7, U+6EBD, U+6EC2, U+6EC4, U+6EC9, U+6ECC, U+6ED3-6ED5, U+6EEC, U+6EEF, U+6EF2, U+6EF7-6EF8, U+6EFE-6EFF, U+6F11, U+6F13, U+6F31-6F32, U+6F3E-6F3F, U+6F41, U+6F58, U+6F5B, U+6F66, U+6F6D, U+6F6F, U+6F74, U+6F78, U+6F7A, U+6F7C, U+6F80-6F82, U+6F86, U+6F8E, U+6F91, U+6FA1, U+6FA3-6FA4, U+6FAA, U+6FB3, U+6FB9, U+6FC2, U+6FC6, U+6FD4-6FD5, U+6FD8, U+6FDB, U+6FDF, U+6FE4, U+6FEC, U+6FEE, U+6FF1, U+6FF3, U+6FF6, U+6FFA, U+6FFE, U+7001, U+7009, U+700B, U+700F, U+7011, U+7018, U+701A-701B, U+701D, U+701F, U+7030, U+7032, U+703E, U+704C, U+7051, U+7063;
}

/* [ PretendardJP-Bold-subset03-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7092, U+7099, U+70AC, U+70AE-70AF, U+70B3, U+70B8, U+70CB, U+70D9, U+70DD, U+70DF, U+70F1, U+70FD, U+7109, U+7119, U+711C, U+714C, U+7155-7156, U+7162, U+7165-7166, U+716C, U+7184, U+7188, U+718F, U+7195, U+7199, U+71A8, U+71AC, U+71B9, U+71BE, U+71C9, U+71CE, U+71D2, U+71D4, U+71D7, U+71DF-71E0, U+71E7, U+71EC, U+71EE, U+71F5, U+71F9, U+71FB-71FC, U+71FF, U+720D, U+7210, U+721B, U+7228, U+722C-722D, U+7230, U+7232, U+723B-723C, U+723F-7240, U+7246, U+724B, U+7258, U+7274, U+727E, U+7281-7282, U+7287, U+7292, U+7296, U+72A2, U+72A7, U+72B2, U+72B9, U+72C3-72C4, U+72C6, U+72CE, U+72D2, U+72E0-72E2, U+72F7, U+72F9, U+730A, U+7316-7317, U+731C-731D, U+7325, U+7329, U+732F, U+7334, U+733E, U+734E-734F, U+7357, U+7368, U+736A, U+7370, U+7375, U+7378, U+737A-737B, U+73B3, U+73BB, U+73C0, U+73C8, U+73CE, U+73DE, U+73E5, U+73EE, U+73F1, U+73F8, U+7405, U+7425, U+7432, U+743A, U+743F, U+7441, U+7455, U+7459, U+745C, U+745F, U+7463-7464, U+7469-746A, U+746F-7470, U+7476, U+747E, U+748B, U+749E, U+74A2, U+74CA, U+74CF, U+74D4, U+74E0, U+74E3, U+74E7, U+74E9, U+74EE, U+74F0-74F2, U+74F7-74F8, U+7503-7505;
}

/* [ PretendardJP-Bold-subset03-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+750C-750E, U+7513, U+7515, U+751E, U+7526, U+752C, U+7538, U+753C, U+7544, U+7546, U+7549-754B, U+754D, U+755A-755B, U+7564, U+7567, U+7569, U+756B, U+756D, U+7574, U+7576, U+7578, U+7582, U+7586-7587, U+7589-758A, U+7594, U+759A, U+759D, U+75A3, U+75A5, U+75B1, U+75B3, U+75B5, U+75B8, U+75BC-75BD, U+75C2-75C3, U+75CA, U+75CD, U+75D2, U+75D9, U+75DE, U+75E3, U+75F0, U+75F2-75F3, U+75FA, U+75FC, U+75FE-75FF, U+7601, U+7609, U+760B, U+761F-7622, U+7624, U+7627, U+7630, U+7634, U+763B, U+7646-7648, U+7658, U+765C, U+7661-7662, U+7667-766A, U+766C, U+7670, U+7672, U+7676, U+7678, U+767C, U+7680, U+7683, U+7688, U+768B, U+768E, U+7693, U+7696, U+7699-769A, U+76B0, U+76B4, U+76B7-76BA, U+76C2, U+76CD, U+76D2, U+76D6, U+76DC, U+76DE, U+76E1, U+76E5, U+76E7, U+76EA, U+76FB, U+7704, U+7707-7708, U+771B, U+771E, U+7724-7726, U+7729, U+7737-7738, U+7747, U+775A-775B, U+7765, U+7768, U+776B, U+7779, U+777E-777F, U+778B, U+778E, U+7791, U+779E, U+77A0, U+77B0, U+77B6, U+77B9, U+77BB-77BD, U+77BF, U+77C7, U+77CD, U+77D7, U+77DA, U+77DC, U+77E3;
}

/* [ PretendardJP-Bold-subset03-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+77EE, U+77FC, U+780C, U+7812, U+7820, U+7845, U+7874, U+787C, U+7886, U+788C, U+788E, U+789A, U+78A3, U+78AA, U+78AF, U+78B5, U+78BC, U+78BE, U+78C5-78C6, U+78CA-78CB, U+78D1, U+78D4, U+78DA, U+78E7, U+78EC, U+78F4, U+78FD, U+7907, U+7911-7912, U+7919, U+7926, U+792A-792C, U+7940, U+7953, U+7955, U+7957, U+795A, U+795F-7960, U+797A, U+797F-7980, U+798A, U+799D, U+79A7, U+79AA, U+79AE, U+79B3, U+79B9-79BA, U+79C9, U+79D5, U+79E1, U+79E3, U+79E7, U+79EC, U+7A08, U+7A0D, U+7A18-7A19, U+7A1F-7A20, U+7A31, U+7A37, U+7A3B, U+7A3E, U+7A43, U+7A49, U+7A57, U+7A61-7A62, U+7A69, U+7A70, U+7A79, U+7A7D, U+7A88, U+7A95-7A98, U+7AA9, U+7AB0, U+7AB6, U+7ABF, U+7AC4-7AC5, U+7AC7-7AC8, U+7ACA, U+7ACD, U+7ACF, U+7AD2-7AD3, U+7AD5, U+7AD9-7ADA, U+7ADD, U+7ADF, U+7AE1-7AE2, U+7AE6, U+7AED, U+7AF0, U+7AF8, U+7B02, U+7B04, U+7B06, U+7B0A-7B0B, U+7B0F, U+7B18-7B19, U+7B1E, U+7B28, U+7B33, U+7B35-7B36, U+7B45, U+7B4C-7B4D, U+7B50, U+7B5D, U+7B65, U+7B67, U+7B6C, U+7B6E, U+7B70-7B71, U+7B74-7B75, U+7B7A, U+7B8D, U+7B8F, U+7B92, U+7B98-7B9A, U+7B9C-7B9D, U+7B9F, U+7BB4, U+7BC1, U+7BC6, U+7BCB-7BCC;
}

/* [ PretendardJP-Bold-subset03-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7BCF, U+7BDD, U+7BE5-7BE6, U+7BE9, U+7BF3, U+7BF6-7BF7, U+7C00, U+7C07, U+7C0D, U+7C11-7C14, U+7C17, U+7C1F, U+7C23, U+7C27, U+7C2A-7C2B, U+7C37, U+7C3D, U+7C40, U+7C43, U+7C4C, U+7C4F-7C50, U+7C54, U+7C56, U+7C58, U+7C5F, U+7C64-7C65, U+7C6C, U+7C75, U+7C83, U+7C90, U+7CA1-7CA2, U+7CA4, U+7CA8, U+7CAB, U+7CAD-7CAE, U+7CB1-7CB3, U+7CB9, U+7CBD, U+7CC0, U+7CC2, U+7CC5, U+7CD2, U+7CD8, U+7CDC, U+7CE2, U+7CEF, U+7CF2, U+7CF4, U+7CF6, U+7CFA, U+7D02, U+7D06, U+7D0A, U+7D15, U+7D1C, U+7D2E, U+7D32, U+7D35, U+7D3F, U+7D45-7D46, U+7D4B, U+7D4E-7D4F, U+7D56, U+7D5B, U+7D63, U+7D68, U+7D6E, U+7D72-7D73, U+7D7D, U+7D89, U+7D8F, U+7D93, U+7D9B, U+7D9F, U+7DA2-7DA3, U+7DAB, U+7DAE-7DB0, U+7DB5, U+7DB8, U+7DBA, U+7DBD, U+7DC7, U+7DD5, U+7DD8, U+7DDC-7DDE, U+7DE1, U+7DE4, U+7DF2, U+7E05, U+7E09-7E0B, U+7E12, U+7E1F, U+7E21-7E23, U+7E31-7E32, U+7E35, U+7E37, U+7E39-7E3B, U+7E3D, U+7E43, U+7E46, U+7E56, U+7E59-7E5A, U+7E5D-7E5E, U+7E66-7E67, U+7E69-7E6A, U+7E79, U+7E7B-7E7D, U+7E7F, U+7E83, U+7E88-7E89, U+7E8C, U+7E8E, U+7E90, U+7E92-7E94;
}

/* [ PretendardJP-Bold-subset03-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+7E96, U+7E9B-7E9C, U+7F38, U+7F3A, U+7F45, U+7F4C-7F4E, U+7F50-7F51, U+7F54-7F55, U+7F58, U+7F5F-7F60, U+7F67-7F69, U+7F78-7F79, U+7F82-7F83, U+7F86-7F88, U+7F8C, U+7F94, U+7F9A, U+7F9D, U+7FA3, U+7FAE-7FAF, U+7FB2, U+7FB6, U+7FB8-7FB9, U+7FC5-7FC6, U+7FCA, U+7FD4-7FD5, U+7FE1, U+7FE6, U+7FE9, U+7FF3, U+7FF9, U+8004, U+8006, U+800B, U+8012, U+8018-8019, U+801C, U+8021, U+8028, U+803B, U+803F, U+8046, U+804A, U+8052, U+8058, U+805A, U+805F, U+8062, U+8068, U+8070, U+8072-8073, U+8076, U+8079, U+807D, U+807F, U+8084-8086, U+8093, U+809A-809B, U+80AC-80AD, U+80C4, U+80D6, U+80D9-80DB, U+80DD, U+80E5, U+80EF, U+80F1, U+80FC, U+8109, U+811B, U+8123, U+8129, U+812F, U+813E, U+8146, U+814B, U+8151, U+8153, U+815F, U+8165-8166, U+816E, U+8171, U+8174, U+8180, U+8182-8183, U+8188, U+818A, U+8193, U+8195, U+81A0, U+81A3-81A4, U+81A9, U+81B0, U+81B5, U+81B8, U+81BA, U+81BD-81BE, U+81C0, U+81C2, U+81C8-81C9, U+81CD, U+81D1, U+81D8-81DA, U+81DF-81E0, U+81E7, U+81FA-81FB, U+81FE, U+8201-8202, U+8205, U+8207, U+8209-820A, U+820D, U+8210, U+8212, U+8216, U+8229;
}

/* [ PretendardJP-Bold-subset03-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+822B, U+822E, U+8233, U+8238, U+8240, U+8258-825A, U+825D, U+825F, U+8262, U+8264, U+8268, U+826A-826B, U+8271, U+8277-8278, U+827E, U+828D, U+8292, U+829F, U+82AB-82AC, U+82BB, U+82D2, U+82D9, U+82DC, U+82DE-82DF, U+82E1, U+82E3, U+82F3-82F4, U+82F9-82FB, U+8303, U+8306, U+8309, U+8316-8318, U+8323, U+832B, U+832F, U+8331-8332, U+8334-8335, U+8339, U+8340, U+8345, U+8350, U+8373, U+8375, U+837C, U+8385, U+8387, U+8389-838A, U+838E, U+8393, U+8396, U+839A, U+839F-83A0, U+83A2, U+83A8, U+83AA, U+83B5, U+83BD, U+83C1, U+83CE, U+83D8, U+83E0, U+83EB, U+83F2, U+83F4, U+83F7, U+83FB, U+83FD, U+8403, U+8407, U+840B, U+840D, U+8413, U+8420, U+8422, U+842A, U+842C, U+8435, U+8438, U+843C, U+8446, U+8462, U+8469, U+846B, U+846D-846F, U+8477, U+8479, U+8482, U+8484, U+849F, U+84A1, U+84AD, U+84B9, U+84BB, U+84BF, U+84C1, U+84C6, U+84CA, U+84CD, U+84D0, U+84D6, U+84D9-84DA, U+84F4, U+84FC, U+84FF, U+8506, U+8514-8515, U+8517-8518, U+851F, U+8521, U+852C, U+8540-8541, U+8548, U+854B, U+8555, U+8558, U+855A, U+8563, U+856D, U+8577, U+857E, U+8580, U+8587-8588, U+858A, U+8590-8591, U+8594, U+859B-859C;
}

/* [ PretendardJP-Bold-subset03-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+85A4, U+85A8, U+85B9-85BA, U+85C9, U+85CF-85D0, U+85D5, U+85DC-85DD, U+85E5, U+85EA, U+85F9-85FA, U+85FE, U+8602, U+8606, U+860A-860B, U+8613, U+8616-8617, U+861A, U+8622, U+862F-8630, U+863F, U+864D, U+8654-8655, U+865F, U+8667, U+8671, U+868B-868C, U+8693, U+86A3, U+86A9-86AB, U+86AF-86B0, U+86B6, U+86C4, U+86C6, U+86C9, U+86D4, U+86DB, U+86DE-86DF, U+86E9, U+86EC, U+86EF, U+86F9, U+86FB, U+8700, U+8703, U+8706, U+8708-870A, U+870D, U+8711-8712, U+871A, U+8725, U+8729, U+8734, U+8737, U+873B, U+873F, U+874C, U+874E, U+8753, U+8757, U+8759, U+875F-8760, U+8763, U+8768, U+876A, U+876E, U+8774, U+8778, U+8782, U+879F, U+87A2, U+87AB, U+87AF, U+87B3, U+87BB, U+87BD, U+87C0, U+87C4, U+87C6-87C7, U+87CB, U+87D0, U+87D2, U+87E0, U+87EF, U+87F2, U+87F6-87F7, U+87FE, U+8805, U+880D-880F, U+8811, U+8815-8816, U+8821-8823, U+8827, U+8831, U+8836, U+8839, U+883B, U+8842, U+8844, U+884D, U+8852, U+8859, U+885E, U+8862, U+886B, U+8872, U+8875, U+887D-887E, U+8881-8882, U+888D, U+8892, U+8897, U+8899, U+889E, U+88A2, U+88A4, U+88AE, U+88B0-88B1, U+88B5, U+88BF, U+88C3-88C4, U+88D4, U+88D8;
}

/* [ PretendardJP-Bold-subset03-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+88D9, U+88DD, U+88E8, U+88F2, U+88F4, U+88F9, U+88FC, U+8902, U+8904, U+890A, U+890C, U+8913, U+891D-891E, U+8925, U+892A-892B, U+8936, U+8938, U+893B, U+8941, U+8943-8944, U+894C-894D, U+895E, U+8960, U+8964, U+8966, U+896A, U+896D, U+896F, U+8974, U+8977, U+897E, U+8983, U+8988, U+898A, U+8993, U+8998, U+89A1, U+89A6, U+89A9, U+89AC, U+89AF, U+89B2, U+89BA, U+89BD, U+89BF-89C0, U+89DA, U+89DC-89DD, U+89E7, U+89F4, U+89F8, U+8A0C, U+8A10, U+8A16, U+8A1B, U+8A1D, U+8A25, U+8A36, U+8A41, U+8A46, U+8A48, U+8A52, U+8A5B, U+8A62, U+8A6C-8A6D, U+8A7C, U+8A82, U+8A84-8A85, U+8A91, U+8A9A, U+8AA1, U+8AA3, U+8AA5-8AA6, U+8AA8, U+8AC2, U+8AC4, U+8ACD, U+8ADA-8ADB, U+8ADE, U+8AE0-8AE2, U+8AE4, U+8AEB, U+8AF1, U+8AF3, U+8AF7, U+8B07, U+8B0C, U+8B10, U+8B14, U+8B16-8B17, U+8B1A, U+8B20, U+8B26, U+8B28, U+8B2B, U+8B33, U+8B3E, U+8B41, U+8B49, U+8B4C, U+8B4E-8B4F, U+8B56, U+8B5A-8B5B, U+8B5F, U+8B6B-8B6C, U+8B6F, U+8B71, U+8B74, U+8B7D, U+8B80, U+8B8A, U+8B8C, U+8B8E, U+8B92-8B93, U+8B96, U+8B99-8B9A, U+8C3A, U+8C3F, U+8C41, U+8C48, U+8C4C, U+8C4E, U+8C50, U+8C55, U+8C62, U+8C6B-8C6C, U+8C78, U+8C7A, U+8C7C, U+8C82, U+8C85, U+8C89;
}

/* [ PretendardJP-Bold-subset03-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+8C8A, U+8C8D-8C8E, U+8C94, U+8C98, U+8CAD-8CAE, U+8CB2-8CB3, U+8CB6, U+8CBD, U+8CC1, U+8CC8, U+8CCD, U+8CDA, U+8CE3-8CE4, U+8CFA-8CFB, U+8CFD, U+8D04-8D05, U+8D07, U+8D0A, U+8D0D, U+8D0F-8D10, U+8D13-8D14, U+8D16, U+8D67, U+8D6D, U+8D71, U+8D73, U+8D81, U+8D99, U+8DBA, U+8DBE, U+8DC2, U+8DCB-8DCC, U+8DCF, U+8DD6, U+8DDA-8DDB, U+8DDF, U+8DE3, U+8DEA-8DEB, U+8DFC, U+8DFF, U+8E08-8E09, U+8E10, U+8E1D-8E1F, U+8E30, U+8E34-8E35, U+8E42, U+8E47-8E4A, U+8E4C, U+8E50, U+8E55, U+8E59, U+8E60, U+8E63-8E64, U+8E72, U+8E76, U+8E7C, U+8E81, U+8E84-8E85, U+8E87, U+8E8A-8E8B, U+8E91, U+8E93-8E94, U+8E99, U+8EA1, U+8EAA, U+8EAC, U+8EB0-8EB1, U+8EBE, U+8EC5-8EC6, U+8EC8, U+8ECB, U+8EDB, U+8EE3, U+8EEB, U+8EFB-8EFC, U+8EFE, U+8F05, U+8F0A, U+8F0C, U+8F12-8F13, U+8F15, U+8F19, U+8F1B-8F1C, U+8F1F, U+8F26, U+8F33, U+8F39, U+8F3B, U+8F3E, U+8F42, U+8F45-8F46, U+8F49, U+8F4C, U+8F4E, U+8F57, U+8F5C, U+8F62-8F64, U+8F9C, U+8F9F, U+8FA7-8FA8, U+8FAD-8FAF, U+8FB7, U+8FDA, U+8FE2, U+8FE5, U+8FEA, U+8FEF, U+8FF4, U+8FF8-8FFA, U+9005, U+900B, U+900D-900E, U+9011, U+9015;
}

/* [ PretendardJP-Bold-subset03-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9016, U+901E, U+9021, U+9027, U+9035-9036, U+9039, U+903E, U+9049, U+904F-9052, U+9056, U+9058-9059, U+905E, U+9068, U+906F, U+9072, U+9076, U+907D, U+9080-9083, U+9087, U+9089-908A, U+908F, U+90A8, U+90AF, U+90B1, U+90B5, U+90DB, U+90E2, U+90E4, U+9102, U+9112, U+9119, U+9130, U+9132, U+914A, U+9156, U+9158, U+9163, U+9165, U+9169, U+9172-9173, U+9182, U+9189, U+918B, U+91A2, U+91AA-91AB, U+91AF, U+91B4-91B5, U+91BA, U+91C0-91C1, U+91C9, U+91CB, U+91D0, U+91D6, U+91DB, U+91DF, U+91E1, U+91F5-91F6, U+91FC, U+91FF, U+9211, U+9214-9215, U+921E, U+9229, U+922C, U+923F, U+9245, U+9248-9249, U+924B, U+9250, U+9257, U+925A, U+925E, U+9264, U+9293, U+9295-9296, U+929B-929C, U+92B7, U+92B9, U+92CF, U+92E9, U+92FA, U+930F, U+9319-931A, U+9322-9323, U+9335, U+933A-933B, U+9344, U+9356, U+935C, U+9360, U+936E, U+937C, U+9394, U+93AC-93AD, U+93B0, U+93B9, U+93C3, U+93C8, U+93D0, U+93D6-93D8, U+93DD, U+93E4-93E5, U+93E8, U+9403, U+9407, U+9410, U+9413-9414, U+941A, U+9421, U+942B, U+9435-9436, U+943A, U+9441, U+9444, U+9452, U+945A-945B, U+945E, U+9460, U+9462, U+946A, U+9470, U+9475;
}

/* [ PretendardJP-Bold-subset03-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9477, U+947C-947F, U+9481, U+9582, U+9587, U+958A, U+9594, U+9596, U+9598-9599, U+95A0, U+95A7-95A8, U+95AD, U+95B9, U+95BB-95BC, U+95BE, U+95C3, U+95CA, U+95CC-95CD, U+95D4-95D6, U+95DC, U+95E1-95E2, U+95E5, U+9621, U+9628, U+962E-962F, U+9642, U+964B-964C, U+964F, U+965C-965F, U+9666, U+966C, U+9672, U+9677, U+968B, U+968D, U+9695, U+9697-9698, U+96A7-96A8, U+96AA, U+96B0-96B2, U+96B4, U+96B6, U+96B8-96B9, U+96C9, U+96CB, U+96CD-96CE, U+96D5-96D6, U+96D9, U+96DC, U+96F9, U+9704, U+9706, U+9708, U+970D-970F, U+9711, U+9713, U+9716, U+9719, U+9724, U+972A, U+9730, U+9738-9739, U+973D-973E, U+9742, U+9744, U+9746, U+9748-9749, U+975C, U+9760-9761, U+9764, U+9766, U+9768, U+976B, U+9771, U+9779-977A, U+977C, U+9781, U+9785-9786, U+978B, U+978F-9790, U+979C, U+97A3, U+97A6, U+97A8, U+97AB, U+97B3-97B4, U+97C3, U+97C6, U+97C8, U+97CB, U+97DC, U+97ED, U+97F2, U+97F5-97F6, U+980C, U+980F, U+9821, U+9824, U+9837-9838, U+983D, U+9846, U+984B, U+984F, U+986B, U+986F-9871, U+9873-9874, U+98AA, U+98AF, U+98B1, U+98B6, U+98C3-98C4, U+98C6;
}

/* [ PretendardJP-Bold-subset03-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+98DC, U+98E9, U+98EB, U+98ED-98EE, U+9903, U+9909, U+9912, U+9914, U+9918, U+991D-991E, U+9920-9921, U+9924, U+992C, U+992E, U+993D-993E, U+9942, U+9945, U+9949, U+994B-994C, U+9950-9952, U+9955, U+9997-9998, U+99A5, U+99AD-99AE, U+99BC, U+99D1, U+99D8, U+99DB, U+99DD, U+99DF, U+99E2, U+99ED-99EE, U+99F1-99F2, U+99F8, U+99FB, U+9A01, U+9A05, U+9A0F, U+9A19, U+9A2B, U+9A37, U+9A3E, U+9A40, U+9A42-9A43, U+9A45, U+9A4D, U+9A55, U+9A57, U+9A5B, U+9A5F, U+9A62, U+9A64-9A65, U+9A69-9A6B, U+9AAD, U+9AB0, U+9ABC, U+9AC0, U+9ACF, U+9AD1, U+9AD3-9AD4, U+9ADE-9ADF, U+9AE2-9AE3, U+9AE6, U+9AEB, U+9AEE-9AEF, U+9AF1, U+9AF4, U+9AF7, U+9AFB, U+9B06, U+9B18, U+9B1A, U+9B1F, U+9B22-9B23, U+9B25, U+9B27-9B2A, U+9B2E-9B2F, U+9B32, U+9B3B, U+9B43-9B44, U+9B4D-9B4F, U+9B51, U+9B58, U+9B74, U+9B83, U+9B91, U+9B93, U+9B96-9B97, U+9B9F-9BA0, U+9BA8, U+9BB4, U+9BB9, U+9BC0, U+9BC6, U+9BCA, U+9BCF, U+9BD1-9BD2, U+9BD4, U+9BE1-9BE4, U+9BF0-9BF2, U+9C04, U+9C06, U+9C08-9C0A, U+9C0C, U+9C12-9C15, U+9C1B, U+9C21, U+9C24-9C25, U+9C2E;
}

/* [ PretendardJP-Bold-subset03-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9C30, U+9C32, U+9C3A, U+9C3E, U+9C46-9C47, U+9C5A, U+9C60, U+9C67, U+9C76, U+9C78, U+9CE7, U+9CEB-9CEC, U+9CF0, U+9D03, U+9D06, U+9D08-9D09, U+9D12, U+9D15, U+9D1F, U+9D23, U+9D26, U+9D2A, U+9D3E-9D3F, U+9D41, U+9D44, U+9D46, U+9D48, U+9D50-9D51, U+9D59, U+9D5D-9D5E, U+9D64, U+9D6F, U+9D72, U+9D7A, U+9D87, U+9D89, U+9D9A, U+9DA4, U+9DA9, U+9DAB, U+9DAF, U+9DB2, U+9DB8, U+9DBA-9DBB, U+9DC1-9DC2, U+9DC4, U+9DC6, U+9DCF, U+9DD3, U+9DD9, U+9DE6, U+9DED, U+9DEF, U+9DF8, U+9DFD, U+9E1A-9E1B, U+9E1E, U+9E75, U+9E79, U+9E7D, U+9E81, U+9E88, U+9E8B-9E8C, U+9E91-9E92, U+9E95, U+9E9D, U+9EA5, U+9EA9-9EAA, U+9EAD, U+9EB8, U+9EBC, U+9EBE, U+9ECC, U+9ECE-9ED0, U+9ED4, U+9ED8, U+9EDC-9EDE, U+9EE0, U+9EE5, U+9EE8, U+9EEF, U+9EF4, U+9EF6-9EF7, U+9EF9, U+9EFB-9EFD, U+9F07-9F08, U+9F15, U+9F21, U+9F2C, U+9F3E, U+9F4A-9F4B, U+9F4E-9F4F, U+9F52, U+9F54, U+9F5F-9F61, U+9F63, U+9F66-9F67, U+9F6A, U+9F6C, U+9F72, U+9F76-9F77, U+9F95, U+9F9C-9F9D, U+9FA0, U+F900, U+F903, U+F907-F908, U+F90B, U+F90D-F90E, U+F910, U+F913-F914, U+F916-F917, U+F91A-F91B, U+F91E, U+F920, U+F924, U+F926, U+F92D;
}

/* [ PretendardJP-Bold-subset03-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset03-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset03-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+F92F, U+F932-F933, U+F935, U+F93B-F93C, U+F942, U+F947, U+F94A, U+F94C, U+F950-F952, U+F954, U+F95A-F95C, U+F969, U+F96B, U+F978-F979, U+F97F, U+F982, U+F984-F987, U+F989, U+F98D, U+F990, U+F998, U+F9A7, U+F9A9, U+F9AE-F9B0, U+F9B3, U+F9B6-F9B9, U+F9BF-F9C0, U+F9C2, U+F9C5-F9C6, U+F9D2, U+F9D5-F9D6, U+F9E6, U+F9ED, U+F9F0, U+F9FB, U+FA07;
}

/* [ PretendardJP-Bold-subset04-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2F01, U+2F3E, U+2F5B, U+2F73, U+2F7B, U+2F87, U+2FAD, U+2FB7, U+2FC7-2FC8, U+2FCA, U+2FD0, U+2FD4, U+3D4E, U+4E28, U+4E6B, U+4E6D, U+4E76-4E77, U+4E90, U+4EDD, U+4EE1, U+4EFC, U+4F00, U+4F03, U+4F0B, U+4F39, U+4F48, U+4F56, U+4F7A, U+4F7E, U+4F81, U+4F84, U+4F8A, U+4F92, U+4F94, U+4F9A, U+4FC9, U+4FCD, U+4FD3, U+4FE0, U+4FF1, U+4FFF, U+5002, U+501C, U+501E, U+5022, U+5027, U+503B, U+5040, U+5042, U+5046, U+5070, U+5094, U+50D8, U+50F4, U+50FF, U+5106, U+514A, U+5164, U+5167, U+519D, U+51BE, U+51DE, U+51EC, U+5215, U+5261, U+529C, U+52A4, U+52A6, U+52AF, U+52C0, U+52D6, U+52DB, U+52FB, U+5300, U+5307, U+5324, U+5344, U+5368, U+5372, U+537D, U+5393, U+53B2, U+53DD, U+541E, U+5433, U+548A, U+549C, U+54A9, U+54FF, U+550E, U+551C, U+5535, U+555E, U+5586, U+5653, U+5699, U+56AC, U+56CA, U+56CD, U+574D, U+5759, U+5765, U+576E, U+5770, U+5775, U+577C, U+57AC, U+57C7-57C8, U+57F0, U+5808-5809, U+581E, U+5827, U+584F, U+5864, U+587C, U+5889, U+589E, U+58A9, U+58B2, U+58CE, U+590B, U+5914, U+5953, U+595B, U+595D, U+5963, U+596B, U+596D, U+5997, U+59A4, U+59BA, U+59C3, U+59DD, U+59EC, U+59EE, U+59F8, U+5A1B, U+5AA4, U+5AC4, U+5B05, U+5B56, U+5B7C, U+5B93, U+0F0000-0F0002;
}

/* [ PretendardJP-Bold-subset04-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+5B96, U+5BAC, U+5BC0, U+5BD7-5BD8, U+5BEC, U+5BEF, U+5C19, U+5C1E, U+5C5B, U+5C62, U+5CA6, U+5CB5, U+5CBA, U+5CC0, U+5CF4-5CF5, U+5D0D, U+5D27, U+5D42, U+5D53, U+5D6D, U+5DA0, U+5DAA, U+5DB8-5DB9, U+5DD0, U+5DE2, U+5E3F, U+5E77, U+5EBE, U+5F21, U+5F34, U+5F3A, U+5F45, U+5F5B, U+5F67, U+5FB5, U+5FB7, U+5FDE, U+605D, U+6085, U+608A, U+60A4, U+60B0, U+60D5, U+60DE, U+60F2, U+6111, U+6120, U+6130, U+6137, U+6164, U+617D, U+6181, U+6198, U+6207, U+6213, U+6231, U+6236, U+623E, U+62A6, U+62D6, U+633B, U+637F, U+63ED, U+63F5, U+63F7, U+6414, U+6422, U+6451, U+6460, U+6479, U+6491, U+649D, U+64C4, U+64CA, U+64CE, U+64E5, U+6504, U+6522, U+654E, U+656D, U+657E, U+6585, U+65E3, U+65F4, U+65FC-65FD, U+65FF-6600, U+6609, U+6610-6611, U+6615, U+661E, U+6624, U+662E, U+6630-6631, U+663A-663B, U+6657, U+6659, U+665B, U+6665, U+666B, U+6673, U+6677-6678, U+6690, U+6699, U+66A0, U+66B2-66B3, U+66BB, U+66BF, U+66C6, U+66FA-66FB, U+670E, U+6766, U+677B, U+678F, U+6793, U+67B0, U+67BB, U+67BE, U+67C0, U+67D2, U+67F0, U+67F6, U+67FA, U+6801, U+6805, U+6812, U+682F, U+6844, U+6852, U+686D, U+688E, U+68A1, U+68C5, U+68C8, U+68CF, U+68E8, U+6927, U+6957, U+6963, U+6968;
}

/* [ PretendardJP-Bold-subset04-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+6998, U+69A5, U+69E2, U+69EA, U+6A11, U+6A30, U+6A46, U+6A52-6A53, U+6A6B, U+6A73, U+6A7E, U+6A89, U+6AE2, U+6AE4, U+6AF6, U+6B0C, U+6B46, U+6B65, U+6B72, U+6B77, U+6BAE, U+6BC1, U+6BCF, U+6BD6-6BD7, U+6C3F, U+6C5C, U+6C6D, U+6C6F, U+6C76, U+6C85-6C87, U+6C94-6C95, U+6CAA, U+6CC2, U+6CDA, U+6CEB, U+6CEE, U+6D04, U+6D11, U+6D27, U+6D39, U+6D6F, U+6D7F, U+6D87, U+6D89, U+6D8D, U+6D91, U+6D96, U+6DAC, U+6DC3-6DC4, U+6DCF, U+6DDA, U+6DF2, U+6DF8, U+6DFC, U+6E17, U+6E27, U+6E32, U+6E34, U+6E36, U+6E39, U+6E3C-6E3D, U+6E44, U+6E5C, U+6E5E, U+6E73, U+6E7A, U+6EAB, U+6EB1, U+6EBF, U+6ECE, U+6F51, U+6F57, U+6F5A, U+6F5E, U+6F62, U+6F7D-6F7E, U+6F88, U+6F8D, U+6F90, U+6F94, U+6FA7, U+6FAE-6FAF, U+6FB5, U+6FBE, U+6FCA, U+6FDA, U+6FE9, U+6FF5, U+7005-7007, U+701C, U+7023, U+7028, U+702F, U+7037, U+7050, U+705D, U+7085, U+7098, U+709A, U+70A1, U+70A4, U+70AB, U+70B7, U+70BB, U+70D8, U+7104, U+710C, U+710F, U+711E, U+7130, U+7146-7147, U+714A, U+7150, U+715C, U+715E, U+7189, U+7192, U+71A2, U+71BA, U+71C1, U+71FE, U+7200, U+72B1, U+72BE, U+72C0, U+7324, U+7350, U+7352, U+7377, U+7386, U+738E, U+7394, U+7397-7398, U+739F, U+73A7, U+73AD, U+73B9;
}

/* [ PretendardJP-Bold-subset04-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+73BD, U+73C9, U+73CC, U+73CF, U+73D2, U+73D6, U+73D9, U+73DD, U+73E3-73E4, U+73E6, U+73E9, U+73F5, U+73F7, U+73F9, U+73FD, U+7401, U+7407, U+7413, U+741B, U+7420-7421, U+7426, U+7428-742C, U+742E-7430, U+7438, U+7440, U+7443-7444, U+744B, U+7457, U+7462, U+7465, U+7468, U+7482, U+7487, U+7489, U+7498, U+749C, U+749F, U+74A1, U+74A3, U+74A5, U+74A8, U+74AA, U+74B2, U+74B5, U+74B9, U+74BF, U+74C6, U+74D8, U+74DA, U+7501, U+751B, U+752F, U+7547, U+7553, U+756F, U+7575, U+757A, U+7600, U+7619, U+7626, U+764E, U+7664, U+7682, U+769B-769C, U+769E, U+76A6, U+76FC, U+7746, U+774D, U+7762, U+7821, U+782C, U+784E-784F, U+7864, U+787A, U+78BB, U+78CE, U+78F5, U+78FB, U+7916, U+7930, U+795B-795C, U+7991, U+7994, U+799B, U+79B1, U+79CA, U+7A05, U+7A36, U+7AD1, U+7AD7, U+7AE7, U+7AEB, U+7B2D, U+7B60, U+7B7D, U+7B9E, U+7BD2, U+7C1E, U+7D07-7D08, U+7D48, U+7D5C, U+7D6A, U+7D7F, U+7D8E, U+7DA0, U+7DB7, U+7DD6, U+7DE3, U+7E15, U+7E1D, U+7E2F, U+7E47, U+7E52, U+7E61, U+7E6B, U+7E8A, U+7E98, U+7F47, U+7FA1, U+7FCE, U+7FDF, U+8009, U+802D, U+8043, U+8118, U+812B, U+8221, U+8245, U+828E, U+829A, U+82A9, U+82AE, U+82B7, U+82BC, U+82BF, U+82D5;
}

/* [ PretendardJP-Bold-subset04-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+82FD-82FE, U+8301, U+8346-8347, U+8351, U+8362, U+837F, U+8398, U+83A9, U+83C7, U+83C9, U+83F6, U+83F9, U+840A, U+8448, U+84B4, U+84C0, U+84C2, U+84DC, U+851E, U+8523, U+8525, U+852F, U+853E-853F, U+8553, U+8559, U+856B, U+858F, U+85B0, U+85CE, U+85FF, U+865B, U+87EC, U+8807, U+881F, U+88F5, U+8918-8919, U+891C, U+8A12, U+8A37, U+8A75, U+8A79, U+8AA7, U+8AAA, U+8ABE, U+8ADF, U+8AEA, U+8AF6, U+8B53, U+8B7F, U+8CF0, U+8CF4, U+8D12, U+8D76, U+8DC6, U+8EC0, U+8ECF, U+8F1E, U+8F27, U+8F5D, U+8FA6, U+8FF2, U+9002, U+9008, U+905D, U+9067, U+9088, U+9095, U+9099, U+90A2, U+90B0, U+90DE, U+9115, U+9127, U+91AC, U+91AE, U+91B1, U+91D7, U+91DA, U+91DE, U+91E4-91E5, U+91EA, U+91ED-91EE, U+9206, U+920A, U+9210, U+9212, U+9217, U+9239-923A, U+923C, U+9240, U+924E, U+9251, U+9259, U+9265, U+9267, U+9277-9278, U+9288, U+92A7, U+92B3, U+92B6, U+92CC, U+92D0, U+92D3, U+92D5, U+92D7, U+92D9, U+92E0, U+92E7, U+92F9, U+92FB, U+92FF, U+9302, U+9304, U+931D-931F, U+9321, U+9324-9325, U+9348, U+934A, U+9357, U+9370, U+93A3-93A4, U+93C6, U+93DE, U+93F6, U+93F8, U+9404, U+9425, U+9431, U+9445, U+9448, U+9592, U+95B1, U+969D, U+96AF, U+96E9, U+96EF, U+9733, U+973B;
}

/* [ PretendardJP-Bold-subset04-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset04-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset04-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+9743, U+974D, U+974F, U+9751, U+9755, U+9777, U+9800, U+980A, U+9839, U+9857, U+985A, U+9865, U+98C7, U+98E1, U+9927, U+994D, U+9954, U+999D-999E, U+99B1, U+99B9, U+99D9, U+9A08, U+9A36, U+9A4E, U+9A52, U+9AD9, U+9ADC, U+9AE5, U+9B72, U+9B75, U+9B8F, U+9BB1, U+9BBB, U+9C00, U+9C49, U+9D6B, U+9D70, U+9DD7, U+9E19, U+9E7C, U+9EB4-9EB5, U+9EC3, U+9ED1, U+9F90, U+F927, U+F930, U+F93D-F93F, U+F94B, U+F94D, U+F95F, U+F964, U+F96F, U+F98B-F98C, U+F994-F995, U+F99B, U+F9A1, U+F9A5, U+F9AA, U+F9C8, U+F9EF, U+F9FA, U+FA0E-FA11, U+FA13-FA15, U+FA18, U+FA1F-FA21, U+FA23-FA25, U+FA27-FA29, U+FA2D-FA2E, U+FA40, U+FA56, U+FA69;
}

/* [ PretendardJP-Bold-subset05-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-01.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0-00D6;
}

/* [ PretendardJP-Bold-subset05-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+00D7-0148, U+014A-016D;
}

/* [ PretendardJP-Bold-subset05-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+016E-01C3, U+01C5-0204;
}

/* [ PretendardJP-Bold-subset05-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0205-029A;
}

/* [ PretendardJP-Bold-subset05-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-05.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+029B-031E, U+0321-0332;
}

/* [ PretendardJP-Bold-subset05-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+0333-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03D1;
}

/* [ PretendardJP-Bold-subset05-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+03D2-03E1, U+03F0-0475;
}

/* [ PretendardJP-Bold-subset05-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+0476-049D, U+04A0-04FF, U+052F, U+0E3F, U+1D43, U+1D47-1D49, U+1D4D, U+1D4F-1D50, U+1D52, U+1D56-1D58, U+1D5B;
}

/* [ PretendardJP-Bold-subset05-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1D62-1D65, U+1D9C, U+1DA0, U+1DBB, U+1DBF-1DF5, U+1DFC-1E53;
}

/* [ PretendardJP-Bold-subset05-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1E54-1EE9;
}

/* [ PretendardJP-Bold-subset05-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1EEA-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1F8D;
}

/* [ PretendardJP-Bold-subset05-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+1F8E-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200D, U+2010-2027, U+202F-2035;
}

/* [ PretendardJP-Bold-subset05-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2036-2060, U+2070-2071, U+2074-208E, U+2090-209C, U+20A0-20BF, U+20DB-20DE, U+20E8, U+20F0, U+2100-2101, U+2103, U+2105-2106, U+2109, U+2113, U+2116-2117, U+211E-2123, U+2126, U+212A-212B, U+212E, U+2132, U+213B, U+214D, U+214F, U+2153, U+215A-215C;
}

/* [ PretendardJP-Bold-subset05-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+215D-2188;
}

/* [ PretendardJP-Bold-subset07-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AC02-AC03, U+AC05-AC06, U+AC0C-AC0F, U+AC18, U+AC1E-AC1F, U+AC21-AC22, U+AC25-AC2B, U+AC2E, U+AC32-AC37, U+AC3A-AC3B, U+AC3D-AC3F, U+AC41-AC4A, U+AC4C, U+AC4E-AC53, U+AC55-AC57, U+AC59-AC5B, U+AC5D-AC64, U+AC66-AC6F, U+AC72-AC73, U+AC75-AC76, U+AC79, U+AC7B-AC7F, U+AC87-AC88, U+AC8E-AC8F, U+AC91-AC93, U+AC95-AC9B, U+AC9E, U+ACA2-ACA7, U+ACAB, U+ACAD-ACAE, U+ACB1-ACB6, U+ACBA, U+ACBE, U+ACC0, U+ACC2-ACC3, U+ACC5-ACC7, U+ACC9-ACCB, U+ACCD-ACD4, U+ACD6, U+ACD9-ACDF, U+ACE2-ACE3, U+ACE5-ACE6, U+ACE9, U+ACEB, U+ACED-ACEE, U+ACF2, U+ACF4;
}

/* [ PretendardJP-Bold-subset07-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ACF7-ACF8, U+ACFA-ACFB, U+ACFE-ACFF, U+AD01-AD03, U+AD05, U+AD07-AD0B, U+AD0E, U+AD13-AD17, U+AD19-AD1B, U+AD1D-AD1F, U+AD21, U+AD23-AD28, U+AD2A-AD2B, U+AD2E-AD33, U+AD36-AD37, U+AD39-AD3B, U+AD3D-AD43, U+AD46, U+AD48, U+AD4A-AD4F, U+AD51-AD53, U+AD55-AD57, U+AD59-AD5F, U+AD62, U+AD64, U+AD66-AD6B, U+AD6E-AD6F, U+AD71-AD72, U+AD77-AD7A, U+AD7E, U+AD80, U+AD84-AD87, U+AD8A-AD8B, U+AD8D-AD8F, U+AD91-AD9B, U+AD9E-ADA3, U+ADA5-ADB6, U+ADB9-ADBF, U+ADC2-ADC3, U+ADC5-ADC7, U+ADC9;
}

/* [ PretendardJP-Bold-subset07-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+ADCA-ADCF, U+ADD2, U+ADD4, U+ADD6-ADDB, U+ADDD-ADDF, U+ADE1-ADE3, U+ADE5-ADEB, U+ADEE-ADF7, U+ADFA-ADFB, U+ADFD-ADFE, U+AE03-AE06, U+AE0A, U+AE0C, U+AE0E, U+AE10, U+AE12, U+AE15-AE17, U+AE19-AE28, U+AE2A-AE2F, U+AE32-AE33, U+AE35-AE36, U+AE39, U+AE3B-AE3F, U+AE42, U+AE47-AE49, U+AE4B, U+AE4F, U+AE51-AE53, U+AE55, U+AE57-AE5B, U+AE5E, U+AE62-AE64, U+AE66-AE67, U+AE6A-AE6B, U+AE6D-AE6E, U+AE71-AE77, U+AE7A, U+AE7E-AE83, U+AE87-AE8B, U+AE8E-AE9F, U+AEA1-AEA3;
}

/* [ PretendardJP-Bold-subset07-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AEA5-AEBB, U+AEBF, U+AEC1-AEC3, U+AEC5-AECB, U+AECE, U+AED2, U+AED4, U+AED6-AED7, U+AEDA-AEDB, U+AEDD-AEE7, U+AEE9-AEEA, U+AEEC, U+AEEE-AEF3, U+AEF5-AEF7, U+AEF9-AEFB, U+AEFD-AF06, U+AF0A-AF0C, U+AF0E-AF0F, U+AF11-AF2B, U+AF2E-AF2F, U+AF31, U+AF35-AF3B, U+AF3E, U+AF40, U+AF44, U+AF46-AF47, U+AF4A-AF4B, U+AF4D-AF4F, U+AF51-AF5B, U+AF5E-AF63, U+AF66-AF67, U+AF69-AF6A;
}

/* [ PretendardJP-Bold-subset07-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+AF6B-AF77, U+AF7A-AF7F, U+AF81-AF83, U+AF85-AF87, U+AF89-AF8F, U+AF92-AF94, U+AF96-AF9B, U+AF9D-AFB7, U+AFBA-AFBB, U+AFBD-AFBF, U+AFC1-AFC6, U+AFCA, U+AFCC, U+AFD0-AFD3, U+AFD5-AFD7, U+AFD9-AFDB, U+AFDD-AFE7, U+AFEA-AFEF, U+AFF2-AFF3, U+AFF5-AFF7, U+AFF9-AFFF, U+B002-B003, U+B005-B00B, U+B00D-B00F, U+B011-B013, U+B015-B01B, U+B01E-B025;
}

/* [ PretendardJP-Bold-subset07-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-06.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B026-B027, U+B029-B02F, U+B031-B03B, U+B03D-B043, U+B046-B047, U+B049, U+B04B, U+B04D, U+B04F-B052, U+B056, U+B058, U+B05A-B05C, U+B05E-B05F, U+B061-B063, U+B065-B07B, U+B07E-B07F, U+B081-B083, U+B085-B08B, U+B08E, U+B092-B097, U+B09B, U+B09D-B09E, U+B0A3-B0A7, U+B0AA, U+B0B0, U+B0B2, U+B0B6-B0B7, U+B0B9-B0BA, U+B0BD-B0C3, U+B0C6, U+B0CA-B0CF, U+B0D2-B0D3, U+B0D5-B0D6, U+B0D9-B0DF, U+B0E2, U+B0E4, U+B0E6-B0EB, U+B0ED-B0FA;
}

/* [ PretendardJP-Bold-subset07-07 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-07.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-07.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B0FB-B107, U+B10A, U+B10D-B10E, U+B114-B117, U+B11A, U+B11E-B121, U+B126-B127, U+B129-B12A, U+B12D-B133, U+B136, U+B13A-B13D, U+B13F, U+B142-B143, U+B145-B146, U+B149-B14F, U+B152-B153, U+B156-B157, U+B159-B15B, U+B15D-B15F, U+B161-B170, U+B172-B177, U+B17A-B17B, U+B17D-B17F, U+B183-B187, U+B18A, U+B18C, U+B18E-B190, U+B195-B197, U+B199-B19B, U+B19D-B1A4, U+B1A6-B1A7, U+B1A9-B1AF, U+B1B1-B1C3, U+B1C5-B1CB, U+B1CE;
}

/* [ PretendardJP-Bold-subset07-08 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-08.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-08.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B1CF, U+B1D1-B1D3, U+B1D5-B1DB, U+B1DE, U+B1E0, U+B1E2-B1E7, U+B1EA-B1EB, U+B1ED-B1EF, U+B1F1-B1F7, U+B1FA, U+B1FC, U+B1FE-B203, U+B206-B207, U+B209-B20A, U+B20E-B213, U+B216, U+B218, U+B21A-B21C, U+B21E-B21F, U+B221-B233, U+B235-B23B, U+B23D-B257, U+B259-B25B, U+B25D-B25F, U+B261-B267, U+B26A-B273, U+B276-B27A, U+B27D-B283, U+B286-B288, U+B28A-B28C;
}

/* [ PretendardJP-Bold-subset07-09 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-09.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-09.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B28D-B28F, U+B292-B293, U+B295-B296, U+B29B-B29F, U+B2A2, U+B2A4, U+B2A8-B2A9, U+B2AD-B2AF, U+B2B1-B2B3, U+B2B5-B2BB, U+B2BD-B2BE, U+B2C0, U+B2C2-B2C7, U+B2CA-B2CB, U+B2CD-B2CE, U+B2D1, U+B2D3-B2D7, U+B2DA, U+B2DC, U+B2DF, U+B2E1, U+B2E3, U+B2E7, U+B2E9-B2EA, U+B2F0-B2F2, U+B2F6, U+B2FC, U+B2FE, U+B302-B303, U+B305-B307, U+B309-B30F, U+B312, U+B317-B31B, U+B31D-B31F, U+B321-B330, U+B332-B353, U+B357, U+B359-B35A, U+B35D, U+B360-B363, U+B366, U+B368, U+B36A, U+B36C-B36D, U+B372-B373, U+B375-B376;
}

/* [ PretendardJP-Bold-subset07-10 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-10.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-10.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B377, U+B379-B37F, U+B382, U+B386-B38B, U+B38D-B38F, U+B391-B393, U+B395-B39F, U+B3A2-B3A7, U+B3A9-B3AB, U+B3AD-B3C3, U+B3C6-B3C7, U+B3C9-B3CA, U+B3CD, U+B3CF, U+B3D1-B3D3, U+B3D6, U+B3D8, U+B3DA, U+B3DC, U+B3DE-B3DF, U+B3E1-B3E3, U+B3E5-B3E7, U+B3E9-B3FB, U+B3FD-B40E, U+B411-B417, U+B419-B41B, U+B41D-B41F, U+B421-B427, U+B42A, U+B42E-B433, U+B435;
}

/* [ PretendardJP-Bold-subset07-11 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-11.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-11.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B436-B44F, U+B452-B453, U+B455-B456, U+B459, U+B45B-B45F, U+B462, U+B464, U+B466-B46B, U+B46D-B47F, U+B481-B487, U+B489-B498, U+B49A-B49C, U+B49E-B4A3, U+B4A5-B4A7, U+B4A9-B4AB, U+B4AD-B4B4, U+B4B6, U+B4BA-B4BF, U+B4C1-B4C3, U+B4C5-B4C7, U+B4C9-B4CF, U+B4D1-B4D4, U+B4D6-B4DB, U+B4DE-B4DF, U+B4E1-B4E2, U+B4E8-B4EB, U+B4EE, U+B4F0, U+B4F2;
}

/* [ PretendardJP-Bold-subset07-12 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-12.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-12.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B4F3-B4F7, U+B4F9-B4FB, U+B4FD-B4FF, U+B501-B513, U+B516-B517, U+B519-B51A, U+B51D-B523, U+B526, U+B52C-B52D, U+B52F, U+B533, U+B535-B536, U+B539-B53F, U+B542, U+B546-B54A, U+B54E-B54F, U+B551-B553, U+B555-B55B, U+B55E, U+B562-B583, U+B585-B587, U+B589-B593, U+B595-B598, U+B59A-B59F, U+B5A2-B5A3, U+B5A5-B5A7, U+B5A9, U+B5AC-B5AF, U+B5B2, U+B5B6-B5BA, U+B5BE-B5BF;
}

/* [ PretendardJP-Bold-subset07-13 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-13.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-13.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B5C1-B5C3, U+B5C5-B5CB, U+B5CE, U+B5D2-B5D7, U+B5D9-B5EB, U+B5ED-B60F, U+B612-B613, U+B615-B617, U+B619-B61F, U+B622, U+B624, U+B626-B62B, U+B62E-B62F, U+B631-B633, U+B635-B646, U+B649-B65B, U+B65D-B663, U+B665-B667, U+B669-B66F;
}

/* [ PretendardJP-Bold-subset07-14 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-14.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-14.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B670-B69B, U+B69E-B69F, U+B6A1-B6A3, U+B6A5-B6A6, U+B6A8-B6AA, U+B6AD-B6AE, U+B6B0, U+B6B2-B6B7, U+B6B9-B6D3, U+B6D5-B6EF, U+B6F1-B6F3, U+B6F5-B6F7, U+B6F9-B6FF, U+B702-B703, U+B706-B70B, U+B70D-B718;
}

/* [ PretendardJP-Bold-subset07-15 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-15.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-15.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B719-B727, U+B72A-B72B, U+B72D-B72E, U+B731-B732, U+B734-B737, U+B73A, U+B73C, U+B73F-B742, U+B745-B747, U+B749-B74B, U+B74D-B753, U+B756-B75F, U+B762-B763, U+B765-B767, U+B769-B76F, U+B772, U+B774, U+B776-B77B, U+B77E-B77F, U+B781-B782, U+B785-B78B, U+B78E, U+B793-B795, U+B79A-B79B, U+B79D-B79E, U+B7A1-B7A7, U+B7AA, U+B7AE-B7AF, U+B7B1, U+B7B3, U+B7B6-B7B7, U+B7B9-B7C4, U+B7C6, U+B7C8, U+B7CA-B7CF, U+B7D1-B7D3, U+B7D5-B7E8;
}

/* [ PretendardJP-Bold-subset07-16 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-16.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-16.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B7E9-B7EB, U+B7EE-B7EF, U+B7F1, U+B7F5-B7FB, U+B7FE, U+B802-B806, U+B80A-B80B, U+B80D-B80F, U+B811-B817, U+B81A, U+B81E-B823, U+B826-B827, U+B829-B82A, U+B82D-B833, U+B836, U+B83A-B83F, U+B841-B843, U+B845-B850, U+B852, U+B854-B85B, U+B85E-B85F, U+B861-B862, U+B865-B86B, U+B86E, U+B870, U+B872-B877, U+B87A-B87B, U+B87D-B88C, U+B88E-B893, U+B895-B8A7, U+B8A9-B8AF, U+B8B1;
}

/* [ PretendardJP-Bold-subset07-17 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-17.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-17.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B8B2-B8B3, U+B8B5-B8B7, U+B8B9-B8BF, U+B8C2, U+B8C4, U+B8C6-B8CB, U+B8CD-B8CF, U+B8D1-B8D3, U+B8D5-B8DC, U+B8DE, U+B8E0, U+B8E2-B8E7, U+B8EA-B8EB, U+B8ED-B8EF, U+B8F1-B8F7, U+B8FA, U+B8FC, U+B8FE-B903, U+B905-B907, U+B909-B917, U+B919-B91F, U+B921-B923, U+B925-B93B, U+B93E-B93F, U+B941-B943, U+B945-B94B, U+B94D-B94E, U+B950, U+B952-B957, U+B95A-B95B, U+B95D-B95F, U+B961-B967, U+B96A, U+B96C, U+B96E-B96F;
}

/* [ PretendardJP-Bold-subset07-18 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-18.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-18.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+B970-B973, U+B976-B977, U+B979-B97B, U+B97D-B983, U+B986, U+B988, U+B98B-B98C, U+B991-B993, U+B995-B9AB, U+B9AE-B9AF, U+B9B1-B9B3, U+B9B5-B9BB, U+B9BE, U+B9C2-B9C5, U+B9C7, U+B9CA-B9CB, U+B9CD, U+B9D3, U+B9D5-B9D7, U+B9DA, U+B9E0, U+B9E6-B9E7, U+B9E9-B9EA, U+B9ED-B9F3, U+B9F6, U+B9FC, U+B9FE-B9FF, U+BA02-BA03, U+BA05-BA07, U+BA09-BA0F, U+BA11-BA14, U+BA16-BA37, U+BA3A-BA3B, U+BA3D-BA3F, U+BA41, U+BA43-BA47, U+BA4A;
}

/* [ PretendardJP-Bold-subset07-19 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-19.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-19.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BA4F-BA52, U+BA56-BA57, U+BA59-BA5A, U+BA5D-BA63, U+BA66, U+BA6A, U+BA6C-BA6F, U+BA72-BA73, U+BA75-BA76, U+BA79-BA82, U+BA86, U+BA88-BA8B, U+BA8D-BA8F, U+BA91-BAA7, U+BAAA, U+BAAD-BAAE, U+BAB3-BAB7, U+BABA, U+BABC, U+BABE-BAC3, U+BAC5-BAC7, U+BAC9-BAD7, U+BADA-BADF, U+BAE1-BAF3, U+BAF5-BAFB, U+BAFD-BAFF, U+BB01-BB03, U+BB05-BB0B, U+BB0E, U+BB10, U+BB12-BB14;
}

/* [ PretendardJP-Bold-subset07-20 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-20.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-20.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BB15-BB17, U+BB19-BB1B, U+BB1D-BB1F, U+BB21-BB28, U+BB2A, U+BB2C-BB33, U+BB37, U+BB39-BB3A, U+BB3F-BB43, U+BB46, U+BB48, U+BB4A-BB4C, U+BB4E, U+BB51-BB53, U+BB55-BB57, U+BB59-BB60, U+BB62, U+BB66-BB6B, U+BB6D-BB87, U+BB89, U+BB8B, U+BB8D-BB8F, U+BB91-BB98, U+BB9A, U+BB9C-BBA3, U+BBA5-BBA7, U+BBA9-BBAB, U+BBAD-BBB3, U+BBB5-BBB6, U+BBB8, U+BBBA-BBBF, U+BBC2-BBC3, U+BBC5-BBC7, U+BBC9-BBCF, U+BBD2, U+BBD4, U+BBD6-BBD9;
}

/* [ PretendardJP-Bold-subset07-21 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-21.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-21.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BBDA-BBDB, U+BBDD-BBDF, U+BBE1-BBEC, U+BBEE-BBF0, U+BBF2-BBF7, U+BBFA-BBFB, U+BBFD-BBFE, U+BC01, U+BC03-BC07, U+BC0A, U+BC0E, U+BC10, U+BC12-BC13, U+BC19-BC1A, U+BC20-BC22, U+BC26, U+BC2A, U+BC2C, U+BC2E-BC2F, U+BC33, U+BC35-BC36, U+BC39-BC3F, U+BC42, U+BC46-BC48, U+BC4A-BC4B, U+BC4E-BC4F, U+BC51-BC5B, U+BC5E, U+BC60, U+BC62-BC83, U+BC86-BC87, U+BC89-BC8A, U+BC8D, U+BC8F-BC93, U+BC96, U+BC9B-BC9C, U+BC9E, U+BCA2-BCA3, U+BCA5-BCA6, U+BCA9-BCAF, U+BCB2, U+BCB6-BCBB, U+BCBE-BCBF;
}

/* [ PretendardJP-Bold-subset07-22 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-22.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-22.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BCC1-BCC3, U+BCC5-BCCB, U+BCCE, U+BCD2, U+BCD4, U+BCD6-BCD7, U+BCD9-BCDB, U+BCDD-BCF3, U+BCF7, U+BCF9-BCFA, U+BD00-BD03, U+BD06, U+BD08, U+BD0A-BD0F, U+BD11-BD13, U+BD15-BD22, U+BD26-BD2B, U+BD2D-BD3F, U+BD41-BD47, U+BD4A-BD4B, U+BD4D-BD4F, U+BD51-BD57, U+BD5A-BD5B, U+BD5D-BD63, U+BD65-BD67, U+BD69-BD73, U+BD75-BD7E;
}

/* [ PretendardJP-Bold-subset07-23 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-23.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-23.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BD7F, U+BD82-BD83, U+BD85-BD86, U+BD8B-BD8F, U+BD92, U+BD96-BD98, U+BD9B, U+BD9E-BD9F, U+BDA1-BDA3, U+BDA5-BDAC, U+BDAE-BDAF, U+BDB1-BDB3, U+BDB5-BDB7, U+BDB9-BDC0, U+BDC2-BDD3, U+BDD6-BDD7, U+BDD9-BDDB, U+BDDD-BDE4, U+BDE6-BDE8, U+BDEA-BDEF, U+BDF1-BDF3, U+BDF5-BDF7, U+BDF9-BDFF, U+BE02, U+BE04, U+BE06-BE0B, U+BE0E-BE0F, U+BE11-BE13, U+BE16-BE1B, U+BE1E, U+BE20, U+BE22-BE27, U+BE2A-BE2F, U+BE31-BE3C, U+BE3E-BE43, U+BE46-BE47;
}

/* [ PretendardJP-Bold-subset07-24 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-24.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-24.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BE49-BE4A, U+BE4D, U+BE4F-BE53, U+BE56, U+BE5C-BE5F, U+BE62-BE63, U+BE65-BE66, U+BE6B-BE6F, U+BE72, U+BE76-BE7A, U+BE7F, U+BE81-BE83, U+BE85-BE8B, U+BE8E, U+BE92-BE97, U+BE9A-BE9B, U+BE9D-BEA7, U+BEA9-BECF, U+BED2-BED3, U+BED5-BED6, U+BEDA-BEDF, U+BEE1-BEE2, U+BEE6-BEEB, U+BEED-BEEF, U+BEF1-BF00, U+BF02-BF07, U+BF0A-BF0B, U+BF0D-BF13;
}

/* [ PretendardJP-Bold-subset07-25 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-25.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-25.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BF14-BF17, U+BF1A, U+BF1E-BF3F, U+BF42-BF43, U+BF45-BF47, U+BF49-BF4F, U+BF52, U+BF54, U+BF56-BF93, U+BF95-BFAF, U+BFB2-BFB9;
}

/* [ PretendardJP-Bold-subset07-26 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-26.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-26.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+BFBA-BFC4, U+BFC6-BFCB, U+BFCE-BFCF, U+BFD1-BFD3, U+BFD6-BFDB, U+BFDE, U+BFE0, U+BFE2-C01F, U+C021-C03B, U+C03D-C050, U+C052-C057, U+C059-C05B, U+C05D-C05E;
}

/* [ PretendardJP-Bold-subset07-27 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-27.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-27.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C05F, U+C061-C067, U+C06A-C06C, U+C06E-C08F, U+C092-C093, U+C095-C097, U+C099-C09F, U+C0A2, U+C0A4, U+C0A6-C0AB, U+C0AE, U+C0B1-C0B2, U+C0B7-C0BB, U+C0BE, U+C0C2-C0C4, U+C0C7, U+C0CA-C0CB, U+C0CD-C0CE, U+C0D1-C0D7, U+C0DA, U+C0DE-C0E3, U+C0E6-C0E7, U+C0E9-C0EB, U+C0ED-C0F3, U+C0F6, U+C0F8, U+C0FA-C0FD, U+C0FF, U+C102-C103, U+C105-C107, U+C109-C10F, U+C111-C114, U+C116-C11B, U+C121-C122, U+C125, U+C128-C12B, U+C12E, U+C132-C135, U+C137;
}

/* [ PretendardJP-Bold-subset07-28 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-28.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-28.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C13A-C13B, U+C13D-C13E, U+C141-C147, U+C14A, U+C14E-C150, U+C152-C153, U+C156-C157, U+C159-C15B, U+C15D-C163, U+C166, U+C16A-C16F, U+C172-C173, U+C175-C177, U+C179-C17F, U+C182-C184, U+C186-C18B, U+C18F, U+C191-C192, U+C195, U+C197-C19B, U+C19E, U+C1A0, U+C1A2-C1A4, U+C1A6-C1A7, U+C1AA-C1AB, U+C1AD-C1AF, U+C1B1-C1BC, U+C1BE-C1C3, U+C1C5-C1C7, U+C1C9-C1CB, U+C1CD-C1D3, U+C1D5-C1D6, U+C1D9-C1DF, U+C1E1-C1E3, U+C1E5-C1E7, U+C1E9-C1EF, U+C1F2, U+C1F6-C1FB, U+C1FE-C1FF, U+C201-C203, U+C205-C20B;
}

/* [ PretendardJP-Bold-subset07-29 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-29.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-29.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C20E, U+C210, U+C212-C215, U+C217, U+C21A-C21B, U+C21D-C21E, U+C221-C227, U+C22A, U+C22C, U+C22E, U+C230, U+C233, U+C235-C247, U+C249-C24F, U+C252-C253, U+C255-C257, U+C259-C25F, U+C261-C264, U+C266-C26B, U+C26E-C26F, U+C271-C273, U+C275-C27B, U+C27E, U+C280, U+C282-C287, U+C28A-C28B, U+C28D-C28F, U+C291-C297, U+C299-C29A, U+C29C, U+C29E-C2A3, U+C2A6-C2A7, U+C2A9-C2AA, U+C2AE-C2B1, U+C2B3, U+C2B6, U+C2B8, U+C2BA-C2BF, U+C2C2-C2D6;
}

/* [ PretendardJP-Bold-subset07-30 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-30.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-30.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C2D7-C2DB, U+C2DE-C2DF, U+C2E1-C2E2, U+C2E6-C2EA, U+C2EE, U+C2F2, U+C2F4-C2F5, U+C2F7, U+C2FA, U+C2FD-C2FE, U+C301-C307, U+C30A-C30B, U+C30E-C312, U+C316-C317, U+C319-C31B, U+C31D-C323, U+C326-C327, U+C32A-C32F, U+C332-C344, U+C346-C367, U+C36A-C36B, U+C36D-C36F, U+C371, U+C373-C377, U+C37A-C37B, U+C37E-C381, U+C383, U+C386-C387, U+C389-C38B, U+C38D-C393, U+C395-C39F;
}

/* [ PretendardJP-Bold-subset07-31 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-31.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-31.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C3A1-C3A3, U+C3A5-C3B4, U+C3B6-C3BB, U+C3BD-C3BF, U+C3C1-C3D7, U+C3DB, U+C3DD-C3DE, U+C3E1, U+C3E3-C3E7, U+C3EA-C3EC, U+C3EE-C3F3, U+C3F6-C3F7, U+C3F9-C3FB, U+C3FD-C407, U+C409-C40A, U+C40C-C40F, U+C411-C423, U+C425-C42B, U+C42D-C42F, U+C431-C433, U+C435-C43B, U+C43E-C43F, U+C441-C447, U+C449-C453;
}

/* [ PretendardJP-Bold-subset07-32 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-32.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-32.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C454-C45C, U+C45E-C463, U+C466-C467, U+C469-C46B, U+C46D-C473, U+C476-C478, U+C47A-C47F, U+C481-C48F, U+C491-C493, U+C495-C49B, U+C49D-C49F, U+C4A1-C4AB, U+C4AD-C4B7, U+C4B9-C4BB, U+C4BD-C4D3, U+C4D5-C4E8, U+C4EA-C4EF, U+C4F2-C4F3, U+C4F5-C4F7, U+C4F9, U+C4FB-C4FE, U+C502, U+C504;
}

/* [ PretendardJP-Bold-subset07-33 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-33.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-33.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C505-C50B, U+C50D-C50F, U+C511-C513, U+C515-C51B, U+C51D-C527, U+C52A, U+C52D-C52F, U+C531-C537, U+C53A, U+C53E, U+C540-C543, U+C546-C547, U+C550-C552, U+C556, U+C55A-C55B, U+C55F, U+C562-C563, U+C565-C567, U+C569-C56F, U+C572, U+C576-C57B, U+C57E-C57F, U+C581-C583, U+C585-C586, U+C588-C58B, U+C58E, U+C592-C594, U+C596, U+C599-C59B, U+C59D-C59F, U+C5A1-C5A8, U+C5AA-C5AB, U+C5AE-C5B3, U+C5B6-C5B7, U+C5BF-C5C3, U+C5CB, U+C5CD, U+C5D2-C5D3, U+C5D5-C5D7, U+C5D9-C5DF, U+C5E2, U+C5E6-C5EB, U+C5EF, U+C5F1-C5F3, U+C5F5, U+C5F8-C5FA;
}

/* [ PretendardJP-Bold-subset07-34 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-34.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-34.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C5FB, U+C602-C604, U+C609-C60B, U+C60D-C60E, U+C611-C617, U+C61A, U+C61E-C623, U+C627, U+C629-C62A, U+C631-C632, U+C636, U+C638, U+C63A, U+C63C-C63F, U+C642-C643, U+C645-C647, U+C649-C64D, U+C64F, U+C652, U+C656-C657, U+C659-C65B, U+C65E-C65F, U+C661-C66B, U+C66E, U+C672-C677, U+C67A-C67B, U+C67D-C67F, U+C681-C687, U+C68A, U+C68E-C693, U+C696-C697, U+C699-C69B, U+C69D-C6A3, U+C6A6, U+C6A8, U+C6AA-C6AF, U+C6B2-C6B3, U+C6B5-C6B6, U+C6BB-C6BF, U+C6C4, U+C6C6, U+C6C8-C6CB, U+C6CE-C6CF, U+C6D1-C6D3, U+C6D5-C6DB, U+C6DE, U+C6E2-C6E7, U+C6EA-C6EB, U+C6ED-C6EF;
}

/* [ PretendardJP-Bold-subset07-35 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-35.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-35.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C6F1-C6F7, U+C6FA, U+C6FC, U+C6FE-C703, U+C706-C707, U+C709-C70B, U+C70D-C713, U+C716, U+C71A-C71F, U+C722-C723, U+C725-C727, U+C729-C72F, U+C732, U+C734, U+C736, U+C738-C73B, U+C73F, U+C741-C742, U+C745-C746, U+C748-C749, U+C74B, U+C750, U+C759-C75B, U+C75D-C75F, U+C761-C767, U+C76A, U+C76E-C773, U+C776-C777, U+C779-C77A, U+C77F-C782, U+C786, U+C78B, U+C78F, U+C792-C793, U+C795, U+C799, U+C79B-C79F, U+C7A2, U+C7A7-C7AB, U+C7AE-C7AF, U+C7B1-C7B3, U+C7B5-C7BB, U+C7BE, U+C7C2-C7C7, U+C7CA-C7CB, U+C7CD, U+C7CF, U+C7D1-C7D7, U+C7D9-C7DC, U+C7DE-C7E3, U+C7E5-C7E6;
}

/* [ PretendardJP-Bold-subset07-36 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-36.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-36.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C7E7, U+C7E9-C7EB, U+C7ED-C7F4, U+C7F6-C7FF, U+C803, U+C805-C806, U+C80C-C80F, U+C812, U+C817-C81B, U+C81E-C81F, U+C821-C823, U+C825-C82B, U+C82E, U+C830, U+C832-C837, U+C83A-C83B, U+C83D-C83F, U+C841, U+C843-C847, U+C84A, U+C84E-C853, U+C855-C86F, U+C872-C873, U+C875-C877, U+C879, U+C87B-C87F, U+C882, U+C884, U+C888-C88A, U+C88E-C88F, U+C891-C893, U+C895-C89C, U+C89E, U+C8A0, U+C8A2-C8A5, U+C8A7, U+C8A9-C8AB, U+C8AD-C8B7;
}

/* [ PretendardJP-Bold-subset07-37 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-37.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-37.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C8B8-C8BB, U+C8BE-C8C3, U+C8C6-C8C7, U+C8C9-C8CB, U+C8CD-C8D3, U+C8D6, U+C8D8, U+C8DA-C8DF, U+C8E2-C8E3, U+C8E5-C8F4, U+C8F6-C8FB, U+C8FE-C8FF, U+C901-C903, U+C907-C90B, U+C90E, U+C910, U+C912-C917, U+C919-C92B, U+C92D-C933, U+C935-C94F, U+C952-C953, U+C955-C957, U+C959-C95F, U+C962, U+C964-C96B, U+C96E-C96F, U+C971-C972;
}

/* [ PretendardJP-Bold-subset07-38 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-38.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-38.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+C973, U+C975-C97B, U+C97D-C980, U+C982-C987, U+C98A-C98B, U+C98D-C98F, U+C991, U+C993-C997, U+C99A, U+C99C, U+C99E-C9A3, U+C9A5-C9BF, U+C9C2-C9C3, U+C9C5-C9C6, U+C9C9, U+C9CB-C9CF, U+C9D2, U+C9D8, U+C9DB, U+C9DE-C9DF, U+C9E1, U+C9E5-C9E6, U+C9E8-C9EB, U+C9EE, U+C9F3-C9F7, U+C9FA-C9FB, U+C9FD-C9FF, U+CA01-CA07, U+CA0A, U+CA0E-CA13, U+CA15-CA17, U+CA19-CA23, U+CA25-CA28, U+CA2A-CA2F, U+CA31-CA3F;
}

/* [ PretendardJP-Bold-subset07-39 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-39.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-39.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CA40-CA4B, U+CA4E-CA4F, U+CA51-CA53, U+CA55-CA5B, U+CA5E, U+CA62-CA67, U+CA69-CA6F, U+CA71-CA7C, U+CA7E-CA83, U+CA85-CA97, U+CA99-CABB, U+CABE-CABF, U+CAC1-CAC2, U+CAC5-CACB, U+CACE, U+CAD0, U+CAD4-CAD7, U+CADA-CADB, U+CADD-CADF, U+CAE1-CAEB, U+CAED-CAF3;
}

/* [ PretendardJP-Bold-subset07-40 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-40.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-40.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CAF5-CB07, U+CB09-CB0F, U+CB11-CB13, U+CB15-CB17, U+CB19-CB1F, U+CB22-CB26, U+CB28-CB2B, U+CB2E-CB31, U+CB33-CB40, U+CB42-CB47, U+CB4A-CB4B, U+CB4D-CB4F, U+CB51-CB57, U+CB5A, U+CB5C, U+CB5E-CB63, U+CB65-CB77, U+CB7A-CB7F, U+CB81-CB92, U+CB94-CB9B, U+CB9D-CBA3;
}

/* [ PretendardJP-Bold-subset07-41 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-41.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-41.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CBA4-CBB7, U+CBB9-CBCC, U+CBCE-CBD3, U+CBD6-CBE3, U+CBE5-CBE6, U+CBE8, U+CBEA-CC0B, U+CC0E-CC0F, U+CC11-CC12, U+CC15-CC1B, U+CC1E, U+CC20, U+CC23-CC25, U+CC2A-CC2B, U+CC2D, U+CC2F, U+CC31-CC37, U+CC3A, U+CC40-CC43, U+CC46-CC47, U+CC49-CC4B, U+CC4D-CC53, U+CC56, U+CC5A-CC5F, U+CC61-CC62;
}

/* [ PretendardJP-Bold-subset07-42 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-42.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-42.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CC63, U+CC65, U+CC67, U+CC69-CC6F, U+CC71-CC74, U+CC76-CC97, U+CC9A-CC9B, U+CC9D-CC9F, U+CCA1-CCA7, U+CCAA, U+CCAE-CCB3, U+CCB6-CCB7, U+CCB9-CCBB, U+CCBD-CCC3, U+CCC6, U+CCC8, U+CCCB-CCCF, U+CCD1-CCD3, U+CCD5-CCE0, U+CCE2-CCE3, U+CCE6-CCEB, U+CCED-CCEF, U+CCF1-CD00, U+CD02-CD07, U+CD0A-CD0B, U+CD0D-CD0F, U+CD11-CD17, U+CD1A, U+CD1C, U+CD1E-CD1F;
}

/* [ PretendardJP-Bold-subset07-43 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-43.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-43.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CD20-CD22, U+CD26-CD27, U+CD29-CD2B, U+CD2D-CD34, U+CD36-CD38, U+CD3A-CD3F, U+CD41-CD5B, U+CD5D-CD5F, U+CD61-CD63, U+CD65-CD6B, U+CD6E, U+CD70, U+CD72-CD77, U+CD79-CD87, U+CD89-CD93, U+CD96-CD97, U+CD99-CD9B, U+CD9D-CDA3, U+CDA6, U+CDA8, U+CDAA-CDAF, U+CDB1-CDC3, U+CDC5-CDCB, U+CDCE-CDCF, U+CDD1-CDD3;
}

/* [ PretendardJP-Bold-subset07-44 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-44.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-44.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CDD5-CDE7, U+CDE9-CDEB, U+CDED-CDEF, U+CDF1-CDF7, U+CDFA, U+CDFC, U+CDFE-CE03, U+CE06-CE07, U+CE09-CE0B, U+CE0D-CE13, U+CE15-CE18, U+CE1A-CE1F, U+CE22-CE23, U+CE25-CE27, U+CE2A-CE2F, U+CE32, U+CE34, U+CE36-CE3B, U+CE3D-CE57, U+CE5A-CE5B, U+CE5D-CE5E, U+CE63-CE67, U+CE6A, U+CE6F, U+CE71-CE73, U+CE76-CE77, U+CE79-CE7A, U+CE7D-CE83, U+CE86, U+CE88, U+CE8A-CE8F, U+CE92-CE93, U+CE95-CE97, U+CE99-CE9C;
}

/* [ PretendardJP-Bold-subset07-45 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-45.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-45.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CE9D-CE9F, U+CEA2, U+CEA6-CEA7, U+CEA9-CEAB, U+CEAE-CEAF, U+CEB1-CEC0, U+CEC2-CEC3, U+CEC5-CEE3, U+CEE6-CEE7, U+CEE9-CEEA, U+CEED-CEF3, U+CEF6, U+CEFA-CEFC, U+CEFE-CEFF, U+CF02-CF03, U+CF05-CF07, U+CF09-CF0F, U+CF12, U+CF16-CF17, U+CF1A-CF1B, U+CF1D-CF1F, U+CF21-CF23, U+CF25-CF2B, U+CF2E, U+CF32-CF37, U+CF39-CF53, U+CF56-CF57, U+CF59-CF5A, U+CF5D-CF61;
}

/* [ PretendardJP-Bold-subset07-46 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-46.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-46.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+CF62-CF63, U+CF66, U+CF68, U+CF6A-CF6F, U+CF72-CF73, U+CF75-CF77, U+CF79-CF7F, U+CF81-CF82, U+CF84, U+CF86-CF8B, U+CF8D-CFA0, U+CFA2-CFA7, U+CFA9-CFAF, U+CFB1-CFC3, U+CFC5-CFC7, U+CFC9-CFDF, U+CFE2-CFE3, U+CFE5-CFE7, U+CFE9-CFEF, U+CFF2, U+CFF4, U+CFF6-CFFB, U+CFFE-CFFF, U+D001-D003, U+D005-D00B, U+D00D-D010, U+D012-D016;
}

/* [ PretendardJP-Bold-subset07-47 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-47.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-47.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D017, U+D019-D01B, U+D01D-D01F, U+D021-D02C, U+D02E-D033, U+D036-D037, U+D039-D03B, U+D03D-D043, U+D046, U+D048, U+D04A-D04F, U+D051-D053, U+D055-D057, U+D059-D05F, U+D061-D06B, U+D06E-D06F, U+D071, U+D073, U+D075-D07B, U+D07E-D080, U+D082-D083, U+D085-D087, U+D089-D0A3, U+D0A6-D0A7, U+D0A9-D0AB, U+D0AD-D0B3, U+D0B6, U+D0BA-D0BF, U+D0C2-D0C3, U+D0C5-D0C6, U+D0CA-D0CF, U+D0D2, U+D0D6-D0DA;
}

/* [ PretendardJP-Bold-subset07-48 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-48.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-48.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D0DB, U+D0DE-D0DF, U+D0E1-D0E3, U+D0E5-D0EB, U+D0EE, U+D0F2-D0F7, U+D0F9-D10C, U+D10E-D113, U+D115-D12F, U+D132-D133, U+D135-D137, U+D139, U+D13C-D13F, U+D142, U+D146-D14B, U+D14E-D14F, U+D151-D153, U+D155-D15B, U+D15E, U+D160, U+D162-D165, U+D167, U+D169-D16B, U+D16D-D16F, U+D171-D17A, U+D17D-D183, U+D185-D187, U+D189-D197;
}

/* [ PretendardJP-Bold-subset07-49 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-49.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-49.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D198-D19F, U+D1A2-D1A3, U+D1A5-D1A6, U+D1A9-D1AF, U+D1B2, U+D1B4, U+D1B6-D1B9, U+D1BB, U+D1BD-D1BF, U+D1C1-D1D7, U+D1D9-D1F3, U+D1F5-D1F7, U+D1F9-D1FA, U+D1FC-D206, U+D208, U+D20A-D20F, U+D211-D224, U+D226-D22B, U+D22E-D22F, U+D231-D233, U+D235, U+D237-D23B, U+D23E, U+D240, U+D242-D247, U+D249-D24B;
}

/* [ PretendardJP-Bold-subset07-50 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-50.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-50.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D24C-D25B, U+D25D-D263, U+D265-D276, U+D278-D27F, U+D282-D283, U+D285-D287, U+D289-D28F, U+D292-D294, U+D296-D29B, U+D29D-D29F, U+D2A1-D2A3, U+D2A5-D2AB, U+D2AD-D2B0, U+D2B2-D2B7, U+D2BA-D2BB, U+D2BD-D2BE, U+D2C1, U+D2C3-D2C7, U+D2CA, U+D2CC, U+D2CE-D2D0, U+D2D2-D2D3, U+D2D5-D2D7, U+D2D9-D2DB, U+D2DD-D2E3, U+D2E6-D2EF, U+D2F2-D2F3, U+D2F5-D2F7, U+D2F9-D2FF, U+D302, U+D304, U+D306-D308;
}

/* [ PretendardJP-Bold-subset07-51 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-51.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-51.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D309-D30B, U+D30F, U+D312, U+D315, U+D317-D31B, U+D31E, U+D322-D323, U+D326-D327, U+D32A-D32B, U+D32D-D32E, U+D331-D337, U+D33A, U+D33E-D343, U+D346-D35C, U+D35E-D37B, U+D37E-D37F, U+D381-D383, U+D385-D38B, U+D38E, U+D392-D395, U+D397, U+D39A-D39B, U+D39D-D39F, U+D3A1-D3A7, U+D3AA, U+D3AC, U+D3AE-D3B3, U+D3B6-D3B7, U+D3B9-D3BB, U+D3BD-D3C3, U+D3C6-D3C7, U+D3CA-D3CF, U+D3D1-D3D3, U+D3D5-D3D6;
}

/* [ PretendardJP-Bold-subset07-52 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-52.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-52.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D3D7, U+D3D9-D3E0, U+D3E2, U+D3E4-D3EB, U+D3EE-D3EF, U+D3F1-D3F3, U+D3F5-D3FB, U+D3FE, U+D400, U+D402-D404, U+D406-D407, U+D40A-D41C, U+D41E-D43F, U+D441-D443, U+D445-D45B, U+D45D-D45F, U+D461-D463, U+D465-D46C, U+D46E, U+D470-D477, U+D47A-D47B, U+D47D-D47E, U+D481, U+D483-D487, U+D48A;
}

/* [ PretendardJP-Bold-subset07-53 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-53.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-53.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D48C, U+D48E-D493, U+D495-D4A8, U+D4AA-D4CB, U+D4CD-D4CF, U+D4D1-D4D3, U+D4D5-D4DB, U+D4DD-D4DE, U+D4E0-D4E7, U+D4E9-D4EB, U+D4ED-D4EF, U+D4F1-D4F7, U+D4F9-D4FA, U+D4FC, U+D4FE-D503, U+D505-D507, U+D509-D50B, U+D50D-D513, U+D516, U+D518, U+D51A-D51F, U+D521-D534, U+D536-D538;
}

/* [ PretendardJP-Bold-subset07-54 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-54.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-54.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D539-D53B, U+D53E-D53F, U+D541-D543, U+D545-D54B, U+D54E, U+D552-D557, U+D55A-D55B, U+D55D-D55F, U+D561-D563, U+D566-D567, U+D56A, U+D56C, U+D56E-D56F, U+D571-D572, U+D576-D577, U+D579-D57A, U+D57D-D583, U+D586, U+D58A, U+D58C-D58E, U+D591-D593, U+D595-D5A2, U+D5A4, U+D5A6-D5AB, U+D5AD-D5BF, U+D5C1-D5C7, U+D5CA-D5CB, U+D5CD-D5CF, U+D5D1, U+D5D3-D5D6, U+D5DA, U+D5DC, U+D5DE-D5DF, U+D5E2, U+D5E6-D5E7, U+D5E9-D5EB, U+D5ED-D5F3, U+D5F6, U+D5FA-D5FE, U+D602-D603, U+D605-D607, U+D609-D60F, U+D612;
}

/* [ PretendardJP-Bold-subset07-55 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-55.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-55.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D616-D61B, U+D61D-D61F, U+D621-D623, U+D625-D62C, U+D62E-D637, U+D63A-D63B, U+D63D-D63F, U+D641-D644, U+D646-D647, U+D64A, U+D64C, U+D64E-D650, U+D652-D653, U+D656-D657, U+D659-D65B, U+D65D-D664, U+D666, U+D66A-D66F, U+D672-D673, U+D675-D682, U+D684, U+D686-D68B, U+D68E-D68F, U+D691-D693, U+D695-D69C, U+D69E, U+D6A0, U+D6A2-D6A7, U+D6A9-D6AB, U+D6AD-D6AF, U+D6B1-D6B8, U+D6BA, U+D6BC, U+D6BE-D6C3, U+D6C6-D6C7, U+D6C9-D6CB, U+D6CE-D6CF, U+D6D2, U+D6D6, U+D6D8, U+D6DA-D6DF;
}

/* [ PretendardJP-Bold-subset07-56 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset07-56.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset07-56.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+D6E1-D6E3, U+D6E5-D6E7, U+D6E9-D6EF, U+D6F1-D6F4, U+D6F6-D6FB, U+D6FE-D6FF, U+D701-D703, U+D705-D710, U+D712-D717, U+D71A-D71B, U+D71D-D71F, U+D721-D727, U+D72A, U+D72C, U+D72E-D733, U+D736-D737, U+D739-D73B, U+D73D-D743, U+D745-D746, U+D748, U+D74A-D74F, U+D752-D753, U+D755, U+D75A-D75C, U+D75E-D75F, U+D762, U+D764, U+D766-D768, U+D76A-D76B, U+D76D-D76F, U+D771-D773, U+D775-D77B, U+D77E-D780, U+D782-D787, U+D78A-D78B, U+D78D-D78F, U+D791-D797, U+D79A, U+D79E-D7A2;
}

/* [ PretendardJP-Bold-subset08-01 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-01.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-01.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2190-2199, U+21A9-21AA, U+21B0-21B1, U+21B3-21B5, U+21BA-21BB, U+21D0, U+21D2, U+21D4, U+21DE-21DF, U+21E4-21E5, U+21E7, U+21EA, U+2202, U+2205-2206, U+220F, U+2211-2212, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+226A-226B, U+22EF, U+2303, U+2305, U+2318, U+2325-2327, U+2329-232B, U+2380, U+2387, U+238B, U+23CE-23CF, U+2423, U+2460-2466, U+01F10B, U+01F12F-01F149, U+01F150-01F16B, U+01F170-01F189, U+01F850, U+01F852;
}

/* [ PretendardJP-Bold-subset08-02 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-02.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-02.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+2467-2473, U+24B6-24CF, U+24EA-24F4, U+24FF, U+25A0-25A2, U+25AA, U+25B2-25B3, U+25B6-25B7, U+25BA-25BD, U+25C0-25C1, U+25C4-25C7, U+25CA-25CB, U+25CF, U+25E6, U+25EF, U+2600, U+2605-2606, U+263C, U+2661, U+2665, U+266A, U+26A0, U+2713, U+2717, U+2756, U+2776-2789, U+27EF, U+27F5-27FA, U+2985-2986, U+2B06, U+2B12-2B13, U+2B1C, U+2C7C, U+2C7F, U+2DFF, U+2E18, U+3131-314C;
}

/* [ PretendardJP-Bold-subset08-03 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-03.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-03.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+314D-3163, U+321C, U+3380-3384, U+3388-33CA, U+33CF-33D0, U+33D3, U+33D6, U+33D8, U+33DB-33DD, U+A69F, U+A7FF, U+A92E, U+E000, U+E002-E02B;
}

/* [ PretendardJP-Bold-subset08-04 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-04.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-04.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E02C-E05E, U+E06A-E080, U+E093-E096, U+E0A5-E0E6, U+E0F3-E0F8;
}

/* [ PretendardJP-Bold-subset08-05 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-05.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-05.woff") format("woff");
    unicode-range: U+0020, U+0041, U+0061, U+00A0, U+E0F9-E11C, U+E11E-E12A, U+E131-E147, U+E14E-E164, U+EE01-EE05, U+F000-F031;
}

/* [ PretendardJP-Bold-subset08-06 ] */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset08-06.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset08-06.woff") format("woff");
    unicode-range: U+0020-007E, U+00A0, U+F032-F057, U+F6C3, U+FE20-FE2D, U+FFA1-FFBE, U+FFC2-FFC7, U+FFCA-FFCF, U+FFD2-FFD7, U+FFDA-FFDC;
}

/* [ PretendardJP-Regular-subset06-00 ] */
@font-face {
    font-family: 'Pretendard_KR';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset06-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset06-00.woff") format("woff");
}

/* [ PretendardJP-Bold-subset06-00 ] */
@font-face {
    font-family: 'Pretendard_KR';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset06-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset06-00.woff") format("woff");
}

/* [ PretendardJP-Regular-subset01-00 ] */
@font-face {
    font-family: 'Pretendard_JP';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset01-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset01-00.woff") format("woff");
}

/* [ PretendardJP-Bold-subset01-00 ] */
@font-face {
    font-family: 'Pretendard_JP';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset01-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset01-00.woff") format("woff");
}

/* [ PretendardJP-Regular-subset05-00 ] */
@font-face {
    font-family: 'Pretendard_EN';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Regular-subset05-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Regular-subset05-00.woff") format("woff");
}

/* [ PretendardJP-Bold-subset05-00 ] */
@font-face {
    font-family: 'Pretendard_EN';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff2/PretendardJP-Bold-subset05-00.woff2") format("woff2"), url("https://static.worksmobile.net/static/wm/font/PretendardJP-20240112//woff/PretendardJP-Bold-subset05-00.woff") format("woff");
}

.ko_KR,
.ko_KR input,
.ko_KR textarea,
.ko_KR select,
.ko_KR button,
.ko_KR ~ .ly_wrap,
.ko_KR ~ .ly_wrap input,
.ko_KR ~ .ly_wrap textarea,
.ko_KR ~ .ly_wrap select,
.ko_KR ~ .ly_wrap button {
    font-family: "Pretendard_KR", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", Dotum, sans-serif;
}

.ja_JP,
.ja_JP input,
.ja_JP textarea,
.ja_JP select,
.ja_JP button,
.ja_JP ~ .ly_wrap,
.ja_JP ~ .ly_wrap,
.ja_JP ~ .ly_wrap input,
.ja_JP ~ .ly_wrap textarea,
.ja_JP ~ .ly_wrap select,
.ja_JP ~ .ly_wrap button,
.ja_JP ~ .ly_wrap ~ .ly_wrap {
    font-family: "Pretendard_JP", "Pretendard", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", "MS PGothic", Dotum, sans-serif;
}

.en_US,
.en_US input,
.en_US textarea,
.en_US select,
.en_US button,
.en_US ~ .ly_wrap,
.en_US ~ .ly_wrap,
.en_US ~ .ly_wrap input,
.en_US ~ .ly_wrap textarea,
.en_US ~ .ly_wrap select,
.en_US ~ .ly_wrap button,
.en_US ~ .ly_wrap ~ .ly_wrap {
    font-family: "Pretendard_EN", "Pretendard", -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
}

.zh_CN,
.zh_CN input,
.zh_CN textarea,
.zh_CN select,
.zh_CN button,
.zh_CN ~ .ly_wrap,
.zh_CN ~ .ly_wrap,
.zh_CN ~ .ly_wrap input,
.zh_CN ~ .ly_wrap textarea,
.zh_CN ~ .ly_wrap select,
.zh_CN ~ .ly_wrap button,
.zh_CN ~ .ly_wrap ~ .ly_wrap {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", SimSun, Dotum, sans-serif;
}

.zh_TW,
.zh_TW input,
.zh_TW textarea,
.zh_TW select,
.zh_TW button,
.zh_TW ~ .ly_wrap,
.zh_TW ~ .ly_wrap,
.zh_TW ~ .ly_wrap input,
.zh_TW ~ .ly_wrap textarea,
.zh_TW ~ .ly_wrap select,
.zh_TW ~ .ly_wrap button,
.zh_TW ~ .ly_wrap ~ .ly_wrap {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei", SimSun, Dotum, sans-serif;
}

.ly_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    white-space: nowrap;
}

.ly_wrap::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.ly_wrap .dimmed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(32, 33, 36, 0.5);
}

.ly_wrap .ly_box {
    display: inline-block;
    position: relative;
    width: 300px;
    background-color: #fff;
    border-radius: 1px;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .ly_box {
        width: 400px;
        border-radius: 16px;
        border: 1px solid #E6E8EB;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1), 0px 1px 1px 0px rgba(63, 64, 70, 0.05);
        box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1), 0px 1px 1px 0px rgba(63, 64, 70, 0.05);
    }
}

.ly_wrap .ly_box .btn_close {
    position: absolute;
    top: 17px;
    right: 16px;
    padding: 8px;
}

.ly_wrap .ly_box .btn_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -242px -86px;
    display: inline-block;
    width: 12px;
    height: 12px;
    display: block;
}

.ly_wrap .inform_msg {
    padding: 22px;
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_msg {
        padding: 20px 24px 18px;
    }
}

.ly_wrap .inform_msg .inform_title {
    display: block;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .inform_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
}

.ly_wrap .inform_msg .inform_desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #71767A;
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .inform_desc {
        margin-top: 6px;
        font-size: 14px;
        line-height: 20px;
    }
}

.ly_wrap .inform_msg .ico_inform {
    display: none;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .ico_inform {
        display: block;
        margin-bottom: 20px;
    }
    .ly_wrap .inform_msg .ico_inform::before {
        content: '';
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -4px -312px;
        display: inline-block;
        width: 36px;
        height: 36px;
        display: block;
    }
}

.ly_wrap .inform_msg .ico_complete {
    display: none;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_msg .ico_complete {
        display: block;
        margin-bottom: 20px;
    }
    .ly_wrap .inform_msg .ico_complete::before {
        content: '';
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -48px -312px;
        display: inline-block;
        width: 36px;
        height: 36px;
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form {
        padding: 0 22px 22px;
        border: 0;
    }
}

.ly_wrap .inform_form .form_box {
    border-top: 1px solid #E6E8EB;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form .form_box {
        position: relative;
        padding-left: 25px;
        border: 0;
        line-height: 16px;
    }
    .ly_wrap .inform_form .form_box ~ .form_box {
        margin-top: 12px;
    }
    .ly_wrap .inform_form .form_box label::before {
        top: 1px;
    }
}

.ly_wrap .inform_form input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form input:checked ~ label {
        color: #118DFF;
    }
    .ly_wrap .inform_form input:checked ~ label::before {
        background-position: -368px -312px;
    }
}

.ly_wrap .inform_form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    color: #118DFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_form label {
        display: inline;
        height: auto;
        padding: 0;
        font-size: 14px;
        color: #222;
    }
    .ly_wrap .inform_form label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -344px -312px;
        display: inline-block;
        width: 16px;
        height: 16px;
    }
}

.ly_wrap .inform_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 22px 22px;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns.horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ly_wrap .inform_btns.horizontal button ~ button {
        border-left: 1px solid #E6E8EB;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns button {
        width: 100%;
        height: 48px;
        font-size: 15px;
        border-top: 1px solid #E6E8EB;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns button {
        display: inline-block;
        min-width: 73px;
        width: auto;
        padding: 0 20px;
    }
    .ly_wrap .inform_btns button ~ button {
        margin-left: 8px;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns .btn_confirm {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
        border: none;
        background-color: #118DFF;
        color: #fff;
    }
    .ly_wrap .inform_btns .btn_confirm:hover {
        background-color: #F9FAFC;
    }
    .ly_wrap .inform_btns .btn_confirm:hover {
        background-color: #1086f2;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns .btn_confirm {
        color: #118DFF;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns .btn_cancel {
        color: #71767A;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns .btn_cancel {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
    }
    .ly_wrap .inform_btns .btn_cancel:hover {
        background-color: #F9FAFC;
    }
}

@media screen and (max-width: 1023px) {
    .ly_wrap .inform_btns .btn_alert {
        color: #FF4A55;
    }
}

@media screen and (min-width: 1024px) {
    .ly_wrap .inform_btns .btn_alert {
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
        border-color: #FF4A55;
        background-color: #fff;
        color: #FF4A55;
    }
    .ly_wrap .inform_btns .btn_alert:hover {
        background-color: #F9FAFC;
    }
    .ly_wrap .inform_btns .btn_alert:hover {
        color: #FF4A55;
        background-color: #F9FAFC;
    }
}

.ly_loading {
    display: inline-block;
    padding: 20px;
    width: 230px;
    border-radius: 8px;
    background-color: rgba(32, 33, 36, 0.8);
    color: #C0C4C8;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_loading .img_loading {
    margin: 4px 0 16px;
}

.ly_loading ~ .dimmed {
    background-color: rgba(32, 33, 36, 0.5);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 8px;
}

.point {
    color: #118DFF;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

@media screen and (max-width: 1023px) {
    .pc_only {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .mo_only {
        display: none !important;
    }
}

.btn_area {
    padding-top: 24px;
}

.btn_area button, .btn_area a {
    display: block;
    width: 100%;
}

.btn_area button ~ button,
.btn_area button ~ a, .btn_area a ~ button,
.btn_area a ~ a {
    margin-top: 10px;
}

.input_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
}

.integration .input_btn_area, .whale .input_btn_area {
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .integration .input_btn_area, .whale .input_btn_area {
        margin-top: 16px;
    }
}

.input_btn_area button {
    width: 100%;
}

.input_btn_area button ~ button {
    margin-left: 10px;
}

.input_title {
    display: block;
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
}

.input_wrap .invalid_desc + .input_area {
    margin-top: 10px;
}

.input_wrap .invalid_desc:not(:last-child) {
    margin-bottom: 15px;
}

.input_wrap + .input_wrap {
    margin-top: 10px;
}

.input_wrap + .input_wrap .double_line {
    padding-top: 10px;
}

.input_wrap + .input_wrap .input_title {
    padding-top: 16px;
}

.input_wrap + .input_wrap .input_title .tooltip_area {
    margin-left: 4px;
}

.input_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.input_area + .input_area {
    margin-top: 10px;
}

.input_area.double_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.input_area.double_line .input_cover ~ .input_cover {
    margin: 10px 0 0 0;
}

.input_area.double_line .invalid_desc:not(:last-child) {
    margin-bottom: 5px;
}

.input_area .input_cover {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.input_area .input_cover ~ .input_cover {
    margin-left: 10px;
}

.input_area .input_cover .btn_delete {
    display: none;
    position: relative;
    z-index: 20;
    padding: 12px 10px;
}

.input_area .input_cover .btn_delete:last-child {
    margin-right: -10px;
}

.input_area .input_cover .btn_delete::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -296px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
    display: block;
}

.input_area .input_cover .btn_delete + .btn_auth {
    margin-left: 5px;
}

.input_area .input_cover .btn_delete + .other .btn_masking {
    margin-left: -2px;
}

.input_area .input_cover .btn_dropdown {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.input_area .btn_dropdown {
    padding: 12px 30px 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    text-align: left;
}

.input_area .btn_dropdown::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 20px;
    top: 20px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -217px -208px;
    display: inline-block;
    width: 8px;
    height: 8px;
}

.input_area .btn_dropdown:hover {
    background-color: #F9FAFC;
}

.input_area .btn_dropdown.open {
    background-color: #F9FAFC;
}

.input_area .btn_dropdown.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input_area .btn_dropdown.open ~ .ly_dropdown {
    display: block;
}

.input_area .ly_dropdown {
    display: none;
    overflow: auto;
    position: absolute;
    top: 100%;
    z-index: 10;
    margin-top: 8px;
    left: -1px;
    right: -1px;
    max-height: 290px;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(63, 64, 70, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_area .ly_dropdown::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.input_area .ly_dropdown::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.input_area .ly_dropdown::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    border-radius: 8px;
}

.input_area .ly_dropdown::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 8px;
}

.input_area .ly_dropdown .btn_menu {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    font-size: 14px;
    text-align: left;
}

.input_area .ly_dropdown .btn_menu:hover {
    background-color: #F1F3F9;
}

.input_area .ly_dropdown .btn_menu.selected {
    background-color: #EAF4FF;
}

.input_area .domain_txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5px;
    font-size: 14px;
    color: #71767A;
}

.input_area .domain_txt:last-child {
    margin-right: 0;
}

.input_area .btn_auth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #F9FAFC;
    font-size: 12px;
    line-height: 28px;
    color: #3F4247;
}

.input_area .btn_auth:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.input_area .btn_auth:last-child {
    margin: 0 -5px 0 7px;
}

.input_area .time {
    padding-left: 12px;
    color: #FF4A55;
}

.input_area .time + .btn_auth {
    margin-left: 16px;
}

.input_area .btn_resend {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 28px;
    margin-left: 15px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    background-color: #F9FAFC;
    color: #3F4247;
}

.input_area .btn_resend:hover {
    background-color: rgba(34, 34, 34, 0.05);
}

.input_cover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #DBDEE1;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_cover.focus {
    border-color: #227ef5;
}

.whale .input_cover.focus {
    border-color: #386AFF;
}

.input_cover.invalid {
    border-color: #FF4A55;
}

.input_cover.disabled {
    background-color: #F9FAFC;
}

.input_cover.disabled::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.input_cover.disabled .btn_auth {
    position: relative;
    z-index: 20;
    background-color: #fff;
    color: #3F4247;
}

.input_cover.disabled .btn_auth:hover {
    background-color: #F9FAFC;
}

.input_cover.disabled .input_box {
    color: #202124;
}

.input_cover.uncorrectable {
    background-color: #F9FAFC;
}

.input_cover .input_box {
    height: 100%;
    width: 100%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_cover .input_box[type="text"] ~ .other {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    max-width: 50%;
}

.input_cover .input_box[type="text"]:-webkit-autofill, .input_cover .input_box[type="text"]:-webkit-autofill:hover, .input_cover .input_box[type="text"]:-webkit-autofill:focus, .input_cover .input_box[type="text"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.input_cover .other {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #71767A;
}

.input_img_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    border: 1px solid #DBDEE1;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_img_cover .img_box {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: rgba(0, 0, 0, 0) center left 54px no-repeat;
    background-size: auto 82px;
}

.input_img_cover .btn_refresh {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: auto 9px 9px 9px;
    padding: 0 8px;
    color: #3F4247;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    color: #202124;
    line-height: 28px;
    border: 1px solid #E6E8EB;
    background-color: #F9FAFC;
}

.input_img_cover .btn_refresh:hover {
    background-color: #F9FAFC;
}

@media screen and (max-width: 1023px) {
    .input_img_cover .btn_refresh {
        width: 28px;
        font-size: 0;
        line-height: 0;
    }
    .input_img_cover .btn_refresh::before {
        margin: 0 0 0 -1px;
    }
}

.input_img_cover .btn_refresh:hover {
    background-color: #edeeef;
}

.input_img_cover .btn_refresh::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -242px -106px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    vertical-align: -1px;
}

.number_cover {
    display: inline-block;
    height: 64px;
    width: 64px;
    border: 1px solid #DBDEE1;
    border-radius: 8px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.number_cover.focus {
    border-color: #118DFF;
}

.number_cover.invalid {
    border-color: #FF4A55;
}

.number_cover.focus, .number_cover.invalid {
    border-width: 2px;
}

.number_cover ~ .number_cover {
    margin-left: 16px;
}

@media screen and (max-width: 320px) {
    .number_cover ~ .number_cover {
        margin-left: 8px;
    }
}

.number_cover .input_box {
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check_cover {
    position: relative;
    text-align: left;
    line-height: 20px;
}

.check_cover .input_check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.check_cover .input_check:checked + .input_label::before {
    background-position: -424px -171px;
}

.check_cover .input_label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    vertical-align: top;
    color: #3F4247;
}

.check_cover .input_label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -424px -147px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.check_cover .input_label ~ .link {
    margin-left: 2px;
}

.check_cover .link {
    display: inline-block;
    font-size: 12px;
    color: #71767A;
    vertical-align: top;
}

.check_cover .link::after {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -233px -208px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 2px;
    vertical-align: middle;
}

.check_cover .etc {
    color: #71767A;
}

.check_cover .sub_check_cover:first-of-type {
    margin-top: 13px;
}

.sub_check_cover {
    margin-top: 8px;
    padding-left: 28px;
    font-size: 13px;
}

.sub_check_cover .input_check:checked + .input_label::before {
    background-position: -424px -171px;
}

.sub_check_cover .input_label {
    padding-left: 22px;
}

.sub_check_cover .input_label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -424px -147px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.invalid_desc {
    display: none;
    position: relative;
    margin-top: 15px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 17px;
    color: #FF4A55;
    text-align: left;
    letter-spacing: -0.1px;
}

.invalid_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -52px -356px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.confirm_desc {
    display: none;
    position: relative;
    margin-top: 15px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 17px;
    color: #07B53B;
    text-align: left;
    letter-spacing: -0.1px;
}

.confirm_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -272px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.tooltip_area {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.tooltip_area .btn_tooltip::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -28px -356px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
}

.tooltip_area .btn_tooltip:hover::before {
    background-position: -248px -312px;
}

.tooltip_area .btn_tooltip.open::before {
    background-position: -416px -312px;
}

.tooltip_area .btn_tooltip.open ~ .tooltip_box {
    display: block;
}

.tooltip_area .tooltip_box {
    display: none;
    position: absolute;
    top: 100%;
    left: -31px;
    z-index: 50;
    width: 195px;
    margin-top: 9px;
    padding: 15px 32px 15px 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #118DFF;
    line-height: 20px;
    overflow-wrap: break-word;
    -webkit-box-shadow: 0px 3px 8px 0px #0000001A;
    box-shadow: 0px 3px 8px 0px #0000001A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tooltip_area .tooltip_box::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 100%;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -191px -208px;
    display: inline-block;
    width: 18px;
    height: 9px;
}

.tooltip_area .tooltip_box.wide {
    width: 251px;
}

.tooltip_area .tooltip_box.large {
    width: 255px;
}

.tooltip_area .tooltip_box.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_area .tooltip_box.center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_area .tooltip_box .point {
    color: #118DFF;
}

.tooltip_area .btn_tooptip_close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px;
}

.tooltip_area .btn_tooptip_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -109px -290px;
    display: inline-block;
    width: 12px;
    height: 12px;
    display: block;
}

.ly_toast {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 0 20px 20px 20px;
    pointer-events: none;
}

.ly_toast.right .context {
    margin: 0 0 0 auto;
}

.ly_toast .context {
    position: relative;
    width: 335px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 43px 15px 15px;
    border-radius: 8px;
    background-color: #202124;
    color: #fff;
    line-height: 18px;
    vertical-align: top;
    text-align: left;
    pointer-events: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .ly_toast .context {
        width: 360px;
    }
}

.ly_toast .context ~ .context {
    margin-top: 8px;
}

.ly_toast .btn_close {
    position: absolute;
    right: 11px;
    top: 14px;
    padding: 4px;
}

.ly_toast .btn_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -242px -126px;
    display: inline-block;
    width: 12px;
    height: 12px;
    display: block;
}

.country_code:first-child {
    margin-left: -8px;
    padding-right: 7px;
}

.country_code:first-child .country_list {
    left: -1px;
}

.country_code:last-child {
    margin-right: -5px;
    padding-left: 7px;
}

.country_code:last-child .country_list {
    right: -1px;
}

.country_code .btn_code {
    position: relative;
    height: 32px;
    padding: 0 24px 0 8px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    color: #202124;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.country_code .btn_code::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 12px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -217px -208px;
    display: inline-block;
    width: 8px;
    height: 8px;
}

.country_code .btn_code:hover {
    background-color: #F9FAFC;
}

.country_code .btn_code.open {
    color: #118DFF;
    background-color: transparent;
}

.country_code .btn_code.open::after {
    background-position: -249px -208px;
}

.country_code .btn_code.open ~ .country_list {
    display: block;
}

.country_code .country_list {
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    max-height: 280px;
    margin-top: 8px;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 10px 0px #3F40461A;
    box-shadow: 0px 4px 10px 0px #3F40461A;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    background-color: #fff;
}

.country_code .country_list a {
    display: block;
    height: 36px;
    padding: 0 14px;
}

.country_code .country_list a:hover {
    background-color: #F1F3F9;
}

.country_code .country_list a.selected {
    color: #118DFF;
}

.country_code .country_list .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
}

.country_code .country_list .inner.selected {
    color: #222;
}

.country_code .country_list .inner.selected::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -392px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.country_code .country_list .inner .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.country_code .country_list .inner .code {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 4px;
}

.notify_list {
    margin-top: 20px;
    color: #71767A;
    line-height: 20px;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ja_JP .notify_list {
    word-break: break-all;
}

.notify_list.small {
    margin-top: 16px;
    font-size: 12px;
    line-height: 17px;
}

.notify_list.small .item:before {
    top: 7px;
}

.notify_list .item {
    position: relative;
    padding-left: 10px;
}

.notify_list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #95999C;
}

.detail_area {
    margin-top: 42px;
    padding-bottom: 20px;
    border-top: 1px solid #E6E8EB;
}

@media screen and (min-width: 1024px) {
    .detail_area {
        padding-bottom: 0;
    }
}

.detail_area .notify_list .item:only-child {
    padding-left: 0;
}

.detail_area .notify_list .item:only-child::before {
    display: none;
}

.ico_pwd_check {
    padding: 4px;
    vertical-align: top;
    display: none;
}

.ico_pwd_check:last-child {
    margin-right: -4px;
}

.ico_pwd_check::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -392px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
    display: block;
}

.ico_pwd_check.checked {
    display: block;
}

.btn_masking {
    margin-left: -2px;
    padding: 10px 8px;
    vertical-align: top;
}

.btn_masking:last-child {
    margin-right: -8px;
}

.btn_masking::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -194px -312px;
    display: inline-block;
    width: 20px;
    height: 20px;
    display: block;
}

.btn_masking.checked::before {
    background-position: -166px -312px;
}

.btn_win_close {
    position: fixed;
    left: 16px;
    top: 10px;
}

@media screen and (min-width: 1024px) {
    .btn_win_close {
        display: none;
    }
}

.btn_win_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -393px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.btn_app_close {
    display: none;
    position: fixed;
    top: 10px;
    left: 16px;
    padding: 5px;
}

.m_app .btn_app_close {
    display: block;
}

.btn_app_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -393px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
    display: block;
}

.btn_web_close {
    display: none;
    padding: 5px;
    margin-right: -5px;
    margin-left: auto;
}

.m_app .btn_web_close {
    display: block;
}

.btn_web_close::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -393px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
    display: block;
}

.btn_back {
    position: fixed;
    top: 10px;
    left: 16px;
}

.btn_back::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -361px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .btn_back {
        display: none;
    }
}

.lw_toggle {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.lw_toggle + label {
    position: relative;
    display: inline-block;
    padding: 1px;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.lw_toggle + label::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.lw_toggle + label::after {
    content: "";
    display: inline-block;
    background-color: #D4D8DC;
    width: 32px;
    height: 18px;
    border-radius: 10px;
    vertical-align: top;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.lw_toggle:checked + label::before {
    left: 17px;
}

.lw_toggle:checked + label::after {
    background-color: #3591FF;
}

.ico_complete::before {
    content: '';
    margin-bottom: 20px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -48px -312px;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
}

.ico_error::before {
    content: '';
    margin-bottom: 20px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -92px -312px;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top;
}

.btn_point {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
    border: none;
    background-color: #118DFF;
    color: #fff;
}

.btn_point:hover {
    background-color: #F9FAFC;
}

.btn_point:hover {
    background-color: #1086f2;
}

.btn_default {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
}

.btn_default:hover {
    background-color: #F9FAFC;
}

#root {
    overflow: auto;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#root::-webkit-scrollbar {
    display: none;
}

.wrap {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .wrap {
        background-color: #F9FAFC;
    }
}

.wrap.popup {
    overflow: auto;
    width: 500px;
    height: 750px;
    background-color: #fff;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wrap.popup::-webkit-scrollbar {
    display: none;
}

.wrap .logo {
    line-height: 0;
}

.wrap .logo::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -45px;
    display: inline-block;
    width: 253px;
    height: 33px;
    vertical-align: top;
}

.wrap.gov .logo {
    margin-bottom: 9px;
}

.wrap.gov .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -265px -4px;
    display: inline-block;
    width: 176px;
    height: 103px;
}

.wrap.whale .logo {
    margin-bottom: -1px;
}

.wrap.whale .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -86px;
    display: inline-block;
    width: 230px;
    height: 54px;
}

.wrap.integration .logo {
    margin-bottom: 9px;
}

.wrap.integration .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -148px;
    display: inline-block;
    width: 179px;
    height: 74px;
}

.wrap.lw .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -4px;
    display: inline-block;
    width: 253px;
    height: 33px;
}

.wrap.lw.integration .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -265px -115px;
    display: inline-block;
    width: 151px;
    height: 74px;
}

.wrap.works .logo {
    margin-bottom: 9px;
}

.wrap.works .logo::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -4px -230px;
    display: inline-block;
    width: 97px;
    height: 74px;
}

.container {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 76px 20px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.container::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 1023px) {
    .integration .container, .whale .container, .works .container {
        padding-top: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        display: grid;
        padding: 0;
        justify-items: center;
        grid-template-areas: "empty" "contents" "more_contents" "footer";
        grid-template-columns: 100%;
        grid-template-rows: 1fr auto 1.3fr auto;
    }
    .container::before {
        content: '';
        min-height: 40px;
    }
}

.popup .container {
    padding: 54px 20px 20px;
}

.popup .container::before {
    display: none;
}

.contents_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width: 1023px) {
    .contents_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ly_box.ly_unreceived {
    width: 460px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100vh;
        width: 300px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_msg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 20px 0 12px;
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_title {
        margin-top: 22px;
        padding-right: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
    }
}

.ly_box.ly_unreceived .inform_area {
    margin-top: 28px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_area {
        overflow: auto;
        margin-top: 24px;
        padding: 0 20px;
        max-height: 281px;
    }
}

.ly_box.ly_unreceived .inform_area .btn_help {
    display: inline-block;
    margin: 20px 0 8px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #0087EE;
    vertical-align: top;
}

.ly_box.ly_unreceived .inform_list .item ~ .item {
    margin-top: 18px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_list .item {
        position: relative;
        padding-left: 52px;
        text-align: left;
    }
    .ly_box.ly_unreceived .inform_list .item ~ .item {
        margin-top: 20px;
    }
    .ly_box.ly_unreceived .inform_list .item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }
}

.ly_box.ly_unreceived .inform_list .item.email::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -273px -230px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ly_box.ly_unreceived .inform_list .item.phone::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -321px -230px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ly_box.ly_unreceived .inform_list .item.check::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -369px -230px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.ly_box.ly_unreceived .inform_list .title {
    font-weight: 700;
    line-height: 16px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_list .title {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
    }
}

.ly_box.ly_unreceived .inform_list .detail {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #71767A;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_list .detail {
        margin-top: 5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }
}

.ly_box.ly_unreceived .inform_btns {
    padding-top: 10px;
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 20px 20px;
    }
}

@media screen and (min-width: 1024px) {
    .ly_box.ly_unreceived .inform_btns .btn_help {
        display: inline-block;
        height: 40px;
        border-radius: 8px;
        font-size: 14px;
        background-color: #fff;
        color: #202124;
        line-height: 40px;
        border: 1px solid #E6E8EB;
        padding: 0 20px;
        line-height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .ly_box.ly_unreceived .inform_btns .btn_help:hover {
        background-color: #F9FAFC;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_btns .btn_help {
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        line-height: 48px;
    }
}

.ly_box.ly_unreceived .inform_btns .btn_confirm {
    font-weight: 400;
}

@media screen and (min-width: 1024px) {
    .ly_box.ly_unreceived .inform_btns .btn_confirm {
        margin-left: 8px;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .inform_btns .btn_confirm {
        height: 48px;
        border-radius: 8px;
        font-size: 15px;
        background-color: #fff;
        color: #202124;
        line-height: 48px;
        border: 1px solid #E6E8EB;
        border: none;
        background-color: #118DFF;
        color: #fff;
    }
    .ly_box.ly_unreceived .inform_btns .btn_confirm:hover {
        background-color: #F9FAFC;
    }
    .ly_box.ly_unreceived .inform_btns .btn_confirm:hover {
        background-color: #1086f2;
    }
}

@media screen and (max-width: 1023px) {
    .ly_box.ly_unreceived .btn_close {
        top: 4px;
        right: 4px;
    }
    .ly_box.ly_unreceived .btn_close::before {
        background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
        background-size: 445px 376px;
        background-position: -222px -312px;
        display: inline-block;
        width: 18px;
        height: 18px;
    }
}

.contents {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 auto;
    width: 370px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents:not(:last-child) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
    .contents.landing {
        width: 400px;
        max-width: 100%;
    }
    .contents.landing .landing_area .landing_title {
        font-size: 22px;
        line-height: 31px;
    }
}

@media screen and (min-width: 1024px) {
    .contents {
        width: 500px;
        max-width: none;
        padding: 44px 50px 40px;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 8px 0px #0000001A;
        box-shadow: 0px 3px 8px 0px #0000001A;
        border-radius: 16px;
    }
}

.popup .contents {
    padding: 0;
    width: 370px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 1024px) {
    .contents .logo {
        padding-top: 16px;
    }
}

.contents .logo + .title {
    margin: 15px 0 38px;
    font-size: 18px;
    line-height: 25px;
}

.integration .contents .logo + .title, .whale .contents .logo + .title, .works .contents .logo + .title {
    margin: 11px 0 40px;
}

@media screen and (max-width: 1023px) {
    .integration .contents .logo + .title, .whale .contents .logo + .title, .works .contents .logo + .title {
        margin-bottom: 44px;
    }
}

.contents .logo + .input_wrap {
    margin-top: 40px;
}

.contents .input_wrap .time {
    color: #71767A;
}

.contents .ico_complete + .title,
.contents .ico_error + .title {
    margin-top: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
}

@media screen and (max-width: 1023px) {
    .contents .tooltip_area .tooltip_box.wide {
        width: 239px;
        left: -94px;
    }
    .en_US .contents .tooltip_area .tooltip_box.wide {
        left: -112px;
    }
    .contents .tooltip_area .tooltip_box.wide::before {
        left: 92px;
    }
    .en_US .contents .tooltip_area .tooltip_box.wide::before {
        left: 110px;
    }
    .contents .tooltip_area .tooltip_box.large {
        width: 213px;
        left: -143px;
    }
    .en_US .contents .tooltip_area .tooltip_box.large {
        width: 236px;
        left: -138px;
    }
    .ja_JP .contents .tooltip_area .tooltip_box.large {
        width: 236px;
        left: -200px;
    }
    .contents .tooltip_area .tooltip_box.large::before {
        left: 141px;
    }
    .en_US .contents .tooltip_area .tooltip_box.large::before {
        left: 136px;
    }
    .ja_JP .contents .tooltip_area .tooltip_box.large::before {
        left: 198px;
    }
}

@media screen and (max-width: 365px) {
    .contents .tooltip_area {
        position: static;
    }
    .contents .tooltip_area .tooltip_box {
        left: calc(50vw - 20px) !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .contents .tooltip_area .tooltip_box::before {
        display: none;
    }
}

.contents .title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ja_JP .contents .title {
    word-break: break-all;
}

@media screen and (min-width: 1024px) {
    .contents .title {
        margin-top: 13px;
    }
}

.contents .title + .description, .contents .title + .file_name {
    margin-top: -30px;
}

.contents .description {
    margin: 0 auto 40px;
    max-width: 370px;
    color: #71767A;
    line-height: 20px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.ja_JP .contents .description {
    word-break: break-all;
}

.contents .file_name {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
    line-height: 20px;
    color: #118DFF;
}

@media screen and (max-width: 767px) {
    .contents .file_name {
        margin-bottom: 44px;
    }
}

.contents .btn_default {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
}

.contents .btn_default:hover {
    background-color: #F9FAFC;
}

.contents .btn_cancel {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #C0C4C8;
}

.contents .btn_cancel:hover {
    background-color: #F9FAFC;
}

.contents .btn_cancel:hover {
    background-color: #b6babe;
}

.contents .btn_submit {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #07B53B;
}

.contents .btn_submit:hover {
    background-color: #F9FAFC;
}

.contents .btn_submit:hover {
    background-color: #03bd56;
}

.integration .contents .btn_submit, .gov .contents .btn_submit {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    border: none;
    background-color: #118DFF;
    color: #fff;
}

.integration .contents .btn_submit:hover, .gov .contents .btn_submit:hover {
    background-color: #F9FAFC;
}

.integration .contents .btn_submit:hover, .gov .contents .btn_submit:hover {
    background-color: #1086f2;
}

.whale .contents .btn_submit {
    background-color: #386AFF;
}

.contents .btn_confirm {
    height: 48px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
    border: none;
    background-color: #118DFF;
    color: #fff;
}

.contents .btn_confirm:hover {
    background-color: #F9FAFC;
}

.contents .btn_confirm:hover {
    background-color: #1086f2;
}

.contents .input_area.show_account .input_cover {
    border-radius: 8px 8px 0 0;
}

.contents .input_area.show_account .account_list {
    display: block;
}

.contents .input_area .input_cover .input_box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
}

.contents .input_area .input_cover .country_code {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contents .input_area .input_cover .btn_auth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contents .account_list {
    display: none;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 30;
    margin-top: -1px;
    max-height: 191px;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid #E6E8EB;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-color: #118DFF;
    border-top-color: #DBDEE1;
}

.contents .account_list a {
    display: block;
    height: 36px;
    padding: 0 14px;
}

.contents .account_list a:hover {
    background-color: #F1F3F9;
}

.contents .account_list a.selected {
    color: #118DFF;
}

.contents .account_list .item {
    position: relative;
}

.contents .account_list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.contents .account_list .inner .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    max-width: 168px;
}

.contents .account_list .inner .email {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 16px 0 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    color: #71767A;
}

.contents .account_list .btn_delete {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
}

.contents .account_list .btn_delete::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -417px -260px;
    display: inline-block;
    width: 8px;
    height: 8px;
    display: block;
}

.contents .check_area {
    margin-top: 20px;
    line-height: 20px;
}

.contents .check_area .check_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contents .check_area .check_info ~ .check_info {
    margin-top: 10px;
}

.contents .check_area .check_info .more_area {
    margin-left: auto;
    padding-left: 8px;
}

.contents .more_area .link {
    color: #3F4247;
}

.contents .more_area .link:hover {
    text-decoration: underline;
}

.contents .login_other_area {
    margin-top: auto;
    padding-top: 20px;
}

@media screen and (min-width: 1024px) {
    .contents .login_other_area {
        padding-top: 40px;
    }
}

.contents .login_other_area .btn_social {
    position: relative;
    width: 100%;
    padding: 0 40px;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
    vertical-align: top;
}

.contents .login_other_area .btn_social:hover {
    background-color: #F9FAFC;
}

.contents .login_other_area .btn_social ~ .btn_social {
    margin-top: 12px;
}

.contents .login_other_area .btn_social::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
}

.contents .login_other_area .btn_social.naver::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -329px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .login_other_area .btn_social.line::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -265px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .login_other_area .btn_social.device::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -297px -197px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .login_other_area .btn_social .text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.contents .login_other_area .recently {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -9px;
    padding: 5px 9px;
    border: 1px solid currentColor;
    border-radius: 15px;
    background-color: #fff;
    font-size: 11px;
    line-height: 14px;
    color: #07B53B;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.contents .number_area {
    padding-bottom: 20px;
    font-size: 0;
}

.contents .number_area .input_box {
    font-size: 32px;
    line-height: 40px;
}

.contents .number_area .auth_number {
    display: inline-block;
    padding: 2px 5px 0 5px;
    font-size: 50px;
    line-height: 60px;
    color: #118DFF;
    vertical-align: top;
}

.contents .number_area .phone_number {
    font-size: 32px;
    line-height: 38px;
    color: #118DFF;
}

.contents .number_area .invalid_desc {
    text-align: center;
}

.contents .number_area .invalid_desc::before {
    position: static;
    margin-right: 6px;
    vertical-align: -3px;
}

.contents .partner_area {
    padding-top: 8px;
}

@media screen and (max-width: 1023px) {
    .contents .partner_area {
        padding-top: 24px;
    }
}

.contents .partner_area .partner_title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.contents .partner_area .login_other_area {
    padding-top: 32px;
}

.contents .partner_area .btn_social {
    padding: 12px 40px;
    height: auto;
    min-height: 48px;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 20px;
}

.contents .partner_area .btn_social::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.contents .partner_area .btn_social.ncp::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -417px -230px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.contents .partner_area .btn_social.nw::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -136px -312px;
    display: inline-block;
    width: 22px;
    height: 22px;
}

.contents .landing_area {
    margin: 0 auto;
    padding: 8px 0;
}

@media screen and (max-width: 1023px) {
    .contents .landing_area {
        padding-top: 14px;
    }
}

.contents .landing_area .img_loading {
    margin: 14px 0 34px;
}

.contents .landing_area .landing_title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.contents .landing_area .landing_title:first-child {
    font-size: 24px;
    line-height: 29px;
}

.contents .landing_area .landing_desc {
    margin-top: 10px;
    line-height: 20px;
    color: #71767A;
}

.contents .landing_area .landing_desc:last-child {
    margin-bottom: 12px;
}

.contents .landing_area .btn_area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 32px;
}

.contents .landing_area .btn_area.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contents .landing_area .btn_area.horizontal .btn_check {
    width: auto;
    margin: 0 4px;
}

.contents .landing_area .btn_check {
    display: block;
    padding: 0 15px;
    color: #3F4247;
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 36px;
    border: 1px solid #E6E8EB;
}

.contents .landing_area .btn_check:hover {
    background-color: #F9FAFC;
}

.contents .landing_area .btn_landing {
    display: block;
    position: relative;
    padding: 0 48px;
    color: #3F4247;
    width: 320px;
    height: 46px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 46px;
    border: 1px solid #E6E8EB;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
}

.contents .landing_area .btn_landing:hover {
    background-color: #F9FAFC;
}

.contents .landing_area .btn_landing::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
}

.contents .landing_area .btn_landing.nw::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_605e5dc9.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-size: 64px 32px;
    background-position: -4px -4px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .landing_area .btn_landing.whale::before {
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_605e5dc9.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_symbol_b5a0a53d.svg);
    background-size: 64px 32px;
    background-position: -36px -4px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.contents .domain_change_area {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 32px;
    height: 84px;
    border: 1px solid #F1F3F9;
    border-radius: 8px;
    background-color: #F9FAFC;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .domain_change_area .domain_box {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 16px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    color: #118DFF;
}

.contents .domain_change_area .domain_box .text {
    color: #222;
}

.contents .domain_change_area .arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contents .domain_change_area .arrow::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -424px -115px;
    display: inline-block;
    width: 14px;
    height: 24px;
}

.contents .notify_area {
    padding-top: 20px;
}

.contents .notify_area:first-child {
    padding-top: 5px;
}

@media screen and (max-width: 1023px) {
    .contents .notify_area:first-child {
        padding-top: 24px;
    }
}

.contents .notify_area img ~ .btn_area {
    margin-top: 20px;
}

.contents .notify_area .img_notify {
    margin-bottom: 20px;
}

.contents .notify_area .img_loading {
    margin: 27px 0 38px;
}

.contents .notify_area .notify_title {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.contents .notify_area .notify_title + .notify_desc {
    margin-top: 8px;
}

.contents .notify_area .notify_title:last-child {
    font-size: 22px;
    line-height: 31px;
}

.contents .notify_area .notify_desc {
    line-height: 20px;
    color: #71767A;
}

.contents .notify_area .btn_area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contents .notify_area .btn_area.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contents .notify_area .btn_area.horizontal .btn_notify {
    margin: 0 4px;
    width: auto;
}

.contents .notify_area .btn_notify {
    display: block;
    padding: 0 15px;
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 36px;
    border: 1px solid #E6E8EB;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    color: #3F4247;
}

.contents .notify_area .btn_notify:hover {
    background-color: #F9FAFC;
}

.contents .notify_area .btn_notify ~ .btn_notify {
    margin-top: 8px;
}

.contents .notify_area .notify_content {
    margin: 22px auto 0;
    padding: 20px;
    background-color: #F9FAFC;
    border-radius: 8px;
    border: 1px solid #F1F3F9;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .contents .notify_area .notify_content {
        width: 400px;
    }
}

.contents .notify_area .notify_detail {
    padding-bottom: 10px;
}

.contents .notify_area .notify_list {
    margin-top: 0;
    color: #3F4247;
    line-height: 1.4;
}

.contents .notify_area .notify_list .item ~ .item {
    margin-top: 10px;
}

.contents .admin_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
}

.contents .admin_area .admin_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #3A3B50;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
}

.contents .admin_area .tab_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #DBDEE1;
}

.contents .admin_area .tab_area .tab {
    width: 50%;
}

.contents .admin_area .tab_area .tab[aria-selected="true"] {
    font-weight: 700;
    color: #118DFF;
}

.contents .admin_area .tab_area .tab[aria-selected="true"] .text::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #118DFF;
}

.contents .admin_area .tab_area .text {
    position: relative;
    display: inline-block;
    height: 44px;
    max-width: 100%;
    padding: 0 10px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .admin_area .tab_panel {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    max-width: 370px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.contents .admin_area .tab_panel::-webkit-scrollbar {
    display: none;
}

.contents .admin_area .title {
    margin-top: 38px;
}

.contents .admin_area .description + .btn_area {
    padding-top: 4px;
}

.popup .contents .admin_area .btn_area {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .contents .admin_area .btn_area {
        margin-bottom: 0;
    }
}

.contents .find_area .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 44px;
}

.contents .find_area .tab_area .tab {
    position: relative;
    width: 50%;
    border-radius: 8px 8px 0 0;
    border: 1px solid #DBDEE1;
    border-width: 1px 1px 0 1px;
    color: #95999C;
    font-size: 14px;
}

.contents .find_area .tab_area .tab[aria-selected="true"] {
    border-color: currentColor;
    border-bottom-color: transparent;
    color: #202124;
}

.contents .find_area .tab_area .tab[aria-selected="true"]::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
}

.contents .find_area .tab_area .tab ~ .tab {
    margin-left: 9px;
}

.contents .find_area .tab_panel {
    padding-top: 30px;
    border-top: 1px solid #222;
}

.contents .security_area .input_img_cover {
    margin: 25px 0 10px;
}

.contents .result_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100vh - 126px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .contents .result_area {
        padding-top: 18px;
        max-height: none;
    }
}

.contents .result_area .result_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.contents .result_area .result_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: auto;
    margin-top: 38px;
    padding: 14px 19px;
    background-color: #F9FAFC;
    border: 1px solid #F1F3F9;
    border-radius: 8px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .contents .result_area .result_box {
        max-height: 400px;
    }
}

.contents .result_area .result_id {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 21px;
    padding: 5px 0 5px 12px;
    color: #202124;
    word-wrap: break-word;
    text-align: left;
    font-weight: normal;
}

.contents .result_area .result_id:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 14px;
    left: 0;
    border-radius: 4px;
    background-color: #95999C;
}

.contents .result_area .btn_confirm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.contents .link_auth_area .logo_link_auth {
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .contents .link_auth_area .logo_link_auth {
        padding-top: 16px;
    }
}

.contents .link_auth_area .logo_link_auth img {
    width: auto;
    height: 74px;
}

.contents .link_auth_area .link_auth_desc {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 21px;
}

.contents .link_auth_area .btn_service {
    height: 52px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    color: #202124;
    line-height: 52px;
    border: 1px solid #E6E8EB;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #07B53B;
}

.contents .link_auth_area .btn_service:hover {
    background-color: #F9FAFC;
}

.contents .link_auth_area .btn_service:hover {
    background-color: #03bd56;
}

.contents .link_auth_area .text_area {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #E6E8EB;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .contents .link_auth_area .text_area {
        display: none;
    }
}

.contents .link_auth_area .text_area .text {
    line-height: 20px;
    color: #71767A;
}

.contents .auth_area .auth_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    border: 1px solid #E6E8EB;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .auth_area .auth_box + .btn_send {
    margin-top: 10px;
}

.contents .auth_area .method {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .auth_area .method::before {
    content: '';
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -221px -230px;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 8px 0 18px;
    vertical-align: top;
}

.contents .auth_area .method:hover {
    background-color: #F9FAFC;
}

.contents .auth_area .method.sms::before {
    background-position: -169px -230px;
}

.contents .auth_area .method ~ .method {
    border-left: 1px solid #E6E8EB;
}

.contents .auth_area .method .text {
    font-size: 17px;
    font-weight: 400;
}

.contents .auth_area .method .information {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    word-wrap: normal;
    margin-top: 5px;
    color: #71767A;
}

.contents .auth_area .btn_send {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fff;
    color: #202124;
    line-height: 48px;
    border: 1px solid #E6E8EB;
}

.contents .auth_area .btn_send:hover {
    background-color: #F9FAFC;
}

.contents .auth_area .btn_send ~ .btn_send {
    margin-top: 12px;
}

.contents .register_info_area {
    display: grid;
    width: 100%;
    margin-bottom: 4px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #F1F3F9;
    background-color: #F9FAFC;
    text-align: left;
    table-layout: fixed;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
}

.contents .register_info_area .info_title {
    min-width: 70px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contents .register_info_area .info_detail {
    color: #118DFF;
    overflow-wrap: break-word;
    word-break: break-all;
}

.contents .description_area {
    margin-top: 40px;
    color: #71767A;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    .contents .description_area {
        padding-bottom: 35px;
    }
}

.contents .description_area .desc_title {
    display: block;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 16px;
}

.contents .description_area .desc_detail {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

.contents .terms_area {
    margin-top: 24px;
    font-size: 12px;
    line-height: 17px;
    color: #767676;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ja_JP .contents .terms_area {
    word-break: break-all;
}

.contents .terms_area .link {
    text-decoration: underline;
}

.popup .more_contents {
    display: none;
}

@media screen and (max-width: 767px) {
    .more_contents {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.more_contents .link_skip {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    color: #71767A;
}

.more_contents .link_skip:hover {
    text-decoration: underline;
}

.more_contents .btn_logout {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #71767A;
    font-weight: bold;
}

.more_contents .btn_logout:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .more_contents .btn_logout {
        display: none;
    }
}

.more_contents .more_desc {
    margin-top: 20px;
    line-height: 20px;
    color: #71767A;
}

@media screen and (min-width: 1024px) {
    .more_contents .more_desc {
        margin-top: 28px;
    }
}

.more_contents .more_desc .link {
    text-decoration: underline;
}

.more_contents .notice_desc {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
    padding-left: 20px;
    font-size: 13px;
    line-height: 16px;
    color: #71767A;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.more_contents .notice_desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -425px -197px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.more_contents .text_area {
    display: none;
}

@media screen and (max-width: 767px) {
    .more_contents .text_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-top: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.more_contents .text_area .text {
    margin-top: auto;
    padding: 20px 0 40px;
    border-top: 1px solid #E6E8EB;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #71767A;
}

.other_contents .another_way {
    display: inline-block;
    margin-top: 20px;
    color: #118DFF;
    line-height: 24px;
    font-weight: 700;
    vertical-align: top;
}

@media screen and (min-width: 1024px) {
    .other_contents .another_way {
        margin-top: 28px;
    }
}

.other_contents .another_way:hover {
    text-decoration: underline;
}

.other_contents .another_way.back::before {
    content: '';
    margin-right: 8px;
    background-image: url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_c00639eb.png);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-image: linear-gradient(transparent, transparent), url(https://static.worksmobile.net/static/pwe/wm/login/sp_login_a28943cd.svg);
    background-size: 445px 376px;
    background-position: -320px -312px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.footer {
    display: none;
    padding: 20px 0 40px;
    height: 74px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .footer {
        display: block;
    }
}

.popup .footer {
    display: none;
}

.footer .copyright {
    font-size: 12px;
    line-height: 14px;
    color: #71767A;
    font-weight: 600;
}