:root {
    --color-main-org : #ff6100;
    --color-main-red : #f45227;
    --color-orage : #ff8e42;
    --color-purple : #b293ff;
    --color-green : #2ed72e;
    --color-sky : #22beff;
    --color-pink : #ff6abe;
    --color-light-blue : #00d3db;
    --color-didimdol : #a40000;
}

.pointer {
    cursor: pointer !important;
}

.pointer:hover {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

#wrap {
    min-width: 1500px;
}

.wrap_inner {
    width: 1360px;
    margin: auto;
}

.kotra {
    font-family: 'KOTRAHOPE';
}

.yde {
    font-family: 'YdestreetL';
}

.dal {
    font-family: 'DalseoHealing';
}

.scrollOff {
    height: 100vh;
   /* height: calc(var(--vh, 1vh) * 100);*/
    min-height: 100vh;
   /* min-height: calc(var(--vh, 1vh) * 100);*/
    touch-action: none !important;
    overflow: hidden !important;
}

.basic-text.pre {
    width: 100%;
    line-height: 2;
    white-space: pre-line;
}

.txt-orange {
    color: #FF7F21;
}

/* 헤더------------------------------------ */
#header_pc {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

#header_pc .top_area .wrap_inner,
#header_pc .gnb,
#header_pc .extra_nav {
    display: flex;
    align-items: center;
}

#header_pc .top_area {
    /* border-bottom: 1px solid #f1f1f1; */
}

#header_pc .top_area .wrap_inner {
    height: 112px;
}

#header_pc .logo {
    /*width: 220px;
    margin-right: 85px;*/
    width: 350px;
    margin-right: 18px;
}

#header_pc .logo img {
    /* transform: scale(1.5); */
}

#header_pc .search_wrap {
    position: relative;
}

#header_pc .search_wrap input {
    width: 510px;
    height: 42px;
    line-height: 42px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 3rem 0 1.5rem;
    border: 1px solid var(--color-main-org);
    letter-spacing: -0.5px;
}

#header_pc .search_wrap input::placeholder {
    color: #000;
    font-size: 16px;
}

#header_pc .search_btn {
    width: 24px;
    height: 24px;
    background: url(../img/renewal/icon_search_org.png) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
}

#header_pc .extra_nav {
    margin-left: auto;
}

#header_pc .extra_nav .list {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    padding: 8px 1rem;
    border-radius: 2rem;
    border: 1px solid var(--color-main-org);
    letter-spacing: -0.5px;
    transition:0.2s all linear;
}

#header_pc .extra_nav .list a {
    display: flex;
    align-items: center;

}

#header_pc .extra_nav .list:last-child {
    border-color: #e4007f;
    color: #e4007f;
    transition:0.2s background linear;
}

#header_pc .extra_nav .list:not(:last-child) {
    margin-right: 0.5rem;
}


#header_pc .extra_nav .icon_box {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

#header_pc .extra_nav .icon_box.signin {
    background: url(../img/renewal/icon_login_org.png) no-repeat center center / contain;
}

#header_pc .extra_nav .icon_box.myPage {
    background: url(../img/renewal/icon_mypage_org.png) no-repeat center center / contain;
}

#header_pc .extra_nav .icon_box.signup {
    background: url(../img/renewal/icon_join_org.png) no-repeat center center / contain;
}

#header_pc .extra_nav .icon_box.event {
    background: url(../img/renewal/icon_event_org.png) no-repeat center center / contain;
}

#header_pc .extra_nav .icon_box.serviceCenter {
    background: url(../img/renewal/icon_customer_org.png) no-repeat center center / contain;
}

#header_pc .extra_nav .icon_box.logout {
    background: url(../img/renewal/icon_logout_org.png) no-repeat center center / contain;
}

#header_pc .extra_nav span {
    font-weight: 500;
}

#header_pc .extra_nav .list:not(:last-child):hover {
    background: var(--color-main-org);
    transition:0.2s background linear;
    color: #fff;
}

#header_pc .extra_nav .list:last-child:hover {
    background: #e4007f;
    transition:0.2s background linear;
    color: #fff;
}

#header_pc .extra_nav .list:hover .icon_box {
    filter: brightness(0) invert(1);
}

#header_pc .gnb_wrap {
    background: #f0543a;
    /*background: var(--color-didimdol);*/
}

#header_pc .gnb {
    width: 1360px;
    height: 70px;
    margin: auto;
}

