@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

/* 초기화 */
* {
    -webkit-tap-highlight-color: transparent;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'Pretendard', sans-serif;
    background: #fff;
    color: #212020;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Pretendard', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1rem;
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 1rem;
}

input[type='submit'] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

textarea,
select {
    font-family: 'Pretendard', sans-serif;
    font-size: 1em;
}

select {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

hr {
    display: none;
}

pre {
    overflow-x: scroll;
    font-size: 1.1em;
}

a {
    color: #000;
    text-decoration: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='text'],
input[type='password'],
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    /* -webkit-box-shadow:0 0 5px #9ed4ff;
  -moz-box-shadow:0 0 5px #9ed4ff;
  box-shadow:0 0 5px #9ed4ff; */
    /* border-bottom:1px solid #000 !important; */
}

.placeholdersjs {
    color: #aaa !important;
}

img {
    width: 100%;
}

/* 레이아웃 크기 지정 */
/* #hd, #wrapper, #ft {min-width:1200px} */

/* #hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr{width:1200px} */

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    height: 0;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.hd_pops img {
    max-width: 100%;
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff;
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left;
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
}

/* 상단 레이아웃 */
#hd {
    position: fixed;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 9999;
    box-shadow: 0 2px 20px 2px #21202010;
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#tnb {
    border-bottom: 1px solid #383838;
    margin: 0 auto;
}

#tnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#tnb .inner {
    margin: 0 auto;
}

#hd_wrapper {
    width: 90vw;
    margin: 0 auto;
    height: 100px;
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hd_wrapper .m_menu {
    display: none;
}

#hd_wrapper .m_menu label {
    display: block;
    z-index: 10;
    position: relative;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

#hd_wrapper .m_menu label::before,
#hd_wrapper .m_menu label::after {
    content: '';
}

#hd_wrapper .m_menu label::before,
#hd_wrapper .m_menu label::after,
#hd_wrapper .m_menu input {
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#hd_wrapper .m_menu label::before {
    top: 0;
}

#hd_wrapper .m_menu label::after {
    bottom: 0;
}

#hd_wrapper .m_menu label input:checked {
    left: 100%;
    opacity: 0;
}

#hd_wrapper .m_menu label:has(:checked)::before {
    transform: rotate(-45deg);
    top: 9px;
}

#hd_wrapper .m_menu label:has(:checked)::after {
    transform: rotate(45deg);
    top: 9px;
}

#hd_wrapper .m_menu input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 9px;
    left: 0;
}

#logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.hc_logo p {
    font-size: 20px;
    font-weight: 700;
}

.hc_logo img {
    width: 60px;
}

.hd_sch_wr {
    float: left;
    padding: 30px 0;
    width: 445px;
    margin-left: 65px;
}

#hd_sch h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#hd_sch {
    border-radius: 30px;
    overflow: hidden;
}

#hd_sch #sch_stx {
    float: left;
    width: 385px;
    height: 45px;
    padding-left: 10px;
    border-radius: 30px 0 0 30px;
    background: #2c2c2c;
    border: 0;
    border-right: 0;
    font-size: 1.25em;
    color: #fff;
}

#hd_sch #sch_submit {
    float: left;
    width: 60px;
    height: 45px;
    border: 0;
    background: #2c2c2c;
    color: #fff;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 16px;
}

#hd_define {
    float: left;
}

#hd_define:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#hd_define li {
    float: left;
    font-size: 1.083em;
    line-height: 14px;
    border-right: 1px solid #4a4a4a;
    position: relative;
    text-align: center;
    margin: 15px 10px 15px 0;
    padding-right: 10px;
}

#hd_define li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

#hd_define li a {
    display: inline-block;
    color: #919191;
}

#hd_define li.active a {
    color: #fff;
}

#hd_qnb {
    float: right;
    text-align: right;
}

#hd_qnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#hd_qnb li {
    float: left;
    font-size: 1.083em;
    line-height: 14px;
    border-right: 1px solid #4a4a4a;
    position: relative;
    text-align: center;
    margin: 15px 10px 15px 0;
    padding-right: 10px;
}

#hd_qnb li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

#hd_qnb li span {
    display: block;
    margin-top: 5px;
    font-size: 0.92em;
}

#hd_qnb li a {
    display: inline-block;
    color: #919191;
}

#hd_qnb .visit .visit-num {
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    margin-left: 5px;
    border-radius: 10px;
    background: #da22f5;
    color: #fff;
    font-size: 10px;
}

#hd_wrapper .h_menu_wrap {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd_login {
    font-size: 14px;
    height: fit-content;
    display: flex;
    gap: 8px;
}

.hd_login li {
    /* float: left; */
    /* margin:0 5px; */
    /* border-left:1px solid #616161; */
    /* padding-left: 10px; */
    line-height: 13px;
}

.hd_login li:first-child {
    border-left: 0;
}

.hd_login a {
    color: #000;
}

/* 메인메뉴 */
.menu_box {
    flex: 1;
    /* width: calc(100% - 186px); */
}

.h_menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1rem;
}

#gnb {
    position: relative;
    /* background:#fff; */
}

#gnb>h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#gnb .gnb_wrap {
    margin: 0 auto;
    position: relative;
}

#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
    z-index: 3;
}

#gnb #gnb_1dul {
    padding: 0;
    zoom: 1;
}

/* #gnb ul:after {display:block;visibility:hidden;clear:both;content:""} */
#gnb .gnb_1dli {
    float: left;
    line-height: 55px;
    padding: 0px;
    position: relative;
}

.gnb_1dli .bg {
    position: absolute;
    top: 24px;
    right: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url('../img/gnb_bg2.gif') no-repeat 50% 50%;
    text-indent: -999px;
}

.gnb_1da {
    display: block;
    font-weight: bold;
    padding: 0 15px;
    color: #080808;
    text-decoration: none;
    white-space: nowrap;
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
    padding-right: 25px;
}

.gnb_2dli:first-child {
    border: 0;
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 54px;
    min-width: 140px;
    padding-top: 2px;
}

.gnb_2dul .gnb_2dul_box {
    border: 1px solid #e0e2e5;
    border-top: 0;
    padding: 0;
    -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
    -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
    box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
}

.gnb_2da {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    background: #fff;
    color: #080808;
    text-align: left;
    text-decoration: none;
}

a.gnb_2da:hover {
    color: #3a8afd;
    background: #f7f7f8;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gnb_1dli_air .gnb_2da {}

.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus,
.gnb_2da:hover {
    color: #fff;
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0;
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0;
}

.gnb_wrap .gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2.7em;
    color: #080808;
}

.gnb_wrap .gnb_empty a {
    color: #3a8afd;
    text-decoration: underline;
}

.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
    color: #555;
}

#gnb .gnb_menu_btn {
    background: #4158d1;
    color: #fff;
    width: 50px;
    height: 55px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
}

#gnb .gnb_close_btn {
    background: #fff;
    color: #b6b9bb;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

#gnb .gnb_mnal {
    float: right;
    padding: 0;
}

#gnb_all {
    display: none;
    position: absolute;
    border: 1px solid #c5d6da;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#gnb_all h2 {
    font-size: 1.3em;
    padding: 15px 20px;
    border-bottom: 1px solid #e7eeef;
}

#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#gnb_all .gnb_al_ul>li:nth-child(5n + 1) {
    border-left: 0;
}

#gnb_all .gnb_al_li {
    float: left;
    width: 20%;
    min-height: 150px;
    padding: 20px;
    border-left: 1px solid #e7eeef;
}

#gnb_all .gnb_al_li .gnb_al_a {
    font-size: 1.2em;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3a8afd;
}

#gnb_all .gnb_al_li li {
    line-height: 2em;
}

#gnb_all .gnb_al_li li a {
    color: #555;
}

#gnb_all_bg {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

/* 중간 레이아웃 */
#wrapper {}

#container_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#container_wr {
    margin: 0 auto;
    zoom: 1;
}

#aside {
    float: right;
    width: 235px;
    padding: 0;
    height: 100%;
    margin: 20px 0 20px 20px;
}

#container {
    position: relative;
    min-height: calc(100vh - 280px);
    height: auto !important;
    margin: 0;
    font-size: 1rem;
    padding-block: 100px;
    zoom: 1;
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#container_title {
    font-size: 2rem;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

