/*@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
*{
    font-family: 'Noto Sans KR';
}*/

:root {
    --select-arrow-blue-color: brightness(0) saturate(100%) invert(3%) sepia(3%) saturate(104%) hue-rotate(314deg) brightness(89%) contrast(92%);
    --select-arrow-black-color: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(3782%) hue-rotate(22deg) brightness(114%) contrast(87%);
}

.pc {
    display: block;
}
.mobile {
    display: none !important;
}
.pc.table-cell {
    display: table-cell !important;
}
.pc.inline {
    display: inline-block !important;
}

.custom-input-radio {
    display: flex;
    align-items: center;
}

.custom-input-radio input[type=radio] {
    position: absolute;
    left: -6455200px;
}
.custom-input-radio input[type=radio] + span {
	font-family: 'Nanum Gothic';
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: flex;
	align-items: center;
    cursor: pointer;
}
.custom-input-radio input[type=radio] + span:before {
    display: inline-block;
    content: '';
    background: url("/images/input-radio.png") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.custom-input-radio input[type=radio]:checked + span:before {
    background-image: url("/images/input-radio-sel.png");
}



.custom-input-checkbox {
    display: flex;
    align-items: center;
}

.custom-input-checkbox a{
    color: #111;
    margin: 0 5px;
}

.custom-input-checkbox input[type=checkbox] {
    position: absolute;
    left: -6455200px;
}

.custom-input-checkbox input[type=checkbox] + span:before {
    display: inline-block;
    content: '';
    background: url("/images/checkg.png") 0 0 no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 9px;
    vertical-align: middle;
}

.custom-input-checkbox input[type=checkbox]:checked + span:before {
    background-image: url("/images/checkg-ov.png");
}

.custom-input-checkbox input[type=checkbox] + span {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
	display: flex;
	align-items: center;
}

.custom-input-checkbox input[type=checkbox] + input[type=text] {
    width: 240px;
    height: 40px;
    padding: 8px 10px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    color: #696969;
}

body {
    position: relative;
    font-family: 'Nanum Gothic';
}

* {
    line-height: 1;
    padding: 0;
    margin: 0;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wrap {
    width: 100%;
    overflow-x: hidden;
}

.line {
    height: 1px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 600px);
    background: #dfdfdf;
}
.language_select_box {
    position: absolute;
    /*left: 1675px;
    top: 81px;*/
    left: 65px;
    top: -5px;
    width: 56px;
    height: 49px;
    /*display: none;*/
	opacity: 0;
}
.language_select_box.active {
	/*display: block;
    position: absolute;
    left: 1675px;
    top: 81px;
    width: 56px;
    height: 49px;*/
    opacity: 1;
    transition: 0.7s;
}

.language_select_box.active ul {
    list-style: none;
    padding: 10px 14px;
    background-color: #e2e2e2;
}

.language_select_box.active ul:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -7px;
    border-right: 7px solid #e2e2e2;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.language_select_box.active ul li a {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.67;
	color: #2b2b2b;
}

.language_select_box.active ul li.active a {
    /*font-size: 12px;*/
	color: #e1844c !important;
}


#gnb{
    width: 100%;
    height: 80px;
    text-align: center;
}
#gnb > li {
    display: inline-block;
    position: relative;
    margin-right: -6px;
}
#gnb > li:last-child{
    margin-right: 70px;
}
#gnb > li.active .depth_1{
    color: #e25f70;
}

#gnb.active > li.active:after{
    background-color: #e25f70;
}

#gnb.active > li:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width : 100%;
    height: 4px;
    background-color: #dedede;
}

#gnb > li .depth_1{

    display: inline-block;
    padding: 35px 0.7vw;
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
    min-width: 180px;
    text-align: center;
}
#header.active:after{
    content: '';
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: 262px;
    background-color: #fff;
    z-index: 90;
    border-bottom: 1px solid #dedede;
}
#header.main-page.active:after{
    top:130px;
}
#header.active .menu-open-btn img{
    filter: invert(50%) sepia(23%) saturate(6020%) hue-rotate(321deg) brightness(102%) contrast(77%);

}

#gnb > li > ul {
    position: absolute;
    width: 100%;
    height: 260px;
    display: none;
    z-index: 100;
    background-color: #fff;
    text-align: center;
}
#gnb > li > ul:before{
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 1px;
    height: calc(100% + 1px);
    background-color: #dedede;
}
#gnb > li > ul:after{
    position: absolute;
    content: '';
    right: 0;
    top: -1px;
    width: 1px;
    height: calc(100% + 1px);
    background-color: #dedede;
}
#gnb.active > li > ul{
    display: block;
}

#gnb > li > ul > li{
    padding-bottom: 20px;
}


#gnb > li > ul > li:first-child{
    padding-top:25px;
}


#gnb > li > ul > li > a{
    color: #111;
}
#gnb > li > ul > li.active > a{
    font-weight: bold;
    color: #e25f70;
}
ol, ul{
    list-style: none;
}
#header .header-buttons{
    display: flex;
    margin-top: -53px;
    justify-content: flex-end;
    gap: 15px;
}
#header .header-buttons a,
#header .header-buttons a img
{
    width: 40px;
    height: 40px;
}

#header_banner {
    position: fixed;
    width: 100%;
    /*height: 40px;*/
    top: 0;
    z-index: 10000;

    padding: 11px;
    background-color: #e25f70;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header_banner .banner_copy {
    font-size: 16px;
    font-weight: bold;
    /*line-height: 60px;*/
    color: #fff;
    display: flex;
    align-items: center;
}

#header_banner .banner_copy .lecture_name {
    color: #4affdf;
}
#mobile_menu {
    width: 290px;
    height: 100%;
    position: fixed;
    top: 50px;
    background-color: #fff;
    z-index: 11000;
    display: flex;
    flex-direction: column;
    right: -290px;
}
.main #mobile_menu {
    top: 25px;
}
#mobile_menu .header {
/*    width: 100%;
    height: 60px;
    padding: 21px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 65px auto 17px;*/

    width: 100%;
    /*height: 60px;*/
    padding: 15px 20px;

}
#mobile_menu .header .user-info{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;

}
#mobile_menu .header .buttons{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;

}
#mobile_menu .header .login-btn {
    font-size: 12px;
    color: #2b2b2b;
}
#mobile_menu .header .mobile_menu_close {
    width: 17px;
    height: 17px;
}

#mobile_menu .header .language-wrap {
    position: relative;
}
#mobile_menu .header .language-wrap .language-btn {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #2b2b2b;
}
#mobile_menu .header .language-wrap .language-btn::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/images/lang-icon.png);
    background-size: 12px 12px;
    margin-right: 5px;
}
#mobile_menu .header .language-wrap.active .language-btn::after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/images/layer-down-copy@2x.png);
    background-size: 4.5px 3px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2px;
}
#mobile_menu .header .language-wrap .language-btn::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/images/lang-layer-down.png);
    background-size: 4.5px 3px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 2px;
}
#mobile_menu .contents {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#mobile_menu .contents .search-box {
    width: 100%;
    height: 35px;
    margin: 5px 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
}
#mobile_menu .contents .search-box input[type=text]:focus {
    outline: none;
}
#mobile_menu .contents .search-box input[type=text] {
    width: 100%;
    min-width: 200px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 17px;
    border: solid 1px #bbb;
    background-color: #fff;
    padding: 8px 16px;
    font-size: 10px;
    color: #b9b9b9;
}
#mobile_menu .contents .search-box .search-btn {
    position: absolute;
    top: 4px;
    right: 35px;
    width: 26px;
    height: 26px;
}
#mobile_menu .contents .search-box .search-btn img {
    width: 26px;
    height: 26px;
}
#mobile_menu .contents .nav-section {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#mobile_menu .contents .nav-section .menu-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 20px;
    cursor: pointer;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item span {
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item img {
    width: 10px;
    height: 6px;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item-sub {
    display: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: #f0f4fb;
    padding: 12px 0;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item-sub.active {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: #f0f4fb;
    padding: 12px 0;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item-sub li {
    width: 100%;
    height: 36px;
    cursor: pointer;
}
#mobile_menu .contents .nav-section .menu-wrap .menu-item-sub li a {
    font-size: 12px;
    width: 100%;
    height: 100%;
    line-height: 36px;
    color: #111;
    padding: 0 30px;
}

#brand-logo{
    float: left;
    margin-top: 30px;
}

#header {
    width: 1300px;
    height: 130px;
    margin: 0 auto;
    z-index: 10000;
}

.container{
    padding: 0;
    margin-right: unset;
    margin-left: unset;
    max-width: unset;
    margin-top: 130px;
}
#header-container{
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
    width: 100%;
}
#wrap.main .container{
    margin-top: 170px;
}

#wrap.main #header-container{
    top: 40px;
}

#header .login-section {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: right;
    align-items: center;
}

#header .login-section .btns {
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 26px;
}
#header .login-section .user-info{
    font-weight: 600;
    margin-right: 10px;
    line-height: 15px;
}

#header .login-section .btns a {
    line-height: 15px;
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 600;
}

#header .login-section .btns .login-btn {
    padding: 0 15px;
    /*border-right: 1px solid #717171;*/
}

#header .login-section .btns .join-btn {
    padding: 0 15px;
}

#header .login-section .btns .language-btn {
    display: flex;
    align-items: center;
}

#header .login-section .btns .language-btn::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("/images/lang-icon.png");
    margin-right: 7px;
}

#header .nav-section {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0 22px;
}

#header .nav-section .logo-box {
    width: 179px;
    height: 40px;
    /*margin-right: 130px;*/
    /*margin-right: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#header .nav-section .logo-box img {
    width: 100%;
    height: 34px;
}

#header .nav-section .menus {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}

#header .nav-section .menus .menu-item {
    min-width: 150px;
}

#header .nav-section .menus .menu-item a {
    font-size: 20px;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1.2;
    /*padding: 0 30px;*/
    /*padding: 0 40px 0 0;*/
}

#header .nav-section .buttons {
    display: flex;
    justify-content: right;
    align-items: center;
}

#header .nav-section .buttons .menu-open-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

#header .nav-section .buttons .menu-open-btn img {
    width: 40px;
    height: 40px;
}

#header .nav-section .buttons .search-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .nav-section .buttons .search-btn img {
    width: 40px;
    height: 40px;
}

#sub_nav {
    border-top: 1px solid #dadada;
    transition: 0.5s;
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 190px;
    z-index: 10010;
    box-sizing: border-box;
}

#sub_nav .menu-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 25px 130px 25px 195px;
    /*justify-content: space-between;*/
    justify-content: center;
}

#sub_nav .menus {
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    /*padding: 0 10px;*/
}

#sub_nav .menus li{
    white-space: nowrap;
}
#sub_nav .menus:last-child {
    margin-right: 0;
}

#sub_nav .menus li a {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #111;
}
#sub_nav .menus li a:hover{
    font-weight: bold;
}
#sub_nav .menus li.active a{
    font-weight: bold;
}

.main-visual-slide-wrap {
    width: 100%;
    /*height: 840px;*/
    height: 600px;
}

.main-visual-slide-wrap .main-banner-item{
    cursor: pointer;
}

.main-visual-slide-wrap .main-visual-banner {
    width: 100%;
    /*height: 840px;*/
    height: 600px;
}

.main-visual-slide-wrap .main-visual-banner .img {
    width: 100%;
    height: 840px;
    position: relative;
    display: inline-block;
}


.banner-nav-pagination{
    /*padding: 10px;*/
    padding: 0 5px;
}


.swiper-button-prev.main-visual-prev {
    /*left: 284px;*/
    left: 142px;
    /*width: 31px;
    height: 59px;*/
    width: 60px;
    height: 60px;
}

.swiper-button-prev.main-visual-prev::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("/images/btn-pre2@3x.png") no-repeat center center/cover;
    /*transform: rotate(180deg);*/
}

.swiper-button-next.main-visual-next {
    /*right: 284px;*/
    right: 142px;
    width: 60px;
    height: 60px;
}

.swiper-button-next.main-visual-next::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("/images/btn-next2@3x.png") no-repeat center center/cover;
}

.main-visual-slide-wrap .banner-nav.swiper-pagination-clickable.swiper-pagination-bullets {
    width: 1177px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 20000;
}

/*.main-visual-slide-wrap .banner-nav a {
    width: 280px;
    height: 72px;
    box-sizing: border-box;
    display: inline-block;
    padding: 27px 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid #FFFFFF;
    opacity: 0.5;
    margin-right: 19px;
    text-align: center;
}*/

.main-visual-slide-wrap .banner-nav a{
    width: unset;
    height: unset;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    /*padding: 8px 25px;*/
    padding: 8px;
    border-radius: 30px;
    opacity: 0.5;
    text-align: center;
}
.banner-nav-pagination.active a{
    opacity: 1 !important;
}

.main-visual-slide-wrap .banner-nav a.active {
    opacity: 1;
    color: #fff;
    border-bottom: 3px solid #FFFFFF;
}

.main-visual-slide-wrap  .banner-nav a:last-child {
    margin-right: 0;
}

.main {
    background-color: #fafafa;
}

#main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.board-section-wrap {
    /*padding: 110px 0;*/
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-section-wrap .education-center-boards {
    display: flex;
    flex-direction: column;
}

.board-section-wrap .education-center-boards .board-list-box {
    width: 880px;
    height: 505px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(139, 139, 139, 0.21);
    background-color: #fff;
    padding: 30px 40px 80px;
    box-sizing: border-box;
    position: relative;
}

.board-section-wrap .education-center-boards .board-list-box .board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-section-wrap .education-center-boards .board-list-box .board-header a {
    display: inline-block;
    width: 260px;
    font-size: 22px;
    color: #bbb;
    border-bottom: 5px solid #cacaca;
    text-align: center;
    padding: 8px 0;
    line-height: 1.09;
}

.board-section-wrap .education-center-boards .board-list-box .board-header a.active {
    color: #363636;
    border-bottom: 5px solid #e25f70;
    font-weight: bold;
}