#header_pc .gnb .list {
    display: flex;
    width: calc(100% / 5);
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
    height: 100%;
    justify-content: center;
}

#header_pc .gnb .list.active {
    /* border-bottom: 2px solid #FF7F21; */
}

#header_pc .gnb .list.tikitaka {
    text-indent: -99999px;
    background: url('../img/renewal/logo_tikitaka_white.png') center no-repeat;
    background-size: 84px;
}

#header_pc .gnb .deco {
    display: none;
    /* display: block; */
    width: 1px;
    height: 28px;
    background: #ddd;
}

#header_pc .gnb span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

#header_pc .gnb .list.active span {
    /*color: #fff;*/
}

/* 사이드메뉴-------------------------------- */
.side_menu {
    border-radius: 10px;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.09);
    background: #fff;
    position: fixed;
    height: 600px;
    top: 50%;
    transform: translate(0, -40%);
    right: 20px;
    transition-delay: 0.1s;
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
    z-index: 100;
}

.side_menu.normal {
    width: 80px;
    padding: 27px 0 30px;
}

.side_menu.normal .side_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.side_menu.open {
    width: 250px;
    padding: 25px 20px 30px;
}

.side_menu .open_btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE7D4;
    position: absolute;
    cursor: pointer;
    left: -35px;
    top: 50%;
    transform: translate(0, -50%);
}

.side_menu .open_btn .icon_box {
    width: 24px;
    height: 24px;
    background: url(../img/icon/icon_side_open.svg) no-repeat center center / contain;
}

.side_menu.open .open_btn .icon_box {
    transform: rotate(-180deg);
}

.side_menu .logo {
    width: 33px;
    height: 34px;
    margin: 0 auto 55px;
    background: url(../img/icon/logo_sub.svg) no-repeat center center / contain;
}

.side_menu.open .logo {
    margin: 0 auto 25px;
}

.side_menu .login_part,
.side_menu .hover_bubble,
.side_menu .sec_depth {
    display: none;
}

/* 사이드메뉴 오픈 전 네비게이션 */
.side_menu.normal .side_gnb>li {
    width: 100%;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.side_menu.normal .side_gnb>li.hover::after,
.side_menu.normal .side_gnb>li.clicked::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #FF9D54;
}

.side_menu.normal .side_gnb>li.hover>a,
.side_menu.normal .side_gnb>li.clicked>a {
    filter: invert(81%) sepia(10%) saturate(4904%) hue-rotate(320deg) brightness(100%) contrast(102%);
}

.side_menu.normal .side_gnb>li:not(:last-child) {
    margin-bottom: 35px;
}

.side_menu.normal .side_gnb>li .hover_bubble {
    position: absolute;
    text-align: center;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 0;
    top: 50%;
    transform: translate(0, -50%);
    right: 95px;
    user-select: none;
}

.side_menu.normal .side_gnb>li.login .hover_bubble,
.side_menu.normal .side_gnb>li.tool .hover_bubble,
.side_menu.normal .side_gnb>li.bank .hover_bubble {
    width: 90px;
}

.side_menu.normal .side_gnb>li.parish .hover_bubble,
.side_menu.normal .side_gnb>li.video .hover_bubble,
.side_menu.normal .side_gnb>li.data .hover_bubble {
    width: 120px;
}

.side_menu.normal .side_gnb>li .hover_bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
    border-right: 0;
    margin-top: -5px;
    margin-right: -5px;
}

.side_menu.normal .side_gnb>li.hover .hover_bubble {
    display: block;
}

.side_menu .tool {
    position: relative;
}

.side_menu .sec_depth {
    position: absolute;
    right: 115%;
    top: 50%;
    transform: translate(0, -50%);
    width: fit-content;
}

.side_menu .sec_depth li {
    width: 80px;
    background: #fff;
    text-align: center;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    user-select: none;
}

.side_menu .sec_depth li a {
    padding: 13px 0;
}

.side_menu .sec_depth li:not(:last-child) {
    margin-right: 5px;
}

.side_menu .side_gnb>li.clicked .sec_depth {
    display: flex;
}

.side_menu.normal .side_gnb>li>a {
    width: 26px;
    height: 26px;
    border-radius: 0;
    color: transparent;
    user-select: none;
}

.side_menu.normal .side_gnb .login>a {
    background: url(../img/icon/icon_side_login.svg) no-repeat center center / contain;
}