#container_title span {
    margin: 0 auto 10px;
    display: block;
    /* line-height:30px; */
}

.lt_wr {
    width: 32%;
}

.lt_wr:nth-child(3n + 1) {
    clear: both;
}

.latest_wr {
    margin-bottom: 20px;
}

.latest_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.latest_top_wr {
    margin: 0 -10px 20px;
}

.latest_top_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

/* 하단 레이아웃 */
#ft {
    background: #212020;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 350px;
}

.ft_wrap {
    display: flex;
    padding: 60px 0;
    height: 100%;
    justify-content: space-between;
    max-width: 1240px;
}

.ft_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ft_logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft_logo img {
    width: 50px;
}

.ft_logo p {
    font-size: 1rem;
    font-weight: 700;
}

.ft_info dl {
    display: flex;
    gap: 5px;
    width: auto;
    font-size: 1rem;
    margin-bottom: 5px;
}

.ft_info dt {
    font-weight: 600;
}

.ft_info dd {
    font-weight: 100;
}

.ft_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.ft_right a {
    color: #fff;
}

.ft_menu {
    display: flex;
    font-size: 14px;
    font-weight: 100;
    gap: 100px;
}

.menu_title {
    font-weight: 700;
    font-size: 1rem;
}

.ft_submenu {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#ft h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#ft_wr {
    margin: 0;
    text-align: left;
}

/* #ft_wr:after {display:block;visibility:hidden;clear:both;content:""} */
/* #ft_wr .ft_cnt {width:25%;float:left;padding:0 20px} */

#ft_link {
    display: flex;
}

#ft_link a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 1px 8px;
    border-right: 2px #fff solid;
}

#ft_link a:last-child {
    border-right: 0;
}

#ft_company h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
}

#ft_company {
    font-weight: normal;
    color: #e3e3e3;
    line-height: 2em;
}

/* #ft_catch {
  margin:20px 0 10px;
} */
.ft_copy {
    width: auto;
    /* padding:20px 0; */
    color: #999999;
    font-size: 14px;
    font-weight: 300;
}

#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.5);
}

#top_btn:hover {
    border-color: #3059c7;
    background: #3059c7;
    color: #fff;
}

/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
    text-align: center;
    display: block;
}

#copymove .tbl_wrap {
    margin: 20px;
}

#copymove .win_btn {
    padding: 0 20px 20px;
}

.copymove_current {
    float: right;
    background: #ff3061;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}

.copymove_currentbg {
    background: #f4f4f4;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em;
}

/* ie6 이미지 너비 지정 */
.img_fix {
    width: 100%;
    height: auto;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    position: relative;
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    display: none;
}

#captcha #captcha_img {
    width: auto;
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat;
    text-indent: -999px;
    border-radius: 3px;
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px;
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
}

#captcha #captcha_info {
    display: block;
    margin: 10px 0 0;
    font-size: 0.95rem;
    letter-spacing: -0.05rem;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px;
    width: 187px;
}

#captcha.m_captcha #captcha_img {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block;
}

#captcha.m_captcha #captcha_reload {
    position: static;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
}

#captcha.m_captcha #captcha_reload span {
    display: none;
}

#captcha.m_captcha #captcha_key {
    margin: 0;
    padding: 0 5px;
    width: 115px;
    height: 29px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-left: 3px;
}

#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em;
}

#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url('../../../img/captcha2.png') no-repeat 0 0;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
}

/* ckeditor 단축키 */
.cke_sc {
    margin: 0 0 5px;
    text-align: right;
}

.btn_cke_sc {
    display: inline-block;
    padding: 5px 10px;
    height: auto;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1;
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold;
}

.cke_sc_def dd {
    width: 30%;
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#bo_v_con li {
    display: list-item;
}

/* 버튼 */
a.btn,
.btn {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.4em;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}

a.btn01:focus,
a.btn01:hover {
    text-decoration: none;
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none;
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
}

.btn_confirm {
    text-align: center;
}

/* 서식단계 진행 */

.btn_submit {
    border: 0;
    background: #3a8afd;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
}

.btn_submit:hover {
    background: #7add75;
}

.btn_close {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}

a.btn_close {
    text-align: center;
    line-height: 50px;
}

a.btn_cancel {
    display: inline-block;
    background: #fff;
    color: #3a8afd;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #3a8afd;
}

button.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}

.btn_cancel:hover {
    background: #e55f5f;
    border-color: #e55f5f;
    color: #fff;
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    width: 128px;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: #3a8afd;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
    font-size: 1em;
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
    display: inline-block;
    color: #bababa;
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
}

.btn_b01:hover,
.btn_b01:hover {
    color: #000;
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: #253dbe;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
}

a.btn_b02:hover,
.btn_b02:hover {
    background: #0025eb;
}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    background: #fff;
    border: 1px solid #b9bdd3;
    color: #646982;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6;
}

a.btn_b04,
.btn_b04 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #707070;
    text-decoration: none;
    vertical-align: middle;
}

a.btn_b04:hover,
.btn_b04:hover {
    color: #333;
    background: #f9f9f9;
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    color: #3a8afd;
    text-decoration: none;
    vertical-align: middle;
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
    color: #ff3746;
}

/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left;
}

.tbl_head01 {
    margin: 0 0 10px;
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.tbl_head01 thead {
    border-top: #000 2px solid;
}

.tbl_head01 thead th {
    padding: 12px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #000;
    height: 40px;
    font-weight: 600;
}

.tbl_head01 thead th input {
    vertical-align: top;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center;
}

.tbl_head01 tbody th {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}

.tbl_head01 td {
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    line-height: 1.4em;
    height: 60px;
    word-break: break-all;
}

.tbl_head01 tbody tr {
    border-bottom: 1px solid #ecf0f1;
}

.tbl_head01 tbody tr:last-child {
    border-bottom: 1px solid #000;
}

.tbl_head01 tbody tr:hover td {
    background: #fafafa;
}

.tbl_head01 a:hover {
    text-decoration: underline;
}

.tbl_head02 {
    margin: 0 0 10px;
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em;
}

.tbl_head02 thead a {
    color: #383838;
}

.tbl_head02 thead th input {
    vertical-align: top;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center;
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    line-height: 1.4em;
    word-break: break-all;
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px;
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_frm01 th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left;
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    /* border:1px solid #d0d3db; */
    border: 0;
    border-bottom: 1px solid #dadada;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 0;
    padding: 5px 15px;
    /* -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); */
}

.wr_content textarea {
    border: 1px solid #dadada;
}

input[type=file]::file-selector-button {
    font-size: 12px;
    line-height: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #eee;
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px;
}

.frm_input {
    height: 40px;
}

.full_input {
    width: 100%;
}

.half_input {
    width: 49.5%;
}

.twopart_input {
    width: 385px;
    margin-right: 10px;
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    height: 100px;
}

.tbl_frm01 a {
    text-decoration: none;
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px;
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em;
}

/*기본 리스트*/
.list_01 ul {
    border-top: 1px solid #ececec;
}

.list_01 li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    position: relative;
}

.list_01 li:nth-child(odd) {
    background: #f6f6f6;
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.list_01 li:hover {
    background: #f9f9f9;
}

.list_01 li.empty_li {
    text-align: center;
    padding: 20px 0;
    color: #666;
}

/*폼 리스트*/
.form_01 h2 {
    font-size: 1.167rem;
}

.form_01 li {
    margin-bottom: 20px;
}

.form_01 ul:after,
.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

/* .form_01 .left_input {float:left} */
/* .form_01 .margin_input {margin-right:1%} */
.form_01 textarea {
    height: 100px;
    width: 100%;
}

.form_01 .frm_label {
    display: inline-block;
    width: 130px;
}

/* 자료 없는 목록 */
.empty_table {
    padding: 50px 0 !important;
    text-align: center;
}

.empty_list {
    padding: 20px 0 !important;
    color: #666;
    text-align: center;
}

/* 필수입력 */
.required,
textarea.required {
    background-image: url('../img/require.png') !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
}

/* 테이블 항목별 정의 */
.td_board {
    width: 80px;
    text-align: center;
}

.td_category {
    width: 80px;
    text-align: center;
}

.td_chk {
    width: 30px;
    text-align: center;
}

.td_date {
    width: 60px;
    text-align: center;
}

.td_datetime {
    width: 110px;
    text-align: center;
}

.td_group {
    width: 80px;
    text-align: center;
}

.td_mb_id {
    width: 100px;
    text-align: center;
}

.td_mng {
    width: 80px;
    text-align: center;
}

.td_name {
    width: 100px;
    text-align: left;
}

.td_nick {
    width: 100px;
    text-align: center;
}

.td_num {
    width: 50px;
    text-align: center;
}

.td_numbig {
    width: 80px;
    text-align: center;
}

.td_stat {
    width: 60px;
    text-align: center;
}

.txt_active {
    color: #5d910b;
}

.txt_done {
    color: #e8180c;
}

.txt_expired {
    color: #ccc;
}

.txt_rdy {
    color: #8abc2a;
}

/* 새창 기본 스타일 */
.new_win {
    position: relative;
}

.new_win .tbl_wrap {
    margin: 0 20px;
}

.new_win #win_title {
    font-size: 1.3em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em;
}