.board-section-wrap .education-center-boards .board-list-box .board-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 15px 0;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item {
    width: 370px;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item .thumbnail {
    width: 370px;
    height: 250px;
    position: relative;
}

.board-section-wrap .education-center-boards .board-list-box .board-item .thumbnail .board-slide-btn {
    position: absolute;
    z-index: 10000;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.board-section-wrap .education-center-boards .board-list-box .board-item .thumbnail .board-slide-btn.prev {
    left: -20px;
}

.board-section-wrap .education-center-boards .board-list-box .board-item .thumbnail .board-slide-btn.next {
    right: -20px;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item .thumbnail .thumbnail-img {
    width: 100%;
    height: 100%;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item .thumbnail .play-img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item .info {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item .info .license-name {
    font-size: 15px;
    font-weight: bold;
    color: #d7aa21;
    margin-bottom: 9px;
}

.board-section-wrap .education-center-boards .board-list-box .board-items .board-item .info .lecture-name {
    font-size: 18px;
    font-weight: bold;
    color: #111;
    line-height: 1.33;
    font-family: 'Noto Sans KR';
}

.board-section-wrap .education-center-boards .title {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: bold;
    color: #111;
}

.board-section-wrap .lecture-schedule-calendar {
    width: 280px;
    display: flex;
    flex-direction: column;
}

.board-section-wrap .lecture-schedule-calendar .title-box {
    display: flex;
    align-items: center;
    justify-content: left;
}

.board-section-wrap .lecture-schedule-calendar .title-box .title {
    margin: 0 17px 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #111;
}

.lecture-schedule-calendar .view-more{
    color: #e25f70;
    text-align: center;
    background: #fff;
    margin-top: auto;
}

.lecture-schedule-calendar .view-more>div{
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
}


.board-section-wrap .lecture-schedule-calendar .title-box .plus-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #484848;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    font-family: "Noto Sans KR";
}

.board-section-wrap .lecture-schedule-calendar .calendar-box {
    width: 100%;
    height: 505px;
    box-sizing: border-box;
    padding: 5px 10px ;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(139, 139, 139, 0.21);
    background-color: #e25f70;
    /*margin-top: 25px;*/
    margin-top: unset;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-header {
    width: 100%;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-header a {
    width: 10px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-header a img {
    width: 10px;
    height: 19px;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-header .schedule-prev-btn {
    margin-right: 21px;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-header .schedule-data {
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-right: 21px;
    line-height: 53px;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-list {
    width: 100%;
    height: 426px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-list .calendar-item {
    /*width: 220px;*/
    height: 71px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 16px 10px;


}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-list .calendar-item p {
    margin: 0;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-list .calendar-item .lecture-name {
    font-size: 18px;
    color: #fff;
    margin-bottom: 11px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.board-section-wrap .lecture-schedule-calendar .calendar-box .calendar-list .calendar-item .lecture-period {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.menu-list-tab-section {
    padding: 30px 0;
    width: 100%;
}

.menu-list-tab-section .tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-list-tab-section .tabs a {
    width: calc(100% / 2 - 2px);
    height: 80px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 80px;
    background-color: #ddd;
}

.menu-list-tab-section .tabs a.active {
    background-color: #e25f70;
}

.menu-list-tab-section .tabs .popular-btn {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu-list-tab-section .tabs .student-btn {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu-list-tab-section .menu-items {
    width: 100%;
}

.menu-list-tab-section .menu-items .menu-row {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu-list-tab-section .menu-items .menu-row .menu {
    width: 280px;
    height: 100px;
    box-sizing: border-box;
    padding-left: 120px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #111;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.menu-list-tab-section .menu-items .menu-row .menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    display: inline-block;
    width: 58px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.menu-list-tab-section .menu-items .menu-row .menu::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    border-right: 1px solid #d8d8d8;
}

.menu-list-tab-section .menu-items .menu-row .menu:last-child::after {
    border-right: none;
}

.menu-list-tab-section .menu-items .menu-row .menu.calendar::before {
    background-image: url("/images/main-icon-01.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.lecture-price::before {
    background-image: url("/images/main-icon-02.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.map::before {
    background-image: url("/images/main-icon-03.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.event::before {
    background-image: url("/images/main-icon-04.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.crown::before {
    background-image: url("/images/main-icon-05.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.photo::before {
    background-image: url("/images/main-icon-06.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.monitor::before {
    background-image: url("/images/main-icon-07.png");
}

.menu-list-tab-section .menu-items .menu-row .menu.license::before {
    background-image: url("/images/main-icon-08.png");
}

.faq-section {
    padding: 30px 0;
    width: 100%;
}

.faq-section .faq-section-title {
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #111;
    position: relative;
}


.faq-section .faq-section-title .more-btn {
    position: absolute;
    font-size: 16px;
    color: #999;
    right: 51px;
    top: 24px;
}


.faq-section .faq-items {
    width: 100%;
    /*height: 240px;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 0 50px;
}

.faq-section .faq-items .faq-item-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}

.faq-section .faq-items .faq-item-slide-btn.prev {
    left: 0;
}

.faq-section .faq-items .faq-item-slide-btn.next {
    right: 0;
}

.faq-section .faq-items .faq-item {
    width: 340px;
    /*height: 240px;*/
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding: 20px;
    /*margin-right: 40px;*/
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    gap: 20px;
}

.faq-section .faq-items .faq-item img {
    width: 100%;
}




.faq-section .faq-items .faq-item:last-child {
    margin-right: 0;
}

.faq-section .faq-items .faq-item .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #111;
}

.faq-section .faq-items .faq-item .contents {
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    height: 160px;
    color: #111;
    overflow: hidden;
}


.faq-section .faq-plus-btn {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    border: solid 1px #161616;
    background-color: #fff;
    text-align: center;
}

.faq-section .faq-plus-btn .plus-btn {
    font-family: 'Nanum Gothic';
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #161616;
}

/* S: Instagram 최근게시물 */
.insta-section {
    padding: 30px 0;
    width: 100%;
}

.insta-section .insta-section-title {
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #111;
    position: relative;
}

.insta-section .insta-items {
    width: 100%;
    /*height: 240px;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 0 50px;
}

.insta-section .insta-items .insta-item-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}

.insta-section .insta-items .insta-item-slide-btn.prev {
    left: 0;
}

.insta-section .insta-items .insta-item-slide-btn.next {
    right: 0;
}

.insta-section .insta-items .faq-item {
    width: 340px;
    /*height: 240px;*/
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding: 20px;
    /*margin-right: 40px;*/
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    gap: 20px;
}

.insta-section .insta-items .faq-item img {
    width: 100%;
}

.insta-section .insta-items .faq-item:last-child {
    margin-right: 0;
}

.insta-section .insta-section-title .more-btn {
    position: absolute;
    font-size: 16px;
    color: #999;
    right: 51px;
    top: 24px;
}
/* S: Instagram 최근게시물 */

#footer {
    width: 100%;
    border-top: 1px solid #dadada;
}

.footer-wrapper {
    width: 1200px;
    /*height: 411px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 53px 0 60px;
    box-sizing: border-box;
}

#footer .menu-section {
    display: flex;
    justify-content: space-between;
}

#footer .menu-section .infos {
    display: flex;
    flex-direction: column;
}

#footer .infos p,
#footer .infos a
{
    margin: 0;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    line-height: 1.69;
    color: #111;
}

#footer .menu-section .infos .logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 23px;
}

#footer .menu-section .infos .logo h1 {
    margin: 0 0 4px;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    color: #111;
}

#footer .menu-section .infos .logo span {
    margin: 0;
    font-size: 13px;
    color: #9a9a9a;
}

#footer .menu-section .menus {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#footer .address-section p {
    margin: 0;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    line-height: 1.69;
    color: #111;
}

#footer .menu-section .infos .info .info-item
{
    display: flex;
    align-items: flex-start;
    text-align: left;

}

#footer .menu-section .infos .info span,
#footer .menu-section .infos .info a
{
    font-family: 'Nanum Gothic';
    font-size: 14px;
    line-height: 1.71;
    color: #111;
}


#footer .menu-section .infos .info span:first-child {
    width: 60px;
    margin-right: 0;
}

#footer .menu-section .infos .info .title {
    font-weight: bold;
}

#footer .menu-section .infos .info a {
    color: #111;
}

#footer .menu-section .menus .menu {
    display: flex;
    flex-direction: column;
    margin-right: 65px;
}

#footer .menu-section .menus .menu:last-child {
    margin-right: 0;
}

#footer .menu-section .menus .menu .title {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #111;
    margin-bottom: 24px;
}

#footer .menu-section .menus .menu ul {
    margin: 0;
    padding: 0;
}

#footer .menu-section .menus .menu ul.social {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

#footer .menu-section .menus .menu ul.social li {
    /*margin-right: 10px;*/
}

#footer .menu-section .menus .menu ul li {
    list-style: none;
}

#footer .menu-section .menus .menu ul li a {
    font-family: 'Nanum Gothic';
    font-size: 13px;
    line-height: 1.85;
    color: #111;
}

#sub_nav_wrapper {
    width: 100%;
    /*height: 300px;*/
    height: 30vh;
    position: relative;
    background: url("/images/sub-bg-mypage.png") no-repeat 0 0/100% ;
    /*background-image: url("/images/sub-bg-mypage.png");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;*/
}

#sub_nav_wrapper .mypage-title {
    margin: 0 auto;
    font-size: 46px;
    font-weight: bold;
    line-height: 300px;
    text-align: center;
    color: #fff;
}

#sub_nav_wrapper .nav-wrapper {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 60px;
    padding: 15px 0;
    background-color: #e25f70;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 9090;
}

#sub_nav_wrapper .nav-wrapper .home-btn {
    width: 60px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}

#sub_nav_wrapper .nav-wrapper .home-btn img {
    width: 17px;
    height: 17px;
}

#sub_nav_wrapper .nav-wrapper .nav_depth {
    width: 220px;
    height: 30px;
    border-right: 1px solid #fff;
    cursor: pointer;
    position: relative;
}

#sub_nav_wrapper .nav-wrapper .nav_depth:last-child {
    border: none;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .depth_title {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    /*height: 0;*/
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 1px #e8e8e8;
    z-index: 10010;
}
#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list.active{
    opacity: 1;
    transition: 0.5s;
    height: auto;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list .nav_item {
    width: 100%;
    /*height: 50px;*/
    background-color: #fff;
    border-bottom: solid 1px #e8e8e8;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list .nav_item:last-child {
    border-bottom: none;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list .nav_item.active {
    background-color: #e25f70;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list .nav_item a {
    display: inline-block;
    /*padding-left: 20px;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /*line-height: 50px;*/
    font-size: 15px;
    font-weight: bold;
    color: #111;
    padding:17px 20px;
}

#sub_nav_wrapper .nav-wrapper .nav_depth .nav_list .nav_item.active a {
    color: #fff;
    line-height: 1.2;
}

#contents-wrap {
    width: 1200px;
    margin: 0 auto;
}

.board-list-wrapper {
    width: 100%;
    padding: 120px 0 246px;
    position: relative;
}

.board-list-wrapper .board-title {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.board-list-wrapper .board-table {
    width: 100%;
    margin-bottom: 30px;
}

.board-list-wrapper .board-table th, .board-list-wrapper .board-table td {
    border: 1px solid #d0d0d0;
}
.board-list-wrapper.community .board-table th, .board-list-wrapper.community .board-table td{
    border: unset;
}

.board-list-wrapper .board-table thead {
    height: 60px;
    background-color: #eaeaea;
}

.board-list-wrapper .board-table thead th {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #111;
}

.board-list-wrapper .board-table tbody tr {
    height: 73px;
    background-color: #ffffff;
}

.board-list-wrapper .board-table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.board-list-wrapper .board-table tbody tr td {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 1.57;
}

.board-list-wrapper .board-table tbody tr td .status-y {
    font-weight: bold;
    color: #111;
}

.board-list-wrapper .board-table tbody tr td .status-w {
    color: #1351ec;
    font-weight: bold;
}

.board-list-wrapper .board-table tbody tr td .status-c {
    color: #7b7b7b;
    font-weight: bold;
}

.board-list-wrapper .board-table tbody tr td .receipt-status-y {
    color: #1351ec;
}

.board-list-wrapper .board-table tbody tr td .receipt-status-n {
    color: #9e9e9e;
}

.board-list-wrapper .board-table tbody tr td .cancel-btn {
    display: inline-block;
    width: 70px;
    height: 30px;
    background-color: #e25f70;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    line-height: 40px;
    color: #9d9d9d;
}

.pagination a.current {
    background-color: #2c2c2c;
    color: #fff;
    border-radius: 50%;
}

.pagination a.prev-btn {
    /*margin-right: 25px;*/
    margin:0 5px;
}

.pagination a.next-btn {
    /*margin-left: 25px;*/
    margin:0 5px;
}

#top-btn {
    position: fixed;
    /*right: 260px;*/
    right: calc(10% - 10px);
    /*bottom: 200px;*/
    bottom: 20%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 20000;
    gap: 12px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#kakao-chat-btn {
    position: fixed;
    /*right: 260px;*/
    right: 13%;
    /*bottom: 200px;*/
    bottom: calc(11% + 80px);
    border-radius: 50%;
    width: 59px;
    height: 60px;
    background: url('/images/icon-kakao@3x.png') no-repeat -1px 0/cover;
    box-shadow: 0 0 10px 0 rgba(28, 29, 29, 0.3);
    cursor: pointer;
    z-index: 20000;
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#blog-btn {
    position: fixed;
    /*right: 260px;*/
    right: 13%;
    /*bottom: 200px;*/
    bottom: calc(11% + 80px);
    border-radius: 50%;
    width: 59px;
    height: 60px;
    background: url('/images/icon_blog.svg') no-repeat -1px 0/cover;
    box-shadow: 0 0 10px 0 rgba(28, 29, 29, 0.3);
    cursor: pointer;
    z-index: 20000;
}

#top-btn .icon-text {
    /*font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    color: #fff;*/
    /*margin-bottom: 9px;*/
}

#top-btn .icon-top {
    /*width: 12px;
    height: 13px;*/
    object-fit: contain;
}

.application-form-wrapper {
    width: 100%;
    padding: 100px 0 118px;
}

.application-form-wrapper .application-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 40px;
}

.application-form-wrapper .application-sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 21px;
}

.application-form-wrapper .script-box {
    width: 100%;
    padding: 20px 30px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
}

.application-form-wrapper .script-box.box-scroll {
    height: 200px;
    overflow-y: scroll;
}

.application-form-wrapper .agree-box {
    display: flex;
    align-items: center;
}

.application-form-wrapper .agree-box input {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.application-form-wrapper .agree-box .comment {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #111;
}

.application-form-wrapper .button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.application-form-wrapper .button-box a {
    width: 300px;
    height: 60px;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.application-form-wrapper .button-box .next-btn {
    background-color: #e25f70;
    margin-right: 10px;
    outline: none;
    border: none;
}

.application-form-wrapper .button-box .cancel-btn {
    background-color: #c6c6c6;
}

.config-row {
    margin-top: 49px;
}

.config-row .script-box {
    margin-bottom: 11px;
}

.application-form-table {
    width: 100%;
    border-top: solid 2px #262626;
}

.application-form-table tr {
    height: 68px;
}

.application-form-table th, .application-form-table td {
    border: solid 1px #d8d8d8;
}

.application-form-table th {
    width: 140px;
    padding-left: 28px;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.application-form-table td {
    padding: 13px 20px;
}

.application-form-table td .check-btn {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
}

.application-form-table td label:first-child {
    margin-right: 50px;
}

.application-form-table td label span {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.application-form-table td input[type=text] {
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    color: #696969;
    height: 40px;
    box-sizing: border-box;
}

.application-form-wrapper.detail .button-box {
    margin-top: 50px;
}

.lecture-list-pop {
    width: 850px;
    height: 600px;
}

#fog {
    display: none;
    position: fixed;
    z-index: 10020;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.popup-box {
    display: none;
    z-index: 10021;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ececec;
    background-color: #fff;
    padding: 30px 30px 52px;
}

.popup-box .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.popup-box .popup-header .popup-title {
    font-size: 30px;
    font-weight: bold;
    color: #131313;
}

.popup-box .popup-header .popup-close {
    /*width: 22px;
    height: 22px;*/
    cursor: pointer;
    padding: 10px;
}

.popup-box .popup-header .popup-close img {
    /*width: 100%;
    height: 100%;*/
    width: 22px;
    height: 22px;
}

.popup-box .popup-contents {
    width: 100%;
}

.popup-box .popup-contents .lecture-list {
    width: 100%;
    margin-bottom: 20px;
}

.popup-box .popup-contents .lecture-list tr {
    height: 50px;
}

.popup-box .popup-contents .lecture-list th, .popup-box .popup-contents .lecture-list td {
    border: solid 1px #d8d8d8;
}

.popup-box .popup-contents .lecture-list thead tr {
    background-color: #eaeaea;
}

.popup-box .popup-contents .lecture-list thead th {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #111;
}

.popup-box .popup-contents .lecture-list tbody tr {
    background-color: #ffffff;
}

.popup-box .popup-contents .lecture-list tbody tr.active {
    background-color: #f9ede4;
}

.popup-box .popup-contents .lecture-list tbody tr td {
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}

.popup-box .popup-contents .lecture-list tbody tr td .pm {
    color: #e12020;
}

.popup-box .popup-contents .lecture-list tbody tr td .am {
    color: #1351ec;
}

.attendance-wrapper {
    width: 100%;
    padding: 100px 0 423px;
}

.attendance-wrapper .attendance-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 40px;
}

.attendance-wrapper .attendance-sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.attendance-wrapper .attendance-item-wrap .attendance-content-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #ededed;
    border-radius: 30px;
}

.attendance-wrapper .attendance-item-wrap .attendance-content-buttons::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
}

.attendance-wrapper .attendance-item-wrap .attendance-content-buttons img {
    width: 10px;
    height: 6px;
    border-radius: 30px;
}

.attendance-wrapper .date-list {
    width: 100%;
    display: flex;
    align-items: center;
    /*margin-bottom: 20px;*/
    flex-wrap: wrap;
    gap: 25px;
}

.attendance-wrapper .date-list .date-item {
    width: 280px;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    /*margin-right: 26px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.attendance-wrapper .date-list .date-item:last-child {
    margin-right: 0;
}

.attendance-wrapper .date-list .date-item.absent {
    background-color: #f7f7f7;
}

.attendance-wrapper .date-list .date-item span {
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.attendance-wrapper .date-list .date-item span.time {
    margin-right: 4px;
}

.attendance-wrapper .date-list .date-item span.absent {
    color: #ee1a1a;
}

.attendance-wrapper .date-list .date-item span.attend {
    color: #1a8dee;
}

.gallery-board-list-wrapper {
    width: 100%;
    padding: 70px 0 246px;
    position: relative;
}

.gallery-board-list-wrapper .board-title {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-board-list-wrapper .tabs {
    width: 100%;
    /*height: 55px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gallery-board-list-wrapper .tabs a {
    box-sizing: border-box;
    display: inline-block;
    width: 300px;
    /*height: 55px;*/
    /*margin-right: 10px;*/
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    color: #a4a4a4;
    border-bottom: 5px solid #d8d8d8;
}

.gallery-board-list-wrapper .tabs a:last-child {
    margin-right: 0;
}

.gallery-board-list-wrapper .tabs a.active {
    color: #111;
    border-bottom: 5px solid #e25f70;
}

.gallery-board-list-wrapper .gallery-items {
    width: 100%;
    margin: 49px 0 30px;
}

.gallery-board-list-wrapper .gallery-items .item-row {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 49px;
    gap: 45px;
}

.gallery-board-list-wrapper .gallery-items .item-row:last-child {
    margin-bottom: 0;
}

.gallery-board-list-wrapper .gallery-items .item-row .item {
    width: calc(92% / 3);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.gallery-board-list-wrapper .gallery-items .item-row .item:last-child {
    margin-right: 0;
}

.gallery-board-list-wrapper .gallery-items .item-row .item .thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 9px;
}

.gallery-board-list-wrapper .gallery-items .item-row .item .thumbnail img.photo {
    /*width: 100%;
    height: auto;*/
    width: 360px;
    height: 180px;

}

.gallery-board-list-wrapper .gallery-items .item-row .item .title {
    margin-left: 12px;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #111;
}

.gallery-board-list-wrapper .gallery-items .item-row .item .thumbnail .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    width: 30%;
}

.task-submission-form-wrapper {
    width: 100%;
    padding: 40px 0 246px;
    position: relative;
}

#contents-wrap .form-title {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    margin-top: 101px;
    text-align: center;
}

.task-submission-form-wrapper .tabs ul {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.task-submission-form-wrapper .tabs ul li {
    width: 300px;
}

.task-submission-form-wrapper .tabs a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 55px;
/*    margin-right: 10px;*/
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    color: #a4a4a4;
    border-bottom: 5px solid #d8d8d8;
}

.task-submission-form-wrapper .tabs a:last-child {
    margin-right: 0;
}

.task-submission-form-wrapper .tabs a.active {
    color: #111;
    border-bottom: 5px solid #e25f70;
}

.task-submission-form-wrapper .form-box.first {
    width: 100%;
    margin-top: 40px;
}

.task-submission-form-wrapper .form-box.first .title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*height: 60px;*/
}

.task-submission-form-wrapper .form-box.first .title-area .button {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #b9b9b9;
}

.task-submission-form-wrapper .form-box.first .title-area .button.active {
    background-color: #e75d2d;
}

.task-submission-form-wrapper .form-box.first .title-area .button img {
    position: absolute;
    top: 25%;
    left: 25%;
}

.task-submission-form-wrapper .form-box.first .title-area .title-box {
    display: flex;
    align-items: center;
    width: 1000px;
    /*height: 60px;*/
    background-color: #f7f7f7;
}

.task-submission-form-wrapper .form-box.first .title-area .title-box input {
    width: 1000px;
    border: none;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    text-align: center;
    color: #5f5f5f;
    background-color: #f7f7f7;
    padding: 20px;
}

.task-submission-form-wrapper .form-box.first .title-area .title-box .input {
    width: 1000px;
    max-height: 60px;
    border: none;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    text-align: center;
    color: #5f5f5f;
    background-color: #f7f7f7;
    padding: 20px;
}

.task-submission-form-wrapper .form-box.first .title-area .title-box input:focus {
    outline: none;
}

.form-box.first .purpose-area {
    width: 100%;
    /*height: 83px;*/
    border-top: 2px solid #111;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 32px 23px 32px 0;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

div[contenteditable=true]
,div[contenteditable=true]>*
,td[contenteditable=true]
,td[contenteditable=true]>*
{
    overflow-y: auto;
    line-height: 1.33;
    word-break: break-word;
    outline: none;
}
td.input{
    vertical-align: top;
    padding: 10px 10px 10px 20px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.33;
}
div[contenteditable=true]:empty:before{
    content: attr(aria-placeholder);
}

.form-box .purpose-area .input{
    width: 1050px;
    /*max-height: 80px;*/
    padding: 13px 0 14px 19px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
    line-height: 1.33;
}

.form-box .purpose-area .label {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-right: 31px;
}

.form-box .purpose-area input {
    width: 1050px;
    height: 40px;
    padding: 13px 0 14px 19px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    color: #696969;
}

.form-box.first .movement-area {
    width: 100%;
    padding: 30px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.form-box.first .movement-area .sequence-box {
    width: 550px;
}

.form-box.first .movement-area.type_mat .sequence-box {
    width: calc(30% - 36px);
}


.form-box.first .movement-area .move-right-btn {
    width: 40px;
    height: 40px;
    background-color: #b9b9b9;
    position: relative;
    border-radius: 50%;
    margin-top: 80px;
    cursor: unset;
}

.form-box.first .movement-area .move-right-btn img {
    width: 17px;
    height: 19px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-box.first .movement-area.type_mat .sequence-box .sequence-title{
    width:calc(100% - 125px);
}


.form-box.first .movement-area .sequence-box .sequence-title {

    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #111;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0 auto 10px;
}

.form-box.first .movement-area .sequence-box .sequence-upload-image {
    /*width: 550px;*/
    height: 360px;
    line-height: 360px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #5f5f5f;
    cursor: pointer;
    padding: 10px;
}

.sequence-upload-image:not(.active):after{
    content: '이곳을 클릭하여 이미지를 업로드 해주세요.';
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f;
    word-break: keep-all;
    line-height: 1.7;
}

.form-box .upload-image.active {
    cursor: unset !important;
}

.form-box .upload-image:not(.active):after{
    content: '이곳을 클릭하여 이미지를 업로드 해주세요.';
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f;
    word-break: keep-all;
    line-height: 1.7;
}

.portfolio_check .form-box .upload-image:not(.active):after{
    display: none;
}

.form-box .img-delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b9b9b9;
    padding: 8px;
}

.form-box .upload-image{
    position: relative;
}
.form-box .upload-image .img-delete-btn {
    display: none;
}

.form-box .upload-image.active .img-delete-btn {
    display: block;
}

.sequence-upload-image.active{
    cursor: unset !important;
}


.sequence-upload-image .img-delete-btn{
    display: none;
}

.sequence-upload-image.active .img-delete-btn{
    display: block;
}

.sequence-upload-image.active .content_image{
    max-width: 100%;
}

.form-box.first .analysis-input-area {
    width: 100%;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    padding-bottom: 50px;
}

.form-box.first .analysis-input-area h3 {
    margin: 40px 0 18px 0;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.form-box.first .analysis-input-area .analysis-input-form {
    width: 100%;
    border-top: 1px solid #262626;
}

.form-box.first .analysis-input-area .analysis-input-form th, .form-box.first .analysis-input-area .analysis-input-form td {
    border: solid 1px #d8d8d8;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.form-box.first .analysis-input-area .analysis-input-form .input {
    width: 100%;
    text-align: left;
    /*height: 60px;*/
    padding: 13px 5px 14px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.form-box.first .analysis-input-area .analysis-input-form .input>*{
    line-height: 1.5;
}

.form-box.first .analysis-input-area .analysis-input-form input {
    width: 100%;
    text-align: left;
    height: 60px;
    padding: 13px 0 14px 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
}

.form-box.first .analysis-input-area .analysis-input-form thead tr {
    background-color: #f7f7f7;
    height: 50px;
}

.form-box.first .analysis-input-area .analysis-input-form tbody td,
.form-box.first .analysis-input-area .analysis-input-form tbody th
{
    padding: 15px 20px 16px 19px;
}

.form-box.second .equipment-sequence-wrap {
    width: 100%;
    padding-top: 40px;
    box-sizing: border-box;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.form-box.second .equipment-sequence-wrap .equipment-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.form-box.second .sequence-input-area {
    /*margin-top: 30px;*/
    width: 100%;
    padding: 30px 0 50px;
    box-sizing: border-box;
    /*border-top: 2px solid #111;*/
}

.form-box.second .sequence-input-area h3 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 30px;
}

.form-box.second .sequence-input-area .sequence-input-form {
    width: 100%;
    border-top: 1px solid #262626;
}

.form-box.second .sequence-input-area .sequence-input-form thead tr {
    height: 50px;
    background-color: #f7f7f7;
}

.form-box.second .sequence-input-area .sequence-input-form th {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #f7f7f7;
}

.form-box.second .sequence-input-area .sequence-input-form th, .form-box.second .sequence-input-area .sequence-input-form td {
    border: 1px solid #d8d8d8;
}

.form-box.second .sequence-input-area .sequence-input-form td {
    padding: 15px 20px 16px 19px;
}

.form-box.second .sequence-input-area .sequence-input-form td .input {
    width: 100%;
    text-align: left;
    height: 60px;
    padding: 13px 5px 14px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
}

.form-box.second .sequence-input-area .sequence-input-form td input {
    width: 100%;
    text-align: left;
    height: 60px;
    padding: 13px 0 14px 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
}

.task-submission-form-wrapper .form-box.third .title-area .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.task-submission-form-wrapper .form-box.first .title-area .title-box span {
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.task-submission-form-wrapper .form-box.third .personal-info-input-form {
    margin-top: 30px;
    width: 100%;
    padding-top: 40px;
    border-top: 2px solid #111;
}

.form-box.third .personal-info-input-form .info-input-form {
    width: 100%;
}

.form-box.third .personal-info-input-form .info-input-form tr {
    height: 70px;
}

.form-box.third .personal-info-input-form .info-input-form th, .form-box.third .personal-info-input-form .info-input-form td {
    border: 1px solid #d8d8d8;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.form-box.third .personal-info-input-form .info-input-form th {
    background-color: #f7f7f7;
    width: 100px;
}

.form-box.third .personal-info-input-form .info-input-form td .input-radio-row {
    display: flex;
    align-items: center;
}

.form-box.third .personal-info-input-form .info-input-form td .input-radio-row.space-block {
    gap: 10px;
}

.form-box.third .personal-info-input-form .info-input-form td .input-radio-row .radio-box.gender {
    margin-right: 38px;
}

.form-box.third .personal-info-input-form .info-input-form td .input-radio-row .radio-box.gender:last-child {
    margin-right: 0;
}

.portfolio_check .form-box.third .personal-info-input-form .info-input-form td .input{
    font-size: 16px;
}

.form-box.third .personal-info-input-form .info-input-form td .input{
    width: 240px;
    height: 40px;
    padding: 10px 9px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
    box-sizing: border-box;
}

.form-box.third .personal-info-input-form .info-input-form td input[type=text] {
    width: 240px;
    height: 40px;
    padding: 14px 9px 14px 9px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
    box-sizing: border-box;
}

.task-submission-form-wrapper .form-box.third .exercise {
    width: 100%;
    padding-top: 39px;
}

.task-submission-form-wrapper .form-box.third .exercise .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    position: relative;
    margin-bottom: 18px;
}

.task-submission-form-wrapper .form-box.third .exercise .title .comment {
    font-size: 16px;
    color: #ee1a1a;
    position: absolute;
    bottom: 3px;
}

.task-submission-form-wrapper .form-box.third .exercise .box {
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #262626;
}

.task-submission-form-wrapper .form-box.third .exercise .box .check-wrap {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}

.task-submission-form-wrapper .form-box.third .exercise .box .check-wrap:last-child {
    margin-right: 0;
}

.task-submission-form-wrapper .form-box.third .exercise .box .check-wrap input[type=checkbox] {
    margin-right: 10px;
}

.task-submission-form-wrapper .form-box.third .exercise .box .check-wrap label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


.task-submission-form-wrapper .form-box.third .exercise .box .check-wrap .input {
    width: 240px;
    height: 40px;
    padding: 10px 11px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
}

.task-submission-form-wrapper .form-box.third .exercise .box .check-wrap input[type=text] {
    width: 240px;
    height: 40px;
    padding: 14px 11px 14px 11px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box div {
    width: calc(100% / 2);
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box #canvas {
    position: relative;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey {
    border-left: solid 1px #d8d8d8;
    display: flex;
    flex-direction: column;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row {
    width: 100%;
    /*height: 95px;*/
    border-bottom: solid 1px #d8d8d8;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 23px 10px 21px;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row:last-child {
    border-bottom: none;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .question {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .answer {
    width: 100%;
    display: flex;
    align-items: center;
}


.task-submission-form-wrapper.portfolio_check .form-box.third .exercise.canvas .box .survey .survey-row .answer .input{
    min-height: 65px;
    height: auto;
    max-height: unset;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .answer .input{
    width: 575px;
    height: 65px;
    padding: 13px 9px 14px 9px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .answer input[type=text] {
    width: 575px;
    height: 40px;
    padding: 13px 9px 14px 9px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .answer .strength-check-box {
    cursor: pointer;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #d8d8d8;
    border-right: none;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #696969;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .answer .strength-check-box:last-child {
    border-right: solid 1px #d8d8d8;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box .survey .survey-row .answer .strength-check-box.active {
    background-color: #d8d8d8;
}

.task-submission-form-wrapper .form-box.third .exercise.canvas .box div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 523px;
    height: 403px;
}

.task-submission-form-wrapper .form-box.third .exercise.experience .box .check-wrap .input{
    width: 70px;
    padding: 10px 11px;
    margin-left: 9px;
}

.task-submission-form-wrapper .form-box.third .exercise.experience .box .check-wrap input[type=text] {
    width: 70px;
    padding: 14px 11px 14px 11px;
    margin-left: 9px;
}

.task-submission-form-wrapper .form-box.third .exercise.memo .box {
    width: 100%;
    padding: 0;
}

.task-submission-form-wrapper .form-box.third .exercise.memo .box .input {
    width: 100%;
    padding: 14px 20px;
    border: none;
    outline: none;
    resize: none;
    line-height: 1.7;
    height: 300px;
}

.task-submission-form-wrapper .form-box.third .exercise.memo .box textarea {
    width: 100%;
    padding: 14px 20px;
    border: none;
    outline: none;
    resize: none;
    line-height: 1.7;
}

.task-submission-form-wrapper .form-box.fourth .title-area .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.task-submission-form-wrapper .form-box.fourth .posture-analysis-form {
    margin-top: 30px;
    width: 100%;
    border-top: 2px solid #111;
}

.task-submission-form-wrapper .form-box.fourth .posture-analysis-form .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    padding: 29px 0 20px;
}

.task-submission-form-wrapper .form-box.fourth .posture-analysis-form .analysis-image-box {
    width: 100%;
    height: 560px;
    border-top: 1px solid #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-box.fourth .posture-analysis-form .analysis-image-box > div {
    width: calc(100% / 2);
    height: 100%;
    border: 1px solid #d8d8d8;
    border-top: none;
}

.form-box.fourth .posture-analysis-form .analysis-image-box .image-view-box {
    font-size: 15px;
    line-height: 560px;
    font-weight: bold;
    text-align: center;
    color: #5f5f5f;
    cursor: pointer;
    border-right: none;
}


.form-box.first .movement-area .sequence-box .sequence-upload-image .img-delete-btn img{

}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box {

}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row .part {
    width: 120px;
    height: 100%;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    color: #000;
}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row:last-child {
    align-items: unset;
}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row:last-child .part {
    height: 68px;
}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row .input {
    width: calc(100% - 120px);
    font-size: 16px;
    /*line-height: 70px;*/
    color: #5f5f5f;
    padding: 10px 0 10px 20px;
    /*padding-left: 20px;*/
    background-color: #fff;
}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row .file-name {
    /*width: calc(100% - 120px);*/
    font-size: 16px;
    line-height: 70px;
    color: #5f5f5f;
    padding-left: 20px;
}

.form-box.fourth .posture-analysis-form .analysis-image-box .file-list-box .file-row:last-child {
    border-bottom: none;
}

.form-box.fourth .bar {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    background-color: #111;
}

.task-submission-form-wrapper .form-box.seventh .title-area .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form {
    margin-top: 30px;
    width: 100%;
    border-top: 2px solid #111;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 30px 0 10px;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .box {
    width: 100%;
    padding: 30px;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-top: solid 1px #262626;
    background-color: #fff;
}

.portfolio_check .form-box.seventh .exercise-plane-content-wrapper .input>*{
    font-size: 16px;
    line-height: 1.33;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .box ul {
    list-style: none;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .box ul li {
    font-size: 15px;
    line-height: 2;
    color: #000;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .bar {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    background-color: #111;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .box .input {
    width: 100%;
    height: 200px;
    max-height: 360px;
    border: none;
    outline: none;
    font-size: 13px;
    line-height: 2.31;
    color: #696969;
    resize: none;
}

.task-submission-form-wrapper .form-box.seventh .exercise-plane-form .box textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 13px;
    line-height: 2.31;
    color: #696969;
    resize: none;
}

.task-submission-form-wrapper .form-box.eighth .title-area .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form {
    margin-top: 30px;
    width: 100%;
    border-top: 2px solid #111;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form .bar {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    background-color: #111;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form .box {
    width: 100%;
    padding: 30px;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-top: solid 1px #262626;
    background-color: #fff;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form .box.sequence {
    padding: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form .box textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 13px;
    line-height: 2.31;
    color: #696969;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 30px 0 17px;
}

.task-submission-form-wrapper .form-box.eighth .exercise-program-form .box .sequence-table {
    width: 100%;
}

.form-box.eighth .exercise-program-form .box .sequence-table thead tr {
    height: 50px;
    background-color: #f7f7f7;
}

.form-box.eighth .exercise-program-form .box .sequence-table thead tr th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.form-box.eighth .exercise-program-form .box .sequence-table th, .form-box.eighth .exercise-program-form .box .sequence-table td {
    border: 1px solid #d8d8d8;
}

.form-box.eighth .exercise-program-form .box .sequence-table tbody tr {
    height: 90px;
}

.task-submission-form-wrapper .buttons{
    margin: 15px 30px;
    text-align: center;
}
.task-submission-form-wrapper .buttons a,
.task-submission-form-wrapper .buttons button
{
    height: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}
.task-submission-form-wrapper .buttons .back-btn{
    width: 100%;
    max-width: 200px;
    background-color: #c6c6c6;
    color: #fff;
}


#contents-wrap .page-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-top: 101px;
}

.calendar-wrapper {
    width: 100%;
    padding: 80px 0 176px;
}

.calendar-wrapper .calendar-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-wrapper .calendar-header .cal-btns {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.calendar-wrapper .calendar-header .cal-btns .btn {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #797979;
    border-radius: 0;
}

.calendar-wrapper .calendar-header .cal-btns .btn img {
    width: 10px;
    height: 16px;
    object-fit: contain;
}

.calendar-wrapper .calendar-header select {
    width: 150px;
    height: 40px;
    padding: 10px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    line-height: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.calendar-wrapper .calendar-header .day-flag-labels{
    margin-left: auto;
    padding-right: 10px;
    font-weight: 600;
    font-size: 15px;
}
.calendar-wrapper .calendar-header .day-flag-labels label{
    margin-left: 5px;
}
.calendar-wrapper .calendar-header .day-flag-labels label:before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #000;
    vertical-align: middle;
    margin-right: 3px;
}
.calendar-wrapper .calendar-header .day-flag-labels label.ok{
    color: #5a70a9;
}
.calendar-wrapper .calendar-header .day-flag-labels label.ok:before{
    background-color: #5a70a9;
}

.calendar-wrapper .calendar-header .day-flag-labels label.closing-soon{
    color: #ecc645 ;
}
.calendar-wrapper .calendar-header .day-flag-labels label.closing-soon:before{
    background-color: #ecc645 ;
}

.calendar-wrapper .calendar-header .day-flag-labels label.wait{
    color: #ea8b8b;
}
.calendar-wrapper .calendar-header .day-flag-labels label.wait:before{
    background-color: #ea8b8b ;
}


.calendar-wrapper #calendar {
    width: 100%;
    border-top: 1px solid #262626;
    border-bottom: 10px solid #e3e3e3;
    margin-bottom: 50px;
}


.calendar-wrapper #calendar th, .calendar-wrapper #calendar td {
    width: calc(100% / 7);
    border: 1px solid #d0d0d0;
}

.calendar-wrapper #calendar thead tr {
    background-color: #f7f7f7;

}
.practice-room-wrapper.calendar-wrapper #calendar th, .practice-room-wrapper.calendar-wrapper #calendar td{
    border: unset;
}
.practice-room-wrapper.calendar-wrapper #calendar thead tr{
    background-color: unset;

}


.calendar-wrapper #calendar thead th {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000;
    height: 50px;
}

.calendar-wrapper #calendar thead th.sunday {
    color: #f91a1a;
}

.calendar-wrapper #calendar thead th.saturday {
    color: #1883d6;
}

.calendar-wrapper #calendar tbody td {
    height: 110px;
/*    padding: 10px 6px;*/
    padding: 10px 0;
}
.practice-room-wrapper.calendar-wrapper #calendar tbody td{
    height: unset;
}

.calendar-wrapper #calendar tbody td .day-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.practice-room-wrapper #calendar tbody td .day-box{
    justify-content: center;
    align-items: center;
}

.calendar-wrapper #calendar tbody td .day-box .day {
    /*width: 30px;*/
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    color: #000;
}
.practice-room-wrapper.calendar-wrapper #calendar td.active .day-box .day {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.practice-room-wrapper.calendar-wrapper #calendar td.active .day-box .day
.practice-room-wrapper.calendar-wrapper #calendar tbody td.active.orange .day-box .day{
    background-color: #e25f70;
}
.practice-room-wrapper #calendar tbody td.active.blue .day-box .day {
    background-color: #5a70a9;
}

.practice-room-wrapper #calendar tbody td.active.red .day-box .day{
    background-color: #e25f70;
}

.practice-room-wrapper #calendar tbody td.sunday .day-box .day {
    color: #f91a1a;
}

.calendar-wrapper #calendar tbody td.holiday .day-box .day {
    color: #f91a1a;
}