.side_menu.normal .side_gnb .tool>a {
    background: url(../img/icon/icon_side_tool.svg) no-repeat center center / contain;
}

.side_menu.normal .side_gnb .bank>a {
    background: url(../img/icon/icon_side_bank.svg) no-repeat center center / contain;
}

.side_menu.normal .side_gnb .parish>a {
    background: url(../img/icon/icon_side_parish.svg) no-repeat center center / contain;
}

.side_menu.normal .side_gnb .video>a {
    background: url(../img/icon/icon_side_video.svg) no-repeat center center / contain;
}

.side_menu.normal .side_gnb .data>a {
    background: url(../img/icon/icon_side_data.svg) no-repeat center center / contain;
}

/* 상단이동버튼 */
.side_menu .top_btn {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.side_menu.open .top_btn {
    margin-top: 18px;
}

.side_menu .top_btn .icon_box {
    width: 24px;
    height: 24px;
    background: url(../img/icon/icon_side_open.svg) no-repeat center center / contain;
    transform: rotate(90deg);
    margin-bottom: 7px;
}

.side_menu .top_btn span {
    font-size: 14px;
}

/* 로그인 폼 */
.side_menu.open .login_part {
    height: 210px;
    display: block;
}

.side_menu .login_part form input[type=text],
.side_menu .login_part form input[type=password] {
    width: 100%;
    height: 34px;
    margin-bottom: 10px;
}

.side_menu .login_part form .chk:checked {
    background: url("../img/icon/checkbox_active_og.svg") no-repeat center center / contain;
}

.side_menu .login_part form .chk_wrap label {
    font-size: 12px;
    margin-left: 10px;
    color: #222;
}

.side_menu .login_part form .login_btn {
    width: 100%;
    height: 35px;
    font-size: 12px;
    margin: 15px 0;
    font-weight: 600;
}

.side_menu .login_part form a {
    font-size: 12px;
    color: #444;
    text-decoration: underline;
    text-align: center;
}

/* 사이드메뉴 오픈 시 네비게이션 */
.side_menu.open .side_gnb .login {
    display: none;
}

.side_menu.open .side_gnb>li {
    width: 100%;
    height: 35px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    user-select: none;
    color: #fff;
    /*background: #FF9D54;*/
    background: var(--color-main-org);
    user-select: none;
}

.side_menu.open .side_gnb>li:not(:last-child) {
    margin-bottom: 10px;
}

.side_menu.open .side_gnb>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

/* 로그인 후 폼 */
.side_menu .after_login h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.side_menu .after_login .teacher_info,
.side_menu .after_login.confirmed .confirm_btn {
    display: none;
}

.side_menu .after_login.confirmed .teacher_info {
    display: block;
    padding: 15px 0;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.side_menu .after_login .teacher_info .grade,
.side_menu .after_login .teacher_info .place {
    font-size: 13px;
}

.side_menu .after_login .teacher_info .grade {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.side_menu .after_login .teacher_info .num_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin: 0 4px 0 6px;
    border-radius: 100px;
    color: #FF7F21;
    background: #FFE7D5;
}

.side_menu .after_login .teacher_info .name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
}

.side_menu .after_login .button_wrap button {
    width: 100%;
    height: 35px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: none;
}

.side_menu .after_login .confirm_btn {
    margin-bottom: 10px;
}

.side_menu .after_login .link_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.side_menu .after_login .link_wrap a {
    font-size: 13px;
    color: #555;
    text-decoration: underline;
}

.side_menu .after_login .link_wrap .deco {
    width: 2px;
    height: 11px;
    background: #ddd;
    margin: 0 10px;
}

/* 푸터------------------------------------------ */
#footer {
    background: #f1f1f1;
    padding: 2.75rem 0;
    position: relative;
}

#footer .wrap_inner {
    display: flex;
    align-items: center;
}

#footer .logo {
    width: 80px;
}

#footer .ftInfo {
    width: 100%;
}

#footer .foot_gnb li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

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

.ftTop .ftMenu {

}

.ftTop .ftMenu li {
    display: inline-block;
}

.ftTop .ftMenu li a {
    font-weight: 500;
}

.ftTop .ftMenu li + li {
    margin-left: 2.5rem;
}

.ftTop .siteWrap {
    display: flex;
    align-item:center;
}

.ftTop .snsList li {
    display: inline-block;
}