.new_win .win_ul {
    margin-bottom: 15px;
    padding: 0 20px;
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.new_win .win_ul li {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    margin-left: 5px;
}

.new_win .win_ul li:first-child {
    margin-left: 0;
}

.new_win .win_ul li a {
    display: block;
    padding: 8px 0;
    color: #6794d3;
}

.new_win .win_ul .selected {
    background: #3a8afd;
    border-color: #3a8afd;
    position: relative;
    z-index: 5;
}

.new_win .win_ul .selected a {
    color: #fff;
    font-weight: bold;
}

.new_win .win_desc {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    font-size: 1em;
    background: #f2838f;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
}

.new_win .win_desc i {
    font-size: 1.2em;
    vertical-align: baseline;
}

.new_win .win_desc:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #da4453;
    border-radius: 3px 0 0 3px;
}

.new_win .frm_info {
    font-size: 0.92em;
    color: #919191;
}

.new_win .win_total {
    float: right;
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    font-size: 0.75em;
    color: #3a8afd;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px;
}

.new_win .new_win_con {
    margin: 20px 0;
    padding: 20px;
}

.new_win .new_win_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.new_win .new_win_con2 {
    margin: 20px 0;
}

.new_win .btn_confirm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.new_win .win_btn {
    text-align: center;
}

.new_win .cert_btn {
    margin-bottom: 30px;
    text-align: center;
}

.new_win .btn_close {
    padding: 0 20px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 45px;
    font-weight: bold;
    font-size: 1.083em;
}

/* 검색결과 색상 */
.sch_word {
    color: #fff;
    background: #ff005a;
    padding: 2px 5px 3px;
    line-height: 18px;
    margin: 0 2px;
}

/* 자바스크립트 alert 대안 */
#validation_check {
    margin: 100px auto;
    width: 500px;
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em;
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

/* 사이드뷰 */
.sv_wrap {
    position: relative;
    font-weight: normal;
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    font-size: 0.92em;
    background: #333;
    -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);
}

.sv_wrap .sv:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent;
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    width: 100px;
    font-weight: normal;
    color: #bbb;
}

.sv_wrap .sv a:hover {
    background: #000;
    color: #fff;
}

.sv_member {
    color: #333;
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 23px;
    left: 0px;
    width: auto;
    height: auto;
}

.sv_nojs .sv {
    display: block;
}

/* 페이징 */
.pg_wrap {
    clear: both;
    float: left;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.pg {
    text-align: center;
}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    /* border: 1px solid #ddd; */
}

.pg a:focus,
.pg a:hover {
    text-decoration: none;
}

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 50%;
}

.pg_page:hover {
    background-color: #fafafa;
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_first.gif') no-repeat 50% 50%;
    padding: 0;
    border: 0;
    /* border: 1px solid #eee; */
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev.gif') no-repeat 50% 50%;
    padding: 0;
    border: 0;
    /* border: 1px solid #eee; */
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_end.gif') no-repeat 50% 50%;
    padding: 0;
    border: 0;
    /* border: 1px solid #eee; */
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next.gif') no-repeat 50% 50%;
    padding: 0;
    border: 0;
    /* border: 1px solid #eee; */
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa;
}

.pg_current {
    display: inline-block;
    background: #4fb2fd;
    border: 1px solid #4fb2fd;
    /* background: #3a8afd;
    border: 1px solid #3a8afd; */
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    border-radius: 50%;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
    display: block;
    margin: 0.3em;
    padding: 0.5em 0;
    border: 1px solid #eee;
    border-radius: 2em;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center;
}

/* 호버 */
@media (hover: hover) and (pointer: fine) {
    #gnb .gnb_1dli:hover>a {
        color: #2d9add;
        -webkit-transition: background-color 2s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

    .s6_text a:hover {
        background-color: #fff;
        border: 3px solid #7add75;
        color: #000;
    }
}

/* 공통 */
section {
    width: 100%;
    padding: 60px 0;
    word-break: keep-all;
}

.center_80 {
    width: 80vw;
    margin: 0 auto;
}

.center_70 {
    width: 70vw;
    margin: 0 auto;
}

.flex_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 4.2rem;
}

h2 {
    font-size: 3.5rem;
}

.intro h2 {
    margin-bottom: 30px;
}

.intro p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
    word-break: keep-all;
}

.content_2,
.content_6 {
    background-color: #fff;
}

.regi_container {
    background: url(../img/gra_bg_1.png) no-repeat;
    background-size: cover;
}