.calendar-wrapper #calendar tbody td.saturday .day-box .day {
    color: #1883d6;
}

/*.calendar-wrapper #calendar tbody td.active .day-box .day {
    color: #fff;
}*/

.calendar-wrapper #calendar tbody td.unable .day-box .day {
    color: #c6c6c6;
}

.practice-room-wrapper .equipments-list-wrap {
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.practice-room-wrapper .equipments-list-wrap .equipments li {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    padding: 5px 10px;
    color: #b0b0b0;
}

.practice-room-wrapper .equipments-list-wrap .equipments li.selected {
    background-color: #ea6720;
    color: #fff !important;
    border: none;
}


.practice-room-wrapper .equipments-list-wrap .equipments li.active {
    color: #111;
}


.practice-room-wrapper .calendar-blur-wrap{
    position: relative;
}
.practice-room-wrapper .calendar-blur-wrap .calendar-blur{
    width: calc(100% + 30px);
    height: 100%;
    position: absolute;
    left: -15px;
    background: linear-gradient(-45deg, #e25f7099 25%, #ffffff99 0, #ffffff99 50%, #e25f7099 0, #e25f7099 75%, #ffffff99 0 );
    background-size:100px 100px;
    z-index: 1;
    opacity: 1;
    text-align: center;
}
.practice-room-wrapper .calendar-blur-wrap .calendar-blur .blur-text-wrap{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.practice-room-wrapper .calendar-blur-wrap .calendar-blur .blur-text-wrap .text{
    font-size: 20px;
    font-weight: 600;
    padding: 30px;
    background: #ffffffee;
    border-radius: 20px;
    line-height: 2;
    word-break: keep-all;
}
.practice-room-wrapper .calendar-blur-wrap td,
.practice-room-wrapper .calendar-blur-wrap th{
    opacity: 0.8;
}

.practice-room-wrapper .calendar-blur-wrap #calendar{
    border-bottom: 1px solid #262626;
}


.calendar-wrapper #calendar tbody td .day-box .lecture {
    /*font-size: 16px;
    color: #fff;*/
    font-weight: bold;
    /*margin-left: 12px;*/
    line-height: 1.5;
    /*cursor: pointer;*/
    color: #000;
    font-size: 15px;
    margin-left: 0;
    padding: 5px 0 5px 5px;
}
.calendar-wrapper #calendar tbody td .day-box .lecture.active{
    color: #FFF !important;
}
.calendar-wrapper #calendar tbody td .day-box .lecture.active.register-ok{
    background-color: #5a70a9 !important;
}
.calendar-wrapper #calendar tbody td .day-box .lecture.active.register-closing-soon{
    background-color: #ecc645 !important;
}
.calendar-wrapper #calendar tbody td .day-box .lecture.active.register-wait{
    background-color: #ea8b8b !important;
}

.calendar-wrapper #calendar tbody td.active .day-box .lecture{
    color: #FFF;
}
.calendar-wrapper #calendar tbody td.holiday .day-box .lecture{
    background-color: #fff !important;
    color: #f91a1a;
}


/*.calendar-wrapper #calendar tbody td.active.blue {
    background-color: #5a70a9;
}

.calendar-wrapper #calendar tbody td.active.red {
    background-color: #ea8b8b;
}*/

.calendar-wrapper .tabs {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.calendar-wrapper .tabs .tab-item {
    width: 80px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}

.calendar-wrapper .tabs .tab-item:last-child {
    margin-right: 0;
}

.calendar-wrapper .tabs .tab-item.active {
    background-color: #252525;
    color: #fff;
}

.calendar-wrapper .lecture-period-table {
    width: 100%;
    border-top: 2px solid #262626;
}

.calendar-wrapper .lecture-period-table tr {
    height: 53px;
    border-bottom: 1px solid #d0d0d0;
}

.calendar-wrapper .lecture-period-table tr th {
    width: 170px;
    background-color: #f0f6f9;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-right: 1px solid #d0d0d0;
}

.calendar-wrapper .lecture-period-table tr td {
    padding: 20px;
}

.calendar-wrapper .lecture-period-table tr td .periods {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.calendar-wrapper .lecture-period-table tr td .periods li {
    font-size: 15px;
    line-height: 1.73;
    color: #000;
}

.calendar-wrapper .lecture-period-table tr td .periods li .point {
    color: #fa2020;
}
#contents-wrap .editor-contents{
    padding-top: 60px;
}
#contents-wrap .editor-contents.mobile img{
    width: 100%;
}
.practice-room-wrapper {
    width: 100%;
    padding-bottom: 233px;
    padding-top: 60px;
}

