* {word-break: keep-all;}
.wrap {min-height: 100vh;display: flex;flex-direction: column;}
.sub_container {flex: 1;}
.subnav {height: 60px;background-color: #f6f7f8;}
.submenu-wrap {display: flex;height: 100%;width: 100%;align-items: center;}
.submenu-wrap > li {position: relative;display: flex;height: 100%;align-items: center;width: 250px;padding: 0 20px;border-left: 1px solid rgb(255 255 255 / 30%);}
.submenu-wrap > li.nav_home {width: 60px;padding: 0;}
.nav_home a {display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}
.nav_home a img {width: 20px;}
.nav_name {font-size: 16px;color: #000;font-weight: 500;position: relative;width: 100%;display: flex;align-items: center;cursor: pointer;}
.nav_name:after {position: absolute;right: 0;content: "";background-image: url("/img/user/sub/arrow_drop_down.svg");width: 24px;height: 24px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.nav_menu.on .nav_name:after {transform: rotate(180deg);}
.submenu {display: none;position: absolute;left: 0;top: 60px;width: 100%;z-index: 3;border-right: 1px solid #ddd;border-left: 1px solid #ddd;}
.submenu li a {width: 100%;height: 60px;display: flex;align-items: center;background-color: #fff;border-bottom: 1px solid #ddd;padding: 0 20px;font-size: 16px;color: #000;font-weight: 500;}
.submenu li a.on,
.submenu li a:hover {background-color: #1a4399;color: #fff;}
.nav_menu {border-right: 1px solid #e9e9e9;}
.sub_container {padding: 70px 0 100px 0;}
.sub_tit {font-size: 54px;font-weight: 700;color: #111;margin-bottom: 40px;text-align: center;}
.sub_tab {display: flex;align-items: center;justify-content: center;gap:16px;position: relative;margin-bottom: 50px;padding-left: 15px;padding-right: 15px;}
.sub_tab:before {content: '';display: block;z-index: 0;height: 2px;background-color: #d0cccc;width: 100%;position: absolute;left: 0;top: 50%;margin-top: -1px;}
.sub_tab a {border-radius: 30px;height: 60px;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #989898;font-weight: 500;background-color: #f5f7f9;border: 1px solid #d0cccc;width: 14.285714%;position: relative;z-index: 1;}
.sub_tab a:hover,
.sub_tab a.active {background-color: #2d3a80;color: #fff;}

/* search bar (강의신청 상단 검색) */
.search_wrap {display:flex;justify-content:flex-end;align-items:center;flex-wrap: wrap;width: 100%;margin: 0 0 20px 0;box-sizing: border-box;}
.search_form {display:flex;align-items:center;gap:14px;}
.search_field_wrap {display:flex;align-items:center;gap:14px;}
.search_label {font-size:18px;color:#111;font-weight:700;margin-right: 10px;}
.search_field {display:flex;align-items:center;}
.search_input {width: 340px;height: 42px;border:1px solid #d8dadb;border-radius:8px;padding:0 14px;font-size:16px;outline: none;}
.search_input:focus {border-color: #2d3a80;}
.search_input2 {width: 340px;height: 42px;border:1px solid #d8dadb;border-radius:8px;padding:0 14px;font-size:16px;outline: none;}
.search_input2:focus {border-color: #2d3a80;}
.search_select {height: 42px;border:1px solid #d8dadb;border-radius:8px;padding:0 14px;font-size:16px;outline: none;}
.search_select:focus {border-color: #2d3a80;}
.search_select2 {height: 42px;border:1px solid #d8dadb;border-radius:8px;padding:0 14px;font-size:16px;outline: none;}
.search_select2:focus {border-color: #2d3a80;}
.btn-search {margin-left:8px;width:50px;height:50px;border-radius:8px;border:0;background:#1f6feb url('/img/user/sub/ico_search.svg') no-repeat center center / 18px auto;cursor:pointer;}
.btn-search:hover {background-color:#195fd1;}
.count_wrap {margin-bottom: 10px;}
.count_wrap .count {font-size:16px;color:#111;font-weight:500;}
.count_wrap .count strong {font-size:16px;color:#0877ea;font-weight:700;}
.lecture_list .box {display: flex;justify-content: center;border: 1px solid #ddd;padding: 20px;border-radius: 20px;}
.lecture_list {margin: 0 -20px;}
.lecture_list:before {content: '';display: table;}
.lecture_list .item {float: left;width: 50%;padding-left: 20px;padding-right: 20px;margin-bottom: 40px;}
.lecture_list:after {content: '';display: table;clear:both;}
.lecture_list .img {flex-shrink: 0;width: 360px;}
.lecture_list .info_wrap {flex-grow: 1;padding-left: 30px;padding-top: 25px;}
.lecture_list .img img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.lecture_list .img {display: block;position: relative;height: 270px;overflow: hidden;}
.lecture_list .tit {font-size: 20px;color: #141414;font-weight: 700;margin-bottom: 15px;}
.lecture_list .img::after {display: block;content: "";padding-bottom: 100%;}
.lecture_list .info {margin-bottom: 50px;}
.lecture_list .info .field {display: flex;align-items: center;margin-bottom: 8px;}
.lecture_list .info .field:last-child {margin-bottom: 0;}
.lecture_list .info .th {flex-shrink: 0;width: 80px;font-size: 18px;color: #414141;font-weight: 600;}
.lecture_list .info .td {flex-grow: 1;font-size: 18px;color: #414141;font-weight: 400;}
.lecture_list .link span {display: flex;align-items: center;justify-content: center;font-size: 18px;color: #2d3a80;font-weight: 600;border: 1px solid #2d3a80;border-radius: 10px;height: 45px;}
.lecture_list .link span:hover {background-color: #2d3a80;color: #fff;}
.more_link {margin-top: 50px;display: flex;align-items: center;justify-content: center;}
.more_link a {display: flex;align-items: center;justify-content: center;width: 240px;height: 60px;border-radius: 30px;background-color: #023b73;color: #fff;font-size: 20px;}
.more_link a:hover {background-color: #13589b;}

.lecture_view {display: flex;border-top: 1px solid #13589b;padding: 25px;margin-bottom: 30px;}
.lecture_view .img {flex-shrink: 0;width: 464px;}
.lecture_view .info_wrap {flex-grow: 1;padding-left: 45px;}
.lecture_view .img img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.lecture_view .img {display: block;position: relative;height: 270px;overflow: hidden;}
.lecture_view .tit {font-size: 30px;color: #141414;font-weight: 700;margin-bottom: 20px;}
.lecture_view .img::after {display: block;content: "";padding-bottom: 100%;}
.lecture_view .info {margin-bottom: 35px;}
.lecture_view .info .field {display: flex;align-items: center;margin-bottom: 8px;}
.lecture_view .info .field:last-child {margin-bottom: 0;}
.lecture_view .info .th {flex-shrink: 0;width: 100px;font-size: 20px;color: #414141;font-weight: 600;}
.lecture_view .info .td {flex-grow: 1;font-size: 20px;color: #414141;font-weight: 400;}
.lecture_view .link a {display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;font-weight: 600;border-radius: 10px;height: 54px;width: 280px;background-color: #1f3aae;}
.lecture_view_detail {border-top: 1px solid #3e3e3e;display: table;width: 100%;}
.lecture_view_detail .field {display: table-row;border-bottom: 1px solid #ddd;}
.lecture_view_detail .field .th {width: 20%;font-size: 20px;color: #414141;font-weight: 700;background-color: #f5f6fa;display: table-cell;vertical-align: middle;text-align: center;border-bottom: 1px solid #ddd;}
.lecture_view_detail .field .td {width: 80%;font-size: 20px;color: #414141;font-weight: 400;display: table-cell;padding: 25px;border-bottom: 1px solid #ddd;}
.lecture_view_detail .field .td p {font-size: 18px;color: #333333;font-weight: 400;}
.lecture_view_detail .link {font-size: 18px;color: #333333;font-weight: 400;display: flex;align-items: center;}
.lecture_view_detail .link:hover {text-decoration: underline;}
.lecture_view_detail .link.blue {color: #1f3aae;}
.lecture_view_detail .link.link_file:before {content: '';display: block;width: 12px;height: 22px;background-size: 12px auto;background-image: url('/img/user/sub/attach_file.svg');background-repeat: no-repeat;margin-right: 10px;}
.lecture_view_detail .link.link_file.blue:before {background-image: url('/img/user/sub/attach_file_blue.svg');}
.d_table {border-collapse:collapse;border-spacing:0;width: 100%;border-top: 1px solid #3e3e3e;}
.d_table td,
.d_table th {border: 1px solid #dddddd;border-top: none;vertical-align: middle;padding: 18px 15px;color: #333333;text-align: center;}
.d_table.noline td,
.d_table.noline th {border-left: none;border-right: none;}
.d_table td {font-weight: 400;font-size: 18px;line-height: 1.5;}
.d_table th {background-color: #f5f6fa;font-weight: 700;font-size: 18px;}
.d_table .tleft {text-align: left;}
.d_table .tright {text-align: right;}
.d_table .link {font-size: 17px;color: #333333;font-weight: 500;text-decoration: underline;}
.d_table .link:hover {color: #1f3aae;}
.d_table .tr_link {cursor: pointer;}
.d_table th:first-child,
.d_table td:first-child {border-left: none;}
.d_table th:last-child,
.d_table td:last-child {border-right: none;}
.sub_stit {font-size: 34px;color: #111;font-weight: 700;}
.sub_stit strong {color: #666;}
.d_table_scroll {overflow-y: hidden;overflow-x: auto;-webkit-overflow-scrolling: touch;}

.l_table {border-collapse:collapse;border-spacing:0;width: 100%;border-top: 1px solid #3e3e3e;}
.l_table td,
.l_table th {border: 1px solid #dddddd;border-top: none;border-left: none;border-right: none;vertical-align: middle;padding: 20px 15px;color: #333333;text-align: center;}
.l_table td {font-weight: 400;font-size: 18px;}
.l_table th {background-color: #f5f6fa;font-weight: 700;font-size: 20px;}
.l_table .tleft {text-align: left;}
.l_table .tright {text-align: right;}
.l_table a,
.l_table .link {font-size: 18px;color: #333333;font-weight: 500;text-decoration: underline;}
.l_table .link:hover {color: #1f3aae;}
.l_table .tr_link {cursor: pointer;}

.l_mdtable {display:none;}
.l_mdtable {border-top: 1px solid #000;}
.l_mdtable li {border-bottom: 1px solid #ddd;padding: 15px 10px;display: flex;align-items: center;}
.l_mdtable li .a_link {margin-bottom: 15px;}
.l_mdtable li .a_link a {font-size: 22px;color: #111;font-weight: 500;text-decoration: underline;}
.md_link_wrap {flex-grow: 1;}
.l_mdtable li .md_state {flex-shrink: 0;width: 120px;}
.a_info .field {display: flex;margin-bottom: 5px;}
.a_info.center {text-align: center;}
.a_info .field:last-child {margin-bottom: 0;}
.a_info .field .th {font-size: 16px;color: #000;font-weight: 600;}
.a_info .field .td {font-size: 16px;color: #666;font-weight: 400;padding-left: 15px;}

.page_wrap {margin: 30px 0 0 0;-webkit-box-align: center;align-items: center;display: flex;justify-content: center;position: relative;}
.page_nation {-webkit-box-align: center;align-items: center;display: flex;justify-content: center;}
.page_nation a {transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;display:block;margin:0 3px;float:left;width:34px;height:34px;-webkit-box-align: center;align-items: center;display: flex;justify-content: center;text-align:center;font-size:16px;color:#333333;font-weight: 500;text-decoration:none;letter-spacing: -1px;border-radius: 5px;line-height: 1;}
.page_nation .pprev {background-color:#fff;background-image: url('/img/user/sub/pprev.svg');background-repeat: no-repeat;background-size: auto 14px;background-position: center center;}
.page_nation .prev {margin-right: 15px;background-color:#fff;background-image: url('/img/user/sub/prev.svg');background-repeat: no-repeat;background-size: auto 14px;background-position: center center;}
.page_nation .next {margin-left: 15px;background-color:#fff;background-image: url('/img/user/sub/next.svg');background-repeat: no-repeat;background-size: auto 14px;background-position: center center;}
.page_nation .nnext {background-color:#fff;background-image: url('/img/user/sub/nnext.svg');background-repeat: no-repeat;background-size: auto 14px;background-position: center center;}
.page_nation .pprev:hover,
.page_nation .prev:hover,
.page_nation .next:hover,
.page_nation .nnext:hover {background-color: #fff;}
.page_nation a:hover,
.page_nation a.active {color:#0877ea;text-decoration: underline;}

/* 게시판 */
.notice-view {margin-top: 20px;border-top: 1px solid #000;width: 100%;}
.nv-head {border-bottom: 1px solid #e6e8ec;padding-bottom: 18px;margin-bottom: 28px;padding-top: 30px;text-align: center;}
.nv-title {font-size: 32px;line-height: 1.3;color: #111;font-weight: 800;margin-bottom: 25px;word-break: break-word;overflow-wrap: break-word;max-width: 100%;}
.nv-meta {display: flex;gap: 90px;color: #7f8794;font-size: 16px;justify-content: center;}
.nv-meta .th {color: #9aa3b2;display: inline-block;padding-right: 20px;margin-right: 19px;position: relative;}
.nv-meta .th:after {content: '';display: block;width: 1px;height: 15px;background-color: #ddd;position: absolute;right: 0;top: 2px;}
.nv-body {color: #333333;font-size: 18px;line-height: 1.5;padding-bottom: 80px;word-break: break-word;overflow-wrap: break-word;}
.nv-body p {color: #333333;font-size: 17px;line-height: 1.5;}
.nv-body img {max-width: 100%;height: auto;display: block;margin: 0 auto;}

.nv-attach {background:#f6f7fb;border-radius: 10px;padding: 18px 20px 0;margin-bottom: 28px;border:1px solid #eef1f6;}
.nv-attach-head {display:flex;align-items:center;gap:8px;color:#111;font-weight:700;margin-bottom: 12px;font-size: 20px;}
.nv-attach-head .ico-clip {width:18px;height:18px;display:inline-block;background: currentColor;background:url('/img/user/sub/attach_file.svg') no-repeat center / contain;}
.nv-attach-item {display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e6e8ee;padding: 14px 4px;}
.nv-attach-item .file-name {color:#333;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex: 1;margin-right: 12px;}
.nv-attach-item .file-name:hover {text-decoration: underline;}

.btn-download {display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid #1f6feb;border-radius:10px;color:#1f6feb;font-size:18px;font-weight:700;background:#fff;width: 140px;height: 45px;justify-content: center;}
.btn-download .ico {width:16px;height:16px;display:inline-block;background: currentColor;background:url('/img/user/sub/ico_down.svg') no-repeat center / contain;}
.btn-download:hover {background:#f0f6ff;}
.badge-enter {display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:30px;padding:0 10px;border-radius:4px;background:#ef5350;color:#fff;font-weight:700;}
.btn-cancel {display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:36px;padding:0 14px;border-radius:6px;background:#1f6feb;color:#fff;font-weight:700;}
.btn-cancel:hover {background:#195fd1;}

.nv-nav {border-top:1px solid #e6e8ec;border-bottom:1px solid #e6e8ec;}
.nv-nav .row {display:flex;gap:24px;align-items:center;padding:14px 0;border-top:1px solid #eef1f6;}
.nv-nav .row:first-child {border-top:0;}
.nv-nav .th {flex:0 0 auto;width:60px;color:#111111;font-weight:600;font-size: 17px;}
.nv-nav .td a {color:#111;font-size: 17px;}
.nv-nav .td a:hover {text-decoration:underline;}

.nv-actions {display:flex;justify-content:center;}
.nv-actions .mar {margin-right: 10px;}
.btn {white-space: nowrap;line-height: 1;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;width: 150px;height: 54px;-webkit-box-align: center;align-items: center;display: inline-flex;justify-content: center;font-size: 20px;color: #fff;font-weight: 500;border-radius: 5px;border: none;cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;letter-spacing: -1px;}
.btn-list {display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:52px;padding:0 20px;border-radius:10px;background:#023b73;color:#fff;font-weight:700;border: none;cursor: pointer;}
.btn-list:hover {background:#0b4fa6;}
.btn-line {border: 1px solid #0b4fa6;color: #0b4fa6;background-color: #fff;}
.btn-line:hover {background-color: #efefef;}
.btn-orange {color: #fb4505;border: 1px solid #fb4505;}
.btn-orange:hover {background-color: #fef5db;}

/* my course detail */
.mytab {display:flex;border:1px solid #1a4399;border-left:0;}
.mytab a {flex:1;display:flex;align-items:center;justify-content:center;height: 50px;padding:0 8px;border-left:1px solid #1a4399;color:#1a4399;font-size:18px;font-weight:700;background:#fff;}
.mytab a.active {background:#2d3a80;color:#fff;}
.progress {width:100%;height:26px;background:#e9eef7;border-radius:4px;overflow:hidden;}
.progress .bar {height:100%;background:#2d64d0;}
.progress-labels {display:flex;color:#111;font-weight:700;margin:6px 0;}
.progress-left {display:flex;justify-content:flex-start;color:#111;font-weight:700;margin:6px 0;}
.progress-right {display:flex;justify-content:flex-end;color:#111;font-weight:700;margin:6px 0;}
.btn-ghost {display:inline-flex;align-items:center;justify-content:center;min-width:74px;height:34px;padding:0 12px;border-radius:18px;border:1px solid #1f6feb;background:#fff;color:#1f6feb;font-weight:700;}
.btn-ghost:hover {background:#f0f6ff;}
.d_table.view th,
.d_table.view td {font-size: 18px;}
.win_pop_wrap {width: 100%;display: flex;flex-direction: column;height: 100vh;}
.win_pop_wrap .tit_wrap {height: 70px;background-color: #efefef;padding: 0 15px;display: flex;align-items: center;justify-content: space-between;}
.run_exit {font-size: 16px;color: #000;font-weight: 400;display: flex;align-items: center;justify-content: center;height: 45px;border-radius: 25px;border: 1px solid #2d64d0;background-color: #fff;padding: 0 15px;}
.run_exit:after {content: '';display: block;width: 18px;height: 18px;background-image: url('/img/user/sub/ico_logout.svg');background-position: 0 0;background-size: 18px auto;margin-left: 10px;}
.win_pop_wrap .tit_wrap .tit {font-size: 20px;color: #111;font-weight: 700;}
.win_pop_wrap video {display:block;width:100%;height:auto;background:#000;}
.win_pop_wrap iframe {flex-grow: 1;width: 100%;border: 0;}
.survey-q {border-bottom: 1px solid #ddd;}
.survey-note {background:#eaf1fb;border:1px solid #d9e5f6;padding:16px;border-radius:6px;color:#111;margin-bottom:16px;font-size: 18px;}
.survey-qhead {border-top:2px solid #000;background:#f5f6fa;padding:14px 12px;font-weight:700;color:#111;margin-bottom:10px;font-size: 18px;word-break: keep-all;line-height: 1.5;}
.survey-opts {padding:0 12px 6px 12px;}
.survey-opts li {display:flex;align-items:center;gap:8px;margin:12px 0;}
.survey-opts li label {font-size: 18px;color: #111;font-weight: 400;}
.survey-opts li label input {margin-right: 5px;}
.sub_sstit {font-size: 26px;color: #111;font-weight: 700;}
.atextarea {border: 1px solid #ddd;height: 200px;padding: 15px;font-size: 16px;color: #111;font-weight: 400;line-height: 1.5;width: 100%;outline: none;border-radius: 10px;}
.atextarea:focus {border-color: #2d3a80;}
.ainput {border: 1px solid #ddd;height: 50px;padding: 0 15px;font-size: 16px;color: #111;font-weight: 400;line-height: 1.5;width: 100%;max-width:400px;outline: none;border-radius: 5px;}
.aselect {border: 1px solid #ddd;height: 50px;padding: 0 15px;font-size: 16px;color: #111;font-weight: 400;line-height: 1.5;width: 100%;max-width:400px;outline: none;border-radius: 5px;}
.ainput:focus {border-color: #2d3a80;}
.filebox {position: relative;-webkit-box-align: center;align-items: center;display: flex;}
.filebox input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}
.filebox .upload-name {position: relative;z-index: 1;top: 0;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.btn-file {margin-left: 10px;display: flex;align-items: center;justify-content: center;width: 120px;height: 50px;font-size: 16px;color: #fff;font-weight: 500;background-color: #666;border-radius: 5px;cursor: pointer;}
.btn_area {display: flex;align-items: center;}
.btn_area.end {justify-content: end;}
.btn-reg {display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:45px;padding:0 20px;border-radius:10px;background:#023b73;color:#fff;font-weight:700;border: none;cursor: pointer;}
.dflex {display: flex;align-items: center;}
.dflex .mar {margin-right: 10px;}
.dflex .mar20 {margin-right: 20px;}
.btn-add {display: flex;align-items: center;justify-content: center;width: 90px;height: 50px;font-size: 16px;color: #fff;font-weight: 500;background-color: #23293c;border-radius: 5px;cursor: pointer;}
.file_list {margin-top: 10px;}
.file_list .badge-enter {width: 90px;height: 50px;font-size: 16px;color: #fff;font-weight: 500;}
.filebox .ainput {width: 300px;}
.reply_wrap {border-top: 1px solid #000;background-color: #f6f7fb;padding: 25px;}
.nv-meta.start {justify-content: start;}
.reply_wrap .nv-meta .th,
.reply_wrap .nv-meta .td {color: #111;font-size: 18px;}
.reply-body {font-size: 18px;color: #111;font-weight: 400;margin-top: 20px;line-height: 1.5;}

/* FAQ */
.faq_list {border-top:2px solid #000;}
.faq_item {border-bottom:1px solid #ddd;}
.faq_q {position:relative;display:block;width:100%;text-align:left;background:#fff;border:0;padding:22px 44px 22px 64px;font-size:18px;color:#111;font-weight:600;cursor:pointer;line-height: 1.6;overflow-wrap: break-word;word-break: break-word;}
.faq_q:before {content:'Q';position:absolute;left:20px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:#2d3a80;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;}
.faq_q:after {content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url('/img/user/sub/Icon_down.svg') no-repeat center center / 18px auto;transition:transform .2s ease;}
.faq_item.open .faq_q:after {transform:translateY(-50%) rotate(180deg);}
.faq_a {display:none;position:relative;background:#f5f6fa;padding:18px 20px 18px 64px;}
.faq_a:before {content:'A';position:absolute;left:20px;top:18px;width:32px;height:32px;border-radius:50%;background:#e5463d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;}
.faq_a_inner {font-size:16px;color:#111;line-height:1.7;word-break: break-word;overflow-wrap: break-word;}

.auth-wrap {display:flex;justify-content:center;}
.login-card {width:100%;max-width:460px;margin:0 auto;border:1px solid #e6e8eb;border-radius:16px;padding:32px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05);}        
.login-head {text-align:center;margin-bottom:24px;}
.login-head .title {font-size:28px;font-weight:800;color:#111;}
.login-form .field {margin-bottom:14px;}
.login-form label {display:block;margin-bottom:8px;font-size:16px;color:#333;font-weight:600;}
.auth-wrap .ainput {max-width:100%;width:100%;height:52px;border-radius:10px;padding-right: 60px;}
.pw-field {position:relative;}
.btn-eye {position:absolute;right:10px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;background:transparent url('/img/user/sub/Icon_view.svg') no-repeat center center / 20px auto;cursor:pointer;}
.btn-eye.show {background-image:url('/img/user/sub/Icon_hide.svg');}
.login-options {display:flex;align-items:center;justify-content:space-between;margin:8px 0 16px;}
.login-options .remember {display:flex;align-items:center;gap:8px;color:#333;font-size:14px;}
.btn-full {width:100%;}
.assist {display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;}
.assist p {margin:0;font-size:15px;color:#333;}
.assist .btn-list {min-width:120px;height:46px;}
.assist .btn-line {background:#fff;}
.sub_container.auth {padding-top:60px;padding-bottom:120px;}
.trust-msg {margin-top:14px;font-size:13px;color:#666;}
.member_wrap {width: 100%;max-width:980px;margin: 0 auto;}
.member_wrap .btn-list {height: 48px;min-width: 130px;max-width: 130px;}
/* stepper */
.stepper {display:flex;align-items:center;justify-content:center;margin:0 auto 30px;}
.step_item {width: 25%;float: left;padding-right: 25px;}
.step {position:relative;display:flex;align-items:center;gap:10px;padding:14px 18px 14px 22px;background:#2d3a80;color:#fff;font-weight:700;border-radius:8px 0 0 8px;height: 50px;}
.step .no {font-weight:900;opacity:.9;}
.step .name {white-space:nowrap;}
.step:after {content: '';position: absolute;right: -18px;top: 0px;width: 0;height: 0;border-top: 25px solid transparent;border-bottom: 25px solid transparent;border-left: 18px solid #2d3a80;}
.step.is-current {background:#111;}
.step.is-current:after {border-left-color:#111;}
.step.is-done {background:#1a4399;}
.step.is-done:after {border-left-color:#1a4399;}

/* card */
.verify-wrap {display:flex;gap:30px;border:1px solid #e6e8eb;border-radius:16px;background:#f8fafc;padding:28px;align-items:center;}
.verify-illust {flex:0 0 160px;display:flex;align-items:center;justify-content:center;}
.phone-ico {width:90px;height:150px;border:2px solid #d0d5dd;border-radius:18px;position:relative;background:#fff;}
.phone-ico:after {content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:10px;width:30px;height:6px;border-radius:6px;background:#d0d5dd;}
.check-badge {position:absolute;right:-6px;bottom:12px;width:28px;height:28px;border-radius:50%;background:#2d3a80;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;}
.verify-body {flex:1;}
.v-field {display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.v-field label {flex:0 0 90px;font-weight:700;color:#111;}
.v-field .ainput {height:48px;border-radius:10px;width: 130px;}
.v-field #vcode.ainput {width: 160px;}
.v-field .split {display:flex;align-items:center;gap:8px;}
.v-field select {height:48px;border:1px solid #ddd;border-radius:10px;padding:0 12px;}
.btn-small {min-width:120px;height:48px;}
.btn-sm {min-width:120px;height:48px;}
.btn-auto {width: auto;padding: 0 20px;}
.helper {margin-top:6px;font-size:14px;color:#666;word-break: keep-all;}
.timer {color:#e5463d;font-weight:700;margin-left:6px;}
.guide {margin:18px 0 28px;}
.guide strong {display:block;font-size:20px;color:#111;font-weight: 600;margin-bottom:10px;}
.guide li {position:relative;padding-left:14px;line-height:1.7;color:#333;word-break: keep-all;}
.guide li:before {content:'·';position:absolute;left:0;}
.member_wrap input[type="radio"] { transform: scale(1.25); transform-origin: center; margin-right: 4px; accent-color:#1a4399; }
.member_wrap .btn-list.btn-small {font-size: 14px;min-width: inherit;max-width: inherit;width: auto;white-space: nowrap;}
.actions {margin-top:16px;display:flex;gap:8px;}
.actions.center {justify-content: center;}
.actions.end {justify-content: end;}
.actions .btn-list {min-width:140px;height:48px;}
.gtype {display: flex;align-items: center;}
.gtype .aselect {max-width: auto;width: auto;}

.result-card {border:1px solid #e6e8eb;border-radius:16px;background:#f8fafc;padding:40px 28px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.04);}    
.checkmark {width:74px;height:74px;margin:0 auto 14px;border-radius:50%;background:#1a4399;position:relative;}
.checkmark:after {content:"";position:absolute;left: 30px;top: 18px;width:18px;height:34px;border:5px solid #fff;border-top:0;border-left:0;transform:rotate(45deg);} 
.done-title {font-size:24px;font-weight:800;color:#111;margin-bottom:8px;}
.done-msg {font-size:18px;color:#333;line-height:1.6;}
.actions.center {display:flex;justify-content:center;gap:10px;margin-top:22px;}
.actions .btn-list {min-width:160px;height:48px;}
.actions .btn-line {background:#fff;}
.find-wrap {max-width:980px;margin:0 auto;}
.find-card {border:1px solid #e6e8eb;border-radius:16px;background:#f8fafc;padding:18px 18px;}
.find-info {margin:14px 0 12px;font-size:16px;color:#333;line-height:1.7;}
.find-info .key {color:#1a4399;font-weight:800;}
.d_table.notopline {border-top: none;}
.d_table.notopline th,
.d_table.notopline td {border: none;background-color: transparent;}
.d_table .star {display: inline-block;padding-right: 15px;position: relative;}
.d_table .star:after {content: '*';display: block;position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 15px;color: #ef5350;}

.popup_wrap {display: block;}
.popup {-webkit-box-align: center;align-items: center;display: flex;justify-content: center;position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 100000;}
.popup:before {content: "";display: block;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 70%);z-index: 99;}
.popup_in {position: relative;z-index: 100;width: 1000px;/*720px;*/}
.popup_in .tit {font-size: 25px;color: #fff;font-weight: 500;background-color: #0f2c64;height: 80px;-webkit-box-align: center;align-items: center;display: flex;padding: 0 30px;border-radius: 15px 15px 0 0;position: relative;}
.popup_cont {background-color: #fff;margin: 0 auto;padding: 30px;border-radius: 0 0 15px 15px;}
#hospital_choice .popup_in {width: 900px;}
.pop_tit {width: 100%;font-size: 32px;color: #000;font-weight: 600;padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 25px;line-height: 1;position: relative;}
.pop_close {display: block;position: absolute;right: 30px;top: 50%;margin-top: -15px;}
.pop_close img {display: block;}
.pop_search {margin-bottom: 20px;overflow: hidden;}
.pop_search .ps {float: left;}
.pop_search .ps1 {width: 30%;padding-right: 10px;}
.pop_search .ps2 {width: 70%;}
.pbtn_in {position: relative;padding-right: 130px;}
.pbtn_in .btn {position: absolute;right: 0;top: 0;}

.pop_table {border-collapse:collapse;border-spacing:0;width: 100%;border-top: 1px solid #d2d3d5;}
.pop_table th,
.pop_table td {padding: 10px 20px;vertical-align: middle;border: 1px solid #c2c3c5;text-align: left;word-break: keep-all;}
.pop_table th {background-color: #ebf2fc;font-size: 18px;color: #333333;font-weight: 600;border-left: none;}
.pop_table td {font-size: 17px;color: #333333;font-weight: 400;}
.pop_table td:first-child {border-left: none;}
.pop_table th:last-child,
.pop_table td:last-child {border-right: none;}
.pop_table .link {font-size: 17px;color: #333333;font-weight: 400;}
.pop_table .link:hover {text-decoration: underline;}
.pop_table .center {text-align: center;}
.pop_table .bg {background-color: #fff9e7;}
.blue_state {color: #0e3db1;font-weight: 700;}
.pop_table_scroll {overflow-x: hidden;overflow-y: auto;height: 220px;-webkit-overflow-scrolling: touch;}
.pop_table_scroll.h370 {height: 370px;}

.popup_cont .t1 {text-align: center;font-size: 22px;color: #333;font-weight: 600;margin-bottom: 5px;}
.popup_cont .t2 {text-align: center;font-size: 18px;color: #333;font-weight: 400;margin-bottom: 30px;line-height: 1.5;}
.mw100 {width: 100%;max-width: 100px;}
.mw150 {width: 100%;max-width: 150px;}
.mw200 {width: 100%;max-width: 200px;}
.mw300 {width: 100%;max-width: 300px;}
.mw320 {width: 100%;max-width: 320px;}
.mw500 {width: 100%;max-width: 500px;}
.mw800 {width: 100%;max-width: 800px;}

.iradio_wrap {-webkit-box-align: center;align-items: center;display: flex;height: 44px;}
.iradio {display: flex;}
.iradio.mar {margin-right: 20px;text-align:center;}
.iradio input[type="radio"] {outline: none;border: none;background-color: #fff;-webkit-border-radius: 0;}
.iradio input[type=radio]:checked + label {background-position: 0 0;}
.iradio label {cursor: pointer;height: 18px;-webkit-box-align: center;align-items: center;display: flex;font-size: 17px;color: #333;font-weight: 500;}
.iradio input[type="radio"] + label:before {content: "";width: 18px;display: inline-flex;height: 18px;overflow: hidden;background-position: 0 0;background-image:url('../../img/admin/ico_radio.png');margin-right: 10px;}
.iradio.notxt {display:inline-flex;}
.iradio.notxt input[type="radio"] + label:before {margin: 0;}
.iradio input[type="radio"]:checked + label:before {background-position: -18px 0;}



@media (max-width: 1649px) {
    .lecture_list .img {width: 270px;}
    .lecture_list {margin-left: -10px;margin-right: -10px;}
    .lecture_list .item {padding-left: 10px;padding-right: 10px;}
    .lecture_list .info .th,
    .lecture_list .info .td {font-size: 16px;}
    .lecture_list .info {margin-bottom: 38px;}
}

@media (max-width: 1399px) {
    .lecture_list .img {width: 230px;height: 230px;}
    .lecture_list .tit {font-size: 18px;}
    .lecture_list .info_wrap {padding-left: 20px;padding-top: 15px;}
    .lecture_list .item {margin-bottom: 20px;}
    .sub_tab a {height: 50px;font-size: 18px;}
}

@media (max-width: 1199px) {
    .lecture_list .img {width: 180px;height: 180px;}
    .lecture_list .info_wrap {padding-top: 0;}
    .lecture_list .tit {font-size: 16px;}
    .lecture_list .info .th, .lecture_list .info .td {font-size: 14px;}
    .lecture_list .link span {font-size: 16px;}
    .lecture_list .info {margin-bottom: 32px;}
    .sub_tit {font-size: 40px;}
    .lecture_view .tit {font-size: 20px;}
    .lecture_view .img {width: 320px;height: 229px;}
    .lecture_view .info .th,
    .lecture_view .info .td {font-size: 16px;}
    .lecture_view .link a {width: 230px;height: 45px;font-size: 16px;}
    .l_table th,
    .l_table td,
    .l_table a,
    .l_table .link {font-size: 16px;}
    .nv-title {font-size: 28px;}
    .d_table_scroll .w1200 {width: 1200px;}
}

@media (max-width: 991px) {
    .sub_tab {gap:10px;padding: 0;margin-bottom: 30px;}
    .lecture_list .box {display: block;}
    .lecture_list .img {width: auto;}
    .lecture_list .info_wrap {padding-left: 0;margin-top: 20px;}
    .more_link {margin-top: 20px;}
    .more_link a {width: 180px;height: 50px;font-size: 18px;}
    .sub_tit {font-size: 30px;margin-bottom: 30px;}
    .lecture_view {display: block;}
    .lecture_view .img {max-width: 650px;height: 270px;width: auto;}
    .lecture_view .info_wrap {margin-top: 20px;padding-left: 0;}
    .sub_stit {font-size: 28px;}
    .l_table {display:none;}
    .l_mdtable {display:block;}
    /* .l_table thead {display: none;}
    .l_table .num {display: none;}
    .l_table tr {display: block;overflow: hidden;border-bottom: 1px solid #ddd;}
    .l_table td {display: block;border-bottom: none;}
    .l_table td.writer,
    .l_table td.date,
    .l_table td.count {text-align: left;display: inline-block;position: relative;padding-bottom: 10px;color: #666;font-size: 14px;}
    .l_table td.writer:before,
    .l_table td.date:before {content: '';display: block;width: 1px;height: 10px;background-color: #ddd;position: absolute;right: 0;top: 22px;}
    .l_table td.title {padding-bottom: 0;padding-top: 15px;} */
    .nv-title {font-size: 24px;}
    .btn-download,
    .nv-attach-head,
    .nv-attach-item .file-name {font-size: 16px;}
    .d_table.view td {font-size: 16px;padding-top: 8px;}
    .d_table.view colgroup {display: none;}
    .d_table.view tbody,
    .d_table.view tr,
    .d_table.view th,
    .d_table.view td {display: block;}
    .d_table.view th {text-align: left;font-size: 17px;background-color: transparent;padding-bottom: 0;border-bottom: none;}
    .sub_sstit {font-size: 20px;}
    .filebox .ainput {max-width:200px;height: 40px;font-size: 14px;}
    .btn-file {font-size: 14px;width: 80px;height: 40px;}
    .btn-add,
    .file_list .badge-enter {font-size: 14px;width: 80px;height: 40px;}
    .stepper {flex-wrap:wrap;justify-content:flex-start;}
    .verify-wrap {display:block;padding:20px;}
    .verify-illust {display: none;}
    .v-field {display:block;margin-bottom: 15px;}
    .v-field label {margin-bottom:6px;display: block;}
    .btn-small, .actions .btn-list {width:100%;}
}

@media (max-width: 767px) {
    .search_form {width:100%;justify-content:flex-end;}
    .search_field {flex:1;font-size: 16px;}
    .search_input {flex:1;min-width:0;width:200px;}
    .search_input2 {flex:1;min-width:0;width:200px;}
    .sub_tab a {font-size: 16px;}
    .sub_container {padding: 40px 0;}
    .subnav {height: 45px;}
    .submenu-wrap > li.nav_home {width: 45px;}
    .submenu-wrap > li {padding: 0 10px;width: 150px;}
    .submenu {top: 45px;}
    .submenu li a {height: 45px;font-size: 14px;padding: 0 10px;}
    .lecture_view_detail .field .th {font-size: 18px;}
    .d_table td, .d_table th {padding: 10px;font-size: 16px;}
    .d_table .link {font-size: 16px;}
    .sub_stit {font-size: 24px;}
    .lecture_view_detail {display: block;}
    .lecture_view_detail .field {display: block;}
    .lecture_view_detail .field .th {padding: 15px;}
    .lecture_view_detail .field .th,
    .lecture_view_detail .field .td {display: block;width: auto;}
    .lecture_view_detail .link {font-size: 16px;}
    .lecture_view_detail .link.link_file:before {background-size: 9px auto;width: 9px;height: 18px;}
    .d_table_scroll .w800 {width: 800px;}
    .d_table_scroll .w600 {width: 600px;}

    .nv-title {font-size: 22px;}
    .nv-meta {font-size: 13px;flex-wrap: wrap;gap:25px;}
    .btn-list {width:100%;}
    .mytab a {padding:10px 6px;font-size:14px;}
    .progress {height:20px;}
    .progress-labels {font-size:14px;}
    .progress-left {font-size:14px;}
    .progress-right {font-size:14px;}
    .survey-note,.survey-qhead,
    .survey-opts li label {font-size: 16px;}
    .reply_wrap .nv-meta .th, .reply_wrap .nv-meta .td {font-size: 16px;}
    .reply-body {font-size: 16px;}
    .step {padding: 5px;font-size: 13px;justify-content: center;}
    .aselect,
    .ainput {height: 40px;padding: 0 10px;font-size: 14px;}
    .btn-search {height: 40px;width: 40px;}
    .ainput::placeholder {font-size: 14px;}
    .member_wrap .btn-list {height: 40px;}
}

@media (max-width: 575px) {
    .sub_tab {flex-wrap: wrap;justify-content: space-evenly;gap:5px;margin-bottom: 20px;}
    .sub_tab a {width: 80px;height: 40px;font-size: 14px;}
    .sub_tab:before {display: none;}
    .lecture_list .item {width: 100%;}
    .more_link {margin-top: 10px;}
    .more_link a {width: 140px;height: 45px;font-size: 16px;}
    .subnav .container {padding-left: 0;padding-right: 0;}
    .sub_tit {font-size: 25px;margin-bottom: 20px;}
    .lecture_view {padding: 15px 0;}
    .lecture_view_detail .field .td {padding: 15px 0;}
    .lecture_view .link a {width: 100%;}
    .sub_stit {font-size: 20px;}
    .page_nation a {font-size: 15px;width: 28px;height: 28px;}
    .nv-head {padding-top: 10px;}
    .nv-title {font-size: 18px;}
    .nv-body {padding-bottom: 40px;}
    .btn-download {width: 120px;height: 40px;font-size: 14px;}
    .search_form {display: block;}
    .search_label {width: 64px;}
    .search_select {width: 100%;}
    .search_select2 {width: 100%;}
    .search_field_wrap {margin-bottom: 10px;}
    .l_mdtable li {display: block;}
    .l_mdtable li .md_state {width: auto;margin-top: 15px;}
    .l_mdtable li .md_state .b_state {margin: 0;}
    .l_mdtable li .a_link a {font-size: 18px;}
    .d_table_scroll .w1200 {width: 1000px;}
    .mytab a {font-size:13px;}
    .progress {height:18px;}
    .progress-labels {font-size:13px;}
    .progress-left {font-size:13px;}
    .progress-right {font-size:13px;}
    .mytab {display: block;overflow: hidden;border-bottom: none;border-right: none;border-left: 1px solid #1a4399;}
    .mytab a {width: 33.333333333%;float: left;border-bottom: 1px solid #1a4399;border-right: 1px solid #1a4399;border-left: none;}
    .mytab.xshalf a {width: 50%;}
    
    .mytab.cnt0 a {width: 50%;}
    .mytab.cnt2,
    .mytab.cnt3 {border-top: 1px solid #1a4399;}
    .mytab.cnt2 a,
    .mytab.cnt3 a {border-top: none;}
    
    .btn-list {height: 45px;}
    .atextarea {height: 150px;}
    .sub_sstit {font-size: 18px;}
    .nv-meta .th {padding-right: 10px;margin-right: 9px;}
    .nv-meta .th:after {height: 10px;}
    .nv-body p {font-size: 16px;}
    .btn-reg  {font-size: 14px;min-width: 80px;height: 40px;}
    .btn-file {margin-left: 5px;}
    .dflex .mar {margin-right: 5px;}
    .filebox .ainput {max-width: 174px;}
    .reply_wrap {padding: 15px;}
    .nv-body {font-size: 16px;}
    .faq_q {padding: 10px 44px 10px 45px;font-size: 16px;}
    .faq_q:before {left: 5px;}
    .faq_a:before {left: 5px;}
    .faq_a {padding: 15px 20px 15px 45px;}
    .login-card {padding:22px;border-radius:12px;}
    .login-head .title {font-size:22px;}
    .assist {flex-direction:column;align-items:stretch;}
    .assist .btn-list {width:100%;}
    .step_item {padding-right: 20px;}
    .step {gap:5px;padding-left: 10px;}
    .step .no {display: none;}
    .step:after {border-left-width: 10px;right: -10px;}
    .step_item {padding-right: 12px;}
    .guide strong {font-size: 18px;}
    .v-field .ainput,
    .v-field select {height: 40px;padding: 0 10px;}
    .v-field .ainput {width: 100%;}
    .member_wrap .btn-list {height: 40px;width: 100%;min-width: inherit; max-width: inherit;}
    .v-field .split {display: block;}
    .telnum_wrap {display: flex;align-items: center;gap:5px;margin-bottom: 10px;}
    .v-field #vcode.ainput {width: 100%;}
    .xsblock {display: block;}
    .xsmar {margin-bottom: 10px;}
    .done-title {font-size: 18px;}
    .done-msg {font-size: 16px;}
	/* .search_wrap {flex-direction: column;gap: 10px;} */
	.search_label {display:none;}
	.search_select{width: 80px;}
	.search_field.mr10 {margin-right: 0 !important;}
	/* .search_label {margin-bottom: 5px;} */
	.search_input,
	.btn-search {align-self: flex-end;height: 42px;}
	.search_input2,
	.btn-search {align-self: flex-end;height: 42px;}
}

@media (max-width: 440px) {
	.sub_tab {flex-wrap: wrap;justify-content: space-between;gap: 10px 0;margin-bottom: 20px;}
	.sub_tab a {flex: 0 0 calc(33.33% - 10px);width: 80px;height: 40px;font-size: 14px;}
	.btn-list {height: 40px;width: 100%;min-width: inherit; max-width: inherit;}
	.btn-sm {height: 40px;font-size: 18px;}
}

@media (max-width: 357px) {
	.search_select {width: 75px;font-size: 13px;height: 34px;width: 100%;}
	.search_select2 {font-size: 13px;height: 34px;width: 100%;}
	.search_input {font-size: 13px;height: 34px;max-width: 170px;width: 100%;}
	.search_input2 {font-size: 13px;height: 34px;max-width: 155px;width: 100%;}
	.btn-search {height: 34px;width: 34px;}
}