/* 섹션1 */
.content_1 {
    background: linear-gradient(45deg, #5bbaf6, #82cafd);
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.content_1 h1 {
    line-height: 6.5rem;
}

/* 섹션2 */
.content_2 .flex_row {
    justify-content: space-around;
}

.s2_img {
    width: 40%;
}

.s2_text {
    text-align: center;
}

/* 섹션3 */
.content_3 {
    background-color: #f9fbfd;
    text-align: center;
}

.s3_ill li {
    width: 48%;
    padding: 50px;
    border-radius: 20px;
    align-items: center;
    gap: 30px;
}

.s3_ill li img {
    width: auto;
    height: 280px;
    object-fit: contain;
}

.s3_ill li p {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    word-break: keep-all;
}

.s3_ill_1 {
    background-color: #4fb2fd;
}

.s3_ill_2 {
    background-color: #7add75;
}

.s3_text {
    margin-top: 80px;
}

/* 섹션4 */
.content_4 {
    background-color: #86e164;
    color: #fff;
    padding-left: 10%;
    padding-right: 50px;
    text-align: center;
}

.s4_text {
    width: 64%;
}

.s4_text h2 {
    line-height: 5rem;
    margin-bottom: 50px;
}

.s4_img {
    width: 32%;
}

/* 섹션5 */
.content_5 {
    background: linear-gradient(to left, #64d0ff 50%, rgba(122, 215, 255, 0.5));
}

.content_5 .flex_row {
    justify-content: space-around;
}

.s5_img {
    width: 40%;
}

.s5_text {
    color: #fff;
    text-align: center;
}

/* 섹션6 */
.content_6 {
    text-align: center;
    height: 700px;
    overflow: hidden;
    box-sizing: border-box;
}

.content_6 .flex_column {
    gap: 50px;
}

.s6_text {
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s6_text a {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: #7add75;
    /* background-color: #59C631; */
    border-radius: 10px;
    margin-top: 30px;
}

/* 회원가입,로그인 */

.regi_wrap {
    width: 60vw;
    margin: 50px auto;
    padding: 50px 50px 100px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dde7e9;
}

.regi_form_wrap {
    width: 40vw;
    margin: 50px auto;
    padding: 50px 50px 100px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dde7e9;
}

.login_container {
    display: flex;
    height: 100vh;
}

.login_banner {
    width: 70vw;
    background-color: #4fb2fd;
}

.login_banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_wrap {
    width: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paper_bg {
    background: #fff url(../img/paper_bg.png);
}

/* 직독직해- 리스트  */

.testlist-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
}

.level_list {
    position: relative;

}

.level_list>div {
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
    position: sticky;
    top: 120px;
    box-shadow: inset 0 0 15px 2px #4fb2fd20;
}

.level_list h3 {
    margin-bottom: 25px;
}

.level_list label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.level_list select,
.level_list input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

.level_list select {
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 0.8rem) 50%;
    background-size: 0.8rem;
}

.level_list .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.level_list button,
.level_list a {
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
}

.level_list button {
    background-color: #7add75;
    flex: 1;
}

.level_list a {
    display: block;
    background-color: #4fb2fd;
    aspect-ratio: 2;
    text-align: center;
    font-size: 20px;
}

/* .level_list select:has([selected]) {
    background: linear-gradient(45deg, #4fb2fd, #7add75);
    color: #fff;
}

.level_list select:has([selected]) option {
    color: #000;
} */
.question_list .empty {
    background-color: #fff;
    box-shadow: inset 0 0 15px 2px #4fb2fd20;
    border-radius: 20px;
    height: 100%;
}

.question_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.question_list li {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: inset 0 0 15px 2px #4fb2fd20;
    /* margin-bottom: 20px; */
    min-width: 0;
}

.tags {
    font-size: 0.8rem;
    display: flex;
    justify-content: start;
    gap: 5px;
    white-space: nowrap;
    /* flex-wrap: wrap; */
    overflow: scroll;
    -ms-overflow-style: none;
}
.tags::-webkit-scrollbar{
    display: none;
} 

.tags span {
    display: inline-block;
    padding: 5px 10px;
    background: linear-gradient(45deg, #4fb2fd, #7add75);
    color: #fff;
    border-radius: 15px;
}

.question_list li .name {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    text-align: center;
}

.question_list li .name em {
    color: #e55f5f;
    font-style: inherit;
}

.q_info {
    margin: 10px 0 15px;
}

.q_info dl {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: 300;
}

.question_list li .buttons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.question_list li button {
    border: 0;
}

.question_list li .solving,
.question_list li .buttons>*,
.list_back,
.refresh {
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.question_list li .solving,
.list_back,
.refresh {
    background-color: #4fb2fd;
    color: #fff;
}

.question_list li .buttons a {
    display: block;
    background-color: #7add75;
    color: #fff;
}

/* 직독직해-문제 */
p.word_info {
    text-align: center;
    margin: 30px 0;
    font-size: 1.2rem;
}

section.test-sheet article {
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #dde7e9;
    background-color: #fff;
}

.padding_top {
    padding-top: 50px;
}

section.test-sheet table {
    width: 100%;
    border-collapse: collapse;
}

section.test-sheet table thead {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
}

section.test-sheet table thead th {
    padding: 10px 0;
}

section.test-sheet table thead th:first-child {
    width: 80px;
    vertical-align: middle;
}

.q_text {
    /* cursor: pointer; */
    font-size: 18px;
    line-height: 1.6rem;
    border: initial;
    background: initial;
    width: 100%;
    min-height: 1.6rem;
    word-break: keep-all;
}

.voice_icon {
    cursor: pointer;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 3px 5px;
    width: fit-content;
    border: 1px solid #aaa;
    color: #7a7a7a;
    border-radius: 3px;
    background: transparent;
}

.voice_icon>img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    object-fit: contain;
    filter: invert(50%) sepia(3%) saturate(13%) hue-rotate(359deg) brightness(94%) contrast(94%);
}

.a_text {
    padding: 5px 0;
}

.question_box,
.answer_box {
    border: 0;
    font-size: 18px;
    line-height: 1.6rem;
    border: initial;
    background: initial;
    width: 100%;
    resize: none;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.question_box {
    display: none;
}

.answer_box {
    border-bottom: 1px solid;
}

.modal {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    border-radius: 8px;
    font-size: 14px;
    min-width: 200px;
}

.modal h5 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.modal p {
    padding: 8px 5px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

section.test-sheet {
    position: relative;
}

aside.answer-sheet {
    display: flex;
    align-items: center;
    position: sticky;
    background-color: #21202040;
    backdrop-filter: blur(2px);
    bottom: 0;
    height: 90px;
}

aside.answer-sheet div {}

/* input{
  outline:none;
  border:1px solid;
} */

ul.test_list li {
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr 130px;
    margin: 5px 0;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

ul.test_list li .report {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #f34e4e;
    right: 5px;
    bottom: 5px;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 3px;
}

ul.test_list li>div {
    vertical-align: middle;
}


ul.test_list.level_test li {
    grid-template-columns: 1fr 130px;
    padding: 20px 10px;
}

ul.test_list .checkbox,
ul.test_list .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.test_list .buttons button {
    padding: 10px 20px;
    font-size: 0.9rem;
    border-radius: 20px;
    border: 0;
    color: #fff;
}

ul.test_list .buttons button i {
    margin-right: 8px;
}

ul.test_list .buttons button.submit {
    background-color: #4fb2fd;
}

ul.test_list .buttons button.edit {
    background-color: #7add75;
}

ul.test_list li:has(:focus-visible) {
    border-radius: 15px;
    border-bottom: 0;
    box-shadow: 0px 0px 10px #00000015;
}

.q_result {
    color: #4fb2fd;
}

ul.test_list li.success .a_text {
    /* color :#7add75; */
    color: #68ca63;
}

ul.test_list li.failure .a_text {
    color: #fb5e5e;
}

ul.test_list li:is(.failure) .q_result {
    color: red;
}

ul.test_list li:not(.success, .failure) :is(.a_text, .q_result) {
    display: none;
}

ul.test_list li:is(.success, .failure) :is(.a_text, .q_result) {
    display: block;
}

ul.test_list li:is(.success, .failure) .answer_box {
    display: none;
}

ul.test_list li:is(.success, .failure) .buttons .edit,
ul.test_list li:not(.success, .failure) .buttons .submit {
    display: block;
}

ul.test_list li:not(.success, .failure) .buttons .edit,
ul.test_list li:is(.success, .failure) .buttons .submit {
    display: none;
}

input.check_question[type='checkbox'] {
    appearance: none;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    position: relative;
}

input.check_question[type='checkbox']::after {
    content: '✓';
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    color: transparent;
    font-size: 1rem;
}

input.check_question[type='checkbox']:checked {
    border-color: #7add75;
    background-color: #7add75;
}

input.check_question[type='checkbox']:checked::after {
    color: #fff;
}

.question {
    /* display: block;
    width: 100%; */
}

aside.answer-sheet div.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

.test_file_info,
.answer_submit {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}

aside.answer-sheet .level_labeling {
    margin-bottom: 0;
}

aside.answer-sheet div.buttons button {
    padding: 10px 20px;
    border-radius: 50px;
    border: 0;
    background-color: #4fb2fd;
    color: #fff;
    display: flex;
    gap: 10px;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 3px 3px 4px #21202020;
}

aside.answer-sheet div.buttons button>span {
    white-space: nowrap;
}

aside.answer-sheet div.buttons>div:nth-of-type(2) p {
    background-color: #7add75;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
    text-align: center;
}

aside.answer-sheet div.buttons>div:nth-of-type(2) p span {
    margin-right: 5px;
}

.submit_icon {
    display: block;
    width: 20px;
}

/* 직독직해 문제 단어모달 */
.modal h5 {
    padding-left: 25px;
    font-size: 1.3rem;
    position: relative;
}

.modal h5::before {
    content: url(../img/text.svg);
    width: 1.1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.modal p {
    font-weight: 300;
}

/* 직독직해 채점 리스트 */
.user_list_wrap {
    width: 70%;
    margin: 0 auto;
    padding: 50px;
    /* border: 1px solid #dde7e9; */
    border-radius: 10px;
    background-color: #fff;
    box-shadow: inset 0 0 15px 2px #7add7520;
}

.user_list_box {
    width: 100%;
    border-collapse: collapse;
}

.user_list_box thead {
    border-top: #000 solid 2px;
    border-bottom: 1px solid #eee;
}

.user_list_box thead th {
    padding: 10px;
}

.user_list_box thead th:nth-child(n + 1):nth-child(-n + 3) {
    width: 10%;
}

.user_list_box tbody tr {
    border-bottom: 1px solid #eee;
}

.user_list_box tbody tr.start td {
    text-align: start;
}

.user_list_box tbody tr.success {
    background-color: #f1ffe3;
}

.user_list_box tbody tr.failure {
    background-color: #ffe3ea;
}

.user_list_box tbody td {
    text-align: center;
    padding: 10px;
    font-weight: 300;
}

.view_button {
    display: inline-block;
    padding: 5px 15px;
    background-color: #7add75;
    font-size: 0.9rem;
    border-radius: 20px;
    color: #fff;
}

section:has(.user_list_wrap) .buttons {
    display: flex;
    justify-content: center;
}

.list_back {
    width: fit-content;
}

/* 직독직해 결과지 */
.result_wrap thead tr th:last-child {
    width: 130px;
}

.result_wrap tbody .numbering {
    text-align: center;
}

.list_back {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.list_back a {
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    background-color: #4fb2fd;
    color: #fff;
    box-shadow: 3px 3px 4px #21202020;
}

.comment {
    text-align: center;
}

.comment button {
    padding: 5px 30px;
    border-radius: 20px;
    border: 0;
    margin-top: 10px;
    background-color: #7add75;
    color: #fff;
}

/* 영어작문 리스트 */
.k_to_e_list_wrap {
    border: 0;
    box-shadow: inset 0 0 15px 2px #7add7520;
    font-size: 1rem;
}

.kor_to_eng {
    background-color: transparent;
}

/* 영어작문 문제화면 */
.center_60 {
    width: 60vw;
    margin: 0 auto;
}

.swiper-pagination-current {
    color: #7add75;
}

.visible_answer {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.95rem;
    color: #7d7d7d;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 5px;
}

.visible_answer>div {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.visible_answer>div img {
    object-position: center;
    display: block;
    filter: invert(40%) sepia(99%) saturate(5%) hue-rotate(341deg) brightness(100%) contrast(97%);
}

.visible_answer input[type='checkbox'] {
    display: none;
}

.visible_answer:has(:checked) {
    color: #fff;
    background-color: #5bcd55;
}

.visible_answer:has(:checked)>div img {
    filter: invert(100%) sepia(0%) saturate(7401%) hue-rotate(306deg) brightness(129%) contrast(98%);
}

.kor_to_eng_textsheet {
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: inset 0 0 12px #21202010;
    border: 1px solid #21202010;
    width: 100% !important;
}

.kr_to_en_question {
    margin-top: 10px;
}

.kor_to_eng_textsheet .answer {
    padding: 5px 0;
    border: 0;
    margin: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: transparent;
    width: 100%;
    resize: none;
    min-height: 2.6rem;
}

.kor_to_eng_textsheet .answer span::after {
    content: ' ';
}

.kor_to_eng_textsheet .answer span.wrong {
    color: #ff3a3a;
}

.kor_to_eng_textsheet .answer span.success {
    color: #0091ff;
}

.kor_to_eng_textsheet p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #202020;
}

.kor_to_eng_textsheet p.origin {
    font-size: 1.1rem;
    color: #5bcd55;
    word-break: keep-all;
    margin-bottom: 20px;
}

.cards {
    margin-top: 20px;
}

.submit_2 button {
    display: flex;
    gap: 10px;
    border: 0;
    background-color: #4fb2fd;
    color: #fff;
    border-radius: 20px;
}

/* .navigation .nav{
  background: linear-gradient(135deg,#4fb2fd,#7add75 80%);
} */
button.refresh {
    border: 0;
    margin-top: 0;
}

/* 이용권 결제메인 */
#pay_form::-webkit-scrollbar {
    width: 100%;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
}

#pay_form::-webkit-scrollbar-thumb {
    background-color: #212020;
    border-radius: 5px;
}

.pay_info_wrap {
    border: 1px solid #eee;
    padding: 50px;
    border-radius: 15px;
    background-color: #fff;
    width: 60%;
    margin: 80px auto 0;
}

.rate_plan_info_wrap>div {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.payment_button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #0c356a;
    font-size: 0.85rem;
    border-radius: 20px;
    font-weight: 300;
    color: #0c356a;
}

.using_license {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 2rem;
}

.using_license .info dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
}

.using_license .info dt {
    font-weight: bold;
}

.using_plan p {
    font-size: 1.2rem;
}

.using_plan .empty {
    color: #999;
    line-height: 50px;
    flex: 1;
    text-align: center;
}

.license .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.license button.buy {
    background-color: #4fb2fd;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 50px;
    border: 0;
    border-radius: 10px;
    width: fit-content;
    margin-top: 20px;
}

/* #pay_form .license label:has([disabled]) div h4::before,
#pay_form .license label:has(:checked) div h4::before {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    position: absolute;
    font-size: 0.8rem;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 20px;
    font-weight: 600;
}
#pay_form .license label:has([disabled]) div {
    opacity: 0.6;
}
#pay_form .license label:has([disabled]) div h4::before {
    content: '선택불가';
    color: #0c356a;
}
#pay_form .license label:has(:checked) div h4::before {
    content: '선택';
    color: #4fb2fd;
}
#pay_form .license label:has([disabled]) div h4,
#pay_form .license label:has(:checked) div h4 {
    padding-top: 45px;
    color: #fff;
}
#pay_form .license label:has([disabled]) div h4 {
    background-color: #0c356a;
    position: relative;
}
#pay_form .license label:has(:checked) div h4 {
    background-color: #4fb2fd;
    position: relative;
} */
.rateplan_notice {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px;
    background-color: #fbfbfb;
    color: #000;
}

.rateplan_notice h4 {
    font-size: 1.1rem;
    text-align: center;
}

.rateplan_notice ul {
    margin-top: 30px;
    list-style: disc;
    font-weight: 300;
}

.rateplan_notice ul li {
    margin-left: 20px;
    margin-bottom: 5px;
}

/* 이용권 결제창 */
.license_info {
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.license_info h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.license_info .license_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.license_info h5 {
    font-size: 25px;
}

.license_info .license_top a {
    color: #fff;
    background-color: #5bcd55;
    padding: 3px 7px;
    border-radius: 7px;
}

.license_info .license_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.license_info .license_wrapper .license-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.license_info .license_wrapper .license-icon img {
    display: block;
    width: 80%;
    margin: auto;
}

.license_info .license_wrapper .license-content h6 {
    text-transform: capitalize;
}

.license_info .license_wrapper .license-content dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    row-gap: 20px;
    padding: 20px 0;
}

.license_info .license_wrapper .license-content dl .strike {
    text-decoration: line-through;
    margin-right: 10px;
    color: #888;
}

.license_info .license_wrapper .license-content dl dt {
    font-weight: bold;
}

.license_info .method_list {}

.license_info .method_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}

.license_info .method_list ul li label {
    display: block;
    box-shadow: 0 0 4px #ccc;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.license_info .method_list ul label input {
    display: none;
}

.license_info .method_list ul li label:has(:checked) {
    box-shadow: 0 0 15px #4fb2fd;
}

.pay_final {
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    margin-top: 80px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.plan_pay_wrap {
    display: flex;
    gap: 30px;
}

.choice_plan {
    width: 50%;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.choice_plan_info p {
    text-align: right;
    margin-bottom: 5px;
}

.choice_plan_name {
    font-weight: bold;
}

.plan_pay {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.plan_pay h4 {
    font-size: 1.2rem;
}

.pay_card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.pay_card select {
    padding: 8px 10px;
    font-size: 1rem;
    border: 0;
    box-shadow: inset 0 -2px 3px #21202015;
    /* border-bottom: 1px solid #000; */
    outline: none;
    border-radius: 5px;
}

.pay_card .buttons {
    margin-top: 0 !important;
}

.pay_card .buttons :is(button, a) {
    padding: 8px 30px;
    border: 0;
    border-radius: 20px;
    font-size: 0.8rem;
    background-color: #7add75;
    color: #fff;
}

.pay_card .buttons :is(button, a) i {
    margin-right: 10px;
    font-size: 0.9rem;
}

.pay_final .buttons {
    text-align: center;
    margin-top: 50px;
}

.pay_final .buttons button[type='submit'] {
    padding: 10px 30px;
    border: 0;
    border-radius: 20px;
    display: inline-block;
    background-color: #4fb2fd;
    color: #fff;
    font-weight: bold;
}

/* 등록된 결제수단 */
#pay_method ul {
    width: 100%;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

#pay_method ul li {
    border: 2px solid #4fb2fd;
    box-shadow: 0 0 4px #0c356a05;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
}

.card_icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #4fb2fd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 5;
}

.card_icon img {
    filter: invert(84%) sepia(46%) saturate(6574%) hue-rotate(180deg) brightness(102%) contrast(98%);
}

#pay_method ul li h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    background-color: #4fb2fd;
    padding: 20px;
    color: #fff;
}

#pay_method ul li p {
    text-align: right;
    padding: 0 20px;
    color: #515151;
}

.payment_delate {
    display: inline-block;
    font-size: 0.8rem;
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 5px;
    background-color: #fb5e5e;
    color: #fff;
}

.payment_delate:active {
    transform: scale(0.95);
}

.empty_method {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.empty_method>a.payment_button {
    display: none;
}

.payment_button_box {
    display: flex;
    gap: 10px;
}

/* 결제수단등록 */
.payment_update {
    background-color: #0c356a;
    width: 770px;
    margin: 50px auto;
    border-radius: 15px;
    border: 1px solid #eee;
    padding: 0;
}

.payment_update>h2 {
    background-color: #212020;
    color: #f4f4f4;
}

.payment_update form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    position: relative;
    padding: 50px;
    color: #fff;
}

.payment_update form label span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #f4f4f4;
}

.payment_update form label input {
    border: 0;
    padding: 5px 10px;
    background-color: #fefefe;
    border-radius: 5px;
}

.payment_update form label:nth-of-type(odd) input,
.payment_update form label:nth-of-type(2)>div {
    width: calc(100% - 85px);
    margin-left: 10px;
}

.payment_update form label:nth-of-type(2)>div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.payment_update form label:nth-of-type(2) input {
    width: calc((100% - 20px) / 2);
}

.payment_update form label:nth-of-type(2n) input {
    text-align: center;
}

.payment_update form label:nth-of-type(3)>dl {
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(100% - 90px);
    margin-left: 85px;
    margin-top: 10px;
    border-radius: 5px;
    color: #ddd;
    font-size: 0.9rem;
}

.payment_update form label:nth-of-type(3)>dl dt {
    font-weight: 600;
    display: inline;
}

.payment_update form label:nth-of-type(3)>dl dd {
    display: inline-block;
    width: calc(100% - 35px);
    padding-left: 10px;
}

.payment_update form label:nth-of-type(3)>dl dd:first-of-type {
    margin-bottom: 5px;
}

.payment_update form label:nth-of-type(4) input {
    width: calc(100% - 157px);
    margin-left: 10px;
}

.payment_update form button {
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: transparent;
    font-weight: bold;
    color: #ddd;
    border: 1px solid #ddd;
}

.payment_update form button:active,
.payment_update form button:focus {
    background-color: #eee;
    color: #0c356a;
    box-shadow: inset 1px 1px 2px #0c356a30;
}

/* 결제내역 */
.pay_log table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.pay_log table thead {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.pay_log table thead th {
    padding: 10px 0;
}

.pay_log table tbody tr {
    border-bottom: 1px #eee solid;
}

.pay_log table tbody tr td {
    padding: 10px 0;
    text-align: center;
    font-weight: 200;
}

/* 학생관리 */
section.student_list {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-block: auto;
}

section.student_list>div.actions {
    text-align: right;
    margin-bottom: 10px;
}

section.student_list>div.actions button {
    display: inline-block;
    border: 2px solid #3a8afd;
    padding: 5px 15px;
    background-color: #fff;
    color: #3a8afd;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

section.student_list>div.actions button:hover {
    background-color: #3a8afd;
    color: #fff;
}

section.student_list table {
    width: 100%;
    border-collapse: collapse;
}

section.student_list table thead {
    border-top: #000 solid 2px;
    border-bottom: 1px solid #eee;
}

section.student_list table thead th,
section.student_list table tbody td {
    padding: 10px;
}

section.student_list .student_mb_id {
    font-size: 0.92em;
    color: #666;
    font-weight: normal;
    margin-left: 6px;
}

section.student_list table tbody tr {
    border-bottom: 1px solid #eee;
    text-align: center;
    height: 50px;
}

section.student_list table tbody>tr>td:last-child {
    width: 0;
    white-space: nowrap;
}

section.student_list table tbody>tr>td:last-child a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 20px;
    background-color: #000;
}

section.student_list table tbody>tr>td:last-child a.account_as {
    background-color: #3a8afd;
}

section.student_list table tbody>tr>td:last-child a.account_delate {
    background-color: #f34e4e;
}

/* 반응형 */
@media screen and (max-width: 1440px) {

    /* 공통 */
    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 3rem;
    }

    .intro p,
    .s3_ill li p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .center_70 {
        width: 75vw;
    }

    /* 헤더 */
    .hc_logo img {
        width: 55px;
    }

    .hc_logo p {
        font-size: 18px;
    }

    /* 섹션2 */
    .content_2 .flex_row,
    .content_5 .flex_row {
        justify-content: space-between;
    }

    .s2_img {
        width: 36%;
    }

    .s2_text {
        padding-right: 0;
    }

    /* 섹션3 */
    .s3_ill li img {
        height: 250px;
    }

    /* 섹션4 */
    .content_4 {
        padding-left: 10%;
    }

    /* 섹션5 */

    /* 직독직해 */
    .question_list li {
        /* width: calc(25% - 16px); */
        padding: 10px;
    }

    /* 이용권 결제 */
    #pay_form,
    .pay_final {
        /* width: 70% !important; */
    }
}

@media screen and (max-width: 1280px) {

    /* 공통 */
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    .intro p,
    .s3_ill li p {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }

    section {
        padding: 80px 0;
    }

    .center_60 {
        width: 75vw;
    }

    /* 헤더 */

    .hc_logo {
        flex-direction: column;
    }

    .hc_logo img {
        width: 45px;
    }

    .hc_logo p {
        font-size: 16px;
    }

    .h_menu {
        font-size: 15px;
    }

    /* 섹션1 */
    .content_1 {
        padding-top: 100px;
    }

    .content_1 h1 {
        line-height: 5.5rem;
    }

    /* 섹션2 */
    .content_2 .flex_row,
    .content_5 .flex_row {
        justify-content: flex-start;
        gap: 55px;
    }

    .s2_img {
        width: 35%;
    }

    /* 섹션3 */
    .s3_ill li img {
        height: 200px;
    }

    /* 섹션4 */
    .s4_text h2 {
        line-height: 4rem;
        margin-bottom: 30px;
    }

    /* 섹션6 */
    .content_6 {
        height: 570px;
    }

    .content_6 .flex_column {
        gap: 0;
    }

    .s6_text a {
        font-size: 1rem;
    }

    /* 회원가입, 로그인 */
    .regi_wrap {
        width: 65vw;
    }

    .regi_form_wrap {
        width: 55vw;
    }

    .login_banner {
        width: 60vw;
    }

    .login_wrap {
        width: 40vw;
    }

    /* 직독직해 */
    .question_list li {
        /* font-size: 0.95rem; */
    }

    .question_list li .buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .question_list li .solving,
    .question_list li .buttons a {
        padding: 8px 15px;
    }

    /* 직독직해 풀이리스트 */
    .user_list_wrap {
        width: 100%;
    }

    /* 이용권 결제*/
    .pay_info_wrap {
        width: 70%;
    }

    .plan_pay_wrap {
        flex-direction: column;
    }

    .choice_plan,
    .plan_pay {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {

    /* 공통 */
    html {
        font-size: 15px;
    }

    #container {
        padding-block: 80px;
    }

    .center_70,
    .center_80 {
        width: 85vw;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .intro p,
    .s3_ill li p {
        font-size: 1.4rem;
    }

    /* 헤더 */
    #hd_wrapper {
        height: 80px;
    }

    #hd_wrapper:has(:checked) .h_menu_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    #hd_wrapper .h_menu_wrap {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 30vw;
        height: 100vh;
        background-color: #ffffff;
        z-index: 1000;
        padding: 80px 0;
        box-shadow: #00000020 -2px 2px 5px;
    }

    .menu_box {
        width: 100%;
    }

    .h_menu {
        flex-direction: column;
        font-size: 1.15rem;
    }

    .hd_login {
        padding: 30px 0;
        /* position: absolute;
        top: 40px;
        right: 100px;
        transform: translateY(-50%); */
    }

    .hd_login a {
        color: #00000095;
    }

    #hd_wrapper .m_menu {
        display: block;
        z-index: 2000;
    }

    .hc_logo {
        flex-direction: row;
    }

    /* 섹션1 */
    .content_1 {
        padding-top: 30px;
    }

    .content_1 h1 {
        line-height: 5rem;
    }

    /* 회원가입, 로그인 */
    .login_banner {
        width: 50vw;
    }

    .login_wrap {
        width: 50vw;
    }

    /* 직독직해 */
    .question_list li {
        /* width: calc(33.33% - 16px); */
    }

    /* 이용권 */
    .pay_info_wrap {
        width: 80%;
    }

    /* 푸터 */
    #ft {
        height: auto;
    }

    .ft_wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .ft_right {
        flex-direction: row;
        align-items: flex-start;
    }

    .ft_menu {
        flex-direction: column;
        gap: 20px;
    }

    .ft_menu>li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu_title {
        white-space: nowrap;
        width: 45px;
        text-align: left;
    }

    .ft_submenu {
        flex-direction: row;
        margin-top: 0;
        flex-wrap: wrap;
    }

    #ft_link {
        flex-direction: column;
        gap: 10px;
    }

    #ft_link a {
        text-align: right;
        border-right: 0;
    }

}