.practice-room-wrapper .room-type-tabs {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.practice-room-wrapper .room-type-tabs .tab-item {
    width: 300px;
    height: 63px;
    border-bottom: 5px solid #d8d8d8;
    font-size: 16px;
    font-weight: bold;
    line-height: 63px;
    text-align: center;
    color: #a4a4a4;
    display: inline-block;
    margin-right: 10px;
}

.practice-room-wrapper .room-type-tabs .tab-item:last-child {
    margin-right: 0;
}

.practice-room-wrapper .room-type-tabs .tab-item.active {
    color: #111;
    border-bottom: 5px solid #e25f70;
}

.practice-room-wrapper .room-select-area {
    width: 100%;
    margin: 39px 0 30px;
    /*border-bottom: 1px solid #737373;*/
}

.practice-room-wrapper .room-select-area .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 19px;
}

.practice-room-wrapper .room-select-area .practice-rooms-tabs {
    width: 100%;
    /*height: 60px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: unset;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 30px;
}

.practice-room-wrapper .room-select-area .practice-rooms-tabs .room-item {
    /*width: calc(100% / 5);*/
    width: calc(100% / 5 - 10px);
    height: 100%;
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #111;
    border: 1px solid #d0d0d0;
    /*border-right: none;*/
    outline: none;
}


.practice-room-wrapper .room-select-area .practice-rooms-tabs .room-item:last-child {
    border-right: 1px solid #d0d0d0;
}

.practice-room-wrapper .room-select-area .practice-rooms-tabs .room-item.active {
    background-color: #e25f70;
    color: #fff;
    border: none;
    outline: none;
}

.practice-room-wrapper .room-select-area .study-rooms-tabs {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.practice-room-wrapper .room-select-area .study-rooms-tabs .room-item {
    width: calc(100% / 8);
    height: 100%;
    background-color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #111;
    border: 1px solid #d0d0d0;
    border-right: none;
}

.practice-room-wrapper .room-select-area .study-rooms-tabs .room-item:last-child {
    border-right: 1px solid #d0d0d0;
}

.practice-room-wrapper .room-select-area .study-rooms-tabs .room-item.active {
    background-color: #ea6720;
    color: #fff;
    border: none;
}

.practice-room-wrapper .room-time-table-header {
    width: 100%;
    /*display: flex;
    align-items: center;*/
    margin-bottom: 20px;
}

.practice-room-wrapper .room-time-table-header .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}
.practice-room-wrapper .room-time-table-header .header-inner-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.practice-room-wrapper .room-time-table-header .header-inner-wrap .btn {
    width: 24px;
    height: 24px;
    background-color: #797979;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.practice-room-wrapper .room-time-table-header .header-inner-wrap .btn img{
    width:8px;
    height: 14px;
}

.practice-room-wrapper .room-time-table-header .header-inner-wrap .date-title {
    margin: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.practice-room-wrapper .bar {
    width: 100%;
    height: 10px;
    background-color: #e3e3e3;
    position: relative;
    margin-bottom: 40px;
}

.practice-room-wrapper .room-time-table-header .cal-btns {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.practice-room-wrapper .room-time-table-header .cal-btns .btn {
    display: flex;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #797979;
    border-radius: 0;
    justify-content: center;
    align-items: center;
}

.practice-room-wrapper .room-time-table-header .cal-btns .btn img {
    width: 10px;
    height: 16px;
    object-fit: contain;
}

.practice-room-wrapper .room-time-table-header select {
    width: 150px;
    height: 40px;
    padding: 10px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    line-height: 1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.practice-room-wrapper .week {
    width: 100%;
    margin-bottom: 10px;
}

.practice-room-wrapper .week tr {
    width: 100%;
    height: 59px;
    background-color: #f5ebe6;
}

.practice-room-wrapper .week th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #111;
    border: 1px solid #d0d0d0;
    width: 154px;
}

.practice-room-wrapper .week th:first-child {
    background-color: #f1f1f8;
    width: 115px;
}

.practice-room-wrapper .time-table {
    width: 100%;
}

.practice-room-wrapper .time-table tr {
    /*height: 114px;*/
}

.practice-room-wrapper .time-table tr th {
    background-color: #f9f9fd;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #111;
    width: 115px;
}

.practice-room-wrapper .time-table tr th, .practice-room-wrapper .time-table tr td {
    border: 1px solid #ebebeb;
}

.practice-room-wrapper .time-table tr td {
    padding: 20px;
    width: 154px;
}

.practice-room-wrapper .time-table tr td .unable {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #b0b0b0;
}

.practice-room-wrapper .time-table tr td .equipment {

}

.practice-room-wrapper .time-table tr td .equipment ul {
    list-style: none;
}

.practice-room-wrapper .time-table tr td .equipment ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #111;
}

.practice-room-wrapper .time-table tr td .equipment ul li.less {
    color: #b0b0b0;
}

.practice-room-wrapper .time-table tr td .equipment ul li .count {
    margin-left: 5px;
}

.practice-room-wrapper .study-time-table {
    width: 100%;
}

.practice-room-wrapper .study-time-table tr {
    height: 59px;
}

.practice-room-wrapper .study-time-table tr th {
    background-color: #f9f9fd;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #111;
    width: 115px;
}

.practice-room-wrapper .study-time-table tr th, .practice-room-wrapper .study-time-table tr td {
    border: 1px solid #ebebeb;
}

.practice-room-wrapper .study-time-table tr td {
    padding: 20px;
    width: 154px;
}

.practice-room-wrapper .study-time-table tr td .unable {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #b0b0b0;
}

.practice-room-wrapper .study-time-table tr td .remaining {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #111;
}

.practice-room-wrapper .study-time-table tr td .remaining .count {
    margin-left: 5px;
}

.practice-room-wrapper .room-time-table-header.audit-header {
    display: flex;
    justify-content: space-between;
}

.practice-room-wrapper .room-time-table-header .left-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.practice-room-wrapper .room-time-table-header .left-side .cal-btns {
    margin-right: 20px;
}

.practice-room-wrapper .room-time-table-header .right-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.practice-room-wrapper .room-time-table-header .btn {
    width: 80px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    line-height: 40px;
    text-align: center;
    color: #000;
    display: inline-block;
    border-radius: 0;
}

/*.practice-room-wrapper .room-time-table-header.audit-header .right-side .btn:last-child {
    margin-right: 0;
}*/

.practice-room-wrapper .room-time-table-header .btn.active {
    background-color: #252525;
    color: #fff;
}

.practice-room-wrapper .audit-time-table {
    width: 100%;
}

.practice-room-wrapper .audit-time-table tr {
    height: 59px;
}

.practice-room-wrapper .audit-time-table tr th {
    background-color: #f9f9fd;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #111;
    width: 115px;
}

.practice-room-wrapper .audit-time-table tr th, .practice-room-wrapper .audit-time-table tr td {
    border: 1px solid #ebebeb;
}

.practice-room-wrapper .audit-time-table tr td {
    width: 154px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #111;
}

.practice-room-wrapper .audit-time-table tr td.not-available{
    background-color: #d5d5d5;

}

.practice-room-wrapper .audit-time-table tr td.impossible {
    color: #b0b0b0;
}

.practice-room-wrapper .audit-time-table tr:nth-child(3n):not(:last-child) th, .practice-room-wrapper .audit-time-table tr:nth-child(3n):not(:last-child) td {
    border-bottom: 1px solid #111;
}

.practice-room-wrapper.edu-process {
    padding-bottom: 95px;
}

.practice-room-wrapper.edu-process .room-type-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.practice-room-wrapper.edu-process .room-type-tabs .tab-item {
    width: calc(100% / 8);
}

.practice-room-wrapper.edu-process.cpi .room-type-tabs .tab-item {
    width: calc(100% / 3);
}

.practice-room-wrapper .pagination {
    margin-bottom: 120px;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper {
    width: 100%;
    border-top: 2px solid #262626;
    margin: 40px 0 20px;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row {
    cursor: pointer;
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
    display: flex;
    align-items: center;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .thumbnail {
    width: 160px;
    height: 90px;
    margin-right: 30px;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .thumbnail img {
    width: 100%;
    height: 100%;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .data {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 0 19px;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .data .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .data .info {
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .data .info .name {
    font-weight: bold;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .data .info span:last-child:after {
    content: "";
    width: 0;
    display: none;
}

.practice-room-wrapper.edu-process .thumbnail-list-wrapper .thumbnail-item-row .data .info span:after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    padding: 0 4px;
    text-align: center;
}

.practice-room-wrapper.edu-process .curriculum-explanation-section {
    width: 100%;
    padding-top: 120px;
}

.practice-room-wrapper.edu-process .curriculum-explanation-section .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 29px;
}

.practice-room-wrapper.edu-process .curriculum-explanation-section .sub-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #4038ad;
    margin-bottom: 69px;
}

.practice-room-wrapper.edu-process .curriculum-explanation-section .text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #111;
    line-height: 1.63;
}

.practice-room-wrapper.edu-process .curriculum-explanation-section .explanation-box {
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 40px 60px 40px;
    display: flex;
    flex-direction: column;
    margin: 60px 0 52px;
}

.practice-room-wrapper.edu-process .curriculum-explanation-section .explanation-box .info {
    display: flex;
}

.curriculum-explanation-section .explanation-box .info .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #e25f70;
    border-radius: 50%;
    position: relative;
    margin-right: 21px;
}

.curriculum-explanation-section .explanation-box .info .icon-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.curriculum-explanation-section .explanation-box .info.major-curriculum {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 50px;
}

.curriculum-explanation-section .explanation-box .info.major-curriculum .icon-box img {
    width: 22px;
    height: 25px;
}

.curriculum-explanation-section .explanation-box .info.other-info .icon-box img {
    width: 26px;
    height: 25px;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text {
    display: flex;
    flex-direction: column;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text .head-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 29px;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text .title-text {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text ul {
    list-style: none;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text ul li {
    font-size: 16px;
    color: #111;
    line-height: 1.75;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text table {
    width: 100%;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text table tr {
    height: 25px;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text table th {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    width: 148px;
}

.curriculum-explanation-section .explanation-box .info .curriculum-text table td {
    font-size: 16px;
    color: #111;
}

.curriculum-explanation-section .explanation-box .info.other-info {
    padding: 50px 0 80px;
}

.curriculum-explanation-section .explanation-box .curriculum-image-slide-wrap {
    width: 100%;
    position: relative;
    /*height: 600px;*/
}

.curriculum-explanation-section .explanation-box .curriculum-image-slide-wrap .slide-item,
.curriculum-explanation-section .curriculum-image-slide-wrap .slide-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.curriculum-explanation-section .explanation-box .curriculum-image-slide-wrap .slide-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.curriculum-explanation-section .explanation-box .curriculum-image-slide-wrap .slide-btn img {
    width: 100%;
    height: 100%;

}

.curriculum-explanation-section .explanation-box .curriculum-image-slide-wrap .slide-btn.prev {
    left: 30px;
}

.curriculum-explanation-section .explanation-box .curriculum-image-slide-wrap .slide-btn.next {
    right: 30px;
}

.practice-room-wrapper.edu-process .button {
    width: 100%;
    height: 60px;
    text-align: center;
}

.practice-room-wrapper.edu-process .button .self-diagnosis-test {
    width: 350px;
    height: 60px;
    background-color: #e25f70;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#diagnosis-test-form-wrap {
    width: 1200px;
    padding: 97px 0 405px;
    margin: 0 auto;
}

#diagnosis-test-form-wrap .page-title {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 39px;
}

#diagnosis-test-form-wrap .test-explanation {
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #111;
    margin-bottom: 51px;
}

#diagnosis-test-form-wrap .comment {
    font-size: 16px;
    text-align: right;
    color: #ff4a12;
    margin-bottom: 19px;
}

#diagnosis-test-form-wrap .section {
    width: 100%;
}

#diagnosis-test-form-wrap .section.info {
    border-top: 1px solid #d8d8d8;
}

#diagnosis-test-form-wrap .section.info .section-title {
    margin-top: 59px;
}

#diagnosis-test-form-wrap .section.agree {
    margin-bottom: 70px;
}

#diagnosis-test-form-wrap .section.agree .section-title {
    margin-top: 40px;
}

#diagnosis-test-form-wrap .section .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

#diagnosis-test-form-wrap .section .info-input-table {
    width: 100%;
    border-top: 2px solid #262626;
}

#diagnosis-test-form-wrap .section .info-input-table tr {
    height: 70px;
}

#diagnosis-test-form-wrap .section .info-input-table th, #diagnosis-test-form-wrap .section .info-input-table td {
    border: 1px solid #d8d8d8;
}

#diagnosis-test-form-wrap .section .info-input-table th {
    width: 160px;
    background-color: #f7f7f7;
    padding: 26px 18px;
}

#diagnosis-test-form-wrap .section .info-input-table td {
    padding: 13px 21px;
}

#diagnosis-test-form-wrap .section .info-input-table td .radio-wrap {
    display: flex;
    align-items: center;
}
#diagnosis-test-form-wrap .section .info-input-table td .radio-wrap .custom-input-radio:first-child {
    margin-right: 23px;
}

#diagnosis-test-form-wrap .section .info-input-table .essential-mark {
    width: 100%;
}

#diagnosis-test-form-wrap .section .info-input-table .essential-mark:after {
    content: "*";
    display: inline-block;
    color: #f00;
    margin-left: 5px;
    vertical-align: text-bottom;
}

#diagnosis-test-form-wrap .section .info-input-table td input[type=text], #diagnosis-test-form-wrap .section .info-input-table td select {
    width: 250px;
    height: 40px;
    padding: 10px 9px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 13px;
}

#diagnosis-test-form-wrap .section .info-input-table td input[type=text] {
    color: #a8a8a8;
}

#diagnosis-test-form-wrap .section .info-input-table td input[type=radio] {
    width: 20px;
    height: 20px;
}

#diagnosis-test-form-wrap .section .info-input-table td select {
    color: #111;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row {
    display: flex;
    align-items: center;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row > input[type=text] {
    margin-right: 10px;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row .send-btn {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row .certify-num-input-area {
    display: flex;
    align-items: center;
    position: relative;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row .certify-num-input-area input[type=text] {
    background: #FFF;
    margin-right: 10px;
}
#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row .certify-num-input-area input[type=text]:read-only,
#diagnosis-test-form-wrap .section .info-input-table td input[type=text]:read-only{
    background-color: #eee;
}
.certify-btn:disabled, .send-btn:disabled{
    background: #eee !important;
    color: #000 !important;
    border: unset;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row .certify-num-input-area .time {
    position: absolute;
    top: 50%;
    right: 35%;
    transform: translateY(-50%);
    /*left: 9px;*/
    color: #f00;
    font-size: 13px;
}

#diagnosis-test-form-wrap .section .info-input-table td .contact-certify-row .certify-num-input-area .certify-btn {
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background-color: #e25f70;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border: unset;
    outline: unset;
}

#diagnosis-test-form-wrap .section .section-box {
    width: 100%;
    height: 150px;
    padding: 20px 30px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.71;
    color: #111;
    margin-bottom: 10px;
}

#diagnosis-test-form-wrap .section .check-wrap {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
}

#diagnosis-test-form-wrap .section .check-wrap input[type=checkbox] {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

#diagnosis-test-form-wrap .section .check-wrap .comment {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin-bottom: 0;
}

#diagnosis-test-form-wrap .button {
    /*width: 100%;*/
    height: 60px;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 852px;
}

#diagnosis-test-form-wrap .button.test-btn-size {
    width: 100%;
}

#diagnosis-test-form-wrap .button .go-test-btn {
    width: 300px;
    height: 60px;
    border: none;
    outline: none;
    background-color: #e25f70;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;
}


.go-test-btn.prev{
    background-color: #8f8f8f !important;
    color: #fff !important;
    border: none !important;
}
.answer-sheet-item th{
    cursor: pointer;
}
.answer-sheet-item td.disabled{
    opacity: 0;
    cursor: unset !important;

}

#diagnosis-test-form-wrap .question-section {
    border-top: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

#diagnosis-test-form-wrap .question-section .section.question-sheet {
    display: flex;
    flex-direction: column;
    width: 852px;
    border-top: 2px solid #262626;
}

.question-section .section.question-sheet .image-box {
    width: 100%;
    height: 455px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding: 15px;
}

.question-section .section.question-sheet .image-box img {
    /*width: 381px;
    height: 410px;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.question-section .section.question-sheet .question {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 19px;
}

.question-section .section.question-sheet .example {
    list-style: none;
    padding-left: 30px;
    width: 100%;
}

.question-section .section.question-sheet .example {
    list-style: none;
    padding-left: 30px;
    width: 100%;
}

.question-section .section.question-sheet .example li:last-child {
    margin-bottom: 0;
}

.question-section .section.question-sheet .example li {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding-left: 11px;
    margin-bottom: 10px;
}

.question-section .section.question-sheet .example li.active {
    border: solid 1px #8ca5ea;
    background-color: #8ca5ea;
    color: #fff;
}

.question-section .section.question-sheet .button {
    margin-top: 204px;
}

#diagnosis-test-form-wrap .question-section .question-item {
    width: 100%;
}

#diagnosis-test-form-wrap .question-section .section.answer-sheet {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.question-section .section.answer-sheet .test-time {
    font-size: 16px;
    font-weight: bold;
    color: #f00;
    margin-bottom: 11px;
    width: 100%;
    height: 15px;
}

.question-section .section.answer-sheet .sheet {
    width: 100%;
}

.question-section .section.answer-sheet .sheet tr {
    width: 100%;
    height: 40px;
}

.question-section .section.answer-sheet .sheet th {
    width: 50px;
    background-color: #8f8f8f;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;

}

.question-section .section.answer-sheet .sheet td {
    border: 1px solid #d9d9d9;
    width: 50px;
    background-color: #f7f7f7;
    font-size: 14px;
    text-align: center;
    color: #555;
    cursor: pointer;
}

.question-section .section.answer-sheet .sheet td.active {
    background-color: #e25f70;
    color: #fff;
}

.board-list-wrapper.community {
    padding: 120px 0 257px;
}

.board-list-wrapper.community .board-table {
    margin-bottom: 50px;
}

.board-list-wrapper.community .table-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}

.board-list-wrapper.community .table-header .list-type {
    display: flex;
    align-items: center;
}

.board-list-wrapper.community .table-header .count strong {
    font-weight: bold;
    margin-right: 3px;
}

.board-list-wrapper.community .table-header .count span {
    font-size: 14px;
    color: #111;
}

.board-list-wrapper.community .table-header .list-type .icon-sel-box {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    cursor: pointer;
}

.board-list-wrapper.community .table-header .list-type .icon-sel-box:last-child {
    margin-right: 0;
}

.board-list-wrapper.community .table-header .list-type .icon-sel-box img {
    width: 100%;
    height: 100%;
}

.board-list-wrapper.community .board-table {
    border-top: 2px solid #262626;
}

.board-list-wrapper.community .board-table thead tr {
    /*background-color: #f0f6f9;*/
    background-color: #fff;
}

.board-list-wrapper.community .board-table thead tr th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #111;
}

.board-list-wrapper.community .board-table tr {
    border-bottom: 1px solid #d0d0d0;
    height: 60px;
}

.board-list-wrapper.community .board-table td {
    font-size: 14px;
    color: #000;
    background-color: #fff;
}
.board-list-wrapper.community .board-table tr.notice-row td{
    background-color: #fbfbfb;
}

.board-list-wrapper.community .board-table td.notice {
    font-weight: bold;
}

.board-list-wrapper.community .board-table .notice:after{
    content: '공지';
    font-weight: bold;
    color: #286291;
    background-color: #e0edf7;
    border: 1px solid #96c0e2;
    padding: 5px 4px;
    border-radius: 4px;
    margin-right: 5px;
    white-space: nowrap;

}


.board-list-wrapper.community .board-table tbody tr:nth-child(2n) {
    background: #fff;
}