.ftTop .snsList li + li {
    margin-left: 0.25rem;
}

.ftTop .familySite {
    width: 135px;
    background: var(--color-didimdol);
    color:#fff;
    font-weight: 600;
    box-sizing:border-box;
    border-radius:5px;
    position: relative;
}

.ftTop .familySite .blank {
    line-height: 34px;
    padding: 0 0.75rem;
    background: url('../img/renewal/icon_arrow_down.png') 90% center no-repeat;
    font-size: 15px;
    cursor: pointer;
}

.ftTop .familySiteList {
    position: absolute;
    left: 0;
    bottom:34px;
    box-sizing:border-box;
    background: #fff;
    width: 100%;
    border:1px solid var(--color-didimdol);
    z-index: 100;
    display: none;
}

.ftTop .familySiteList li a {
    line-height: 34px;
    padding: 0 0.75rem;
    font-size: 15px;
    color: #333;
}

.ftTop .familySiteList  li + li {
    border-top:1px dashed var(--color-didimdol);
}

.ftTop .familySiteList  li a:hover {
    color: var(--color-main-red);
    transition:0.2s all linear;
}

.ftBot {
    margin-top: 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
}

.ftBot .logo {
    width: 85px;
}

.ftBot .siteInfo {
    width: calc(100% - 85px);
    padding-left: 2rem;
}

.ftBot .siteInfo p {
    font-weight: 500;
}

.ftBot .siteInfo p + p {
    margin-top: 0.75rem;
}


/* 서브페이지 공통구조---------------------------- */
.sub_page .wrap_inner {
    display: flex;
    padding: 40px 0 150px;
}

.sub_page aside {
    width: 270px;
    padding-right: 35px;
    border-right: 1px solid #ddd;
}

.sub_page .content_section {
    width: 1090px;
    padding-left: 45px;
}

.sub_page .content_section .page_way {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.sub_page .content_section .page_way span {
    font-size: 18px;
    display: flex;
}

.sub_page .content_section .page_way span:last-child {
    color: #FF7F21;
}

.sub_page .content_section .page_way span:not(:last-child)::after {
    content: '>';
    display: block;
    margin: 0 5px;
}

/* 페이지 네비 */
.sub_page .page_nav a {
    padding: 25px 0;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

.sub_page .page_nav a:not(:last-child) {
    margin-bottom: 20px;
}

.sub_page .page_nav a.textLine2 {
    padding: 14px 0;
}

.sub_page .page_nav a.textLine2 small {
    display: block;
    line-height: 1.3;
}

/* 팁 */
/* .sub_page .tip_box {
    width: 100%;
    padding: 24px 30px;
    background: #f6f6f6;
} */

.sub_page .tip_box {
    width: 100%;
    position: relative;
    /* padding: 24px 30px 30px 30px; */
    padding: 40px 30px;
    background: #f6f6f6;
}

.sub_page .tip_box::after {
    content: '';
    display: block;
    position: absolute;
    width: 133px;
    height: 122px;
    background: url(../img/d_quiz/tip_img.png) no-repeat center center / contain;
    bottom: 0;
    right: 110px;
}

.sub_page .tip_box h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FF7F21;
}

.sub_page .tip_box p {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
}

.sub_page .tip_box p:not(:last-child) {
    margin-bottom: 10px;
}

.sub_page .tip_box span {
    font-size: 25px;
}

/* 학년, 학기 선택 */
/* .sub_page .grade_wrap{
    margin-top: 26px;
}

.sub_page .unit_wrap{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.sub_page .grade_wrap h3,
.sub_page .unit_wrap h3{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sub_page .grade_wrap h3::before,
.sub_page .unit_wrap h3::before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(../img/icon/icon_comment_smile.svg) no-repeat center center / contain;
}

.sub_page .grade_wrap .grade,
.sub_page .grade_wrap .semester,
.sub_page .unit_wrap .unit{
    display: flex;
}

.sub_page .grade_wrap .grade,
.sub_page .unit_wrap .unit{
    margin-bottom: 20px;
}

.sub_page .grade_wrap button,
.sub_page .unit_wrap button{
    width: 144px;
    height: 40px;
    font-size: 18px;
    border-radius: 100px;
    color: #555;
    background: #f2f2f2;
}

.sub_page .grade_wrap button.active,
.sub_page .unit_wrap button.active{
    color: #FF7F21;
    background: #FFE6D4;
}

.sub_page .grade_wrap button:not(:last-child),
.sub_page .unit_wrap button:not(:last-child){
    margin-right: 13px;
}

.sub_page.science .grade_wrap button,
.sub_page.science .unit_wrap button{
    width: 160px;
}

.sub_page.science .grade_wrap .grade{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
} */

/* 선택구간 */
.sub_page .choice_wrap {
    margin-top: 26px;
}

.sub_page .choice_wrap+.choice_wrap {
    margin-top: 55px;
}

.sub_page .choice_wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sub_page .choice_wrap h3::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(../img/icon/icon_comment_smile.svg) no-repeat center center / contain;
}