@media screen and (max-width: 800px) {

    /* 공통 */
    .flex_row {
        flex-direction: column;
    }

    section {
        padding: 40px 0;
    }


    .pg_page {
        font-size: .8rem;
        height: 20px;
        line-height: 20px;
        min-width: 20px;
    }

    .center_70,
    .center_80 {
        width: 100%;
        padding-inline: 10px;
    }

    .center_60 {
        width: 80vw;
    }

    /* 헤더 */
    #hd_wrapper .h_menu_wrap {
        width: 50vw;
    }

    /* 섹션1 */
    .content_1 {
        padding-bottom: 80px;
    }

    .c1_img {
        width: 45%;
    }

    .content_1 h1 {
        width: 80%;
    }

    /* 섹션2 */
    .s2_img {
        width: 40%;
    }

    /* 섹션3 */
    .s3_ill {
        flex-direction: row;
    }

    .s3_ill li img {
        height: 150px;
    }

    /* 섹션4 */
    .content_4 {
        flex-direction: column-reverse;
        gap: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .s4_text {
        width: 90%;
    }

    .s4_img {
        width: 50%;
    }

    /* 섹션5 */
    .content_5 {
        background: linear-gradient(to top, #64d0ff 50%, rgba(122, 215, 255, 0.8));
    }

    .s5_img {
        width: 50%;
    }

    /* 섹션6 */
    .content_6 .flex_column {
        gap: 50px;
    }

    .s6_text {
        height: auto;
    }

    /* 푸터 */
    .ft_menu {
        flex-direction: column;
        gap: 20px;
    }

    .ft_menu>li {
        align-items: flex-start;
    }

    .menu_title {
        font-size: 16px;
    }

    /* .ft_submenu {
        display: none;
    } */

    #ft_link {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    /* 회원가입,로그인 */
    .regi_wrap,
    .regi_form_wrap {
        width: 75vw;
        padding: 50px 40px;
    }

    .login_container {
        flex-direction: column;
        background-color: #4fb2fd;
        justify-content: center;
        gap: 20px;
        height: 100vh;
    }

    .login_banner,
    .login_wrap {
        width: 100%;
    }

    .login_banner {
        height: 30vh;
    }

    .login_wrap {
        margin-top: 0;
        align-items: flex-start;
        background-color: #4fb2fd;
    }

    /* 직독직해 */
    section.test-sheet article {
        padding: 50px 30px;
    }



    ul.test_list li {
        grid-template-columns: 80px 1fr;
    }

    ul.test_list .buttons {
        grid-column: span 2;
        margin-top: 20px;
    }

    aside.answer-sheet div.buttons {
        display: grid;
        grid-template-columns: 1fr 135px;
        justify-content: space-between;
        row-gap: 5px;
    }

    .test_file_info {
        display: grid;
        grid-template-columns: 140px 1fr;
    }

    .answer_submit {
        grid-column: span 2;
        justify-content: flex-end;
    }

    aside.answer-sheet div.buttons button {
        padding: 8px 20px;
    }

    .submit_icon {
        width: 15px;
    }

    /* 직독직해 풀이리스트 */
    .user_list_wrap {
        padding: 50px 30px;
    }

    /* 영어작문 */
    .kor_to_eng_textsheet {
        padding: 50px 40px;
    }

    /* 이용권 결제*/
    #pay_form,
    .pay_final {
        width: 80% !important;
    }

    .pay_info_wrap {
        margin-top: 50px;
    }

    .payment_button {
        font-size: 0.9rem;
    }

    /* 등록된 결제수단 */
    #pay_method ul {
        grid-template-columns: 1fr;
    }

    .card_icon {
        width: 45px;
        height: 45px;
        top: -20px;
        left: -20px;
    }

    #pay_method ul li h5 {
        font-size: 1.1rem;
        padding: 15px;
        padding-left: 30px;
    }

    .question_list li .buttons>* {
        flex: 1;
        white-space: nowrap;
    }

    /* 결제수단등록 */
    .payment_update {
        width: 80%;
    }

    .payment_update form {
        padding: 30px 30px 50px;
    }

    .payment_update form label:first-of-type {
        grid-column: span 2;
    }

    .payment_update form label:nth-of-type(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .payment_update form label:nth-of-type(3) {
        grid-column: span 2;
    }

    .payment_update form button {
        position: relative;
        bottom: 0;
        left: 50%;
    }

    /* 학생관리 */
    section.student_list {
        padding: 50px 30px;

    }

    .table-wrap {
        overflow: scroll;
        white-space: nowrap;
    }

    section.student_list table thead tr>th:first-child {
        width: 90px;
    }

    .testlist-wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 640px) {
    .payment_update form label:nth-of-type(even) {
        grid-column: span 2;
    }

    .payment_update form label:nth-of-type(4) {
        grid-row: 4;
    }
}