.board-list-wrapper.community .board-table td.title-row {
    text-align: left;
    padding: 18px;
}

.board-list-wrapper.community .board-table td.title-row .title-box {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.board-list-wrapper.community .board-table tr.notice-row td.title-row .title-box{
    color:#276291;
}


.board-list-wrapper.community .board-table td.title-row .title-box .title {
    margin-right: 10px;
    cursor: pointer;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height:1.5;
}

.board-list-wrapper.community .board-table td.title-row .title-box .icon-container {
    display: flex;
    align-items: center;
}

.board-list-wrapper.community .board-table td.title-row .title-box .icon-container img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.board-list-wrapper.community .board-table td.title-row .title-box .icon-container img:last-child {
    margin-right: 0;
}

.board-list-wrapper.community .button {
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

.board-list-wrapper.community .button .write-btn {
    width: 80px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #111;
    display: inline-block;
}

.board-list-wrapper.community .button .write-btn.hover {
    border: solid 1px #d0d0d0;
    background-color: #2c2c2c;
    color: #fff;
}

.board-list-wrapper.community .search-form {
    width: 100%;
    height: 100px;
    padding: 30px 0;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.board-list-wrapper.community .search-form .input-row {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-list-wrapper.community .search-form .input-row select, .board-list-wrapper.community .search-form .input-row input[type=text] {
    height: 40px;
    box-sizing: border-box;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #111;
    padding: 10px;
    /*margin-right: 10px;*/
}

.search-form .input-row div select {
    position: relative !important;
    width: 90px;
}

.board-list-wrapper.community .search-form .input-row select {
    width: 140px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.board-list-wrapper.community .search-form .input-row input[type=text] {
    width: 300px;
}




.board-list-wrapper.community .search-form .input-row .search-btn {
    width: 80px;
    height: 40px;
    display: inline-block;
    background-color: #e25f70;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    color: #fff;
    border: none;
}

.board-list-wrapper.community .board-table th:first-child, .board-list-wrapper.community .board-table td:first-child {
    border-left: none;
}

.board-list-wrapper.community .board-table th:last-child, .board-list-wrapper.community .board-table td:last-child {
    border-right: none;
}

.board-list-wrapper.community .board-table tr.thumbnail-table-row {
    border: none;
}

.board-list-wrapper.community .board-table tr.thumbnail-table-row td {
    background-color: #fff;
    border: none;
}

.board-list-wrapper.community .board-table tr.thumbnail-table-row > td {
    padding-top: 30px;
}

.board-list-wrapper.community .board-table tr.thumbnail-table-row td .thumbnail-table-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-list-wrapper.community .thumbnail-list-table {
    width: 100%;
    border-bottom: solid 1px #d0d0d0;
    margin-bottom: 50px;
}

.board-list-wrapper.community .thumbnail-list-table tr {
    width: 100%;
    height: 296px;
    border: none;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap {
    width: 100%;
    /*height: 296px;*/
    display: flex;
    /*align-items: center;*/
    justify-content: left;
    margin-bottom: 20px;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item {
    width: 270px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}
.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item:last-child {
    margin-right: 0;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item .thumbnail {
    width: 270px;
    height: 190px;
    border: solid 1px #dadada;
    margin-bottom: 20px;
    cursor: pointer;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item .title-box {
    width: 100%;
    /*height: 21px;*/
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    cursor: pointer;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item .title-box .title {
    font-size: 16px;
    line-height: 1.33;
    font-weight: bold;
    color: #000;
    margin-right: 7px;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item .title-box .new-icon {
    width: 21px;
    height: 21px;
}

.board-list-wrapper.community .thumbnail-list-table .protect-wrap .thumbnail-item .hit {
    font-size: 13px;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
}

.thumbnail-list-table .protect-wrap .thumbnail-item .hit .new-icon {
    width: 21px;
    height: 21px;
    margin-left: 10px;
}

.board-list-wrapper.community.seminar .board-table {
    margin-bottom: 40px;
}

.board-list-wrapper.community.seminar .table-header {
    height: 40px;
    position: relative;
}

.board-list-wrapper.community.seminar .table-header .count {
    position: absolute;
    bottom: 0;
}

.board-list-wrapper.community.seminar .table-header .button {
    position: absolute;
    right: 0;
    width: 160px;
    height: 40px;
}

.board-list-wrapper.community.seminar .table-header .button .online-lecture-btn {
    width: 160px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #111;
    display: inline-block;
}

.board-list-wrapper.community.training {
    padding: 174px 0 122px;
}

.board-list-wrapper.community.training .thumbnail-list-table {
    width: 100%;
    border-top: 2px solid #262626;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 50px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr {
    width: 100%;
    height: 355px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr td {
    width: 100%;
    height: 355px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr:first-child {
    height: 395px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr:first-child td {
    height: 395px;
    padding-top: 40px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 40px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item {
    width: 270px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .thumbnail {
    width: 270px;
    height: 150px;
    border: solid 1px #dadada;
    margin-bottom: 20px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .thumbnail img {
    width: 100%;
    height: 100%;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #000;
    margin-bottom: 20px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .price-wrap {
    height: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .price-wrap .writer {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    color: #000;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .price-wrap .price {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap {
    width: 100%;
    height: 40px;
    background-color: #f8f8f8;
    padding: 12px 10px;
    display: flex;
    align-items: center;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap .people-icon {
    width: 29px;
    height: 14px;
    margin-right: 11px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap .people-count {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    color: #000;
    margin-right: 22px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap .star-mark {
    list-style: none;
    display: flex;
    align-items: center;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap .star-mark li {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap .star-mark li:last-child {
    margin-right: 0;
}

.board-list-wrapper.community.training .thumbnail-list-table tr .thumbnail-list-wrap .thumbnail-item .grade-mark-wrap .star-mark li .star-icon {
    width: 100%;
    height: 100%;
}

.board-view-wrapper {
    width: 100%;
    padding: 120px 0 129px;
    position: relative;
}

.board-view-wrapper .board-title {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.board-view-wrapper .content-button-wrap {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-view-wrapper .content-button-wrap .script-buttons {
    display: flex;
    align-items: center;
}

.board-view-wrapper .content-button-wrap .button {
    width: 80px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #474747;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.board-view-wrapper .content-button-wrap .button:last-child {
    margin-right: 0;
}

.inline{
    display: inline-block;
}
.content-buttons{
    text-align: center;
}
.content-buttons .apply-seminar-btn{
    width: 400px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e25f70;
    background-color: #FFF;
    font-family: 'Nanum Gothic';
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #e25f70;

}

.board-view-wrapper .view-data-wrap {
    width: 100%;
    padding-bottom: 60px;
    margin: 10px 0 19px 0;
    border-top: 2px solid #262626;
    border-bottom: 2px solid #111;
}
.board-view-wrapper .view-data-wrap .contents *{
    line-height:unset;
}

.board-view-wrapper .view-data-wrap .title-section {
    width: 100%;
    height: 113px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.board-view-wrapper .view-data-wrap .title-section .title {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin-bottom: 19px;
}

.board-view-wrapper .view-data-wrap .contents img{
    width: 100%;
}

.board-view-wrapper .view-data-wrap .title-section .data {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    color: #474747;
}

.board-view-wrapper .view-data-wrap .file-list-section {
    width: 100%;
    /*height: 80px;*/
    background-color: #f6fafc;
    padding: 20px 15px;
    display: flex;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.board-view-wrapper .view-data-wrap .file-list-section .file-icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.board-view-wrapper .view-data-wrap .file-list-section .file-list {
    list-style: none;
}

.board-view-wrapper .view-data-wrap .file-list-section .file-list li {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    line-height: 1.71;
    color: #929292;
}

.board-view-wrapper .view-data-wrap .file-list-section .file-list li a {
    color: #474747;
}

.board-view-wrapper .view-data-wrap .contents {
    line-height: 28px;
    padding: 96px 50px 60px;
    /*text-align: center;*/
}

.board-view-wrapper .view-data-wrap .comment-section {
    width: calc(100% - 100px);
    margin: 0 0 20px;
    border: solid 1px #ededed;
    background-color: #fafafa;
    padding: 29px 40px 40px;
}

.board-view-wrapper .view-data-wrap .comment-section .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ededed;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item:last-child {
    border-bottom: none;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .data-row {
    display: flex;
    align-items: center;
    width: 100%;
    height: 24px;
    margin-bottom: 12px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .data-row .writer {
    font-size: 15px;
    font-weight: bold;
    color: #111;
    margin-right: 3px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .data-row .write-date {
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    margin-right: 30px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .data-row .buttons {
    display: flex;
    align-items: center;
    gap:10px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .data-row .buttons a,
.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .data-row .buttons button
{
    width: 40px;
    height: 24px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #111;
    display: inline-block;
}


.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .contents-row {
    width: 100%;
    display: flex;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .contents-row .icon {
    width: 15px;
    height: 20px;
    margin-right: 14px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item .contents-row .contents {
    padding: 3px 62px 0 0;
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item.answer .data-row .icon {
    width: 16px;
    height: 16px;
    margin-right: 13px;
}

.board-view-wrapper .view-data-wrap .comment-section .comment-list .comment-item.answer .contents-row .contents {
    padding: 3px 62px 0 29px;
}

.board-view-wrapper .view-data-wrap .comment-write-section {
    width: calc(100% - 100px);
    margin: 0 0 20px;
    border-top: solid 2px #262626;
}

.board-view-wrapper .view-data-wrap  .comment-input-form {
    width: 100%;
    font-family: 'Nanum Gothic';
}

.board-view-wrapper .view-data-wrap  .comment-input-form tr {
    width: 100%;
    height: 60px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form tr:last-child {
    height: 120px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form th {
    width: 130px;
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #111;
    border: solid 1px #d8d8d8;
}

.board-view-wrapper .view-data-wrap  .comment-input-form th:first-child {
    width: 160px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td {
    padding: 10px 20px;
    border: solid 1px #d8d8d8;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td input[type=text],
.board-view-wrapper .view-data-wrap  .comment-input-form td input[type=password]
{
    border: solid 1px #d8d8d8;
    box-sizing: border-box;
    width: 150px;
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #484848;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .captcha-row {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .captcha-row .captcha-img {
    width: 107px;
    height: 40px;
    margin-right: 18px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .captcha-row .voice-btn {
    width: 85px;
    height: 24px;
    margin-right: 10px;
    border: solid 1px #d0d0d0;
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #484848;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .captcha-row .refresh-btn {
    width: 65px;
    height: 24px;
    margin-right: 19px;
    border: solid 1px #d0d0d0;
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #484848;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .captcha-row input[type=text] {
    margin-right: 10px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .captcha-row .comment {
    font-size: 12px;
    color: #de3c0a;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .comment-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .comment-wrap textarea {
    width: 760px;
    height: 100px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #484848;
    margin-right: 10px;
    resize: none;
}

.board-view-wrapper .view-data-wrap  .comment-input-form td .comment-wrap .write-btn {
    width: 100px;
    height: 100px;
    background-color: #e25f70;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    color: #fff;
    border: unset;
}

.popup-box.comment-delete-pop {
    width: 530px;
    height: 320px;
    padding: 30px 28px 55px 31px;
}

.popup-box.comment-delete-pop .popup-header {
    margin-bottom: 0;
}

.popup-box.comment-delete-pop .popup-contents {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.popup-box.comment-delete-pop .popup-contents .explanation {
    margin-bottom: 27px;
    font-family: 'Nanum Gothic';
    display: flex;
    flex-direction: column;
}

.popup-box.comment-delete-pop .popup-contents .explanation span {
    font-size: 13px;
    line-height: 1.85;
    color: #111;
}

.popup-box.comment-delete-pop .popup-contents .explanation span.point {
    font-size: 16px;
    font-weight: bold;
    color: #de3c0a;
}

.popup-box.comment-delete-pop .popup-contents .password-input-box {
    width: 470px;
    height: 100px;
    padding: 30px 74px 30px 60px;
    background-color: #f7f7f7;
}

.popup-box.comment-delete-pop .popup-contents .password-input-box .input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-box.comment-delete-pop .popup-contents .password-input-box .input-wrap .label {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: bold;
    color: #111;
}

.popup-box.comment-delete-pop .popup-contents .password-input-box .input-wrap input[type=text],
.popup-box.comment-delete-pop .popup-contents .password-input-box .input-wrap input[type=password]
{
    font-size: 14px;
    font-weight: normal;
    color: #111;
    width: 190px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    padding: 8px 10px;
    box-sizing: border-box;
}

.popup-box.comment-delete-pop .popup-contents .password-input-box .input-wrap .check-btn {
    width: 60px;
    height: 40px;
    background-color: #e25f70;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: unset;
}

.popup-box.seminar-request-pop {
    width: 580px;
    padding: 30px 35px 50px 30px;
}

.popup-box.seminar-request-pop .popup-header {
    margin-bottom: 31px;
}

.popup-box.seminar-request-pop .popup-contents {
    margin-bottom: 32px;
    border-top: 2px solid #262626;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table {
    width: 100%;
    font-family: 'Nanum Gothic';
    margin-bottom: 10px;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table tr {
    width: 100%;
    height: 60px;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table th {
    width: 120px;
    background-color: #f7f7f7;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #111;
    border: 1px solid #d8d8d8;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td {
    padding: 10px 20px;
    border: 1px solid #d8d8d8;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td input[type=text], .popup-box.seminar-request-pop .popup-contents .request-form-table td select {
    width: 250px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 13px;
    color: #747474;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap {
    display: flex;
    flex-direction: column;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap input {
    margin-bottom: 10px;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap input:last-child {
    margin-bottom: 0;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap .radio-wrap {
    height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap .radio-wrap:last-child {
    margin-bottom: 0;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap .radio-wrap input[type=radio] {
    margin: 0 11px 0 0;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table td .input-wrap .radio-wrap .label {
    font-size: 13px;
    color: #000;
}

.popup-box.seminar-request-pop .popup-contents .request-form-table tr:first-child, .popup-box.seminar-request-pop .popup-contents .request-form-table tr:last-child {
    height: 109px;
}

.popup-box.seminar-request-pop .popup-contents .check-wrap {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
}

.popup-box.seminar-request-pop .popup-contents .check-wrap input[type=checkbox] {
    width: 28px;
    height: 28px;
    margin-right: 11px;
}

.popup-box.seminar-request-pop .popup-contents .check-wrap .label {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #111;
}

.popup-box.seminar-request-pop .popup-footer {
    width: 100%;
    height: 60px;
    text-align: center;
}

.popup-box.seminar-request-pop .popup-footer .submit-btn {
    width: 300px;
    height: 60px;
    border: solid 1px #111;
    background-color: #e25f70;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

#seminar-form-wrap {
    width: 100%;
    /*width: 1200px;*/
    padding: 96px 0 173px;
    margin: 0 auto;
}

#seminar-form-wrap .page-title {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #111;
    padding-bottom: 49px;
    border-bottom: 1px solid #d8d8d8;
}

#seminar-form-wrap .section-title {
    padding-top: 60px;
    width: 700px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 auto 20px;
}

#seminar-form-wrap .seminar-form-table {
    width: 700px;
    margin: 0 auto 20px;
    font-family: 'Nanum Gothic';
    border-top: 2px solid #262626;
}

#seminar-form-wrap .seminar-form-table tr {
    width: 100%;
    height: 70px;
}

#seminar-form-wrap .seminar-form-table tr:nth-child(4) {
    height: auto;
}

#seminar-form-wrap .seminar-form-table tr:nth-child(5) {
    height: auto;
}



#seminar-form-wrap .seminar-form-table th {
    width: 180px;
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 18px;
    line-height: 1.5;
}

#seminar-form-wrap .seminar-form-table td {
    border: 1px solid #d8d8d8;
    padding: 15px 20px;
}

#seminar-form-wrap .seminar-form-table th.essential:after {
    content: "*";
    display: inline-block;
    color: #ff0000;
    margin-left: 4px;
    vertical-align: middle;
}

#seminar-form-wrap .seminar-form-table td input[type=text] {
    width: 400px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    box-sizing: border-box;
    padding: 8px 16px;
    font-size: 13px;
    color: #747474;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap {
    width: 400px;
    display: flex;
    flex-direction: column;
    margin-bottom: 9px;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap .date-time-list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap .date-time-list li {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap .date-time-list li.active {
    border: solid 1px #8ca5ea;
    background-color: #8ca5ea;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap .date-time-list li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #000;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap .date-time-list li.active a {
    color: #fff;
}

#seminar-form-wrap .seminar-form-table td .time-select-wrap .date-time-list li:last-child {
    margin-bottom: 0;
}

#seminar-form-wrap .seminar-form-table td .comment-wrap p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
    color: #ff1e1e;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap {
    width: 100%;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .comment-wrap{
    margin-top: 10px;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list {
    width: 100%;
    list-style: none;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list li {
    width: 100%;
    margin-bottom: 10px;
}

#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list li {
    width: 100%;
    max-width: 400px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    outline: none;
}
#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list li.active {
    border: solid 1px #8ca5ea;
    background-color: #8ca5ea;
    color: #fff;

}


#seminar-form-wrap .seminar-form-table td .route-select-wrap .route-list li:last-child {
    margin-bottom: 0;
}

#seminar-form-wrap .check-wrap {
    width: 700px;
    height: 28px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#seminar-form-wrap .check-wrap .point {
    color: #f00;
    margin: 0 5px;
}

#seminar-form-wrap .check-wrap input[type=checkbox] {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

#seminar-form-wrap .check-wrap .label {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

#seminar-form-wrap .check-wrap .label .point {
    color: #f00;
}

#seminar-form-wrap .button {
    width: 700px;
    height: 93px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

#seminar-form-wrap .button .submit-btn {
    width: 300px;
    height: 60px;
    border: unset;
    background-color: #e25f70;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.intro-contents-wrapper {
    width: 100%;
    padding: 100px 0 128px;
    position: relative;
}

.intro-contents-wrapper .section {
    width: 100%;
    margin-bottom: 100px;
}

.intro-contents-wrapper .section:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper .section .contents-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #111;
}

.intro-contents-wrapper .section .explanation {
    text-align: center;
    background-color: #f8f8f8;
    margin-top: 70px;
}

.intro-contents-wrapper .section .explanation p {
    padding: 38px 0;
    font-size: 25px;
    line-height: 1.8;
    color: #111;
}

.intro-contents-wrapper .section .explanation p strong{
    font-size: 28px;
}

.intro-contents-wrapper .story-content-img-box {
    margin-top: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16.5px;
}

.intro-contents-wrapper .story-content-img-box .story-content-container {
    width: 320px;
}

.intro-contents-wrapper .story-content-img-box .story-content-container .story-content-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.intro-contents-wrapper .story-content-img-box .story-content-container .content-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #111;
    width: 100%;
    max-height: 120px;
    background-color: #e3eff6;
    border-radius: 30px;
    padding: 40px 35px;
}
.intro-contents-wrapper .story-content-img-box .story-content-container .content-text-box>span{
    line-height: 1.2;
}

.intro-contents-wrapper .story-content-img-box .arrow-img {
    align-self: center;
    margin-top: 50px;
}

.intro-contents-wrapper .story-content-img-box .story-content-container .content-text-box.education {
    background-color: #f3e1ca;
}

.intro-contents-wrapper .story-content-img-box .story-content-container .content-text-box.indivi span {
    line-height: 1.4;
}

.intro-contents-wrapper .story-content-img-box .story-content-container.pro-edu {
    width: 100%;
    text-align: center;
}

.intro-contents-wrapper .story-content-img-box .story-content-container.pro-edu .arrow-img {
    margin-top: 78px;
    margin-bottom: 60px;
}

.intro-contents-wrapper .story-content-img-box .story-content-container.pro-edu .story-content-img {
    margin-bottom: 31px;
}

.intro-contents-wrapper .story-content-img-box .story-divide {
    display: flex;
}

.intro-contents-wrapper .story-content-img-box .story-divide .story-divide-content {
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center;
    padding: 21px 62px;
    border-right: 1px solid #d6d6d6;
}

.intro-contents-wrapper .story-content-img-box .story-divide .story-divide-content:last-child {
    border: none;
}

.intro-contents-wrapper .story-content-img-box .story-divide .story-divide-content p {
    line-height: 32px;
    font-size: 18px;
    color: #a0a0a0;
}

.intro-contents-wrapper .story-content-img-box .story-divide .story-divide-content p strong {
    font-weight: 600;
    font-size: 24px;
    color: #111;
}

/*.intro-contents-wrapper .section .story-content-img-box {
    width: 100%;
    height: 400px;
}*/

/*.intro-contents-wrapper .section .story-content-img-box img {
    width: 100%;
    height: 100%;
}*/

.intro-contents-wrapper .section.vision {
    background-color: #3d59c2;
    padding: 25px 0;
}

.intro-contents-wrapper .section.vision .vision-content {

}

.intro-contents-wrapper .section.vision .vision-content p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    line-height: 1.3;
}

/*.intro-contents-wrapper .section.vision .contents-title {
    margin-bottom: 50px;
}

.intro-contents-wrapper .section .vision-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.intro-contents-wrapper .section .vision-list .vision-item {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.intro-contents-wrapper .section .vision-list .vision-item:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper .section .vision-list .vision-item .thumbnail {
    width: 380px;
    height: 200px;
    position: relative;
}

.intro-contents-wrapper .section .vision-list .vision-item .thumbnail img {
    width: 380px;
    height: 200px;
}

.intro-contents-wrapper .section .vision-list .vision-item .thumbnail .vision-title {
    width: 210px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-contents-wrapper .section .vision-list .vision-item .vision {
    width: 820px;
    height: 200px;
    padding: 39px 58px 39px 45px;
    background-color: #f1f5f8;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}*/

.intro-contents-wrapper .section .talented-person {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 91px 82px 0;
}

.intro-contents-wrapper .section .talented-person .person-item {
    width: 180px;
    display: flex;
    flex-direction: column;
    margin-right: 105px;
    position: relative;
}

.intro-contents-wrapper .section .talented-person .person-item:last-child {
    margin-right: 0;
}

.intro-contents-wrapper .section .talented-person .person-item .image-box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    z-index: 100;
    margin-bottom: 36px;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(1) .image-box {
    background-color: #ef5433;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(2) .image-box {
    background-color: #b3c447;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(3) .image-box {
    background-color: #ffb426;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(4) .image-box {
    background-color: #2fb6ce;
}

.intro-contents-wrapper .section .talented-person .person-item .image-box .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 50px;
}

.intro-contents-wrapper .section .talented-person .person-item .image-box .icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

.intro-contents-wrapper .section .talented-person .person-item .image-box .icon .talent {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.intro-contents-wrapper .section .talented-person .person-item .shadow {
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    width: 180px;
    height: 162px;
    background-color: #e3e0e0;
    z-index: 50;
    position: absolute;
    top: 40px;
    left: -20px;
    box-shadow: none !important;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(2) .shadow {
    top: 0;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(3) .shadow {
    top: -13px;
    left: auto;
    right: -22px;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(4) .shadow {
    top: 4px;
    left: auto;
    right: -21px;
}

.intro-contents-wrapper .section .talented-person .person-item .talent-copy-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-contents-wrapper .section .talented-person .person-item .talent-copy-wrap .english-copy {
    font-size: 20px;
    font-weight: bold;
    color: #ef5433;
    margin-bottom: 11px;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(2) .talent-copy-wrap .english-copy {
    color: #b3c447;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(3) .talent-copy-wrap .english-copy {
    color: #ffb426;
}

.intro-contents-wrapper .section .talented-person .person-item:nth-child(4) .talent-copy-wrap .english-copy {
    color: #2fb6ce;
}

.intro-contents-wrapper .section .talented-person .person-item .talent-copy-wrap .korean-copy {
    font-size: 16px;
    color: #111;
}

.intro-contents-wrapper .section.history .explanation {
    margin-bottom: 91px;
}

.intro-contents-wrapper .section .schedule-list-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.intro-contents-wrapper .section .schedule-list-wrap .year-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.intro-contents-wrapper .section .schedule-list-wrap .year-list li {
    font-family: Roboto;
    font-size: 80px;
    font-weight: 600;
    color: rgba(17, 17, 17, 0.1);
    margin-bottom: 40px;
}

.intro-contents-wrapper .section .schedule-list-wrap .year-list li:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper .section .schedule-list-wrap .year-list li.active {
    color: #e25f70;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list {
    display: flex;
    flex-direction: column;
    width: 850px;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item {
    width: 850px;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .month {
    width: 86px;
    padding: 20px;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .month, .intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .schedule li {
    font-size: 16px;
    color: rgba(17, 17, 17, 0.3);
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .schedule {
    list-style: none;
    padding: 20px 20px 20px 0;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item.active .month {
    font-weight: bold;
    color: #7e7e7e;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .schedule li {
    margin-bottom: 8px;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .schedule li:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item.active .schedule li {
    color: #111;
}

.intro-contents-wrapper .section .schedule-list-wrap .schedule-list .schedule-item .schedule li.point {
    font-weight: bold;
}

.intro-contents-wrapper .section .organization-box {
    width: 100%;
    height: 650px;
}

.intro-contents-wrapper .section .organization-box img {
    width: 100%;
    height: 650px;
}

.intro-contents-wrapper .section .classroom-item {
    width: 100%;
    height: 740px;
    padding: 40px 90px 58px 0;
    display: flex;
    border: solid 1px #dadada;
    margin-bottom: 100px;
}

.intro-contents-wrapper .section .classroom-item:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper .section .classroom-item .title-bar {
    width: 50px;
    height: 5px;
    background-color: #f88d3f;
    margin: 8px 40px 0 0;
}

.intro-contents-wrapper .section .classroom-item .classroom {
    display: flex;
    flex-direction: column;
}

.intro-contents-wrapper .section .classroom-item .classroom .room-title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 19px;
}

.intro-contents-wrapper .section .classroom-item .classroom .room-slide-wrap {
    width: 1020px;
    height: 600px;
    position: relative;
}

.intro-contents-wrapper .section .classroom-item .classroom .room-slide-wrap img {
    width: 1020px;
    height: 600px;
}

.intro-contents-wrapper .section .classroom-item .classroom .room-slide-wrap .slide-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.intro-contents-wrapper .section .classroom-item .classroom .room-slide-wrap .slide-btn.prev {
    left: 20px;
}

.intro-contents-wrapper .section .classroom-item .classroom .room-slide-wrap .slide-btn.next {
    right: 20px;
}

.intro-contents-wrapper.people {
    padding: 100px 0 174px;
}

.intro-contents-wrapper.people.location {
    padding: 100px 0 224px;
}

.intro-contents-wrapper.people.license {
    padding: 100px 0 155px;
}

.intro-contents-wrapper.people h1.title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 50px;
}

.intro-contents-wrapper.people.location h1.title {
    margin-bottom: 35px;
}

.intro-contents-wrapper.people .instructor-list-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 61px;*/
    flex-wrap: wrap;
}


.intro-contents-wrapper.people .instructor-list-row:last-child {
    /*margin-bottom: 0;*/
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item {
    width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 61px;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin-bottom: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #dbdbdb;
    overflow: hidden;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -25px 0px;
}

.instructor-item .teacher-img{
    background: no-repeat left/100%  ;
    width: 70%;
    height: 240px;
    border-radius: 50%;
    margin-bottom: 49px;
    border: 1px solid #dbdbdb;
}

.instructor-item .teacher-img.no-img{
    background: url('/images/icon-instructor.png') no-repeat center/50%;
    width: 240px;
}

.instructor-item .img .no-img-icon {
    width: 35% !important;
    height: auto !important;
    object-fit: none !important;
    object-position: 0 0 !important;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .name.rpi{
    background-color: #fdae48;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .img.no-img img {
    width: 84px;
    height: 102px;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .info {
    position: relative;
    width: 560px;
    height: auto;
    min-height: 515px;
    padding: 70px 30px 30px;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .info>.contents *{
    line-height: 1.75 !important;
}


.intro-contents-wrapper.people .instructor-list-row .instructor-item .name {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 250px;
    height: 60px;
    border-radius: 30px;
    background-color: #519ee5;
    text-align: center;
    padding: 0 15px;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .name span {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .info ul {
    list-style: none;
}

.intro-contents-wrapper.people .instructor-list-row .instructor-item .info ul li {
    font-size: 16px;
    line-height: 1.75;
    color: #111;
}

.intro-contents-wrapper.people.location .tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.intro-contents-wrapper.people.location .tabs a.tab-item {
    width: 300px;
    height: 64px;
    border-bottom: 5px solid #d8d8d8;
    background: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    color: #a4a4a4;
    margin-right: 10px;
}

.intro-contents-wrapper.people.location .tabs a.tab-item:last-child {
    margin-right: 0;
}

.intro-contents-wrapper.people.location .tabs a.tab-item.active {
    color: #111;
    border-bottom: 5px solid #e25f70;
}

.intro-contents-wrapper.people.location #map {
    width: 100%;
    height: 500px;
    border: solid 1px #d9d9d9;
    background-color: #d9d9d9;
    position: relative;
}

.intro-contents-wrapper.people.location #map .detail-view-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: #e25f70;
    padding: 16px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.intro-contents-wrapper.people.location #map .detail-view-box .icon {
    width: 21px;
    height: 21px;
}

.intro-contents-wrapper.people.location #map .detail-view-box span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.38;
    text-align: center;
    color: #fff;
}

.intro-contents-wrapper.people.location .school-info-row {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 40px 0 50px;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
}

.intro-contents-wrapper.people.location .school-info-row:last-child {
    border-bottom: none;
}

.intro-contents-wrapper.people.location .school-info-row .icon {
    width: 50px;
    height: 50px;
    background-color: #e25f70;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.intro-contents-wrapper.people.location .school-info-row .icon img {
    width: 30px;
    height: 28px;
}

.intro-contents-wrapper.people.location .school-info-row .school-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-contents-wrapper.people.location .school-info-row .school-info .info-title {
    width: 1080px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.intro-contents-wrapper.people.location .school-info-row .school-info .info-title span {
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.intro-contents-wrapper.people.location .school-info-row .school-info .info-content {
    list-style: none;
    margin-bottom: 20px;
}

.intro-contents-wrapper.people.location .school-info-row .school-info .info-content:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper.people.location .school-info-row .school-info .info-content li {
    font-size: 16px;
    line-height: 1.75;
    color: #111;
}

.intro-contents-wrapper.people.location .school-info-row .school-info .info-content li span {
    display: inline-block;
    width: 97px;
    font-weight: bold;
}

.intro-contents-wrapper.people.license .title {
    margin-bottom: 59px;
}

.intro-contents-wrapper.people.license .license-info-table {
    width: 100%;
    border-top: 2px solid #262626;
    margin-bottom: 59px;
}

.intro-contents-wrapper.people.license .license-info-table thead tr {
    width: 100%;
    height: 60px;
    background-color: #eaeaea;
}

.intro-contents-wrapper.people.license .license-info-table th {
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #111;
}

.intro-contents-wrapper.people.license .license-info-table td {
    border: 1px solid #d0d0d0;
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 20px;
}

.intro-contents-wrapper.people.license .license-info-table td:first-child {
    background-color: #f8fbff;
    font-weight: bold;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap {
    display: flex;
    flex-direction: column;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap ul {
    list-style: none;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap ul li {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #000;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap ul li strong {
    font-weight: bold;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap .grade {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap .grade.first {
    color: #3354e6;
}

.intro-contents-wrapper.people.license .license-info-table td .price-info-wrap .grade.second {
    color: #e65b17;
}

.intro-contents-wrapper.people.license .section {
    width: 100%;
    margin-bottom: 59px;
}

.intro-contents-wrapper.people.license .section:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper.people.license .section h3.title {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.intro-contents-wrapper.people.license .section ul {
    width: 100%;
    padding: 30px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    list-style: none;
    border-top: 1px solid #262626;
}

.intro-contents-wrapper.people.license .section ul li {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    line-height: 1.75;
    color: #111;
}

.intro-contents-wrapper.people.license .section ul li strong {
    font-weight: bold;
}

.intro-contents-wrapper.people.license .section ul li.sub {
    padding-left: 72px;
}

.intro-contents-wrapper.people.partnership {
    padding: 100px 0 416px;
}

.intro-contents-wrapper.people.partnership .title {
    margin-bottom: 38px;
}

.intro-contents-wrapper.people.partnership .section {
    width: 100%;
    margin-bottom: 39px;
}

.intro-contents-wrapper.people.partnership .section:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper.people.partnership .section.info-agree {
    margin-bottom: 69px;
}


.intro-contents-wrapper.people.partnership .section h3.title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.intro-contents-wrapper.people.partnership .buttons {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-contents-wrapper.people.partnership .buttons .button {
    width: 240px;
    height: 60px;
    margin-right: 10px;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.intro-contents-wrapper.people.partnership .buttons .button:last-child {
    margin-right: 0;
}

.intro-contents-wrapper.people.partnership .buttons .button.submit {
    border: unset;
    background-color: #e25f70;
}

.intro-contents-wrapper.people.partnership .buttons .button.cancel {
    border: solid 1px #c6c6c6;
    background-color: #c6c6c6;
}

.intro-contents-wrapper.people.partnership .partnership-input-table {
    width: 100%;
    border-top: solid 2px #262626;
    font-family: 'Nanum Gothic';
}

.intro-contents-wrapper.people.partnership .partnership-input-table tr {
    width: 100%;
    height: 68px;
}

.intro-contents-wrapper.people.partnership .partnership-input-table th {
    width: 160px;
    background-color: #f7f7f7;
    padding-left: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: solid 1px #d8d8d8;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td {
    border: solid 1px #d8d8d8;
    padding: 16px 21px;
}

.intro-contents-wrapper.people.partnership .section .partnership-input-table th.essential-mark:after {
    content: "*";
    display: inline-block;
    color: #f00;
    margin-left: 5px;
    vertical-align: middle;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap {
    width: 960px;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .radio-wrap {
    margin-right: 34px;
    display: flex;
    align-items: center;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .radio-wrap:last-child {
    margin-right: 0;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .radio-wrap input[type=radio] {
    margin-right: 10px;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .radio-wrap .label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td input[type=text] {
    box-sizing: border-box;
    /*width: 250px;*/
    width: calc( 33% - 30px);
    min-width: 300px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #111;
    padding: 8px 10px;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .phone-hyphen {
    /*margin: 0 7px 0 7px;*/
    width: 30px;
    text-align: center;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: unset;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap.column .email-row {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap.column .email-row .email-at {
    /*margin: 0 9px 0 9px;*/
    width: 30px;
    text-align: center;
    font-size: 13px;
    color: #111;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap.column .email-row select {
    box-sizing: border-box;
    height: 40px;
    width: calc( 33% - 30px);
    min-width: 300px;
    padding: 8px 10px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #111;
    margin-right: 30px;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap.column .comment {
    font-size: 13px;
    color: #111;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .select-btn {
    width: 110px;
    height: 40px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .comment {
    font-size: 13px;
    color: #111;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap textarea {
    width: 960px;
    height: 180px;
    padding: 10px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #111;
    box-sizing: border-box;
    resize: none;
}

.intro-contents-wrapper.people.partnership .partnership-input-table td .inner-wrap .byte-comment {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    color: #adadad;
}

.intro-contents-wrapper.people.partnership .section.info-agree .comment {
    width: 100%;
    /*height: 15px;*/
    line-height: 1.5;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}

.intro-contents-wrapper.people.partnership .info-agree-category {
    width: 100%;
    border-top: solid 2px #262626;
    font-family: 'Nanum Gothic';
}

.intro-contents-wrapper.people.partnership .info-agree-category thead tr {
    width: 100%;
    height: 68px;
}

.intro-contents-wrapper.people.partnership .info-agree-category thead th {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: solid 1px #d8d8d8;
    text-align: center;
}

.intro-contents-wrapper.people.partnership .info-agree-category thead th:nth-child(1) {
    width: 350px;
}

.intro-contents-wrapper.people.partnership .info-agree-category thead th:nth-child(2) {
    width: 260px;
}

.intro-contents-wrapper.people.partnership .info-agree-category thead th:nth-child(3) {
    width: 425px;
}



.intro-contents-wrapper.people.partnership .info-agree-category td {
    border: solid 1px #d8d8d8;
    padding: 16px 21px;
    font-size: 15px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

.intro-contents-wrapper.people.partnership .info-agree-category td .inner-wrap {
    display: flex;
    flex-direction: column;
}

.intro-contents-wrapper.people.partnership .info-agree-category td .inner-wrap .radio-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.intro-contents-wrapper.people.partnership .info-agree-category td .inner-wrap .radio-wrap:last-child {
    margin-bottom: 0;
}

.intro-contents-wrapper.people.partnership .info-agree-category td .inner-wrap .radio-wrap input[type=radio] {
    margin-right: 10px;
}

.intro-contents-wrapper.people.partnership .info-agree-category td .inner-wrap .radio-wrap .label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
}

.practice-room-wrapper.reservation.study_room .room-select-area .practice-rooms-tabs .room-item {
    width: calc(100% / 8 - 10px);
}
.room-item.practice_time.disabled,
.room-item.practice_time.unable
{
    color: #c2c2c2 !important;
    background-color: #e3e3e3;
    cursor: unset;
}



.practice-room-wrapper.reservation .footer-btn .reserv-btn{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #e25f70;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.practice-room-wrapper.reservation.study_room .bar {
    width: 100%;
    height: 10px;
    background-color: #e3e3e3;
    position: relative;
    margin-bottom: 40px;
}



.practice-room-wrapper.reservation .room-time-table-header .title {
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.practice-room-wrapper.reservation .time-table tr {
    height: 50px;
}

.practice-room-wrapper.reservation .time-table tr td {
    padding: 10px 9px;
    height: 50px;
}

.practice-room-wrapper.reservation .time-table tr td:first-child {
    width: 115px;
    background-color: #f9f9fd;
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #111;
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .count {
    font-family: 'Nanum Gothic';
    font-size: 14px;
    font-weight: bold;
    /*margin-right: 15px;*/
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .count.end {
    color: #7f7f7f;
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .count.able {
    color: #111;
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .reserv-btn {
    width: 60px;
    height: 28px;
    border-radius: 14px;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    display: inline-block;
    /*margin-left: auto;*/
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .reserv-btn.end {
    background-color: #d0d0d0;
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .reserv-btn.able {
    background-color: #36b518;
}

.practice-room-wrapper.reservation .time-table tr td .reserv-box .reserv-btn.selected {
    background-color: #ea6720;
}

.popup-box.reservation-pop {
    width: 590px;
    padding: 40px 40px 52px;
}

.popup-box.reservation-pop .popup-header {
    margin-bottom: 20px;
}

.popup-box.reservation-pop .popup-header .popup-title {
    display: flex;
    align-items: center;
    justify-content: left;
}

.popup-box.reservation-pop .popup-header .popup-title span {
    margin-right: 10px;
}

.popup-box.reservation-pop .popup-header .comment {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    color: #ee1a1a;
    margin-right: 0;
}




.popup-box.reservation-pop .popup-contents {
    width: 100%;
}

.popup-box.reservation-pop .section {
    /*border-bottom: 1px solid #111;*/
    margin-bottom: 29px;
    width: 100%;
    padding-bottom: 30px;
}

.popup-box.reservation-pop .section:last-child {
    margin-bottom: 0;
}

.popup-box.reservation-pop .section.info-box .info {
    width: 510px;
    padding: 22px 30px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}

.popup-box.reservation-pop .section.info-box .info ul {
    list-style: none;
    width: 50%;
}

.popup-box.reservation-pop .section.info-box .info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.popup-box.reservation-pop .section.info-box .info ul li:last-child {
    margin-bottom: 0;
}

.popup-box.reservation-pop .section.info-box .info ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ea6720;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.popup-box.reservation-pop .section.select {
    margin-bottom: 40px;
}

.popup-box.reservation-pop .section.select .section-title {
    font-size: 30px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

.popup-box.reservation-pop .section.select .equipments {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-box.reservation-pop .section.select .equipments .item {
    width: 120px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #111;
    display: inline-block;
}

.popup-box.reservation-pop .section.select .equipments .item.active {
    border: solid 1px #ea6720;
    background-color: #ea6720;
    color: #fff;
}

.popup-box.reservation-pop .section.select .equipments .item.unable {
    border: solid 1px #d0d0d0;
    background-color: #d0d0d0;
    color: #fff;
}

.popup-box.reservation-pop .popup-footer {
    width: 100%;
    position: relative;
    left: -30px;
    padding: 20px 30px 0;
    border-top: 1px solid #d8d8d8;
}

.popup-box.reservation-pop .popup-footer .buttons {
    width: 100%;
    height: 50px;
    text-align: center;
}

.popup-box.reservation-pop .popup-footer .buttons .button {
    width: 160px;
    height: 50px;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    margin-right: 15px;
}

.popup-box.reservation-pop .popup-footer .buttons .button:last-child {
    margin-right: 0;
}

.popup-box.reservation-pop .popup-footer .buttons .button.submit {
    /*border: solid 1px #111;*/
    background-color: #e25f70;
}

.popup-box.reservation-pop .popup-footer .buttons .button.cancel {
    border: solid 1px #d0d0d0;
    background-color: #d0d0d0;
}

.practice-room-wrapper.reservation.list {
    padding-bottom: 286px;
}

.practice-room-wrapper.reservation.list .room-type-tabs {
    margin-bottom: 40px;
}

.practice-room-wrapper.reservation.list .section.reservation-list {
    width: 100%;
}

.practice-room-wrapper.reservation.list .section.reservation-list .section-title {
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row {
    width: 100%;
    font-family: 'Nanum Gothic';
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row:last-child {
    margin-bottom: 0;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item {
    width: 580px;
    display: flex;
    flex-direction: column;
    padding: 29px 30px 33px;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-no {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-no span {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-data {
    display: flex;
    align-items: center;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-data .label {
    width: 150px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
    color: #514c96;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-data .data {
    width: 270px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-data .button {
    width: 100px;
    height: 40px;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-data .button .cancel-btn {
    width: 100px;
    height: 40px;
    border-radius: 10px;
    background-color: #d8d8d8;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row .reserv-item .reserv-data .button .cancel-btn.active {
    /*border: solid 1px #111;*/
    background-color: #e25f70;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row.null {
    height: 80px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.practice-room-wrapper.reservation.list .section.reservation-list .list-row.null span {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #111;
}

/*.practice-room-wrapper.reservation.study_room .bar {
    width: 100%;
    height: 1px;
    background: #737373;
    margin-top: 50px;
}*/

.popup-box.seat-select-pop {
    padding: 40px 40px 49px;
}

.popup-box.seat-select-pop .popup-header {
    margin-bottom: 45px;
}

.popup-box.seat-select-pop .popup-contents {
    width: 100%;
    padding-bottom: 37px;
    border-bottom: 1px solid #111;
    margin-bottom: 40px;
}

.popup-box.seat-select-pop .popup-contents .seat-box {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.popup-box.seat-select-pop .popup-contents .seat-box:last-child {
    margin-bottom: 0;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column {
    display: flex;
    flex-direction: column;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column:first-child {
    margin-right: 50px;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column:nth-child(2) {
    margin-right: 130px;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column .seat-row {
    display: flex;
    align-items: center;
    justify-content: left;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column .seat-row:first-child {
    margin-bottom: 10px;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column .seat-row .seat {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 40px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #111;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column .seat-row .seat:last-child {
    margin-right: 0;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column .seat-row .seat.unable {
    border: solid 1px #d0d0d0;
    background-color: #d0d0d0;
    color: #fff;
}

.popup-box.seat-select-pop .popup-contents .seat-box .seat-column .seat-row .seat.selected {
    border: solid 1px #ea6720;
    background-color: #ea6720;
    color: #fff;
}

.popup-box.seat-select-pop .popup-footer .buttons {
    width: 100%;
    height: 50px;
    text-align: center;
}

.popup-box.seat-select-pop .popup-footer .buttons .button {
    display: inline-block;
    margin-right: 15px;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.popup-box.seat-select-pop .popup-footer .buttons .button:last-child {
    margin-right: 0;
}

.popup-box.seat-select-pop .popup-footer .buttons .button.submit {
    border: solid 1px #111;
    background-color: #e25f70;
}

.popup-box.seat-select-pop .popup-footer .buttons .button.cancel {
    border: solid 1px #d0d0d0;
    background-color: #d0d0d0;
}

.board-list-wrapper.license_list {
    padding: 100px 0 202px;
}

#contents-wrap .board-list-wrapper.license_list .page-title {
    margin: 0 0 36px;
}

.board-list-wrapper.license_list .board-table {
    margin-bottom: 40px;
}

.board-list-wrapper.license_list .board-table tbody tr {
    height: 60px;
}

.board-list-wrapper.license_list .board-table tbody td:nth-child(2) {
    text-align: left;
    padding-left: 20px;
}

.board-list-wrapper.license_list .board-table tbody td .print-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #111;
}

.board-list-wrapper.license_list .board-table tbody td .print-btn.active {
    background-color: #e25f70;
    color: #fff;
}

.board-list-wrapper.test_request {
    padding: 100px 0 257px;
}

#contents-wrap .board-list-wrapper.test_request .page-title {
    margin: 0 0 38px;
}

.board-list-wrapper.test_request .test-list-wrapper {
    width: 100%;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*margin-bottom: 30px;*/
    gap: 30px;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row:last-child {
    margin-bottom: 0;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item {
    width: 580px;
    height: 170px;
    padding: 27px 32px 29px;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .test-name {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .test-schedule {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    margin-bottom: 19px;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .buttons {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .buttons .button {
    display: inline-block;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #111;
    margin-right: 10px;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .buttons .button:last-child {
    margin-right: 0;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .buttons .button.change {
    width: 160px;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .buttons .button.completion.active {
    /*border: solid 1px #111;*/
    border: none;
    background-color: #e25f70;
    color: #fff;
}

.board-list-wrapper.test_request .test-list-wrapper .test-row .test-item .buttons .button.change.unable {
    border: solid 1px #d8d8d8;
    background-color: #d8d8d8;
    color: #fff;
}

.board-list-wrapper.test_request_form {
    padding: 100px 0 98px;
}

#contents-wrap .board-list-wrapper.test_request_form .page-title {
    margin: 0 0 38px;
}

#contents-wrap .board-list-wrapper.test_request_form .page-sub-title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #111;
}

#contents-wrap .board-list-wrapper.test_request_form .explanation-text-box {
    width: 100%;
    height: 100px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#contents-wrap .board-list-wrapper.test_request_form .explanation-text-box.white {
    height: auto;
    background-color: #fff;
    margin-bottom: 27px;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: #111;
}

#contents-wrap .board-list-wrapper.test_request_form .explanation-text-box span {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: #111;
}

.board-list-wrapper.test_request_form .test-request-form-table {
    width: 100%;
    border-top: 2px solid #111;
    margin-bottom: 59px;
}

.board-list-wrapper.test_request_form .test-request-form-table tr {
    border-bottom: 1px solid #d8d8d8;
    height: 70px;
}

.board-list-wrapper.test_request_form .test-request-form-table th {
    width: 200px;
    padding-left: 30px;
    background-color: #f7f7f7;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.board-list-wrapper.test_request_form .test-request-form-table td {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    color: #111;
    padding: 20px;
}

.board-list-wrapper.test_request_form .test-request-form-table td select {
    width: 25%;
    height: 40px;
    padding: 8px 10px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    color: #111;
    outline: none;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap {
    display: flex;
    flex-direction: column;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .buttons {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 8px;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .buttons .button {
    display: inline-block;
    width: calc(25% - 18px);
    height: 40px;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    margin-right: 10px;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #111;
    outline: none;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .buttons .button:last-child {
    margin-right: 0;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .buttons .button.active {
    /*border: solid 1px #dbdbdb;*/
    border: none;
    background-color: #e25f70;
    color: #fff;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .check-wrap {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 12px;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .check-wrap:last-child {
    margin-bottom: 0;
}

.board-list-wrapper.test_request_form .test-request-form-table td .inner-wrap .check-wrap input[type=checkbox] {
    margin-right: 10px;
}

.board-list-wrapper.test_request_form .check-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.board-list-wrapper.test_request_form .check-wrap input[type=checkbox] {
    margin-right: 7px;
}

.board-list-wrapper.test_request_form .check-wrap .label {
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    color: #111;
}

.board-list-wrapper.test_request_form .buttons {
    width: 100%;
    text-align: center;
    height: 60px;
}

.board-list-wrapper.test_request_form .buttons button,
.board-list-wrapper.test_request_form .buttons a{
    width: 300px;
    height: 60px;
    border: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.board-list-wrapper.test_request_form .buttons .request-btn {
    background-color: #e25f70;
    color: #fff;
}

.board-list-wrapper.test_request_form .buttons .cancel-btn {
    background-color: #c6c6c6;
    color: #fff;

}

.board-list-wrapper.resume_list {
    padding: 100px 0 152px;
}

#contents-wrap .board-list-wrapper.resume_list .page-title {
    margin: 0 0 39px;
}

#contents-wrap .board-list-wrapper.resume_list .buttons {
    width: 100%;
    text-align: right;
    height: 40px;
    margin-bottom: 10px;
}

#contents-wrap .board-list-wrapper.resume_list .notify + .buttons {
    margin: 0;
}

#contents-wrap .board-list-wrapper.resume_list .buttons .write-btn {
    border: none;

    display: inline-block;
    width: 150px;
    height: 40px;
    background-color: #ea6720;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
    padding: 0;
}

.board-list-wrapper.resume_list .board-table {
    margin-bottom: 40px;
}

.board-list-wrapper.resume_list .board-table tbody tr {
    height: 60px;
}

.board-list-wrapper.resume_list .board-table tbody td .check-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #111;
}

.board-list-wrapper.resume_list .board-table tbody td .check-btn.hover {
    background-color: #e25f70;
    color: #fff;
}

.board-list-wrapper.resume_list .board-table tbody td:nth-child(2) {
    padding-left: 20px;
    text-align: left;
}

.board-list-wrapper.resume_request {
    padding: 100px 0 188px;
}

#contents-wrap .board-list-wrapper.resume_request .page-title {
    margin: 0 0 38px;
}

.board-list-wrapper.resume_request .section {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 15px;
}

.board-list-wrapper.resume_request .buttons {
    width: 100%;
    height: 60px;
    text-align: center;
}

.board-list-wrapper.resume_request .buttons .button {
    width: 240px;
    height: 60px;
    display: inline-block;
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.board-list-wrapper.resume_request .buttons .button:last-child {
    margin-right: 0;
}

.board-list-wrapper.resume_request .buttons .button.modify {
    border: solid 1px #ea6720;
    background-color: #ea6720;
}

.board-list-wrapper.resume_request .buttons .button.submit {
    /*border: solid 1px #111;*/
    border: unset;
    background-color: #e25f70;
}

.board-list-wrapper.resume_request .buttons .button.cancel {
    border: solid 1px #c6c6c6;
    background-color: #c6c6c6;
}

.board-list-wrapper.resume_request .section .section-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.board-list-wrapper.resume_request .section table {
    width: 100%;
    border-top: 2px solid #262626;
    font-family: 'Nanum Gothic';
}

.board-list-wrapper.resume_request .section table tr {
    height: 68px;
}

.board-list-wrapper.resume_request .section table th {
    border: 1px solid #d8d8d8;
    width: 140px;
    background-color: #f7f7f7;
    text-align: center;
    /*padding-left: 18px;*/
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.board-list-wrapper.resume_request .section table td {
    border: 1px solid #d8d8d8;
    padding: 15px 20px;
}

.board-list-wrapper.resume_request .section table td input[type=text] {
    box-sizing: border-box;
    width: 250px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    font-size: 13px;
    color: #696969;
    padding: 8px 10px;
}

.board-list-wrapper.resume_request .section table td.photo {
    padding: 28px 30px;
}

.board-list-wrapper.resume_request .section table td .inner-wrap {
    display: flex;
    align-items: center;
}

.board-list-wrapper.resume_request .section table td.photo .inner-wrap {
    display: flex;
    flex-direction: column;
}

.board-list-wrapper.resume_request .section table td.photo .inner-wrap .image-box {
    width: 200px;
    height: 250px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.board-list-wrapper.resume_request .section table td.photo .inner-wrap .image-box img {
    width: 200px;
    height: 250px;
}

.board-list-wrapper.resume_request .section table td.photo .inner-wrap .image-box span {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.board-list-wrapper.resume_request .section table td.photo .inner-wrap .file-btn {
    display: inline-block;
    width: 110px;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.board-list-wrapper.resume_request .section table td .inner-wrap .radio-wrap {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.board-list-wrapper.resume_request .section table td .inner-wrap .radio-wrap:last-child {
    margin-right: 0;
}

.board-list-wrapper.resume_request .section table td .inner-wrap .radio-wrap input[type=radio] {
    margin-right: 11px;
}

.board-list-wrapper.resume_request .section table td .inner-wrap .radio-wrap .label {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.board-list-wrapper.resume_request .section table td .inner-wrap.address {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

.board-list-wrapper.resume_request .section table td .inner-wrap.address .address {
    margin-bottom: 10px;
}

.board-list-wrapper.resume_request .section table td .inner-wrap.address .detail-address input[type=text]:first-child {
    margin-right: 10px;
}

.board-list-wrapper.resume_request .section table td .inner-wrap.address .address input[type=text] {
    width: 250px;
    margin-right: 10px;
}

.board-list-wrapper.resume_request .section table td .inner-wrap.address .address .search-btn {
    display: inline-block;
    width: 110px;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.board-list-wrapper.resume_request .section table thead tr th {
    text-align: center;
    padding: 0;
}

.board-list-wrapper.resume_request .section.degree-info table tbody input[type=text] {
    width: 100%;
}

.board-list-wrapper.resume_request .section.license table tbody th {
    text-align: center;
    padding: 0;
}

.board-list-wrapper.resume_request .section.license table tbody input[type=text] {
    width: 100%;
}

.board-list-wrapper.resume_request .section.awarded table tbody input[type=text] {
    width: 100%;
}

.board-list-wrapper.resume_request .section.career table tbody input[type=text] {
    width: 100%;
}

.board-list-wrapper.resume_request .section.career table .buttons {
    height: 40px;
}

.board-list-wrapper.resume_request table .buttons .button {
    width: 40px;
    height: 40px;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    display: inline-block;
    color: #676767;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

#plus-btn, #minus-btn {
    vertical-align: top;
}

.board-list-wrapper.portfolio {
    padding: 60px 0 202px;
}

#contents-wrap .board-list-wrapper.portfolio .page-title {
    margin: 0 0 39px;
}

.board-list-wrapper.portfolio .board-table {
    margin-bottom: 40px;
}

.board-list-wrapper.portfolio .board-table tbody tr {
    height: 60px;
}

.board-list-wrapper.portfolio .board-table tbody td .check-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    font-family: 'Nanum Gothic';
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #111;
}

.board-list-wrapper.portfolio .board-table tbody td .check-btn.hover {
    background-color: #e25f70;
    color: #fff;
}

.portfolio_check .form-box .movement-area .sequence-box .sequence-upload-image{
    cursor: unset;
}

.portfolio_check td.input{
    border: 1px solid #d8d8d8 !important;
}

.portfolio_check .input{
    border: none !important;
}
.portfolio_check .purpose-area .input{
    padding: 0;
    color: #696969;
    font-size: 18px;
    font-weight: 500;
}
.portfolio_check .sequence-upload-image:not(.active):after{
    display: none;
}

.task-submission-form-wrapper.portfolio_check .buttons{
    display: flex;
    margin: 40px 0 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.task-submission-form-wrapper.portfolio_check .buttons .back-btn{
    width: 100%;
    max-width: 250px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-right: 0;
    border: solid 1px #c6c6c6;
    background-color: #c6c6c6;
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.task-submission-form-wrapper.portfolio_check .form-box .title-area .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

.task-submission-form-wrapper.portfolio_check .form-box .title-area .title-box span {
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.task-submission-form-wrapper.portfolio_check .form-box .purpose-area .purpose-text {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.task-submission-form-wrapper.portfolio_check .form-box.first .analysis-input-area .analysis-input-form tbody tr {
    height: 90px;
}

.task-submission-form-wrapper.portfolio_check .form-box.first .analysis-input-area .analysis-input-form tbody tr td {
    padding: 20px 10px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Nanum Gothic';
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #000;
}

.task-submission-form-wrapper.portfolio_check .form-box.second .sequence-input-area .sequence-input-form thead tr th {
    border-top: 1px solid #262626;
}

.task-submission-form-wrapper.portfolio_check .form-box.second .sequence-input-area .sequence-input-form tbody tr {
    height: 90px;
}

.task-submission-form-wrapper.portfolio_check .form-box.third .exercise.canvas .box .survey .survey-row .answer .comment {
    font-family: 'Nanum Gothic';
    font-size: 13px;
    color: #696969;
}

/*.task-submission-form-wrapper.portfolio_check .form-box.third .exercise.memo .box {
    height: 180px;
}*/

.task-submission-form-wrapper.portfolio_check .form-box.eighth .exercise-program-form .box.sequence {
    padding: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.video-pop{
    box-shadow: unset;
    background: unset;
    border: unset;
    z-index: 10021;
}
.video-pop .popup-close{
    margin-left: auto;
}
.video-pop .popup-header{
    margin-bottom: 0;
}
.popup-close img{
    filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(328deg) brightness(97%) contrast(107%);
}
.detail-view-box{
    cursor: pointer;
}
.video-pop .popup-contents.video-wrapper{
    width: 640px;
    height: 320px;
    text-align: center;
}

.divide-line{
    margin: 40px 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}
.my-information-wrap .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 21px;
}
.my-information-wrap .information-area{
    width: 100%;
    padding: 15px 30px;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
}

.my-information-wrap .information-area ul{
    overflow: hidden;
    list-style: none;
    padding-left: 0;
}

.my-information-wrap .information-area li{
    float: left;
    width: calc(100% / 4);
    position: relative;
    margin:15px 0;
    display: flex;
    padding-left: 13px;
}

.information-area ul li:before {
    content: '';
    background-color: #e25f70;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.information-area ul li label{
    font-size: 16px;
    font-weight: bold;
    width: 89px;
}

.information-area ul li span{
    font-size: 16px;
    font-weight: bold;
    color: #797979;
}


.result-text-wrap{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 60px;
}
.result-text-line{
    line-height: 46px;
}
.result-text-wrap .default{
    color: #939393;
}
.result-text-wrap .highest{
    color: #8e0000;
}
.result-text-wrap .higher{
    color: #f45b00;
}
.result-text-wrap .average{
    color: #f2c500;
}
.result-text-wrap .lower{
    color: #1aaf5d;
}
.result-text-wrap .lowest{
    color: #0075c2;
}
.result-text-wrap .category{
    text-decoration: #000000 underline;
}
.result-chart-wrap{
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
}
.result-chart-wrap .chart-item{
    width: 47%;
    height: auto;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.result-chart-wrap .chart-item .title {
    width: 100%;
    margin-bottom: 20px;
}
#test-result-wrap {
    width: 1200px;
    padding: 97px 0;
    margin: 0 auto;
}
#test-result-wrap .page-title{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #111;
    margin-bottom: 39px;
}


.board-tab-menu{
    width: 610px;
    margin: 20px auto 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
}

.board-tab-menu .tab-item{
    width: 50%;
    text-align: center;
    border-bottom: 5px solid #d8d8d8;
}
.board-tab-menu .tab-item.active{
    border-color: #e25f70;
}

.board-tab-menu .tab-item .tab-title{
    display: block;
    padding: 19px 0;
    color: #a4a4a4;
    font-weight: bold;
}
.board-tab-menu .tab-item.active .tab-title{
    color: #111111;
}
.qna-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.qna-list .qna-item{
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    transition: 1s;
    cursor: pointer;
    gap: 10px;
}
.qna-list .qna-item.active{
    transition: 1s;
    background-color: #f0f6f9;
}
.qna-list .qna-item .question
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.qna-list .qna-item .answer{
    display: none;
}
.qna-list .qna-item.active .answer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}


.qna-list .qna-item .question-contents{
    display: none;
    width: calc(93% - 40px);
    margin-left: 60px;
    line-height: 1.77;
    font-size: 14px;
}

.qna-list .qna-item.active .question-contents{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}



.qna-list .qna-item .question .qna-icon{
    background:url("/images/icon-q@2x.png") no-repeat center/100%;
    width: 40px;
    height: 40px;
}

.qna-list .qna-item .answer .qna-icon{
    background:url("/images/icon-a@2x.png") no-repeat center/100%;
    width: 40px;
    height: 40px;
}
.qna-list .qna-item .qna-title{
    margin: 0 auto 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    line-height: 1.33;
}
.qna-list .qna-item .answer .qna-title{
    width: calc(93% - 40px);
    font-weight: normal;
    color: #5a5a5a;
    line-height: 1.75;
}
.qna-list .qna-item .qna-arrow{
    background:url("/images/bg-faq@2x.png") no-repeat center/100%;
    width: 20px;
    height: 17px;
}
.qna-list .qna-item.active .qna-arrow{
    background:url("/images/bg-faq-sel@2x.png") no-repeat center/100%;
}

.board-list-wrapper .board-top-buttons{
    margin: 19px 0;
    text-align: right;
}
.board-list-wrapper .write-btn{
    display: inline-block;
    padding: 13px 35px;
    font-size: 15px;
    font-weight: bold;
    color: #111111;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}
.board-list-wrapper.community .buttons .write-btn{
    width: unset;
    padding: 13px 25px;
    float: right;
    color: #111;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.board-list-wrapper.community .buttons .write-btn:hover{
    color: #fff;
    background-color: #111;

}


.board-list-wrapper .board-bottom-buttons{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}
.board-list-wrapper .more-btn{
    display: inline-block;
    padding: 22px 130px;
    font-size: 15px;
    font-weight: bold;
    color: #111111;
    border: 1px solid #161616;
    background-color: #fff;
}
.popup-box.seat-select-pop .popup-contents .seat-box .seat-column.enter-row {
    height: 55px;
    display: flex;
    flex-direction: unset;
    align-items: flex-end;
    position: relative;
    bottom: -34px;
}
.popup-box.seat-select-pop .popup-contents .seat-box .seat-column.enter-row img {
    width: 43px;
    height: 46px;
    margin-right: 6px;
}
.popup-box.seat-select-pop .popup-contents .seat-box .seat-column.enter-row span {
    font-family: 'Nanum Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
.popup-box.seat-select-pop .popup-contents .seat-box:last-child .seat-column:nth-child(2) {
    margin-right: 48px;
}

.comment-align {
    display: flex;
    gap: 5px;
}


.alertify-notifier.ajs-right .ajs-message.ajs-visible { color:#fff; font-size:.9em; font-family:'Noto Sans KR'; font-weight:bold; text-align:center; line-height:160%; }
.alertify-notifier.ajs-right .ajs-message.ajs-visible.ajs-success  { background-color:#fff; color:#333; border:1px solid #888;  }
.alertify-notifier.ajs-right .ajs-message.ajs-visible.ajs-warning { color:#000 }


table tr.empty-data{
    background-color: #f9f9f9 !important;
}
table tr.empty-data td{
    text-align: center;
}
.application-list-wrapper{
    padding-top: 60px;
}


.curriculum-contents{
    padding: 30px 10px;
}
.curriculum-contents img{
    width: 100%;
}

.curriculum-contents *{
    display: inline-block;
    line-height: unset;
}


.curriculum-image-container{
    width: 600px;
    height: auto;
    margin: 0 auto;
}
.curriculum-image-container .swiper-slide{
    cursor: pointer;
}


.curriculum-images-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    padding: 30px 15px;
    gap: 30px;
    margin-bottom: 30px;
}
.curriculum-images-wrap .image-item{
    width: calc(33.33333% - 30px);
}
.curriculum-images-wrap .image-item img{
    width: 100%;
}




#story-content-wrap{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#story-content-wrap .bg-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    max-height: 950px;
    background: url("/images/company-bg@2x.png") no-repeat center center/cover;
    z-index: -1;

}

#story-content-wrap .story-wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 180px 0 90px 0;
}
#story-content-wrap .story-wrapper .image-wrapper{
    background: #fff;
    padding: 90px 20px;
    text-align: center;
    color: #111;
}
#story-content-wrap .story-wrapper2{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 90px 0;
}
#story-content-wrap .story-wrapper2 .image-wrapper{
    background: #fff;
    padding: 90px 20px;
    text-align: center;
    color: #111;
}
#story-content-wrap .image-wrapper .title{
    font-size: 28px;
}
#story-content-wrap .image-wrapper .image-list{
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 70px;
}

#story-content-wrap .image-wrapper .image-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#story-content-wrap .image-wrapper .image-item img{
    width: 220px;
    height: 220px;
}
#story-content-wrap .image-wrapper .image-item .explanation{
    font-size: 18px;
    color: #737373;
    font-weight: normal;
    margin-top: 35px;
}
#story-content-wrap .image-wrapper .image-item .explanation p{
    margin-bottom: 10px;
    color: #111;
    font-weight: bold;
    font-size: 24px;
}

#story-content-wrap .history-wrapper{
    padding: 180px 0 90px;
    width: 800px;
    margin: 0 auto;
}
#story-content-wrap .history-wrapper .title-wrap{
    display: flex;
    gap: 30px;
    flex-direction: column;
    text-align: center;
    color: #111;
}

#story-content-wrap .history-wrapper .title{
    font-size: 2.7rem;
    font-weight: bold;
}
#story-content-wrap .history-wrapper .sub-title {
    /*font-size: 16px;
    line-height: 28px;*/
}


.history-wrapper .history-contents{
    margin-top: 50px;
    position: relative;
}
.history-wrapper .history-contents .history-item .history-line{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.history-wrapper .history-contents .history-item:first-child .history-line{
    top: 20px;
}
.history-wrapper .history-contents .history-item:last-child .history-line{
    height: 94px;
}

.history-wrapper .history-list .history-item{
    position: relative;
    display: flex;
    padding-left: 43px;
    padding-top: 70px;
}
.history-wrapper .history-list .history-item .dot{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: -12px;
    top: 78px;
    background-color: #d6d6d6;
    border-radius: 12px;
}
.history-wrapper .history-list .history-item:first-child .dot{
    top: 12px;
}
.history-wrapper .history-list .history-item .dot:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 7px;
    top: 7px;
    background-color: #8e8e8e;
    border-radius: 5px;
}
.history-wrapper .history-list .history-item:first-child{
    padding-top: unset;
}

.history-wrapper .history-list .history-item .year{
    font-size: 40px;
    font-weight: bold;
    color: #3d59c2;
}

.history-wrapper .history-list .history-item .detail{
    margin: auto 0 auto 100px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.history-wrapper .history-list .history-item .detail li{
    display: flex;
    gap: 40px;
}
.history-wrapper .history-list .history-item .detail .month{
    color: #7e7e7e;
    font-size: 24px;
    font-weight: bold;
}

.history-wrapper .history-list .history-item .detail .contents{
    position: relative;
    color: #111;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: auto 0;
}


.history-wrapper .history-list .history-item .detail .contents .text{
    position: relative;
    padding-left: 15px;
}
.history-wrapper .history-list .history-item .detail .contents .text:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 4px;
    background-color: #7e7e7e;

}

.history-wrapper li.whole .month{
    color: #fff !important;
}
.history-wrapper li.whole .contents{
    font-weight: bold !important;
}


#people-content-wrap{
    width: 100%;
    max-width: 1200px;
    padding: 90px 0;
    margin: 0 auto;
}
#people-content-wrap .teacher-list{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
}


#people-content-wrap .teacher-list:not(:last-child):after{

    content: '';
    width: 100%;
    height: 2px;
    background: #e25f70;
}


#people-content-wrap .teacher-list:last-child{
    margin-bottom: unset;
}

#people-content-wrap .teacher-list .teacher-image{
    width: 500px;
    height: 300px;
}
#people-content-wrap .teacher-list .teacher-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#people-content-wrap .teacher-list .teacher-image .no-img{

    object-fit: none;
    background-color: #f1f1f1;
}




#people-content-wrap .teacher-item{
    display: flex;
    gap: 42px;
}

#people-content-wrap .teacher-item .teacher-contents{
    max-width: 650px;
}


#people-content-wrap .teacher-contents .teacher-name{
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}
#people-content-wrap .teacher-contents .teacher-history,
#people-content-wrap .teacher-contents .teacher-history > *
{
    line-height: 28px;
}

#people-content-wrap .teacher-list-title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

#header .header-buttons #header-search-btn{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;

}
#header .header-buttons #header-search-btn img{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#header-search-btn .search-box-wrap{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10030;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#header-search-btn .search-box{
    position: relative;
    border: 1px solid #e9e9e9;
    background-color: #f4f4f4;
    padding: 30px 20px;
    cursor: auto!important;
}
#header-search-btn .search-box input[type=text]{
    width: 100%;
    min-width: 300px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid #bbb;
    padding: 8px 46px 8px 16px;
    font-size: 14px;
    color: #b9b9b9;
}
#header-search-btn .search-box .search-btn{
    position: absolute;
    right: 25px;
    top: 35px;
}
#header .header-buttons #header-search-btn .search-box img{
    width: 30px;
    height: 30px;
}
#header-search-btn .search-box .search-box-close-btn{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 5px;
    right: 5px;
}
#header-search-btn .search-box .search-box-close-btn img{
    width: 13px !important;
    height: 13px !important;
}

#header-search-btn .search-box-wrap .popular-keywords-wrap{
    background: #fff;
    padding: 0 15px;

}
.search-box-wrap .popular-keywords-wrap .popular-title{
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
}
.search-box-wrap .popular-keywords-wrap .popular-keyword-list{
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}
.search-box-wrap .popular-keywords-wrap .popular-keyword-list li{
    cursor: pointer;
}
.popular-keyword-item .marker{
    display: inline-block;
    width: 40px;
}




#sub_nav_bg .search-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin:0 auto;
}
#sub_nav_bg .search-box{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
#sub_nav_bg .search-box .search-input{
    position: relative;
    width: 100%;
    padding-top: 80px;
}
#sub_nav_bg .search-box .search-input input[type=text]{
    padding: 20px 65px 20px 39px;
    width: 100%;
    font-size:16px;
    color: #656565;
    border: none;
    outline: none;
    border-radius: 30px;
}

#sub_nav_bg .search-box .form-search-btn{
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 25px;
    background: url("/images/btn-search.png") no-repeat center center/100%;

}
#sub_nav_bg .nav-tabs{
    margin-top: auto;
    text-align: center;
    border: unset;
}
#sub_nav_bg .nav-tabs ul{
    position: relative;
}
#sub_nav_bg .nav-tabs ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dadada;
}
#sub_nav_bg .nav-tabs ul > li{
    display: inline-block;
    position: relative;
    padding: 25px 10px;
}
#sub_nav_bg .nav-tabs ul > li.active{
    padding-bottom: 21px;
    border-bottom: 4px solid #f7c400;
}
#sub_nav_bg .nav-tabs ul > li.active:after{
    /*content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 4px;
    background-color: #f7c400;*/
}
#sub_nav_bg .nav-tabs ul > li a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

#sub_nav_bg .nav-tabs ul > li.active a{
    font-weight: bold;
    color: #fff;
}


.search-result-wrap{
    padding: 60px 0;
}
#contents-wrap .search-result-wrap .content-title{
    font-size: 24px;
    font-weight: bold;
    color: #111;
    position: relative;
    padding: 20px 0;
}
#contents-wrap .search-result-wrap .content-title .more-btn{
    float: right;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 2;
}
#contents-wrap .search-result-wrap .content-title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}
#contents-wrap .search-result-wrap .content{
    padding: 40px 0;
}
#contents-wrap .search-result-wrap .content .search-list{

}

#contents-wrap .search-result-wrap .content .search-list li{
    position: relative;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
#contents-wrap .search-result-wrap .content .search-list li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #000;
}

#contents-wrap .search-result-wrap .content .search-list li .title{
    font-size: 18px;
    font-weight: 600;
    color: #111;
}


#contents-wrap .search-result-wrap .content .search-list li .summary{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#contents-wrap .search-result-wrap .content .search-list li a{
    font-size: 14px;
    color: #276291;
}

.notify-wrap {
    margin-bottom: 10px;
    gap: 10px;
}

p.notify {
    font-weight: bold;
}

.align-center {
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-auto {
    flex: 1 0 auto;
}

@media screen and (max-width: 1300px) {
    p.notify {
        font-size: 14px;
        line-height: 1.7;
    }

    .notify-wrap {
        margin-top: 20px;
    }

    .attendance-wrapper .date-list {
        display: none;
    }
}
.fancybox__container{
    z-index: 10050 !important;
}


#login-page{
    width: 100%;
    height: auto;
    /*max-height: 700px;*/
    padding: 50px 0;
    background-color: #f2f2f2;
}
.login-wrapper{
    width: 660px;
    min-height: 700px;
    padding: 0;
    margin: 0 auto;
}
.login-wrapper .login-bg-wrap{
    text-align: center;
}

.login-wrapper .login-bg{
    display: inline-block;
    background: url("/images/bg-login@2x.png") no-repeat center/100%;
    width: 247px;
    height: 150px;
}
.login-wrapper .information-text{
    margin: 42px 0 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #391b1b;
}
.login-wrapper .information-text p{
    white-space: nowrap;
    line-height: 1.5;
}
.login-wrapper .button-wrapper{
    margin: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.login-wrapper .button-wrapper .login-btn{
    width: 100%;
    height: 60px;
    border: unset;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #e25f70;
    color: #ffffff;
}
.login-wrapper .button-wrapper .login-btn.join{
    color: #e25f70;
    background-color: #ffffff;
    border: 1px solid #e25f70;
}
.login-wrapper .button-wrapper .login-btn.naver{
    color: #FFFFFF;
    background-color: #19ce60;
}
.login-wrapper .button-wrapper .login-btn.kakao{
    color: #391b1b;
    background-color: #f4d624;
}
.login-wrapper .button-wrapper .login-btn:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 62px;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
}
.login-wrapper .button-wrapper .login-btn.naver:before{
    background: url("/images/icon-naver@2x.png") no-repeat center/cover;
}
.login-wrapper .button-wrapper .login-btn.kakao:before{
    background: url("/images/icon-kakao@2x.png") no-repeat center/cover;
}


.login-wrapper  .section-box{
    margin-bottom: 15px;

}
.login-wrapper .section-box h5 {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: bold;
    line-height: 1.2;
    color: #1b1b1b;
}
.login-wrapper .section-box input[type='text'] ,
.login-wrapper .section-box input[type='password'] {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #3F3F3F;
    padding: 14px 11px 12px;
    font-size: 18px;
    line-height: 1.54;
}

.login-wrapper .login-section .find-buttons {
    justify-content: flex-end;
    display: flex;
    margin-top: 12px;
    margin-bottom: 38px;
}
.login-wrapper .login-section .find-buttons a {
    font-size: 15px;
    color: #8e8e8e;
}

.login-wrapper .login-section .find-buttons a:not(:last-child):after {
    content: "|";
    margin: 0 5px;
}


#find-page{
    width: 100%;
    height: auto;
    /* max-height: 700px; */
    padding: 0;
    background-color: #f2f2f2;
    border-top: 1px solid #dadada;
}
.login-wrapper.find{
    padding: 60px 90px;
    width: 900px;
    background: #fff;

}

.login-wrapper .page_title{
    text-align: center;
    margin-bottom: 20px;
}
.login-wrapper .page_title h3{
    font-weight: 700;
}
.login-wrapper .select-section{
    padding: 30px;
    background: #fff;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.login-wrapper .select-section p{
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #391b1b;
    border-bottom: 1px solid rgba(131,131,131,0.67);
    padding-bottom: 15px;
}
.login-wrapper .select-section .custom-input-radio{
    margin-top: 15px;
    justify-content: center;
    gap: 30px;
}
.login-wrapper .cert-btn{
    width: 200px;
    border: unset;
    background: #000;
    color: #fff;
    height: 50px;

    white-space: nowrap;

}
.login-wrapper .certify-btn{
    width: 200px;
    background: #e25f70;
    border: unset;
    color: #fff;
    height: 50px;
    white-space: nowrap;
}
.login-wrapper button:disabled{
    color: #000;
    background: #eee !important;
}
.login-wrapper .certify-num-input-area {
    position: relative;
}


.login-wrapper .certify-num-input-area .time {
    position: absolute;
    top: 50%;
    right: 24%;
    transform: translateY(-50%);
    /* left: 9px; */
    color: #f00;
    font-size: 17px;
}

.protect-wrap .sub-info-box{
    word-break: keep-all;
}
.protect-wrap .sub-info-box .info{
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.top-search-section{
    margin-top:60px;
    width:100%;
}
.top-search-section .top-search-wrap{
    display: flex;
    padding: 60px 100px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    justify-content:space-between;
    gap:50px;
}
.top-search-section .top-search-wrap .map-box{
    width: fit-content;
    height: 600px;
    margin:0 auto;
}

.top-search-section svg.search_map {
    width: 100%;
    height:100%;
    background-color: #fff;
}
.top-search-section svg.search_map text{
    font-size: 24px;
    font-weight: 600;
    cursor:pointer;
}
.top-search-section svg.search_map path {
    fill: #FFE9EB;
    stroke: #adadad;
    stroke-width: 1px;
    cursor:pointer;
}
.top-search-section svg.search_map path:hover {
    fill: #e25f70;
}
.top-search-section svg.search_map path.active{
    fill: #e25f70;
}
.top-search-section svg.search_map text.diff.active{
    fill:#555;
}
.top-search-section svg.search_map text:not(.diff).active{
    fill: #fff;
}

.top-search-section .title-wrap{
    width:100%;
    padding:10px;
}
.top-search-section .search-left{
    flex: 50%;
    /*max-width: 400px;*/
    border-right :1px solid #d0d0d0;
}
.top-search-section .search-right{
    flex: 50%;
    display: flex;
    flex-direction: column;
}
.top-search-section .title-wrap .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
.top-search-section .search-item{
    width:100%;
    flex: 45%;
}

.top-search-section .input-group{
    display: flex;
    gap: 10px;
    flex-wrap:nowrap;
}
.top-search-section .input-group > * {
    flex:auto;
}
.top-search-section .search-btn {
    flex: unset;
    width: 80px;
    display: inline-block;
    background-color: #e25f70;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    color: #fff;
    border: none;
}

.top-search-section .input-group input[type=text],
.top-search-section .input-group select
{
    flex: auto;
    padding: 10px 5px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;

}