.sub_page .choice_wrap .choice_box {
    display: flex;
    margin-bottom: 20px;
}

.sub_page .choice_wrap .choice_box.unit {
    flex-wrap: wrap;
    gap: 13px;
}

.sub_page .choice_wrap .choice_box.unit .choice_btn:not(:last-child) {
    margin-right: 0;
}

.sub_page .choice_wrap .choice_box.unit .choice_btn {
    width: auto;
    min-width: 144px;
    padding: 0 25px;
}

.sub_page .choice_wrap .choice_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 40px;
    font-size: 18px;
    border-radius: 100px;
    font-weight: 600;
    color: #555;
    background: #f2f2f2;
    cursor: pointer;
}

.sub_page .choice_wrap .choice_btn.active {
    color: #FF7F21;
    background: #FFE6D4;
}

.sub_page .choice_wrap .choice_btn:not(:last-child) {
    margin-right: 13px;
}

/* 공통버튼----------------------------------*/
.basic_btn {
    display: block;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

.basic_btn.orange {
    color: #fff !important;
    background: #FF9D54;
}

.basic_btn.white {
    color: #444;
    background: #fff;
}

.basic_btn.whiteOg {
    color: #FF7F21 !important;
    border: 1px solid #FF7F21;
    background: #fff;
}

/* .basic_btn.border {
    color: #777;
    border: 1px solid #ddd;
} */

.basic_btn:disabled {
    background: #ddd;
    color: #fff;
    box-shadow: none;
}

.basic_btn.btn-primary {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 auto;
    padding: 0 48px;
}

.choice_btn {
    display: block;
    background: #f2f2f2;
    color: #666;
    border-radius: 100px;
}

.choice_btn.active {
    background: #FFE7D5;
    color: #FF7F21;
}

.circle_btn {
    display: block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    color: #666;
    border-radius: 50%;
}

.circle_btn.active {
    background: #FFE7D5;
    color: #FF7F21;
}

/* 체크박스 및 라디오-------------------------- */
.chk_wrap {
    display: flex;
    align-items: center;
}

.chk_wrap label {
    cursor: pointer;
}

.chk {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/checkbox_empty.svg") no-repeat center center / contain;
    cursor: pointer;
}

.chk:checked {
    background: url("../img/icon/checkbox_active_og.svg") no-repeat center center / contain;
    width: 16px;
    height: 16px;
}

.radio {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/icon/radio_empty.svg") no-repeat center center / contain;
    cursor: pointer;
}

.radio:checked {
    background: url("../img/icon/radio_active.svg") no-repeat center center / contain;
    width: 16px;
    height: 16px;
}

/* 인풋--------------------------------*/
input[type=text],
input[type=password] {
    padding: 0 20px;
    color: #222;
    border-radius: 7px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    height: 42px;
}

input[type=text]::placeholder,
input[type=password]::placeholder {
    color: #afafaf;
}

/* 페이지네이션--------------------------*/
.pagenation {
    width: 240px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagenation .icon_box {
    flex-shrink: 0;
    width: 12px;
    height: 24px;
    background: url(../img/icon/icon_pagenation.svg) no-repeat center center / 50%;
    filter: invert(68%) sepia(11%) saturate(2431%) hue-rotate(335deg) brightness(102%) contrast(102%);
}

.pagenation .icon_box>a {
    width: 100%;
    height: 100%;
}

.pagenation .icon_box.active {
    filter: invert(100%) sepia(3%) saturate(409%) hue-rotate(143deg) brightness(85%) contrast(87%);
}

.pagenation .next.icon_box {
    transform: rotate(180deg);
}

.pagenation ul {
    display: flex;
}

.pagenation .num {
    font-size: 15px;
    color: #000;
}

.pagenation .num.active {
    color: #FF7F21;
}

.pagenation .num:not(:last-child) {
    margin-right: 25px;
}

.pagenation .num,
.pagenation .icon_box {
    cursor: pointer;
}

/* 테이블------------------------------------*/
.table_wrap .table_head,
.table_wrap .table_list {
    display: flex;
}

.table_wrap .table_head li,
.table_wrap .table_list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 공통 모달-------------------------------- */
.modal_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.modal_wrap.active {
    display: block;
}

.modal_wrap .modal_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.modal_wrap.message_modal .modal_box {
    padding: 45px 24px;
    width: 447px;
    min-height: 212px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.modal_wrap.message_modal .modal_box .comment {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 160%;
    color: #444;
}

.modal_wrap.message_modal .modal_box .button_wrap {
    display: flex;
    justify-content: center;
}

.modal_wrap.message_modal .modal_box .button_wrap button {
    width: 195px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

.modal_wrap.message_modal .modal_box .button_wrap button:last-child {
    margin-left: 8px;
}

/** Custom Select---------------------------**/
.custom_select_wrapper {
    position: relative;
    user-select: none;
    cursor: pointer;
}

.custom_select_wrapper select {
    display: none;
}

.custom_select {
    position: relative;
    display: block;
    width: 140px;
    /* max-width: 200px; */
    height: 38px;
    padding: 0 30px 0 15px;
    font-size: 16px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    background: #fff url(../img/icon/icon_select_arrow.svg) no-repeat center right 10px / 16px;
}

.custom_select.long {
    width: 195px;
}

/* IE */
select::-ms-expand {
    display: none;
}

.custom_select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom_select.max-content {
    width: max-content;
}

.custom_select+.custom_select {
    margin-left: 10px;
}

.custom_select_trigger::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/icon/icon_select_arrow.svg) no-repeat center center / contain;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 13px;
    transform: translate(0, -50%);
    transition: all 0.2s;
}

.custom_select.opened .custom_select_trigger::after {
    transform: translate(0, -50%) rotate(180deg);
}

.custom_select_trigger {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 0 15px;
}

.custom_select.opened .custom_select_trigger {
    border-bottom-color: transparent;
    border-radius: 10px 10px 0 0;
}

.custom_options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    max-height: 0;
    overflow: auto;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.custom_select.opened .custom_options {
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    max-height: 120px;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.custom_select.opened .custom_options::-webkit-scrollbar {
    width: calc(100vw * (10 / 1920));
}

.custom_select.opened .custom_options::-webkit-scrollbar-track {
    background: transparent;
}

.custom_select.opened .custom_options::-webkit-scrollbar-thumb {
    background: #ddd;
    background-clip: padding-box;
    border-top: calc(100vw * (2 / 1920)) solid transparent;
    border-bottom: calc(100vw * (10 / 1920)) solid transparent;
    border-right: calc(100vw * (6 / 1920)) solid transparent;
    border-left: calc(100vw * (2 / 1920)) solid transparent;
}

.custom_option {
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 0 15px;
}

.custom_option:hover {
    color: #FF9D54;
}

/* 비디오모달---------------------------------- */
.video_modal .modal_box {
    width: 1270px;
    height: 680px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.video_modal .modal_head {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 30px;
}

.video_modal .modal_head .close_btn {
    width: 34px;
    height: 34px;
    background: url(../img/icon/icon_close_btn.svg) no-repeat center center / contain;
}

.video_modal .video_area {
    height: calc(100% - 50px);
    position: relative;
}

.video_modal .video_area video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 0 0 20px 20px;
}

.video_modal .play_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_modal .play_bg.play {
    display: none;
}

.video_modal .play_bg .play_btn {
    width: 118px;
    height: 118px;
    background: url(../img/icon/icon_play.svg) no-repeat center center / contain;
}

/* 통합검색 페이지------------------------------------ */
.search_page {
    padding: 70px 0 150px;
}

.search_page .search_wrap {
    position: relative;
    width: 586px;
    margin: auto;
}

.search_page .search_wrap input {
    width: 585px;
    height: 70px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 65px 0 30px;
    background: #FFE7D5;
    border: 1px solid #FF9D54;
}

.search_page .search_wrap input::placeholder {
    color: #aaa;
    font-size: 18px;
}

.search_page .search_btn {
    width: 54px;
    height: 54px;
    background: url(../img/icon/icon_search_og.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 7px;
}

.search_page .search_comment {
    font-size: 21px;
    text-align: center;
    margin: 40px 0 70px;
}

.search_page .search_comment span {
    color: #FF7F21;
}

.search_page .tabs {
    display: flex;
    margin-bottom: 45px;
}

.search_page .tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    border: 1px solid #555;
    color: #555;
    height: 54px;
    font-size: 21px;
    font-weight: 600;
    background: #fff;
    cursor: pointer;
    user-select: none;
}

.search_page .tab.active {
    color: #fff;
    background: #FF9D54;
    border: none;
}

.search_page .result_wrap .title {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    font-weight: 500;
    color: #444;
}

.search_page .result_wrap .title span {
    color: #FF9D54;
}

.search_page .result_list li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.search_page .result_list li:last-child {
    border-bottom: 1px solid #aaa;
}

.search_page .result_list .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.search_page .result_list .list_title {
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.search_page .result_list .right {
    font-size: 18px;
    color: #afafaf;
    display: flex;
    align-items: center;
}

.search_page .result_list .right .type {
    position: relative;
    display: block;
    margin-right: 28px;
}

.search_page .result_list .right .type::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #afafaf;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -15px;
}

.search_page .result_list .way {
    font-size: 16px;
    color: #666;
}

.search_page .result_list .way span:not(:last-child)::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
}

.search_page .result_wrap .more_view_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.search_page .result_wrap .more_view_btn {
    width: 30px;
    height: 30px;
    margin-right: 13px;
    background: url(../img/icon/icon_plus_btn.svg) no-repeat center center / contain;
}

.search_page .result_wrap .more_view_wrap span {
    font-size: 21px;
    font-weight: 500;
    color: #444;
}

.search_page .result_wrap:not(:last-child) {
    margin-bottom: 40px;
}

/* 이용약관페이지----------------------------------------*/
.terms_service_page {
    padding: 40px 0 150px;
}

.terms_service_page .page_title {
    color: #FF9D54;
    margin-bottom: 30px;
    font-size: 18px;
}

.terms_service_page .tabs {
    display: flex;
}

.terms_service_page .tab {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    height: 54px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    background: #fff;
    border: 1px solid #888;
}

.terms_service_page .tab.active {
    color: #fff;
    border: none;
    background: #FF9D54;
}

.terms_service_page .text_area {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.terms_service_page .text_area .custom_select_wrapper {
    width: 140px;
}

.terms_service_page .text_box {
    width: 100%;
    height: 820px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    overflow: auto;
}

/* -----------------------------------------------------------------------------------개발중 추가사항 */
.empty-box {
    padding: 30px 0;
    text-align: center;
    color: #afafaf;
}

.basic-btn-close {
    width: 40px !important;
    height: 40px !important;
    background: url(../img/icon/icon_close_btn.svg) no-repeat center/contain;
}

/* 좋아요 버튼 공통 추가 */
.like_btn {
    background: url(../img/icon/icon_like_num.svg) no-repeat center center / contain;
}

.like_btn.active {
    background: url(../img/icon/icon_like_num_og.svg) no-repeat center center / contain;
}

/* 수업일기 영역 */
/* 커멘트 수정 인풋창 */
.edit-input-wrap {
    width: 100%;
    height: 92px;
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}

.edit-input-wrap textarea {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fff2ea;
}

.edit-input-wrap+.edit-input-btn {
    margin-left: auto;
    margin-bottom: 30px;
}

.button-div {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.button-div button+button {
    margin-left: 15px;
}

.basic-scrap_btn {
    width: 24px;
    height: 24px;
    background: url(../img/icon/icon_star_empty.svg) no-repeat center center / contain;
}

.basic-scrap_btn.active {
    background: url(../img/icon/icon_star.svg) no-repeat center center / contain;
}

/* q-quiz */
.guideShow {
    position: relative;
}

.guideShow::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.guide_close {
    display: none;
    width: 54px;
    height: 54px;
    background: url(../img/icon/icon_close_btn.svg) no-repeat center center / contain;
    position: absolute;
    top: 20px;
    right: 58px;
    z-index: 101;
}

.guideShow .guide_close {
    display: block;
}

.guide-content {
    position: absolute;
    display: none;
    padding: 28px 45px;
    border-radius: 60px;
    color: #222;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    z-index: 101;
}

.guide-content p {
    line-height: 1.3;
    text-align: center;
}

.guide-content.small {
    padding: 12px 45px;
    font-size: 28px;
}

.guide-content.orange {
    background-color: #FF9D54;
}

.guide-content.pink {
    background-color: #FF8D85;
}

.guide-content.green {
    background-color: #00E009;
}

.guideShow .guide-content {
    display: flex;
}

.quiz-teacher-head-guide {
    top: 125px;
}

.quiz-teacher-head-guide::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 30%;
    width: 17px;
    height: 80px;
    background: url(../img/icon/icon_pointer_og_up.png) no-repeat right 20px/contain;
}

.teacher-copy-area {
    position: relative;
}

.teacher-copy-guide {
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content;
    font-size: 28px;
}

.teacher-copy-guide::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 80px;
    background: url(../img/icon/icon_pointer_pink.svg) no-repeat right 20px/contain;
}

.teacher-connect-guide {
    top: 96%;
    left: 8%;
    min-width: max-content;
    font-size: 28px;
}

.teacher-connect-guide::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 80px;
    background: url(../img/icon/icon_pointer_green.svg) no-repeat right 20px/contain;
}

.qr-wrap {
    width: 130px;
    height: 130px;
    cursor: pointer;
}

.qr_modal .qr-wrap {
    width: 500px;
    height: 500px;
    cursor: auto;
}

.qr_modal .basic-btn-close {
    position: absolute;
    right: -55px;
    top: -0;
}

/* a-quiz 하단 버튼 */
.d_quiz-button_wrap {
    width: 90vw;
    height: 16vh;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.d_quiz-button_wrap .center_btn {
    width: 340px;
    height: 9vh;
    font-size: 40px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.d_quiz-button_wrap .next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.d_quiz-button_wrap .next span {
    font-size: 30px;
    font-weight: 700;
    color: #444;
}

.d_quiz-button_wrap .next_btn {
    width: 85px;
    height: 85px;
    margin-left: 14px;
    background: url(../img/icon/icon_next_btn.svg) no-repeat center center / contain;
}

.d_quiz-button_wrap .complete_btn {
    width: 220px;
    height: 68px;
    margin: 15px 0;
    font-size: 32px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background: #54C1FF;
}

.post_wrap .top_area .right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.post_wrap .top_area .edit_btn,
.post_wrap .top_area .delete_btn {
    width: 117px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}

.post_wrap .top_area .delete_btn {
    margin-left: 10px;
    margin-right: 0 !important;
}

.post_wrap .delete_btn::after {
    display: none !important;
}

.post_wrap .writer {
    white-space: nowrap;
}

.my_page.writing_detail .post_wrap .date {
    width: 125px;
    padding: 0 15px;
}

.sub_page.my_page.writing_detail .post_wrap .title {
    padding: 0;
}

.input-wrap input {
    width: 100% !important;
}

.btn-tree {
    width: 20px;
    height: 20px;
    background: url(../img/icon/icon_plus.svg) no-repeat center/contain;
}

.btn-tree.active {
    width: 20px;
    height: 20px;
    background: url(../img/icon/icon_minus.svg) no-repeat center/contain;
}

.choice_btn-checkbox-wrap {}


.choice_btn-checkbox-wrap input[type=checkbox]+label {
    cursor: pointer;
}

.choice_btn-checkbox-wrap input[type=checkbox]:checked+label {
    background: #FFE7D5;
    color: #FF7F21;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-group .radio-wrap {
    display: flex;
}

.scroll-area::-webkit-scrollbar {
    width: calc(100vw * (6 / 1920));
}

.scroll-area::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-area::-webkit-scrollbar-thumb {
    background: #ff9d54;
    border-radius: 20px;
}

/* error 페이지 */
.error-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    text-align: center;
}

.error-img-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 60px;
    background: url(../img/icon/icon_error.svg) no-repeat center/contain;
}

.error-title {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #222
}

.error-text {
    margin-bottom: 55px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    color: #555
}

.error-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 185px;
    height: 46px;
    font-weight: 600;
}

.upload-guide-text {
    padding-top: 10px;
    font-size: 13px !important;
    color: #555;
}

.comment_wrap .comment_list textarea,
.comment_wrap .comment_list pre {
    width: 100%;
    /* height: 65px; */
    margin-top: 25px;
    line-height: 1.6;
}