@media screen and (max-width: 500px) {

    /* 공통 */
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    .intro h2 {
        margin-bottom: 20px;
    }

    .intro p {
        font-size: 1.3rem;
        line-height: 2rem;
        word-break: keep-all;
    }

    .c1_img,
    .s2_img,
    .s4_img,
    .s5_img {
        width: 60%;
    }

    .content_2 .flex_row,
    .content_5 .flex_row {
        gap: 45px;
    }

    #container_title {
        font-size: 1.8rem;
    }

    .center_60 {
        width: 90vw;
    }

    .question_list li .solving,
    .question_list li .buttons>*,
    .list_back,
    .refresh {
        font-size: 0.95rem;
        padding: 10px 20px;
    }

    .question_box,
    .answer_box {
        font-size: 16px;
    }

    .voice_icon>img {
        width: 14px;
        height: 14px;
    }

    /* 헤더 */
    .hc_logo p {
        font-size: 1.2rem;
    }

    .hd_login {
        right: calc(10% + 30px);
    }

    #hd_wrapper .h_menu_wrap {
        width: 100vw;
    }

    .h_menu {
        font-size: 1.5rem;
    }

    /* 섹션1 */
    .content_1 h1 {
        width: 100%;
        max-width: 360px;
    }

    /* 섹션3 */
    .s3_ill {
        flex-direction: column;
        gap: 30px;
    }

    .s3_ill li {
        width: 100%;
        padding: 30px;
    }

    .s3_ill li p {
        font-size: 1.8rem;
    }

    .s3_text {
        margin-top: 60px;
    }

    /* 섹션4 */
    .s4_text {
        width: 100%;
    }

    /* 섹션5 */
    .content_6 {
        height: 500px;
    }

    /* 푸터 */
    #ft {
        height: auto;
    }

    .ft_wrap {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 30px 0;
    }

    .ft_right {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 30px 1rem;
        padding-top: 0;
        border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
        gap: 30px;
    }

    .ft_menu {
        width: 100%;
        gap: 30px;
        align-items: flex-start;
    }

    .ft_menu>li {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .menu_title {
        font-size: 1rem;
        white-space: nowrap;
        width: 40px;
    }

    .ft_submenu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 0;
    }

    #ft_link {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        flex-wrap: wrap
    }

    #ft_link a {
        width: calc((100% - 10px) / 2);
        text-align: center;
    }

    #ft_link a:nth-child(odd) {
        border-right: 2px solid #fff;
    }

    .ft_left {
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .ft_info dl {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ft_copy {
        text-align: center;
    }

    /* 회원가입,로그인 */
    .regi_wrap {
        width: 85vw;
        padding: 50px 40px;
    }

    .regi_form_wrap {
        width: 85vw;
    }

    /* 직독직해 문제 */
    section.test-sheet article {
        padding: 50px 20px;
    }

    ul.test_list li {
        grid-template-columns: 60px 1fr;
    }

    ul.test_list li:first-child {
        padding: 10px 0;
        line-height: 20px;
    }

    ul.test_list .checkbox {
        align-items: flex-start;
    }

    .q_text {
        font-size: 16px;
        line-height: 1.5rem;
    }

    ul.test_list .buttons button {
        padding: 8px 20px;
    }

    .submit_icon {
        width: 16px;
    }

    aside.answer-sheet div.buttons {
        padding: 0 20px;
        grid-template-columns: 130px 1fr;
    }

    .test_file_info {
        grid-column: span 2;
    }

    aside.answer-sheet div.buttons>div:nth-of-type(2) p {
        text-align: center;
    }

    .answer_submit {
        grid-column: auto;
    }

    /* 직독직해 풀이리스트 */
    .user_list_wrap {
        padding: 40px 20px;
    }

    /* 영어작문 */
    .kor_to_eng_textsheet {
        padding: 50px 35px;
    }

    button.refresh {
        /* float: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%); */
    }

    /* 이용권 결제*/
    #pay_form,
    .pay_final {
        width: 90% !important;
        margin-top: 50px !important;
    }

    .pay_info_wrap {
        width: 90%;
        padding: 40px 20px;
    }

    .rate_plan_info_wrap {
        padding: 40px 20px;
    }

    .pay_final {
        padding: 40px 20px;
    }

    .plan_pay {
        flex-direction: column;
        gap: 10px;
    }

    #pay_form .license>ul {}

    .pay_card .buttons button {
        font-size: 0.9rem;
    }

    .rateplan_notice {
        padding: 20px;
    }

    .rateplan_notice ul {
        margin-top: 0;
    }

    .rateplan_notice ul li {
        margin-left: 10px;
    }

    /* 등록된 결제수단 */
    #pay_method.pay_info_wrap {
        padding: 40px 30px;
        padding-left: 40px;
    }

    #pay_method.pay_info_wrap:has(.empty_method) {
        padding-left: 30px;
    }

    .empty_method {
        font-size: 1.1rem;
    }

    /* 결제수단등록 */
    .payment_update {
        width: 90%;
    }

    .payment_update form label span {
        font-size: 1.1rem;
    }

    .payment_update form label:nth-of-type(odd) input,
    .payment_update form label:nth-of-type(2)>div {
        width: calc(100% - 70px);
    }

    .payment_update form label:nth-of-type(3)>dl {
        width: 100%;
        margin-left: 0;
    }

    .payment_update form label:nth-of-type(4) input {
        width: calc(100% - 130px);
    }

    .payment_update form {
        gap: 20px;
    }

    /* 결제내역 */
    .pay_log table thead th,
    .pay_log table tbody tr td {
        font-size: 0.95rem;
    }

    /* 학생관리 */
    section.student_list {
        padding: 30px 15px;
    }

    section.student_list>div.actions button {
        font-size: 13px;
    }

    section.student_list table tbody>tr>td:last-child {
        width: 60px;
    }

    section.student_list table tbody>tr>td:last-child a {
        font-size: 13px;
        padding: 4px 15px;
        margin-bottom: 3px;
        display: block;
    }
}

body.loading .loading-container {
    display: flex !important;
}

.loading-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000030;
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.loading-container span {
    display: inline-block;
    width: 35px;
    height: 35px;
    animation: rotate 1s linear infinite;
    border: 5px solid #fff;
    border-bottom-color: #ff3d00;
    border-radius: 50%;
    box-sizing: border-box;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
}

.panel div {
    background-color: #fff;
    box-shadow: 2px 2px 4px #00000050;
    padding: 20px;
    border-radius: 15px;
}

.panel span.score {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.small_button {
    padding: 5px 15px;
    border: 0;
    font-size: 0.95rem;
    border-radius: 20px;
    font-weight: 400;
}

.b_blue {
    border: 2px solid #4fb2fd;
    background-color: #fff;
    color: #4fb2fd;
}

.b_green {
    background-color: #fff;
    border: 2px solid #7add75;
    color: #7add75;
}

.regi_container {
    background: url(/theme/basic/img/gra_bg.png) no-repeat;
    background-size: cover;
}

#pay_form {
    width: 100%;
    margin-top: 80px;
}

#pay_form .license h5 {
    margin-bottom: 20px;
}

#pay_form .license .license_wrapper {}

#pay_form .license table {
    width: 100%;
    border-collapse: collapse;
}

#pay_form .license table :is(th, td) {
    padding: 0;
    margin: 0;
}

#pay_form .license table thead {
    font-size: 14px;
    font-weight: 500;
}

#pay_form .license table tbody {
    font-size: 14px;
    font-weight: 400;
}

#pay_form .license table thead th {
    height: 50px;
    background-color: #4fb2fd;
    color: #fff;
    border: 1px solid #ddd;
}

#pay_form .license table tbody th {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ccc;
}

#pay_form .license table tbody td {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 100px;
    border: 1px solid #eee;
}

#pay_form .license table tbody td.disabled {
    background-color: #eee;
}

#pay_form .license table label {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#pay_form .license table td label:has(:checked) {
    /* border: 1px solid #7add75; */
    background-color: #7add75;
    color: #fff;
}

#pay_form .license table #pay_form .license label:has([disabled]) {
    cursor: default;
}

#pay_form .license input {
    display: none;
}

#pay_form .license .strike {
    text-decoration: line-through;
    margin-right: 10px;
    color: #888;
}

#pay_form .license>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#pay_form .license>ul li {
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

#pay_form .license li:has(:checked) {
    box-shadow: 0 0 15px #4fb2fd;
    color: #4fb2fd;
}

#pay_form .license>ul li:hover {
    transform: scale(1.03);
}

#pay_form .license>ul li .model-logo {
    padding: 10px;
    box-sizing: border-box;
}

#pay_form .license>ul li .model-logo img {
    display: block;
    width: 80%;
    margin: auto;
}

#pay_form .license>ul li h3 {
    background-color: #eee;
    text-transform: capitalize;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#pay_form .license>ul li div.license_price {
    padding: 10px;
    text-align: center;
    margin-bottom: 1rem;
}

#pay_form .license>ul li div.license_price p.price {
    color: #888;
    text-decoration: line-through;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
}

#pay_form .license>ul li div.license_price .sales_price {
    font-size: 30px;
    font-weight: 800;
    color: #4fb2fd;
}

#pay_form .license>ul li div.info {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

#pay_form .license>ul li div.info span {
    position: relative;
    margin-bottom: 10px;
}

#pay_form .license>ul li div.info span::after {
    content: '';
    display: inline-block;
    width: 1px;
    background-color: #999;
    margin: auto 5px;
    height: 0.6rem;
}

#pay_form .license>ul li .select_button {
    line-height: 30px;
    text-align: center;
    background-color: #7add75;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    border: none;
}

/* #pay_form .license ul li div {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    box-shadow: inset 0 0 8px #21202010;
    color: #000;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
}

#pay_form .license label:has([disabled]) div {
    background-color: #fff;
    box-shadow: inset 0 0 15px 2px #0c356a20;
    border: 1px solid #0c356a20;
    color: #000;
}
#pay_form .license div h4 {
    padding: 15px;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
#pay_form .license .buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
} */

.content_wrapper {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 15px;
}

#student_form .form_container {
    display: flex;
}

#student_form .input_wrap {
    flex: 1;
    /* display: flex;
    gap: 40px; */
}

#student_form .form_container button {
    width: 120px;
}

#student_form .input_wrap .input {
    display: flex;
    gap: 20px;
    align-items: center;
}

#student_form .input_wrap .input input {
    flex: 1;
}

.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

#confetti-canvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.modal-container[hidden] {
    display: none;
}

.modal-container {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(3px);
    z-index: 10001;
    justify-content: center;
    align-items: center;
}

.modal-container .modal-content {
    width: 500px;
    background-color: #fff;
    box-shadow: 0 2px 20px 2px #21202010;
    padding: 30px 20px;
    border-radius: 20px;
}

.modal-container .modal-content textarea {
    display: block;
    width: 100%;
    resize: none;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 12px 10px;
    margin-bottom: 20px;
}

.modal-container .modal-content button {
    background-color: #7add75;
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
}