@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* root */
:root {
    --blue1: #255cf4;
    --blue2: #0991de;
    --blue3: #3b50a6;
    --blue4: #314fd2;
    --blue5: #1a305e;
    --green1: #17beb4;
    --purple1: #542fa2;
    --black1: #3a3a3a;
    --white-filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(113deg) brightness(100%) contrast(99%);
}


.blue1 {
    --color-filter: invert(65%) sepia(100%) saturate(6728%) hue-rotate(219deg) brightness(95%) contrast(101%);
    --color: var(--blue1);
}

.blue2 {
    --color-filter: invert(43%) sepia(73%) saturate(2511%) hue-rotate(176deg) brightness(93%) contrast(93%);
    --color: var(--blue2);
}

.blue3 {
    --color-filter: invert(29%) sepia(14%) saturate(5797%) hue-rotate(206deg) brightness(92%) contrast(83%);
    --color: var(--blue3);
}

.blue5 {
    --color-filter: invert(15%) sepia(21%) saturate(4141%) hue-rotate(199deg) brightness(94%) contrast(93%);
    --color: var(--blue5);
}

.blue4 {
    --color-filter: invert(21%) sepia(75%) saturate(3339%) hue-rotate(228deg) brightness(88%) contrast(85%);
    ;
    --color: var(--blue4);
}

.green1 {
    --color-filter: invert(53%) sepia(100%) saturate(358%) hue-rotate(127deg) brightness(95%) contrast(94%);
    --color: var(--green1);
}

.purple1 {
    --color-filter: invert(21%) sepia(64%) saturate(2036%) hue-rotate(242deg) brightness(90%) contrast(100%);
    ;
    --color: var(--purple1);
}

.black1 {
    --color: var(--black1);
}

.col_purple {
    color: var(--purple1);
}

.col_blue {
    color: var(--blue1);
}

.col_purple {
    color: var(--purple1);
}

.col_black {
    color: #3a3a3a;
}

body {
    padding-top: 96px;
    position: relative;
}

body:has(.intro_layer) {
    padding-top: 0;
}

html.hidden {
    display: block
}

body.hidden {
    display: block
}

.hidden {
    display: none;
}

.M_only {
    display: none !important;
}

.M_only_768 {
    display: none !important;
}

.only_768 {
    display: none;
}

.visual_hidden {
    visibility: hidden !important
}

.student_list {
    margin-top: 25px;
}

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

.sub_table_tit .flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form_table.sub_table .tit {
    font-size: 15px;
}

.form_table.sub_table td {
    font-size: 15px;
}

.form_table.sub_table>tbody>tr>th {
    padding: 10px;
}

.form_table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid var(--blue4);
    border-bottom: 1px solid var(--blue4);
}

.form_table>tbody>tr>td {
    padding: 10px;
    border-bottom: 1px solid #c9c9c9;
    vertical-align: middle;
    font-size: 20px;
}

.form_table>tbody>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;

    padding: 15px 20px;
}

.form_table th .tit.required::after {
    content: "*";
    font-weight: 600;
    color: #e60012;
}

.form_table th.left {
    text-align: left;
}

.form_table .blue {
    color: var(--blue4);
}

.form_table tr:last-child th,
.form_table tr:last-child td {
    border-bottom: 0;
}

.form_table:last-of-type {
    border-top: 0;
}

.form_table:first-of-type {
    border-top: 1px solid var(--blue4);
}

.form_table th.text_js span {
    display: block;
    width: 100%;
    text-align: justify;
}

.form_table th.text_js span:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.form_table th:has(.check) {
    padding-left: 40px;
    text-align: left;

}

.form_table th.bo_0 {
    border-right: 0;
}

.form_table th.bob_0 {
    border-bottom: 0;
}

.form_table th.bol_1 {
    border-left: 1px solid #c9c9c9;
}

.form_table td.bo_0 {
    border-bottom: 0;
}

.form_table .sch_btn {
    background-color: #191919;
    color: #fff;
    border-radius: 10px;
    height: 40px;
    border: 0;
    font-size: 18px;
    padding: 0 20px;
}

.form_table .tit {
    font-weight: 600;
    font-size: 20px;
}

.form_table .tit_box .tit {
    margin-bottom: 18px;
}

.form_table .tit_box label {
    margin-bottom: 8px;
    padding-left: 15px;
    align-items: center;
}

.form_table .tit_box label:last-child {
    margin-bottom: 0;
}

.form_table tr:has(textarea) th {
    vertical-align: top;
}

.form_table textarea {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    min-height: 86px;
    width: 100%;
    resize: none;
    box-sizing: border-box;
}

.form_table .input_box {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    height: 40px;
    box-sizing: border-box;
    display: inline-flex;
    gap: 10px;
    width: auto;
    align-items: center;
}

.form_table .input_box:has(input:disabled, select:disabled) {
    border: 0;
    padding: 0;
    background-color: #fff;
}

.form_table .input_box>input:disabled {
    background-color: #fff;
    padding: 0;
}

.program_form_sec .email_box .input_box select:disabled {
    border: 0;
    background-image: none;
}

.form_table textarea:disabled {
    background-color: #fff;
    border: 0;
    padding: 0;
}

.form_table .input_box.hidden {
    display: none;
}

.form_table .input_box.w_100 {
    width: 100%;
}

.form_table .input_box.num {
    max-width: 100px;
}

.form_table .input_box .unit {
    color: #797979;
    font-size: 20px;
    font-weight: 500;
}

.form_table .input_box>input {
    height: 100%;
    width: 100%;
    border: 0;
    font-size: 16px;
}

.form_table .input_box>input:focus {
    outline: 0;
    border: 0;
}

.form_table .input_box:has(select) {
    padding: 0;
}

.form_table .input_box select {
    border: 0;
    width: 100%;
    cursor: pointer;
    color: #797979;
    font-size: 18px;
    height: 100%;
    padding: 0 12px;
    padding-right: 25px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;

    background-image: url('../../images/user/common/select_arrow_ico.png');
    background-repeat: no-repeat;
    background-position: 89% center;
    text-align: center;
}

.form_table .input_box select option {
    text-align: center;
}

.form_table .unit_info {
    font-size: 18px;
    color: var(--blue4);
}

.form_table .input_box.vr_select select {
    text-align: right;
    min-width: 120px;
    padding-right: 40px;

}

.form_table .input_box select:focus {
    outline: 0;
    border: 0;
}

.form_table button:disabled {
    display: none;
}

.student_list button:disabled {
    display: none;
}

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

.form_table .flex.wrap {
    flex-wrap: wrap;
}

.form_table .flex .flex1 {
    flex: 1;
}

.form_table .add_box.wrap:has(button:disabled) {
    flex-wrap: nowrap;
}

.form_table .add_box.wrap .input_box {
    flex: auto;
}

.form_table_box1 {
    margin-top: 50px;
}

.form_table_box2 {
    margin-top: 20px;
}

.form_table_box .table_tit {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form_table_box .sub_table_tit {
    font-weight: 500;
    color: var(--blue4);
    font-size: 20px;
    padding-left: 35px;
    margin-bottom: 15px;
}

.form_table_box .table_tit .flex {
    display: flex;
    gap: 15px;
    align-items: center;
}

.check input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.check {
    position: relative;
    display: flex;
    align-items: start;
    gap: 10px;
    cursor: pointer;
}

.check i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    position: relative;
}

.check input:checked~i {
    background-color: var(--blue4);
    border-color: var(--blue4);
}

.check span {
    color: #797979;
    font-size: 20px;
}

.check span.tit {
    color: #191919;
}

.check input:checked~i::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    top: 2px;
    left: 6px;
    transition: opacity 0.15s ease-in-out;
}

.form_btns {
    margin-top: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 15px;
}

.form_btns button {
    border-radius: 30px;
    height: 46px;
    text-align: center;
    padding: 0 35px;
    background-color: transparent;
    outline: 0;
    border: 0;
}

.form_btns button.submit_btn {
    background-color: var(--blue4);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.form_btns button.cancel_btn {
    color: #797979;
    font-size: 18px;
    width: 150px;
    border: 1px solid #c9c9c9;
}

.btn {
    background-color: #191919;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    padding: 5px 10px;
}

.btn.gray {
    background-color: #666;
}

.text_center {
    text-align: center;
}

/* header  */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;

}

.hd_wrap {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    background-color: #fff;

}

.hd_wrap .hd_right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.hd_wrap .hd_right .depth_02 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding-top: 10px;
    text-align: center;

}

.sub_menu_bg {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 230px;

    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 7;
}

.hd_wrap .hd_right .depth_02>li a {
    font-weight: 400;
    color: #6B6B6B;
    font-size: 16px;
    padding: 10px 0;
    display: block;

}

body:has(.hd_right:hover) .sub_menu_bg {
    top: 81px;
    transform: none;
    border-bottom: 1px solid #c9c9c9;
    transition: 0.2s;
}

header:has(.hd_right:hover) .depth_02 {
    display: block;
    transition: 0.2s;
}

.hd_wrap .menu {
    align-items: center;
    display: flex;
}

.hd_wrap .menu>li {
    position: relative;
}

.hd_wrap .menu>li>a {
    padding: 30px;
}

.hd_wrap .menu>li>a:hover::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #255cf4;
}

.hd_wrap .menu>li.active>a::after {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #255cf4;
}

.hd_wrap .menu>li>a {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 50px;
    display: block;
    position: relative;

}

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

.hd_wrap .login_menu li a {
    color: #797979;
    font-size: 15px;
}

/* main */
.mark {
    margin-bottom: 20px;
}

.content {
    width: 1600px;
    margin: 0 auto;
}

.sub_content {
    width: 1200px;
    margin: 0 auto;
}

.sub_main {
    padding-bottom: 50px;
}

/* banner_sec */
.banner_sec {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}

.banner_sec>div {
    overflow: hidden;
    flex: 1;
}

.banner_sec .left {
    padding-left: 34px;
}

.banner_sec .left .p1 {
    font-size: 30px;
}

.banner_sec .left .p2 {
    font-size: 60px;
    margin: 27px 0 30px;
    font-weight: 700;
}

.banner_sec .left .p3 {
    color: #c9c9c9;
    font-size: 24px;
    letter-spacing: 0.3px;
}

.banner_sec>div.right {
    border-radius: 30px;

}


.bn_slides li {
    /* background-color: #f7f7f7; */
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/ 0.47;
}

.bn_slides li img {
    object-fit: contain;
    height: 100%;
}

.bn_slides li video {
    object-fit: contain;
    height: 100%;
}

.bn_slides .swiper-slide {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 2s ease-in-out;
}

.bn_slides .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible;
    z-index: 2;
    transition: opacity 1s ease-in-out;
}

/* main_menu_sec */
.main_menu_sec {
    margin-top: 28px;
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.main_menu_sec .left_menu {
    width: 78%;
    position: relative;
}

.left_menu_in {
    overflow: hidden;
}

.main_menu_sec .left_slide {
    position: relative;
}

.main_menu_sec .left_menu_btn {
    width: 40px;
    position: absolute;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    border: 0;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);

    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.main_menu_sec .left_menu_btn.prev_btn {
    left: 0;
    transform: translate(-50%, -50%);
}

.main_menu_sec .left_menu_btn.next_btn {
    right: 0;
    transform: translate(50%, -50%);
}

.main_menu_sec .left_menu_btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_menu_sec .left_menu li {
    aspect-ratio: 1 / 1.45;
    /* flex: 1; */
    color: #fff;
    border-radius: 20px;
    padding: 50px 25px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_menu_sec .left_menu li .txt {
    padding-left: 24px;
}

.main_menu_sec .left_menu li .txt .cate {
    font-size: 20px;
}

.main_menu_sec .left_menu li .txt .tit {
    font-size: 25px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.2;
}

.main_menu_sec .left_menu li .more_btn {
    display: block;
    border-radius: 50px;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    padding-right: 7px;
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: 0.2s;
}

.main_menu_sec .left_menu li .more_btn i {
    height: calc(100% - 14px);
    display: block;
    background-color: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;

}

.main_menu_sec .left_menu li .more_btn i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_menu_sec .left_menu li {
    background-color: var(--color);
}


.main_menu_sec .left_menu li .more_btn i img {
    filter: var(--color-filter);
}

.main_menu_sec .left_menu li:hover .more_btn i {
    background-color: var(--color);
}

.main_menu_sec .left_menu li:hover .more_btn i img {
    filter: var(--white-filter);

}

.main_menu_sec .left_menu li:hover .more_btn {
    color: var(--color);
    font-weight: 700;
    background-color: #fff;
    transition: 0.2s;
}

.main_menu_sec .right_menu {
    flex: 1;
}

.main_menu_sec .right_menu ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 15px;
}

.main_menu_sec .right_menu ul li {
    flex: 1;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
}

.main_menu_sec .right_menu ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    padding-left: 40px;
}

.main_menu_sec .right_menu ul li a .txt .tit {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.main_menu_sec .right_menu ul li a .txt .en {
    color: #c9c9c9;
    font-size: 18px;
}

/* board_sec */
.board_sec {
    margin-top: 36px;
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    overflow: hidden;
    display: flex;
    padding: 58px 66px 58px 86px;
    box-sizing: border-box;
    display: flex;
    gap: 70px;
    align-items: stretch;
}

.board_sec .list_board {
    width: 38%;
}

.board_sec .gal_board {
    flex: 1;
}

.board_sec>div {
    display: flex;
    align-items: start;
    gap: 46px;
    overflow: hidden;
}

.board_sec .tit_box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.board_sec .tit_box .tit {
    font-weight: 700;
    font-size: 30px;
}

.board_sec .list_board .list {
    overflow: hidden;
    flex: 1;
    padding-top: 20px;
    box-sizing: border-box;
}

.board_sec .list_board .list ul {
    overflow: hidden;
}

.board_sec .list_board .list li {
    color: #797979;
    font-size: 20px;
    margin-bottom: 20px;


}

.board_sec .list_board .list li:last-child {
    margin-bottom: 0;
}

.board_sec .list_board .list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.board_sec .gal {
    overflow: hidden;
    flex: 1;
}

.board_sec .gal_board .gal_slide li {
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1 / 0.66;
}

.board_sec .gal_board .gal_slide li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.board_sec .gal_board .gal_slide li.no_img {
    background-color: #cecece;
}

.board_sec .gal_board .gal_slide li.no_img a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.board_sec .gal_board .gal_slide li.no_img img {
    object-fit: contain;
    width: 70%;
}

.board_sec .tit_box .more_btn {
    width: 90px;
    display: block;
    line-height: 25px;
    text-align: center;
    border: 1px solid #c9c9c9;
    color: #797979;
    font-size: 15px;
}

.board_sec .tit_box .slide_btns {
    display: flex;
    margin-left: 1px;
    margin-bottom: 5px;
}

.board_sec .tit_box .slide_btns button {
    flex: 1;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    border: 1px solid #c9c9c9;
    margin-left: -1px;
}

.board_sec .tit_box .slide_btns .play_btn.on img {
    content: url("../../images/user/common/slide_play_ico.png");
}

/* footer */
footer {
    /* margin-top: 42px; */
    padding-bottom: 60px;
    border-top: 1px solid #c9c9c9;
    padding-top: 50px;
}

.ft_wrap {
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft_wrap .left {
    padding-left: 30px;
}

.ft_wrap .left .p1 {
    color: var(--blue1);
    font-size: 20px;
    margin-bottom: 18px;
}

.ft_wrap .left .p1 b {
    font-weight: 700;
}

.ft_wrap .left .p2 {
    color: #797979;
    font-size: 18px;
    line-height: 1.4;
}

.ft_wrap .family_site {
    border: 1px solid #c9c9c9;
    width: 170px;
    height: 30px;
    font-size: 15px;
    color: #797979;
    text-align: center;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;

    background-image: url('../../images/user/common/select_arrow_ico.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-right: 10%;
    box-sizing: border-box;

    cursor: pointer;
}

/* sub_title */
.sub_title_box {
    padding-top: 100px;
    text-align: center;
}

.sub_title_box .title {
    font-size: 43px;
    font-weight: 600;
}

.sub_title_box .nav {
    margin-top: 25px;
    font-size: 18px;
}

.sub_title_box .main_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sub_title_box .main_nav .home {
    position: relative;
    top: 2px;
}

.sub_title_box .sub_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.sub_title_box .sub_nav li {
    position: relative;
    color: #797979;
}

.sub_title_box .main_nav>li.first_name .sub_nav {
    display: none;
}

.sub_title_box .sub_nav li.active {
    color: #191919;
    font-weight: 600;
}

.sub_title_box .sub_nav li.bar:last-of-type {
    display: none;
}

/* sub_title */

/* center/info */
.info_sec1 {
    margin-top: 130px;
    font-size: 0;
}

.info_sec1 .info_sec_art1 {
    display: flex;
    align-items: center;
    gap: 70px;
}

.info_sec1>div {
    flex: 1;
}

.info_sec1 .txt_box {
    padding-right: 145px;
    line-height: 1.3;
}

.info_sec1 .txt_box .tit {
    font-weight: 600;
    font-size: 22px;
}

.info_sec1 .txt_box .desc {
    color: #797979;
    margin-top: 30px;
    font-size: 18px;
    word-break: keep-all;
}

.info_sec1 .sign_box {
    margin-top: 52px;
    text-align: right;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    font-size: 20px;
}

.info_sec1 .info_sec_art2 {
    position: relative;
    display: flex;
}

.info_sec1 .info_sec_art2>div {
    width: 50%;
    /* flex: 1; */
    color: #fff;
    height: 182px;
    box-sizing: border-box;
}

.info_sec1 .info_sec_art2 .vision {
    background-color: var(--blue1);
    border-radius: 0 100px 100px 0;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 170px;
}

.info_sec1 .info_sec_art2 .mission {
    background-color: var(--purple1);
    border-radius: 100px 0 0 100px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 90px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 20px);
}

.info_sec1 .info_sec_art2 .mission .plus {
    background-color: #fff;
    color: var(--purple1);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 35px;
}

.info_sec1 .info_sec_art2 .mission .plus span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
}

.info_sec1 .info_sec_art2 .txt {
    text-align: center;
}

.info_sec1 .info_sec_art2 .txt .tit {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 10px;
}

.info_sec1 .info_sec_art2 .txt .desc {
    font-size: 18px;
    line-height: 1.4;
}

.info_sec2 {
    margin-top: 88px;
}

.info_sec2 .content>.title {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 60px;
}

.info_sec2 .content {
    width: 1100px;
}

.info_sec2 .content>.title span {
    color: var(--blue1);
}

.info_sec2 .circle_box_wrap {
    text-align: center;
}

.info_sec2 .m_tit {
    display: none;
}

.info_sec2 .circle_box {
    position: relative;
    text-align: center;
    display: inline-block;
    margin: auto;
}

.info_sec2 .circle_box .circle_arrow {
    position: absolute;
}

.info_sec2 .circle_box .circle_arrow2 {
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%, 100%);
}

.info_sec2 .circle_box .circle_arrow1 {
    position: absolute;
    left: 146px;
    bottom: 3px;
    transform: translate(0, 100%);
}

.info_sec2 .circle_box .circle_arrow3 {
    position: absolute;
    right: 146px;
    bottom: 3px;
    transform: translate(0, 100%);
}

.info_sec2 .circle_box .txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 23px;
    gap: 35px;
    transform: translate(-50%, -50%);
}

.info_sec2 .circle_box .txt>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info_sec2 .circle_box .txt .plus {
    font-weight: 700;
    position: relative;
    top: -2px;
    font-size: 30px;
}

.text_com_box .top {
    display: flex;
    align-content: stretch;
    gap: 135px;
    margin-bottom: 34px;
    margin-top: 50px;
}

.text_com_box .top .box {
    flex: 1;
}

.text_com_box .box {
    border: 1px solid var(--color);
    border-radius: 20px;
    position: relative;
    padding: 50px 40px;
    font-size: 18px;
}

.text_com_box .box::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color);
    top: 11px;
    position: absolute;
    right: 16px;
    display: inline-block;
}

.text_com_box .box .txt .tit {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c9c9c9;
}

.text_com_box .box .txt .desc {
    color: #797979;
    font-size: 18px;
    line-height: 1.2;
}

.text_com_box .box .txt {
    text-align: center;
}

.text_com_box .box .txt .tit span {
    color: var(--color);
}

.text_com_box .list {}

.text_com_box .list li {
    margin-bottom: 10px;
}

.text_com_box .list li:last-child {
    margin-bottom: 0;
}

.text_com_box .list li::before {
    content: "- ";
}

.text_com_box .mid {
    display: flex;
    gap: 42px;
}

.text_com_box .mid .mid_box {
    flex: 1;
}

.text_com_box .list2 li:first-child {
    margin-top: 16px;
}

.text_com_box .list2 li {
    border-radius: 20px;
    border: 1px solid #c9c9c9;
    text-align: center;
    font-size: 18px;
    padding: 24px 20px;
    margin-top: 12px;
}

.text_com_box .mid .box {
    position: relative;
}

.text_com_box .mid .box::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}

/* center/info */

/* program/info */
.program_sec {
    background-image: url('../../images/user/program/program_bg.png');
    background-position: top;
    background-size: cover;
    padding: 100px 0;
    margin-top: 72px;
}

.program_sec .content {
    max-width: 912px;
}

.program_sec .program_list>li {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 15px;

}

.program_sec .program_list>li:last-child {
    margin-bottom: 0;
}

.program_sec .program_list>li .tit {
    position: relative;
    display: block;
    padding: 25px 0;
    cursor: pointer;
}

.program_sec .program_list>li .tit p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 23px;
    gap: 10px;
}

.program_sec .program_list>li .tit p span b {
    color: var(--color);
}

.program_sec .program_list li a {
    display: block;
}

.program_sec .program_list>li button {
    background-color: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 60px;
}

.program_sec .program_list>li button img {
    filter: var(--color-filter);
    transition: 0.5s;
}

.program_sec .program_list>li.on button img {
    transform: rotate(-180deg);
    transition: 0.5s;
}

.program_sec .program_sub_menu {
    text-align: left;
    display: none;
}

.program_sec .program_sub_menu li {
    font-size: 18px;
    border-top: 1px solid var(--color);
    padding: 15px 50px;
}

.program_sec .program_sub_menu li span {
    font-weight: 600;
    color: var(--color);
}

/* program/info */

/* program/view */
.program_view {
    margin-top: 65px;
    position: relative;
}

.program_view::after {
    aspect-ratio: 1 / 2;
    z-index: -1;
    /* height: 660px; */
    content: "";
    /* width: 460px; */
    width: 380px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    /* background-image: url(../../images/user/program/view_bg.png); */
    background-image: url(../../images/user/program/body.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    transform: translateY(-173px);
}

.program_nav>li {
    border-bottom: 1px solid var(--blue4);
}

.program_nav>li:first-child {
    border-top: 1px solid var(--blue4);

}

.program_nav>li>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.program_nav>li>.title p {
    font-weight: 600;
    font-size: 23px;
}

.program_nav>li>.title p span {
    color: var(--blue4);
}

.program_nav>li>.title button img {
    filter: var(--color-filter);
}

.program_nav>li>.title button {
    border: 0;
    transition: 0.3s;
    background-color: transparent;
}

.program_nav>li.open>.title button {
    transition: 0.3s;
    transform: rotate(-180deg);
}

.program_nav .cont {
    display: none;
    border-top: 1px solid #c9c9c9;

}

.program_nav .no_hide .cont {
    display: block;
}

.program_nav .cont>.top {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--blue4);

}

.program_nav .cont>.top>ul>li {
    font-size: 20px;
    display: flex;
    margin-bottom: 14px;
    gap: 5px;
    line-height: 1.5;

}

.program_nav .cont>.top>ul>li span {
    flex: 1;
    word-break: keep-all;
}

.program_nav .cont>.top>ul>li:last-child {
    margin-bottom: 0;
}

.program_nav .cont>.top>ul>li b {
    font-weight: 600;
}

.program_nav .cont>.mid {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 60px;
}

.program_nav .cont>.mid .btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}

.program_nav .cont>.mid .btns .btn {
    border: 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    background-color: transparent;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    display: inline-flex;
}

.program_nav .cont>.mid .btns .btn.type1 {
    background-color: var(--blue4);
    color: #fff;
}

.program_nav .cont>.mid .btns .btn.type2 {
    border: 1px solid var(--blue4);
    color: var(--blue4);
    background-color: #fff;
}

.program_nav .cont .txt_box .flex {
    display: flex;
    gap: 22px;
    align-items: start;
    line-height: 1.5;

    margin-bottom: 70px;
}

.program_nav .cont .txt_box .flex:last-child {
    margin-bottom: 0;
}

.program_nav .cont .txt_box .flex.colunm {
    flex-direction: column;

}

.program_nav .cont .txt_box .flex h3 {
    font-size: 23px;
    font-weight: 600;
    width: 200px;
    display: inline-block;
    flex-shrink: 0;
}

.program_nav .cont .txt_box .flex.colunm h3 {
    width: 100%;
}

.program_nav .cont .txt_box .flex .desc {
    flex: 1;
    color: #797979;
    word-break: keep-all;
    font-size: 20px;
}

.program_nav .cont .txt_box .flex .desc+.desc {
    margin-top: 30px;
}

.program_nav .cont .txt_box .flex .desc.desc_l_mr:first-child {
    margin-top: 25px;
}

.program_nav .cont .txt_box .flex .desc.desc_l_mr+.desc.desc_l_mr {
    margin-top: 47px;
}

.program_nav .cont .txt_box .flex .desc.desc_black {
    color: #191919;
    font-weight: 600;
}

.program_nav .cont .txt_box .flex .desc b {
    color: #191919;
    font-weight: 600;
}

.program_nav .cont .txt_box .flex .desc .desc_tit {
    color: #314fd2;
    font-weight: 700;
    margin-bottom: 13px;
}

.program_nav .cont .txt_box .flex .desc .desc_sub_tit {
    color: #191919;
    display: block;
    font-weight: 600;
}

.program_nav .cont .txt_box .flex h3 .small {
    font-size: 18px;
}

.program_nav .cont .txt_box .flex.colunm .desc {
    width: 100%;
}

.program_nav .cont .txt_box .table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid var(--blue4);

}

.program_nav .cont .txt_box .table .center {
    text-align: center;
    vertical-align: middle;
}

.program_nav .cont .txt_box .table th {
    border: 1px solid #c9c9c9;
    color: #191919;
    padding: 20px 0;
}

.program_nav .cont .txt_box .table td {
    border: 1px solid #c9c9c9;
    color: #797979;
    padding: 20px 40px;
    vertical-align: middle;
}

.program_nav .cont .txt_box .table.sm_table td {
    padding: 13px 35px;
}

.program_nav .cont .txt_box .table.sm_table th {
    padding: 13px 0;
}

.program_nav .cont .txt_box .table b {
    font-weight: 700;
}

.program_nav .cont .txt_box .table.table2 {}

.program_nav .cont .txt_box .table.table2 td {
    padding: 20px;
    text-align: center;
}

.program_nav .cont .txt_box .table tr th:first-child,
.program_nav .cont .txt_box .table tr td:first-child {
    border-left: 0;
}

.program_nav .cont .txt_box .table tr th:last-child,
.program_nav .cont .txt_box .table tr td:last-child {
    border-right: 0;
}

.program_nav .cont .txt_box .table td b {
    font-weight: 600;
    color: #191919;
}

.program_nav .cont .table_info {
    color: #797979;
    font-size: 16px;
    margin-top: 15px;
}

/* program/view */

/* program/gallery */
.program_gal {
    margin-top: 62px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 30px;
}

.gallery li {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
}

.gallery li a {
    display: block;
}

.gallery li a .thumb {
    overflow: hidden;
    aspect-ratio: 1/0.65;
    border-radius: 0 0 25px 25px;
}

.gallery li a .thumb.no_logo {
    background-color: #c9c9c9;
    background-image: url(../../images/user/common/no_logo.png);
    background-position: center;
    background-repeat: no-repeat;
}

.gallery li a .thumb img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.gallery li a .txt {
    padding: 20px 25px 34px;

}

.gallery li a .txt p {
    font-size: 20px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    word-break: keep-all;
    display: -webkit-box;
    min-height: 56px;
}

.gallery li a .txt.line1 p {
    -webkit-line-clamp: 1;
    min-height: 26px;
}

.gallery li a .txt .date {
    font-size: 20px;
    color: #767676;
    margin-top: 5px;
}

.paging_wrap {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.paging_wrap>* {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    height: 35px;
}

.paging_wrap strong {
    border-radius: 50%;
    color: #fff;
    background-color: var(--blue1);
}

.paging_wrap .arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.paging_wrap .arrow.first {
    background-image: url(../../images/user/common/first_pg.png);
}

.paging_wrap .arrow.prev {
    background-image: url(../../images/user/common/prev_pg.png);
}

.paging_wrap .arrow.next {
    background-image: url(../../images/user/common/next_pg.png);
}

.paging_wrap .arrow.last {
    background-image: url(../../images/user/common/last_pg.png);
}

/* program/gallery */

/* plant/process */
.plant_sec {
    margin-top: 80px;

}

.plant_process {
    margin-bottom: 75px;
}

.plant_process ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.plant_process ul li {
    border-radius: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.plant_process ul li::before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--blue4);
    display: block;
    background-image: url(../../images/user/plant/pro_arrow.png);
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    background-repeat: no-repeat;
    transform: translate(calc(50% + 9px), -50%);
    z-index: 1;
}

.plant_process ul li:last-child::before {
    display: none;
}

.plant_process ul li .tit {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.plant_process ul li .desc {
    font-size: 18px;
    line-height: 1.3;
    color: #797979;
    min-height: 46px;
}

.plant_info_box {
    padding-left: 70px;
}

.plant_info {
    display: flex;
    gap: 60px;
    align-items: start;
}

.plant_info .tit {
    font-weight: 600;
    font-size: 23px;
    width: 180px;
    line-height: 1.5;
}

.plant_info .desc {
    flex: 1;
    counter-reset: number 0;
    font-size: 20px;
    word-break: keep-all;
    line-height: 1.5;
}

.plant_info .desc>li {
    margin-bottom: 20px;
}

.plant_info .desc>li:last-child {
    margin-bottom: 0;
}

.plant_info .desc>li>p {
    padding-left: 20px;
    position: relative;
}

.plant_info .desc>li>p::before {
    counter-increment: number 1;
    content: counter(number) '. ';
    position: absolute;
    left: 0;
    top: 0;
}

.plant_info .desc>li .gray {
    color: #797979;
}

.plant_info .desc>li .blue {
    color: var(--blue4);
}

.plant_info .desc>li>ul {
    color: #797979;
    margin-top: 5px;
    padding-left: 40px;
}

.plant_info:last-child {
    margin-top: 50px;
}

.plant_info .sub_line>li:last-child {
    margin-top: 44px;
}

.plant_info .sub_line>li>ul>li {
    position: relative;
    padding-left: 20px;
}

.plant_info .sub_line>li>ul>li span {
    position: absolute;
    left: 0;
    top: 0;
}

.plant_info .sub_ko>li>ul>li:has(span) {
    position: relative;
    padding-left: 25px;
}

.plant_info .sub_ko>li>ul>li span {
    position: absolute;
    left: 0;
    top: 0;
}

.plant_info .desc>li>ul.no_pad {
    padding-left: 0;
}

/* plant/process */

/* plant/reservation */
.plant_form .form_btns {
    margin-bottom: 75px;
}

/* plant/reservation */

/* program/form */
.program_form_sec {
    margin-top: 60px;
}

.program_form_sec .fc-today-button {
    display: none;
}

.program_form_sec .fc .fc-button-primary {
    padding: 0;
    background-color: transparent;
    color: #517fe9;
    border: 0;
}

.program_form_sec .fc .fc-button-primary:active {
    outline: 0;
    border: 0;
    background-color: transparent;
    color: #517fe9;
    box-shadow: none;
}

.program_form_sec .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 9px;
}

.program_form_sec .fc .fc-toolbar-title {
    font-size: 18px;
}

.program_form_sec .fc-theme-standard td,
.program_form_sec .fc-theme-standard th {
    border: 0;
}

.program_form_sec .fc-theme-standard .fc-scrollgrid {
    border: 0
}

.program_form_sec .fc .fc-col-header-cell-cushion {
    font-size: 13px;
    color: #797979;
}

.program_form_sec .fc .fc-daygrid-day-top {
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;

}

.program_form_sec .program_form_sec .fc .fc-daygrid-day-top {
    height: 100%;
}

.program_form_sec .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: none;
}

.program_form_sec .fc .fc-scroller-liquid-absolute,
.program_form_sec .fc .fc-scroller {
    overflow: hidden !important;
}

.program_form_sec .fc .fc-daygrid-day.fc-day-today {
    background-color: #fff !important;
}

.program_form_sec .fc .fc-daygrid-day.fc-day-today.calendar-selected>div {
    background-color: var(--blue4);
    color: #fff !important;
}

.program_form_sec .fc .fc-daygrid-day.fc-day-today>div {
    background-color: #fff;
    color: #757d85 !important;
}

.program_form_sec .fc .fc-daygrid-day-frame {
    height: 100%;
}

.program_form_sec .fc-theme-standard td {
    padding: 0 5px;
    color: #757d85;
}

.program_form_sec .fc .calendar-able>div {
    border-radius: 10px;
    /* background-color: #517fe9; */
    background-color: #799bea;
    color: #fff !important;

}

.program_form_sec .fc .calendar-selected>div {
    border-radius: 10px;
    background-color: var(--blue4);
    color: #fff !important;

}

.program_form_sec .fc .calendar-disabled>div {
    /* opacity: 0.3; */
}

.program_form_sec .fc .daygrid-day-frame>div {
    opacity: 0.3;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1 !important;
}

.program_form_sec .fc .fc-day-other.calendar-selected .fc-daygrid-day-top {
    opacity: 1;
}

.program_form_sec .fc-col-header {
    margin-bottom: 15px;
}

#calendar-wrap {
    padding: 15px;
    ;
}

.program_form_sec .email_box .input_box {
    width: 235px;

}

.program_form_sec .email_box .input_box select {
    text-align: left;
}

.program_form_sec .form_table .input_box select option {
    text-align: left;
}

.program_form_sec .table_info {
    color: #797979;
    font-size: 16px;
    margin-top: 15px;
    text-align: right;
}

.last_check .tit {
    font-weight: 600;
}

.last_check {
    justify-content: center;
    margin-top: 65px;
}

/* program/form */
/* plant/info */
.plant_tab_con_box>.img_wrap {
    text-align: center;
    margin-block: 0;
    padding-inline: 20px;
}

.scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}

.scroll span {
    font-weight: 600;
    color: #898989d6;
    font-size: 24px;
}

.scroll img {
    filter: brightness(1.5) hue-rotate(-8deg) opacity(0.7) grayscale(1);
}

.plant_tab_con_box>.img_wrap img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
    max-width: 750px;
}

.plant_tab_con {
    overflow: hidden;
}

.plant_tab_con .plat_tab_slide img {
    width: 100%;
}

.plant_tab_sec {
    margin-top: 60px;
    position: relative;
}

.plant_tab_sec .plant_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
}

.plant_tab_sec .plant_tab a {
    border: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    outline: 0;
    color: #797979;
    font-size: 20px;
    width: 300px;
    height: 50px;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.plant_tab_sec .plant_tab a.active {
    background-color: #314fd2;
    border-color: #314fd2;
    color: #fff;
}

.info_xr {
    aspect-ratio: 1 / 0.49;
    position: relative;
}

.info_xr .map_img {
    max-width: 500px;
    width: 30%;
    position: absolute;
    right: 5%;
    top: 5%;
}

.info_xr iframe {
    width: 100%;
    height: 100%;
}

.info2_wrap {
    max-width: 1030px;
    padding-inline: 20px;
    margin-inline: auto;
    display: flex;
    gap: 30px;
    margin-top: 80px;
}

.info2_wrap li {
    border-radius: 30px;
    max-width: calc((100% - 30px) / 2);
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.info2_wrap li .thumb {
    aspect-ratio: 4.8/3;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.info2_wrap li .thumb img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info2_wrap li .img_desc {
    position: absolute;
    padding: 15px 10px;
    color: #fff;
    background-color: #00000091;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.info2_wrap li .desc_wrap {
    padding: 20px 20px 30px;
    text-align: center;
}

.info2_wrap li .desc_wrap .col_b {
    color: var(--blue4);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info2_wrap li .desc_wrap .desc {
    color: #797979;
    font-size: 20px;
    font-weight: 600;
}

/* plant/info */
/* program/professor */
.professor_list .bg_txt {
    /* display: none; */
    position: absolute;
    left: 0;
    bottom: 15px;
    transform: translateX(calc(-100% - 10px));
}

.program_pro_sec {
    margin-top: 96px;
}

.professor_list {
    position: relative;
    display: flex;
    align-items: start;
    gap: 20px;
}

.pro_contents {
    flex: 1;
}

.pro_tabs {
    width: 21%;
}

.pro_contents .pro_con {
    display: none;
}

.pro_contents .pro_con#pro_con1 {
    display: block;
}

.pro_contents .pro_con_in {
    background-color: #fafafa;
    padding: 50px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    ;
    gap: 30px;
    align-items: stretch;
    border-radius: 20px;
}

.pro_contents .pro_con .left {
    position: relative;
}

.pro_contents .pro_con .left img {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.pro_contents .pro_con .left img.img_sq {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.pro_contents .pro_con .left .title .info {
    font-size: 22px;
    color: #636363;
    line-height: 1.3;
    margin-bottom: 5px;
}

.pro_contents .pro_con .left .title .name {
    font-weight: 600;
    font-size: 27px;
    color: #2b46b9;
}

.pro_contents .pro_con .right .txt {
    padding: 20px 0;
    position: relative;
}

.pro_contents .pro_con .right .txt p {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.pro_contents .pro_con .right .txt li {
    color: #797979;
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    line-height: 1.3;
}

.pro_contents .pro_con .right .txt li:has(span) {
    padding-left: 20px;

}

.pro_contents .pro_con .right .txt li span {
    position: absolute;
    left: 0;
    top: 0;
}

.pro_contents .pro_con .right .txt:first-child::before {
    content: "";
    display: block;
    bottom: 0;
    width: calc(100% + 10px);
    height: 1px;
    left: 0;
    background-color: #d2d2d2;
    position: absolute;

}

.pro_contents .hash_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
}

.pro_contents .hash_tags span {
    background-color: #fff;
    color: #2b46b9;
    border: 1px solid #2b46b9;
    border-radius: 30px;
    padding: 6px 20px 5px;
}

.pro_contents .pro_con .right .txt li:last-child {
    margin-bottom: 0;
}

.pro_contents .pro_con_in>div {
    flex: 1;
}

.pro_tabs ul li {
    cursor: pointer;
    text-align: center;
    padding: 25px 0;
    color: #797979;
    border-bottom: 1px solid #d9d9d9;
}

.pro_tabs ul li.active {
    border-radius: 0;
    border-radius: 20px;
    color: #fff;
    background-color: #2b46b9;
}

.pro_tabs ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.pro_tabs ul li p {
    font-size: 20px;
}

.pro_tabs ul li p:last-child {
    font-weight: 600;
    margin-top: 6px;
}

/* program/professor */

/* login page */
.member_form_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_form {
    width: 100%;
    padding: 40px 40px 60px;
    color: var(--main_txt_color);
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #cecece;
    border-radius: 20px;
    margin-top: 75px;
}

.login_wrap {
    max-width: 544px;
    padding: 40px 40px 60px;
}


.login_wrap h2 {
    margin-bottom: 40px;
    max-width: 342px;
}

.login_wrap h2 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.login_wrap form {
    display: inline-block;
    width: 100%;
    max-width: 384px;
}

.member_form form ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.member_form form ul li {
    width: 100%;
}

.member_form form ul li input {
    height: 100%;
    /* width: 100%; */
    width: calc(100% - 52px);
    height: 46px;
    display: inline-block;
    border: 1px solid #cecece;
    padding: 0px 25px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 20px;
    border-radius: 10px;
    font-family: sans-serif;
}

.member_form form ul li input::placeholder {
    color: #6b6b6b;
    font-weight: 400;
}

.member_form form ul li:nth-child(3) {
    margin-top: 10px;
}

.member_form :where(button, a)[class$='_btn'] {
    display: inline-flex;
    width: 100%;
    height: 46px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    transition: 0.2s;
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    background: var(--blue4);
    border: 1px solid var(--blue4);
    border-radius: 50px;
}

.member_form .move_btn {
    border: 1px solid var(--blue4);
    color: var(--blue4);
    background-color: #fff;
}

.member_form .submit_btn:hover {
    background-color: var(--blue3);
    background: var(--blue3);
}

.member_form .move_btn:hover {
    background-color: var(--blue3);
    color: #fff;
}

.login_wrap .user_utility {
    width: 100%;
    max-width: 344px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.login_wrap .user_utility a {
    font-size: 15px;
    font-weight: 500;
    color: #3B312C;
}

.login_wrap .user_utility span.divider {
    color: #CECECE;
}

.login_wrap .user_utility a:hover {
    text-decoration: underline;
}

.register_wrap {
    max-width: 840px;
    padding: 40px 40px 60px;
}

.register_wrap h2 {
    margin-bottom: 20px;
    width: 100%;
    max-width: 700px;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.register_wrap form {
    max-width: 700px;
    width: 100%;
}

.member_form.register_wrap ul {
    border-block: 1px solid #CECECE;
    padding-block: 20px;
    gap: 20px;
}

.register_wrap ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.member_form.register_wrap form ul li input {
    height: 40px;
    padding: 0 15px;
}

.register_wrap ul li label {
    display: flex;
    align-items: center;
    width: calc(100% - 166px);
}

.register_wrap ul li .form_info {
    margin-left: 190px;
    color: var(--blue4);
    margin-top: 5px;
}

.register_wrap ul li p.pw_chk_info {
    opacity: 0;
}

.register_wrap .form_tit {
    min-width: 150px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 40px;
    letter-spacing: -0.5px;
}

.register_wrap label :where(input[type="text"], input[type="password"]) {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #CECECE;
    font-weight: 400;
    font-size: var(--sub_con_19);
    width: 344px;
    padding: 3px 15px 0px;
    display: inline-block;
}

.register_wrap select {
    min-width: 90px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #cecece;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background-image: url(../../images/user/common/sel_icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    box-sizing: border-box;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
}



.register_wrap select option {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.register_wrap ul li.email_wrap label {
    display: flex;
    align-items: center;
    width: calc(100%);
}

.register_wrap ul li.email_wrap label input:last-child {
    margin-left: 10px;
}

.register_wrap .user_email select {
    width: 85%;
}

.register_wrap .user_email input {
    min-width: unset;
    width: calc((100% - 230px / 2));
}

.register_wrap .add_wrap {
    width: calc(100% - 190px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: none;
}

.register_wrap .add_wrap input[type="text"] {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #CECECE;
    font-weight: 400;
    font-size: 20px;
    width: calc(100% - 30px);
    padding: 3px 15px 0px;
    display: inline-block;
    margin-top: 10px;
    color: var(--txt_col);
}

.register_wrap .add_wrap input[type="text"]:first-of-type {
    width: calc(100% - 202px);
    margin-top: 0px;
}

.register_wrap label input::placeholder {
    color: #6B6B6B;
}

.register_wrap .input_deco {
    margin-inline: 10px;
}

.register_wrap .form_btn {
    border: 1px solid var(--blue4);
    border-radius: 10px;
    background-color: #fff;
    color: var(--blue4);
    width: 156px;
    height: 40px;
    margin-left: 10px;
    font-size: 20px;
    height: 42px;
    cursor: pointer;
}

.register_wrap .form_btn._full {
    width: calc(100% - 326px);
    margin-left: 0;
    max-width: 340px;
}

.register_wrap .form_btn.find_add img {
    vertical-align: bottom;
}

.register_wrap .btn_wrap {
    text-align: center;
}

.register_wrap .submit_btn {
    margin-top: 20px;
    max-width: 184px;
}

.register_wrap ul li label:where(.user_ph) {
    max-width: 530px;
    align-items: center !important;
}

.register_wrap._find {
    box-sizing: border-box;
    padding: 40px 70px;
}

.register_wrap._find ul li label {
    display: flex;
    align-items: center;
    width: calc(100%);
}

.member_form._find form ul li .user_ph input {
    width: 80px;
}

.member_form.register_wrap._find ul {
    border-top: 0;
    border-bottom: 1px solid #CECECE;
    padding-block: 40px 30px;
    gap: 20px;
}

.login_menu_box {
    display: flex;
    width: 100%;
}

.login_menu_box a {
    flex: 1;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
}

.login_menu_box a.active {
    color: var(--blue4);
    border-bottom: 2px solid var(--blue4);
}

.register_wrap .result_wrap {
    margin-top: 40px;
    width: 100%;
    display: none;
}

.register_wrap .result_wrap .con {
    display: flex;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
}

.register_wrap .result_wrap .con span {
    display: contents;
}

.register_wrap .result_wrap .con .user_id {
    font-weight: 700;
}

.register_wrap .result_wrap .submit_btn {
    padding-inline: 30px;
    max-width: 200px;
}

.member_form .submit_btn.new {
    background-color: #999;
    border: #999;
    margin-right: 5px;
}

.member_form.register_wrap._find .find_info+ul {
    padding-block: 20px 30px;
}

.find_info {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
}

/* login page */

/* member/success */
.register_success {
    width: 660px;
    border: 1px solid #cacaca;
    border-radius: 20px;
    /* margin: 40px auto 0; */
    margin: 90px auto;
    padding: 60px 80px;
    box-sizing: border-box;
    text-align: center;
}

.register_success .tit {
    font-weight: 700;
    margin: 40px 0;
    font-size: 28px;
}

.register_success .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 40px;
    border-top: 1px solid #cecece;
}

.register_success .btns a {
    background-color: #314fd2;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    width: 190px;
    height: 46px;
    font-size: 20px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

/* member/success */

/*mypage*/
.my_page_wrap {
    max-width: 920px;
}

.my_page_wrap .top_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.my_page_wrap .top_wrap .table_tit {
    font-size: 23px;
    color: var(--blue4);
    font-weight: 700;
}

.my_page_wrap .top_wrap .btn_wrap {
    display: inline-flex;
    gap: 10px;
}

.my_page_wrap .top_wrap .btn_wrap a {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    color: #191919;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 30px;
}

.my_page_wrap form {
    width: 100%;
}

.my_page_wrap tr {
    height: 60px;
}

.my_page_wrap .bo_0 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    min-width: 140px;
    padding-left: 50px;
    width: 10%;
}

.my_page_wrap td {
    padding-right: 50px;
}

.my_page_wrap td input {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 35px;
    padding-inline: 20px;
    font-size: 18px;
    color: #797979;
    font-weight: 600;
    width: calc(100% - 40px);
    max-width: 295px;
}

.my_page_wrap .add_wrap {
    display: inline-block;
    max-width: 480px;
    width: 100%;
}

.my_page_wrap .add_wrap button {
    border: 1px solid var(--blue4);
    color: var(--blue4);
    font-size: 18px;
    font-weight: 600;
    width: 180px;
    margin-left: 5px;
    height: 39px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 3px;
}


.my_page_wrap .add_wrap input {
    margin-top: 8px;
    max-width: unset;
}

.my_page_wrap .add_wrap input:first-child {
    width: calc(100% - 233px);
    margin-top: 0;
}

.my_page_wrap .ph_wrap {
    max-width: 480px;
}

.my_page_wrap .ph_wrap :where(select, input) {
    flex: 1;
}

.my_page_wrap .ph_wrap select {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 40px;
    padding-inline: 20px;
    font-size: 18px;
    color: #797979;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background-image: url(../../images/user/common/sel_icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    box-sizing: border-box;
    cursor: pointer;
}

.my_page_wrap .email_wrap {
    max-width: 480px;

}

.my_page_wrap .email_wrap :where(select, input) {
    flex: 1;
    color: #797979;
}

.my_page_wrap .email_wrap select {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 5px;
    height: 40px;
    padding-inline: 20px;
    font-size: 18px;
    color: #797979;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background-image: url(../../images/user/common/sel_icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    box-sizing: border-box;
    cursor: pointer;
}

.my_page_wrap .email_wrap select.max_200 {
    max-width: 200px;

}

.my_page_wrap .email_wrap select.max_130 {
    max-width: 130px;

}

.my_page_wrap .email_wrap select+input {
    display: none;
    max-width: 200px;
}

.my_page_wrap .btn_wrap._bottom {
    margin-top: 50px;
    text-align: center;
}

.my_page_wrap .submit_btn {
    cursor: pointer;
    border: none;
    width: 100%;
    max-width: 200px;
    height: 50px;
    color: #fff;
    background-color: var(--blue4);
    border-radius: 60px;
    font-size: 18px;
}

/*mypage*/

/*board*/
.board_list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #797979;
    font-size: 20px;
    border-top: 1px solid #314fd2;
    text-align: center;
    table-layout: fixed;
}

.board_list th {
    border-bottom: 1px solid #c9c9c9;
    color: #191919;
    padding: 20px 10px;
}

.board_list td {
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 10px;
}

.board_list td a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.board_section {
    margin-top: 63px;
}

.list_bt {
    margin-top: 30px;
}

.list_bt.right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.sch_form {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    display: flex;
    width: 400px;
    height: 45px;
    border-radius: 30px;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.sch_form input {
    flex: 1;
    border: none;
    height: 100%;
    outline: none;
    padding: 0 10px;
    font-size: 18px;
}

.sch_form input::placeholder {
    color: #6B6B6B;
}

.sch_form button {
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.sch_form button img {
    vertical-align: middle;
}

.view_layer {
    border-top: 1px solid #314fd2;
    border-bottom: 1px solid #314fd2;

}

.view_layer .tit_box {
    padding: 20px 70px;
    border-bottom: 1px solid #797979;
}

.view_layer .tit_box .tit {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}

.view_layer .tit_box .date {
    color: #797979;
    font-size: 18px;
    margin-top: 5px;
}

.view_layer .view_content {
    padding: 60px 0;
    white-space: pre-line;
    overflow: hidden;
}

.view_layer .view_content img {
    max-width: 100%;
    object-fit: contain;
}

.view_layer .file {
    padding: 20px 70px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-top: 1px solid #c9c9c9;
}

.view_layer .file>span {
    color: #314fd2;
    font-weight: 700;
    font-size: 20px;
}

.view_layer .file a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #797979;
    font-size: 20px;
}

.list_paging {
    margin-top: 60px;
    border-top: 1px solid #314fd2;
    border-bottom: 1px solid #314fd2;
}

.list_paging li {
    display: flex;
    padding: 20px 70px;
    gap: 30px;
}

.list_paging li .txt {

    font-weight: 700;
    font-size: 18px;
}

.list_paging li:first-child {
    border-bottom: 1px solid #314fd2;
}

.list_paging li .txt span {
    margin-right: 5px;
}

.list_paging li .link {
    flex: 1;
    font-size: 20px;
    color: #797979;
}



.go_list_btn {
    display: block;
    margin: 60px auto 0;
    width: 175px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #314fd2;
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #314fd2;
}

.wtable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 2px solid var(--main_color);
    border-bottom: 2px solid var(--main_color);
}

/* .wtable tbody tr{
    border-bottom: 1px solid #cecece;
    line-height: 60px;
} */
.wtable td,
.wtable th {
    height: 45px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.wtable th {
    font-size: 18px;
    font-weight: 500;
}

.wtable textarea+iframe {
    width: calc(100% + 5px) !important;
}

.wtable :where(input[type='text'], textarea) {
    border: 1px solid #cecece;
    width: calc(100% - 30px);
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.5px;
    vertical-align: middle;
    padding: 0 15px;
}

.wtable textarea {
    height: 300px;
    min-height: 200px;
    font-family: sans-serif;
    padding: 15px;
}

.wtable input[type=file] {
    font-family: sans-serif;
    background-color: transparent;
    box-sizing: border-box;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
}

.wtable input[type="file"]::file-selector-button {
    height: 100%;
    margin-right: 15px;
    padding: 0 22px;
    border: none;
    border-right: 1px solid #ddd;
    cursor: pointer;
    line-height: 40px;
    font-weight: 400;
}

input[type=file]+.inp_chk {
    margin-left: 7px;
}

.inp_chk {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.inp_chk input {
    position: absolute;
    top: -1px;
    left: 0;
    opacity: 0
}

.inp_chk .txt {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: inherit;
    font-weight: 400
}

.inp_chk .txt::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -8px;
    border: 1px solid #818181;
    background: #fff;
    border-radius: 2px;
    content: '';
    box-sizing: border-box;
    content: ''
}

.inp_chk .txt::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg) scale(.8);
    transition: opacity .2s ease, transform .2s ease;
    content: ''
}

.inp_chk input:checked+.txt::after {
    opacity: 1;
    transform: rotate(45deg) scale(1)
}

.inp_chk+.inp_chk {
    margin-left: 20px;
}

.inp_chk.txt_none {
    margin-right: 0;
}

.inp_chk.txt_none .txt {
    width: 18px;
    height: 18px;
}

.view_layer .btn_area {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.view_layer .btn_area.aright {
    justify-content: right;
}

.view_layer .btn_area.jc_sb {
    justify-content: space-between;
}

.abtn {
    display: inline-block;
    position: relative;
    min-width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: var(--blue4);
    border: none;
    cursor: pointer;
}

.abtn.small {
    display: inline-block;
    height: 32px;
    min-width: 64px;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 32px;
    white-space: nowrap;
    font-weight: 400;
}

.abtn.bgray {
    color: #444444;
    background: #f1f1f1;
}

.abtn.bgray::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e3e3e3;
    content: '';
}

.abtn.gray {
    background: #878787;
}

.card_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.card_list ul li {
    width: calc((100% - 35px) / 2);
    border: 1px solid #d4d4d4;
    display: inline-block;
    margin-bottom: 30px;
    transition: 0.3s;
}

.card_list ul li:hover {
    transition: 0.3s;
    border: 1px solid #adacac;
}

.card_list ul li a {
    display: inline-block;
    padding: 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.card_list ul li a .col_main {
    display: inline-block;
    color: var(--blue4);
    font-weight: 700;
    font-size: 17px;
}

.card_list ul li a .con_tit {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}

.card_list ul li a .writer_wrap {
    text-align: right;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
}

.card_list ul li a .writer_wrap span {
    font-weight: 500;
    font-size: 17px;
}

.card_list ul li a .writer_wrap :where(span + span) {
    display: inline-block;
    margin-left: 3px;
}

.card_list ul li a .con_wrap {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
    margin-block: 15px 25px;
    color: #747474;
}

.view_layer .info_wrap {
    display: flex;
    justify-content: flex-end;
}

.view_layer .info_wrap p+p::before {
    content: "｜";
    display: inline-block;
    color: #ddd;
    margin-inline: 4px 0px;
}

.view_layer .info_wrap p span {
    color: #333;
    font-weight: 500;
    margin-left: 2px;
}

.ellipsis {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis_3 {
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn_wrap._board {
    margin-top: 40px;
    text-align: center;
}

.btn_wrap._board .go_list_btn {
    margin: unset;
    display: inline-flex;
}

.btn_wrap._board .go_list_btn+.go_list_btn {
    margin-left: 15px;
}

.sub_content .nolist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    padding-bottom: 20px;
}

.card_list .btn_area {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card_list .btn_area.aright {
    justify-content: right;
}

.card_list .btn_area.jc_sb {
    justify-content: space-between;
}

/*board*/


/* center/map */
.map_sec {
    margin-top: 60px;
}

#map {
    background-color: #ddd;
    aspect-ratio: 1 / 0.3;
}

.map_sec .sub_content {
    margin-top: 75px;
}

.map_sec ul {
    gap: 70px 60px;
    display: flex;
    flex-wrap: wrap;
}

.map_sec ul li.full {
    width: 100%;
    align-items: center;

}

.map_sec ul li.half {
    flex: 1;
}

.map_sec ul li {
    display: flex;
    gap: 25px;
}

.map_sec ul li .txt {
    flex: 1;
}

.map_sec ul li .txt>div {
    display: flex;
}

.map_sec ul li .tit_p .tit {
    width: 80px;
    text-align: justify;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
}

.map_sec ul li .txt p {
    font-size: 20px;
    color: #797979;
    line-height: 1.5;
}

.map_sec ul li .tit_p .tit::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.map_sec ul li .tit_p {
    gap: 60px;
}

.map_sec ul li .txt .circle_p {
    display: flex;
    gap: 5px;
    align-items: center;
}

.map_sec ul li .txt .circle_p .cate {
    display: inline-block;
    position: relative;
    background-color: #833edb;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.map_sec ul li .txt .circle_p .cate b {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.map_sec ul li .txt .square_p {
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.map_sec ul li .txt .square_p:last-child {
    margin-bottom: 0;
}

.map_sec ul li .txt .square_p .cate {
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
}

.map_sec ul li .txt .square_p .cate.green1 {
    background-color: #248801;
}

.map_sec ul li .txt .square_p .cate.blue1 {
    background-color: #3556a7;
}

.map_sec ul li .txt .square_p .cate.blue2 {
    background-color: #3d7dad;
}

.map_sec ul li .txt .square_p .cate.red {
    background-color: #da353b;
}

/* center/map */
.other_email {
    display: none;
}

.other_email.show {
    display: flex;
    gap: 5px;
}

/* plant/ reservation_view*/
.span_th {
    display: none;
}

.rs_list_wrap {
    width: 100%;
    padding-inline: 20px;
    max-width: 1180px;
}

.rs_list_wrap tr {
    border-bottom: 1px solid #cecece;
}

.rs_list_wrap .form_table>tbody>tr>td {
    padding: 10px 5px;
    font-size: 16px;
}

.rs_list_wrap tbody tr:last-child {
    border-bottom: 0;
}

.rs_list_wrap th {
    font-size: 16px;
    color: #191919;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    border-right: 1px solid #cecece;
}

.rs_list_wrap td {
    text-align: center;
    font-size: 16px;
    color: #797979;
    border-right: 1px solid #cecece;
}

.rs_list_wrap :where(th, td):last-of-type {
    border-right: 0;
}

.rs_list_wrap td .rs_area_list {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 10px);
    text-align: left;
    border: 0;
    height: 100%;
    color: #191919;
}

.rs_list_wrap td .rs_area_list span {
    color: #314fd2;

}

.rs_list_wrap td.tb_left {
    text-align: left;
}

.rs_list_wrap .tb_num {
    width: 80px;
}

.rs_list_wrap .tb_rs_item {
    width: auto;
    width: 20%;
}

.rs_list_wrap .tb_pr_type {
    width: auto;
    width: 10%;
}

.rs_list_wrap .tb_manager {
    width: 130px;
}

.rs_list_wrap .tb_ph {
    width: 190px;
}

.rs_list_wrap .tb_date {
    width: 140px;
}

.rs_list_wrap .tb_today {
    width: 140px;
}

.rs_list_wrap .tb_condition {
    width: 100px;
}

.rs_confirm {
    color: #ff0000;
    font-weight: bold;
}

/* plant/ reservation_view*/


.intro_layer {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.intro_layer video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9;
    display: none;
}

.intro_layer .btns {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    z-index: 9;
    flex-direction: column;
}

.intro_layer .intro_logo {
    margin-bottom: 20px;
    max-width: 280px;
    display: none;
}

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

.intro_layer .btn_wrap {
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.intro_layer .btns a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 44px;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
    padding-right: 100px;
    opacity: 0.9;
    transition: 0.3s;
}

.intro_layer .btns a:hover {
    opacity: 1;
    transition: 0.3s;
}

.intro_layer .btns a.intro1 {
    background-color: #fff;
}

.intro_layer .btns a .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.intro_layer .btns a .txt p:first-child {
    font-weight: 600;
    font-size: 23px;
}

.intro_layer .btns a .txt p:last-child {
    color: #c2c2c2;
    margin-top: 8px;
    font-size: 13px;
}

.intro_layer .btns a .txt p.dark_color {
    color: #c2c2c2;

}

.intro_layer .btns a.intro2 {
    background-color: #c2a991;
}

.intro_layer .btns a.intro3 {
    background-color: #2f576a;
}

.intro_layer .btns a:where(.intro2, .intro3) .txt p {
    color: #fff;
}


.main_scroll {
    display: inline-flex;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.scroll_icon {
    display: inline-block;
    width: 30px;
    height: 48px;
    position: relative;
}

.scroll_icon .cover {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.7));
    border: 1px solid #fff;
    border-radius: 13px;
}

.scroll_icon .arrow_wrap {
    width: 4px;
    position: absolute;
    bottom: 17px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    height: calc(100% - 30px);
}

.scroll_icon .icon_arrow {
    display: inline-block;
    width: 100%;
    height: 10px;
    position: absolute;
    opacity: 0;
    background: #fff;
    border-radius: 3px;
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.7));
}

.word_scroll {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    margin-top: 12px;
    /* filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.4)); */
}

.arrow_1 {
    animation: arrowAnim1 4s infinite;
}

@keyframes arrowAnim1 {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }

}


.intro_btn_section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    margin-inline: auto;
    /* display: none; */
}

.intro_btn_section .btns_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
}

.intro_btn_section .btns_wrap a {
    flex: 1;
    filter: brightness(1.1);
    height: 100%;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    border: 1px solid #aaa;
    position: relative;
}

.intro_btn_section .btns_wrap a+a {
    border-left: none;
}

.intro_btn_section .btns_wrap a img.arrow {
    display: inline-block;
    width: 40px;
}

.intro_btn_section a img {
    object-fit: cover;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.intro_btn_section a:hover {
    filter: brightness(0.8);
    transition: 0.3s;
}

.intro_btn_section .txt {
    position: absolute;
    bottom: 50px;
    right: 70px;
    color: #fff;
    text-align: right;
}

.intro_btn_section .txt p:first-child {
    font-size: 25px;
    font-weight: 600;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
    margin-bottom: 10px;
}

.intro_btn_section .txt p:last-child {
    font-size: 13px;
    font-weight: 400;
    font-family: "Pretendard Variable", Pretendard, sans-serif;
}

.intro_thumb {
    display: none;
}

.thumb_slide_wrap {
    position: relative;
    padding: 0 30px;
    margin-top: 25px;
}

.thumb_slide {
    overflow: hidden;
}

.thumb_slide_wrap button {
    position: absolute;
    z-index: 99;
    background-color: transparent;
    border: 0;
}

.thumb_slide_wrap .prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.thumb_slide_wrap .next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main_slide img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover !important;
    overflow: hidden;
}

.view_layer .view_content.slide {
    white-space: normal;
}

.main_slide li {
    aspect-ratio: 1 / 0.56;
}

.thumb_slide_wrap li {
    aspect-ratio: 1/0.8;
    cursor: pointer;
}

.thumb_slide_wrap li img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover !important;
}

.program_apply {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

.program_apply h2 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -2%;
    margin-bottom: 25px;
    margin-top: 75px;
}

.program_calendar .sub_content {
    display: flex;
    gap: 37px;
}

.program_guide {
    padding-inline: 20px;
    box-sizing: border-box;
}

.program_guide ul {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.program_guide ul li:nth-child(1) {
    grid-area: 1/1;
}

.program_guide ul li:nth-child(2) {
    grid-area: 1/2;
}

.program_guide ul li:nth-child(3) {
    grid-area: 1/3;
}

.program_guide ul li:nth-child(4) {
    grid-area: 2/3;
}

.program_guide ul li:nth-child(5) {
    grid-area: 2/2;
}

.program_guide ul li:nth-child(6) {
    grid-area: 2/1;
}

.program_guide ul li {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #CECECE;
    gap: 10px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    min-height: 200px;
}

.program_guide ul li .desc_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.program_guide ul li .con_tit {
    font-weight: 600;
    font-size: 19px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -2%;
}

.program_guide ul li .con_desc {
    font-weight: 500;
    font-size: 17px;
    color: #6b6b6b;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -2%;
    word-break: keep-all;
}

.program_guide ul li::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('../../images/user/program/guide_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
}

.program_guide ul li:where(:nth-child(4), :nth-child(5))::before {
    transform: rotate(-180deg) translateY(50%);
}

.program_guide ul li:where(:nth-child(1), :nth-child(6))::before {
    content: "";
    display: none;
}

.program_guide ul li:nth-child(4):after {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../../images/user/program/guide_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: rotate(90deg) translate(-50%, 50%);
}

.program_calendar #calendar_wrap {
    flex: 2;
}

:root {
    --fc-button-bg-color: transparent;
    --fc-button-border-color: transparent;
    --fc-button-hover-bg-color: transparent;
    /* hover 배경 */
    --fc-button-hover-border-color: transparent;
    /* hover 배경 */
    --fc-button-active-bg-color: transparent;
    --fc-button-active-border-color: transparent;
    --fc-button-text-color: #aaa;
}

.program_calendar {
    margin-top: 40px;
}

.program_calendar .fc-toolbar-chunk:has(.fc-toolbar-title) {
    display: flex;
    align-items: center;
}

.program_calendar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 24px;
    letter-spacing: -2%;
    font-weight: 600;
    font-family: sans-serif;

}

.program_calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 22px;
}

.program_calendar .fc .fc-button-primary {
    background-color: transparent;
    border-color: transparent;
    color: #797979;
    transition: 0.3s;
    padding: 0;
    font-size: 20px;
}

.program_calendar .fc .fc-button-primary:hover {
    background-color: var(--fc-button-hover-bg-color);
    border-color: var(--fc-button-hover-border-color);
    color: #aaa;
    transition: 0.3s;
}

.program_calendar .fc .fc-button-primary.fc-col_info-button {
    pointer-events: none;
    background-color: transparent;
    font-size: 16px;
    color: #797979;
    height: auto;
    padding: 0;
    border: none;
    padding-inline: 15px;
    font-weight: 500;
    cursor: default;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.program_calendar .fc .fc-button-primary.fc-col_info-button:hover {
    background-color: red;
    font-size: 16px;
    color: #333;
    height: auto;
    padding: 0;
    border: none;
    padding-inline: 15px;
    font-weight: 500;
    cursor: default;
    transition: 0.3s;
}

.program_calendar .fc-button:focus,
.program_calendar .fc-button:active,
.program_calendar .fc-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.program_calendar .fc .fc-button-primary.fc-today-button:disabled {
    background-color: #ccc;
}

.program_calendar .fc .fc-button-primary.fc-today-button {
    background-color: #fff;
    transition: 0.3s;
    padding-inline: 20px;
    border-radius: 40px;
    border: 1px solid #c9c9c9;
    color: #797979;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 20px;
}

.program_calendar .fc .fc-button-primary.fc-today-button:not(:disabled):hover {
    background-color: #aaa;
    color: #fff;
    transition: 0.3s;
}

.program_calendar .fc .fc-button-primary.fc-col_info-button::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #bebebe;
;
    background: #bebebe;
;
    margin-right: 10px;
}

.program_calendar .fc-h-event .fc-event-title {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.program_calendar .fc .fc-daygrid-event {
    margin: 1px;
    border-radius: 3px;
}

.program_calendar .fc-daygrid-block-event .fc-event-title {
    padding: 2px 3px;
}

.program_calendar .fc-direction-ltr .fc-daygrid-more-link {
    float: left;
    color: #797979;
    font-weight: 500;
}

.program_calendar .fc-day-header.fc-widget-header {
    padding: 10px;
}

.program_calendar .fc .fc-popover-close {
    cursor: pointer;
    font-size: 1.1em;
    opacity: 0.65;
    color: #333;
}

.program_calendar .fc .fc-popover-title {
    color: #333;
}

.program_calendar .fc-title {
    color: white;
}

.program_calendar .fc-toolbar .fc-center {
    font-size: 30px;
}

.program_calendar .fc-content {
    text-align: center;
    padding: 5px;
}

.program_calendar .fc-content {
    text-align: center;
    padding: 5px;
}

/*달력프레임*/
.program_calendar thead tr {
    height: 40px;
}

.program_calendar thead th {
    vertical-align: middle;
    background: #6B6B6B;
    color: #fff;
    font-size: 18px;
    border: none;
}

.program_calendar thead th a {
    font-weight: 300;

}

.program_calendar .fc .fc-daygrid-day-frame {
    height: 120px;
}

.program_calendar .fc .fc-daygrid-day-top {
    padding-top: 3px;
}

.program_calendar .fc .fc-daygrid-day-number {
    font-weight: 500;
}

.program_calendar .fc .fc-daygrid-day.fc-day-today {
    background-color: #EAEDFB;
}

.program_calendar .fc-event:has(.fc-event-title) {
    cursor: pointer;
}

/* 주말, 공휴일 */
/* .fc-col-header-cell.fc-day.fc-day-sun {
         background-color: #e31111;
         color: white !important;
     }

    .program_calendar .fc-col-header-cell.fc-day.fc-day-sat {
         background-color: #1b51bf;
         color: white !important;
     }

     .program_form_sec .fc :where(.fc-day-sat, .fc-day-sun) .fc-col-header-cell-cushion {
         font-size: 13px;
         color: white;
     }



     #calendar {
         margin-top: 70px !important;
         max-width: 1200px;
         margin: 0 auto 120px;
     }

    .program_calendar .fc-day.fc-day-sat {
         color: #0000ff;
     } 

    .program_calendar .fc-day.fc-day-sun {
         color: #FF0000;
     }

    .program_calendar .fc-daygrid-event {
         white-space: normal !important;
     }

    .program_calendar .fc-daygrid-day:has(.holiday) .fc-daygrid-day-number {
         color: red !important;
     }*/

.program_calendar #schedule_list {
    flex: 1;
}

.program_calendar #schedule_list .list_tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.program_calendar #schedule_list .list_tit span {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    font-weight: 600;
    font-size: 22px;

}

.list_num {
    color: #314FD2;
}

.monthly_list_wrap li {
    border: 1px solid #CECECE;
    padding: 10px 12px;
}
.monthly_list_wrap li.apply_end {
    background-color: #efefef;
}
.monthly_list_wrap li+li {
    margin-top: 10px;
}

.monthly_list_wrap li div {
    letter-spacing: -2%;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.monthly_list_wrap li div+div {
    margin-top: 10px;
}

.monthly_list_wrap li .program_date {
    font-weight: 700;
    display: inline-flex;
    align-items: center;

}

.monthly_list_wrap li .program_date::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    background-color: #314FD2;
    margin-right: 5px;
}

.monthly_list_wrap li .program_date.finish::before {
    background-color: #D5BA9D;
}

.list_desc {
    height: 595px;
    overflow: auto;
    padding-right: 10px;
}

.list_desc::-webkit-scrollbar {
    border: none;
    width: 7px;
    border-radius: 10px;
}

.list_desc::-webkit-scrollbar-thumb {
    border: none;
    width: 7px;
    background-color: #797979;
    border-radius: 10px;

}

.list_desc::-webkit-scrollbar-track {
    border: none;
    width: 7px;
    background-color: #F5F4F4;
    border-radius: 10px;
}

.list_desc li .link_wrap {
    display: flex;
    gap: 5px;
    justify-content: flex-end;

}

.list_desc li :where(a, button) {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s;
}

.list_desc li .show_detail {
    border: 1px solid #c9c9c9;
    color: #6B6B6B;
}

.list_desc li a {
    border: 1px solid #314FD2;
    background: #314FD2;
    color: #fff;
}

.list_desc li .show_detail:hover {
    border: 1px solid #bbb;
    background-color: #bbb;
    transition: 0.3s;
    color: #fff;
}

.list_desc li a:hover {
    border: 1px solid #2e45aa;
    background: #2e45aa;
    color: #fff;
    transition: 0.3s;
}
.list_desc li a.apply_end {
        border: 1px solid #bebebe;
    background: #bebebe;
    cursor: default;
}
#calendar_detail {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calendar_detail .cal_detail_bg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#calendar_detail .detail_info {
    width: calc(100% - 40px);
    max-width: 700px;
    background: #fff;
    border: 1px solid #CECECE;
    border-radius: 15px;
    padding: 15px 30px 30px;
}

#calendar_detail .btn_wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

#calendar_detail .btn_wrap .close {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -15px;
    transition: 0.3s;
    cursor: pointer;
}

#calendar_detail .btn_wrap .close:hover {
    filter: brightness(0.9);
    transition: 0.3s;
}

#calendar_detail .btn_wrap .close img {
    display: inline-block;
    object-fit: scale-down;
    width: 45%;
}

#calendar_detail .detail_info .program_title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    line-height: 1.3;

}

#calendar_detail .detail_info .con_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#calendar_detail .detail_info p {
    display: flex;
    align-items: center;
    gap: 15px;
}

#calendar_detail .detail_info p span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -2%;
    color: #191919;
}

#calendar_detail .detail_info p .info_tit {
    display: inline-block;
    width: 100px;
    color: #6b6b6b;
}

#calendar_detail .detail_info p .info_tit img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
    display: inline-block;
    vertical-align: sub;
}

.detail_info .link_wrap {
    display: flex;
    text-align: center;
    margin-top: 5px;
    gap: 10px;
    justify-content: center;
}

.detail_info .link_wrap a {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    border-radius: 50px;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s;
    max-width: 180px;
    width: 100%;
}

.detail_info .detail_link {
    border: 1px solid #314FD2;
    background: #314FD2;
    color: #fff;
}

.detail_info .detail_link:hover {
    border: 1px solid #2e45aa;
    background: #2e45aa;
    color: #fff;
    transition: 0.3s;
}

.detail_info .intro_link {
    border: 1px solid #c9c9c9;
    background: #efefef;
    color: #6B6B6B;
}

.detail_info .intro_link:hover {
    border: 1px solid #bbb;
    background-color: #bbb;
    transition: 0.3s;
    color: #fff;
}
#calendar_detail.apply_end .detail_link{
    background-color: #ccc;
    border: 1px solid #ccc;
    cursor: default;
}
/* 반응형 */
@media(max-width:1650px) {
    .hd_wrap .menu>li>a {
        padding: 30px;
    }

    body {
        font-size: 14px;
    }

    .content {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .hd_wrap {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .ft_wrap {
        width: 100%;
        padding: 0 40px;
        box-sizing: border-box;
    }

    .banner_sec .left .p2 {
        font-size: 40px;
        margin: 20px 0;
    }

    .banner_sec .left .p1 {
        font-size: 24px;
    }

    .mark img {
        width: 280px;
    }

    .banner_sec .left .p3 {
        font-size: 18px;
    }

    .main_menu_sec .left_menu li .txt .tit {
        font-size: 20px;
    }

    .main_menu_sec .left_menu li .txt .cate {
        font-size: 16px;
    }

    .main_menu_sec .left_menu li {
        padding: 30px 15px 20px;
        aspect-ratio: 1 / 1.3;
    }

    .main_menu_sec .left_menu li .txt {
        padding-left: 14px;
    }

    .main_menu_sec .right_menu ul li a {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .main_menu_sec .right_menu ul li a .txt .tit {
        font-size: 20px;
    }

    .main_menu_sec .right_menu ul li a .txt .en {
        font-size: 16px;
    }

    .main_menu_sec .right_menu ul li a img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        object-position: center;
    }

    .board_sec {
        padding: 38px 36px 38px 66px;
    }

    .board_sec .tit_box .tit {
        font-size: 24px;
    }

    .board_sec .list_board .list li {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .board_sec>div {
        gap: 30px;
    }

    .ft_wrap .left .p1 {
        font-size: 16px;
    }

    .ft_wrap .left .p2 {
        font-size: 15px;
    }

    .ft_wrap .left {
        padding-left: 20px;
    }

    .info_sec1 .txt_box {
        padding-right: 20px;
    }

    .info_sec1 .info_sec_art1 {
        gap: 10px;
    }

    .info_sec1 .info_sec_art1 .img {
        flex: 1;
    }

    .info_sec1 .info_sec_art1 .img img {
        max-width: 100%;
    }

    .info_sec1 .txt_box .desc {
        font-size: 15px;
        margin-top: 20px;
    }

    .info_sec1 .txt_box .tit {
        font-size: 18px;
    }

    .info_sec1 .sign_box {
        font-size: 15px;
    }

    .info_sec1 .sign_box img {
        width: 80px;
    }

    .info_sec1 .sign_box {
        margin-top: 12px;
    }

    .info_sec1 .info_sec_art2 .txt .tit {
        font-size: 24px;
    }

    .info_sec1 .info_sec_art2 .txt .desc {
        font-size: 16px;
    }

    .info_sec1 .info_sec_art2>div {
        height: 150px;
    }

    .info_sec2 .content>.title {
        font-size: 20px;
    }

    .text_com_box .box {
        padding: 40px 30px;
        font-size: 16px;
    }

    .text_com_box .box .txt .tit {
        font-size: 18px;
    }

    .info_sec2 .circle_box .circle_arrow2 {
        bottom: 30px;
    }

    .program_view::after {
        display: none;
    }

    .program_nav>li>.title p {
        font-size: 20px;
    }

    .program_nav>li>.title {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .program_nav .cont>.top {
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .program_nav .cont>.top>ul>li {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .program_nav .cont>.mid {
        padding-left: 30px;
    }

    .program_nav .cont .txt_box .flex {
        margin-bottom: 40px;
    }

    .program_nav .cont .txt_box .flex h3 {
        width: 160px;
        font-size: 18px;
    }

    .program_nav .cont .txt_box .flex .desc {
        font-size: 16px;
    }

    .program_nav .cont .txt_box .flex .desc+.desc {
        margin-top: 17px;
    }

    .program_nav .cont .txt_box .flex .desc .desc_tit {
        margin-bottom: 8px;
    }

    .program_nav .cont .txt_box .flex .desc.desc_l_mr+.desc.desc_l_mr {
        margin-top: 28px;
    }

    .program_nav .cont>.mid .btns .btn {
        width: 150px;
        height: 35px;
        font-size: 16px;
    }

    .gallery li a .txt p {
        font-size: 18px;
        min-height: 52px;
    }

    .gallery li a .txt.line1 p {
        min-height: 23px;
    }

    .gallery li a .txt .date {
        font-size: 14px;
    }

    .gallery li a .txt {
        padding: 15px 15px 20px;
    }

    .gallery {
        gap: 24px 15px;
    }

    .gallery li {
        border-radius: 15px;
    }

    .gallery li a .thumb {
        border-radius: 0 0 15px 15px;
    }

    .plant_process ul li .desc {
        font-size: 16px;
        min-height: 41px;
    }

    .plant_process ul li .tit {
        font-size: 18px;
        margin-top: 15px;
    }

    .plant_info .tit {
        width: 140px;
        font-size: 18px;
    }

    .plant_info .desc {
        font-size: 18px;
    }

    .professor_list {
        padding: 0 40px;
    }

    .professor_list .bg_txt {
        transform: none;
        width: 22px;
    }

    .professor_list .bg_txt img {
        width: 100%;
    }
}

@media(max-width:1600px) {

    .intro_layer .btns {
        top: 50%;
        padding: 0 20px;
    }

    .intro_thumb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .intro_layer .intro_logo {
        display: flex;
    }

    .main_scroll {
        position: absolute;
        bottom: 80px;
    }
}

@media(max-width:1240px) {
    .login_menu_box a {
        font-size: 22px;
    }

    .sub_content {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .intro_layer .btn_wrap {
        padding-inline: 20px;
        box-sizing: border-box;
    }

    .intro_layer .btns a {
        padding: 20px 25px;
        box-sizing: border-box;
        border-radius: 15px;
        padding-right: 60px;
        min-width: 298px;
    }

    .intro_layer .btns a .txt p:first-child {
        font-size: 20px;
    }

    .program_calendar {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .program_calendar .sub_content {
        padding: 0;
    }
}

@media(max-width:1200px) {
    .intro_btn_section .txt {
        bottom: 30px;
        right: 28px;
    }

    .intro_btn_section .txt p:first-child {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .card_list ul li a {
        padding: 15px;
    }

    .card_list ul {
        gap: 15px;
    }

    .card_list ul li {
        width: calc((100% - 18px) / 2);
    }

    .card_list ul li a .con_tit {
        font-size: 15px;
    }

    .card_list ul li a .con_wrap {
        font-size: 14px;
        margin-block: 10px 15px;
    }

    .card_list ul li a .writer_wrap span {
        font-size: 14px;
    }

    .professor_list {
        padding: 0;
    }

    .professor_list .bg_txt {
        display: none;
    }

    .pro_contents .pro_con .left .title .name {
        font-size: 20px;
    }

    .pro_contents .pro_con .left .title .info {
        font-size: 16px;
    }

    .pro_contents .pro_con .right .txt li {
        font-size: 15px;
    }

    .pro_contents .pro_con .left img {
        width: 300px;
    }

    .pro_tabs ul li.logo img {
        max-width: 100%;
    }

    .pro_tabs ul li p {
        font-size: 16px;
    }

    .pro_tabs ul li {
        padding: 15px 0;
    }

    body:has(.hd_right:hover) .sub_menu_bg {
        top: 76px
    }

    .hd_wrap .menu>li>a {}

    .sub_menu_bg {
        height: 160px;
    }

    .hd_wrap .menu li a {
        font-size: 18px;
    }

    .hd_wrap .logo img {
        width: 200px;
    }

    .content {
        padding: 0 20px;
    }

    .hd_wrap {
        padding: 0 20px;
    }

    .ft_wrap {
        padding: 0 20px;
    }

    .banner_sec .left .p2 {
        font-size: 32px;
    }

    .banner_sec .left .p1 {
        font-size: 20px;
    }

    .banner_sec .left .p3 {
        font-size: 16px;
    }

    .banner_sec>div.right {
        border-radius: 20px;
    }

    .banner_sec .left {
        padding-left: 15px;
    }

    .main_menu_sec .left_menu li .txt .tit {
        font-size: 16px;
    }

    .main_menu_sec .left_menu li .txt {
        padding-left: 5px;
    }

    .main_menu_sec .left_menu li .more_btn {
        line-height: 30px;
        font-size: 14px;
    }

    .main_menu_sec .left_menu li .more_btn i img {
        width: 10px;
    }

    .main_menu_sec .right_menu ul li a {
        gap: 10px;
    }

    .main_menu_sec .right_menu ul li a img {
        width: 25px;
        height: 25px;
    }

    .main_menu_sec .right_menu ul li a .txt .tit {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .main_menu_sec .right_menu ul li a .txt .en {
        font-size: 14px;
    }

    .board_sec {
        padding: 30px;
    }

    .board_sec .gal_board .gal_slide li {
        border-radius: 15px;
    }

    .info_sec2 .content {
        width: 100%;
        padding: 0 20px;
    }

    .info_sec1 {
        margin-top: 80px;
    }

    .info_sec1 .txt_box {
        width: 45%;
    }

    .info_sec1 .txt_box .desc br {
        display: none;
    }

    .info_sec1 .txt_box .desc {
        margin-top: 10px;
    }

    .text_com_box .box .txt .desc {
        font-size: 16px;
    }

    .sub_title_box {
        padding-top: 50px;
    }

    .sub_title_box .title {
        font-size: 35px;
    }

    .sub_title_box .nav {
        font-size: 14px;
    }

    .program_sec {
        padding: 70px 0;
    }

    .program_sec .program_list>li .tit {
        padding: 15px 0;
    }

    .program_sec .program_list>li .tit p {
        font-size: 18px;
    }

    .program_sec .program_list>li .tit p img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        object-position: center;
    }

    .program_sec .program_sub_menu li {
        font-size: 16px;
    }

    .program_sec .program_list>li {
        margin-bottom: 10px;
    }

    .program_nav .cont>.top {
        padding-left: 10px;
        padding-right: 10px;
    }

    .program_nav>li>.title {
        padding: 15px 10px;
    }

    .program_nav>li>.title p {
        font-size: 18px;

    }

    .program_nav .cont>.top>ul>li {
        font-size: 15px;
    }

    .program_nav .cont>.mid {
        padding: 20px 10px 30px;
    }

    .program_nav .cont>.mid .btns {
        gap: 10px;
        margin-bottom: 35px;
    }

    .program_nav .cont .txt_box .flex {
        margin-bottom: 20px;
    }

    .program_nav .cont .txt_box .flex .desc+.desc {
        margin-top: 12px;
    }

    .program_nav .cont .txt_box .flex .desc .desc_tit {
        margin-bottom: 5px;
    }

    .program_nav .cont .txt_box .flex .desc.desc_l_mr+.desc.desc_l_mr {
        margin-top: 22px;
    }

    .program_nav .cont .table_info {
        font-size: 14px;
    }

    .program_nav .cont .txt_box .table {
        font-size: 14px;
    }

    .program_nav .cont .txt_box .table td {
        padding: 10px 20px;
    }

    .program_nav .cont .txt_box .table.table2 td {
        padding: 10px;
    }

    .plant_info_box {
        padding-left: 30px;
    }

    .plant_process {
        margin-bottom: 45px;
    }

    .plant_info .desc {
        font-size: 16px;
    }

    .plant_info .tit {
        font-size: 16px;
    }

    .form_table .tit {
        font-size: 16px;
    }

    .form_table>tbody>tr>th {
        padding: 10px 20px;
    }

    .form_table .input_box select {
        font-size: 15px;
    }

    .form_table .input_box>input {
        font-size: 15px;
    }

    .form_table .unit_info {
        font-size: 15px;
    }

    .check span {
        font-size: 15px;
    }

    .form_table .input_box>input.calendar~img {
        width: 20px;
    }

    .form_table .input_box .unit {
        font-size: 15px;
    }

    .map_sec ul li .txt p {
        font-size: 16px;
    }

    .map_sec ul li .tit_p .tit {
        font-size: 16px;
    }

    .map_sec ul li .tit_p {
        gap: 20px;
    }

    .map_sec ul li>span img {
        width: 100px;
    }

    .program_pro_sec {
        margin-top: 40px;
    }

    /* plant/ reservation_view*/
    .rs_list_wrap th {
        font-size: 18px;
    }

    .rs_list_wrap td {
        font-size: 16px;
    }

    .rs_list_wrap .form_table>tbody>tr>td {
        padding: 7px 5px;
    }

    .rs_list_wrap .tb_num {
        width: 60px;
    }

    .rs_list_wrap .tb_rs_item {
        width: auto;
    }

    .rs_list_wrap .tb_manager {
        width: 100px;
    }

    .rs_list_wrap .tb_ph {
        width: 180px;
    }

    .rs_list_wrap .tb_date {
        width: 140px;
    }

    .rs_list_wrap .tb_today {
        width: 140px;
    }

    .rs_list_wrap .tb_condition {
        width: 80px;
    }

    /* plant/ reservation_view*/

    .list_desc li :where(a, button) {
        font-size: 14px;
        padding: 5px 15px;
    }

    .monthly_list_wrap li div+div {
        margin-top: 10px;
    }
}

@media(max-width:1024px) {
    .hd_wrap .menu>li.active>a::after {
        display: none;
    }

    .intro_btn_section {
        height: 100vh;
    }

    .intro_btn_section .btns_wrap {
        flex-direction: column;
    }

    .intro_btn_section .btns_wrap a {
        height: calc(100% / 3);
        width: 100%;
        border: none;
    }

    .intro_btn_section .btns_wrap a+a {
        border-left: none;
        border-top: 1px solid #aaa;
    }

    .intro_layer .btn_wrap {
        flex-direction: column;
    }

    .intro_layer .intro_logo {
        margin-bottom: 10px;
    }

    .menu_btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
        padding: 15px;
        cursor: pointer;
        z-index: 101;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: none;
        background-color: transparent;
        z-index: 101;
    }

    .menu_button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu_button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .menu_btn .bar {
        position: relative;
        display: block;

        width: 20px;
        height: 2px;

        margin: 6px auto;
        background-color: #000;

        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .cross .bar {
        background-color: #fff;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }

    .sch_form {
        width: 100%;
    }

    .board_list {
        font-size: 13px;
    }

    .mo_none {
        display: none !important;
    }

    .M_only {
        display: block !important;
    }

    td.M_only {
        display: table-cell !important;
    }

    .board_section {
        margin-top: 40px;
    }

    .hd_wrap .hd_right {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .9);
        flex-direction: column;
        align-items: start;
        box-sizing: border-box;
        padding: 70px 0 20px;
        transition: transform 1s;
        transform: translateX(100%);
    }

    .hd_wrap .hd_right.active {
        transition: transform 1s;
        transform: translateX(0);
    }

    .hd_wrap .hd_right .depth_02 {
        /* display: block; */
        margin-top: 10px;
    }

    .hd_wrap .menu {
        flex-direction: column;
        width: 100%;
        gap: 0;

    }

    .hd_wrap .hd_right .depth_02 li {
        padding: 5px;
    }

    .hd_wrap .logo {
        position: relative;
        z-index: 99;
    }

    .hd_wrap:has(.hd_right.active) .logo img {
        content: url('../../images/user/common/no_logo.png');
        transition: transform 2s;
    }

    .hd_wrap .menu>li a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 15px 0;
        display: block;
    }

    .hd_wrap .menu>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }

    .hd_wrap .login_menu {
        padding: 0 20px;
    }

    .hd_wrap {
        padding: 10px 20px;
    }

    .hd_wrap .login_menu a {
        color: #f5f5ff;
    }

    body:has(.hd_right:hover) .sub_menu_bg {
        display: none;
    }

    .pro_tabs {
        width: 100%;
    }

    .pro_contents {
        width: 100%;
    }

    .pro_contents .pro_con .left img {
        width: 100%;
        position: relative;
        bottom: 0;
        object-fit: cover;
        object-position: top;
        margin-top: 20px;
    }

    .pro_contents .pro_con_in {
        padding: 20px;
    }

    .pro_tabs ul {
        display: flex;
        position: relative;
        padding-bottom: 80px;
    }

    .pro_tabs ul li:not(.active) p:last-child {
        margin-top: 0;
    }

    .pro_tabs ul li p {
        font-size: 14px;
    }

    .pro_tabs ul li:not(.active) p:first-child {
        display: none;
    }

    .pro_tabs ul li {
        flex: 1;
    }

    .pro_tabs ul li.active {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .pro_tabs ul li.logo {
        display: none;
    }

    .professor_list {
        flex-direction: column-reverse;
    }

    .plant_tab_sec .plant_tab {
        transform: none;
        padding: 0 20px;
    }

    .plant_tab_sec .plant_tab a {
        width: auto;
        flex: 1;
        font-size: 16px;
        line-height: 35px;
        height: 35px;
    }

    .main_menu_sec .left_menu_btn {
        width: 24px;
        display: none;
        height: 24px;
    }

    .main_menu_sec .left_menu_btn img {
        width: 8px;
    }

    .sch_form {
        width: 340px;
        height: 35px;
        padding: 0 10px;
    }

    .sch_form input {
        font-size: 15px;
    }

    .sch_form button img {
        width: 22px;
    }

    .board_list {
        font-size: 15px;
    }

    .board_list td {
        padding: 10px;
    }

    .board_list th {
        padding: 10px;
    }

    .hd_wrap .hd_right .depth_02>li a {
        font-size: 15px;
        color: #c4c4c4;
        font-weight: 500;
    }

    .hd_wrap .menu li a {
        font-size: 16px;
    }

    .hd_wrap .menu>li>a:hover::after {
        display: none;
    }

    .hd_wrap .hd_right .depth_02>li a {
        padding: 5px 25px
    }

    .hd_wrap .hd_right .depth_02 {
        position: relative;
        display: none;
        margin-top: 0;
        top: 0;
        text-align: left;
        padding-top: 0;
    }

    .hd_wrap .hd_right .depth_02 li:first-of-type {

        padding-top: 0;
    }

    .hd_wrap .hd_right .depth_02 li:last-of-type {

        padding-bottom: 20px;
    }

    header:has(.hd_right:hover) .depth_02 {
        display: none;
    }

    .hd_wrap .menu>li>a {
        padding: 15px 20px;
    }

    .hd_wrap .hd_right {
        gap: 30px;
    }

    .banner_sec {
        gap: 20px;
    }

    .main_menu_sec .left_menu {
        gap: 8px;
    }

    .main_menu_sec {
        gap: 8px;
    }

    .main_menu_sec .left_menu li {
        padding: 20px 10px 10px;
        border-radius: 15px;
    }

    .main_menu_sec .left_menu li .txt .tit {
        font-size: 14px;
        margin-top: 10px;
        min-height: 56px;
    }

    .main_menu_sec .left_menu li .txt .cate {
        font-size: 12px;
    }

    .main_menu_sec .left_menu li .more_btn {
        font-size: 12px;
        padding-right: 12px;
    }

    .main_menu_sec .right_menu ul li a .txt .en {
        font-size: 11px;
    }

    .main_menu_sec .right_menu ul {
        gap: 8px;
    }

    .main_menu_sec .right_menu ul li a .txt .tit {
        font-size: 14px;
    }

    .main_menu_sec .right_menu ul li {
        border-radius: 15px;
    }

    .main_menu_sec .right_menu ul li a {
        gap: 8px;
    }

    .board_sec {
        gap: 20px;
    }

    .board_sec .tit_box .tit {
        font-size: 18px;
    }

    .board_sec .list_board .list li {
        font-size: 15px;
    }

    .board_sec>div {
        gap: 20px;
    }

    .board_sec .list_board {
        width: 45%;
    }

    .board_sec .tit_box .more_btn {
        width: 68px;
        font-size: 14px;
    }

    .ft_wrap .family_site {
        width: 150px;
    }

    .info_sec2 .circle_box .circle_bg {
        width: 100%;
    }

    .text_com_box .mid {
        gap: 15px;
    }

    .text_com_box .box {
        padding: 30px 20px;
        font-size: 14px;
    }

    .text_com_box .box .txt .desc {
        font-size: 14px;
    }

    .text_com_box .box .list li {
        position: relative;
        padding-left: 10px;
    }

    .text_com_box .box .list li::before {
        position: absolute;
        left: 0;
        top: 0;
    }

    .text_com_box .list2 li:first-child {
        font-size: 15px;
    }

    .text_com_box .list2 li {
        font-size: 15px;
        padding: 14px 10px;
    }

    .info_sec2 .circle_box .circle_arrow2 {
        bottom: 63px;
    }

    .info_sec2 .circle_box .txt {
        font-size: 18px;
    }

    .info_sec1 .info_sec_art1 {
        flex-direction: column;
        gap: 30px;
    }

    .info_sec1 .txt_box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .info_sec1 .info_sec_art2 .mission {
        padding-left: 40px;
    }

    .info_sec1 .info_sec_art2 .vision {
        padding-right: 90px;
    }

    .info_sec1 .info_sec_art2 .txt .desc {
        font-size: 14px;
    }

    .info_sec1 .info_sec_art2 {
        margin-top: 30px;
    }

    .gallery li a .txt p {
        font-size: 16px;
        min-height: 46px;
    }

    .gallery li a .txt.line1 p {
        min-height: 20px;
    }

    .gallery li a .txt {
        padding: 10px;
    }

    .gallery {
        gap: 15px;
    }

    .paging_wrap>* {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .plant_process ul li .desc {
        font-size: 14px;
    }

    .plant_process ul {
        gap: 8px;
    }

    .plant_process ul li .tit {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 6px;
    }

    .plant_process ul li .ico img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        object-position: center;
    }

    .plant_process ul li::before {
        width: 28px;
        height: 28px;
        transform: translate(calc(50% + 4px), -50%);
        background-size: 6px;
    }

    .plant_info {
        gap: 48px;
    }

    .info2_wrap li .desc_wrap {
        padding: 15px 15px 20px;
        text-align: center;
    }

    .info2_wrap {
        margin-top: 50px;
    }

    .info2_wrap li .desc_wrap .col_b {
        font-size: 18px;
    }

    .info2_wrap li .desc_wrap .desc {
        font-size: 18px;
    }

    .info2_wrap li .img_desc {
        font-size: 14px;
        padding: 15px 0px;
    }

    /* login */
    .register_wrap ul li {
        align-items: flex-start;
        flex-direction: column;
    }

    .register_wrap ul li label {
        align-items: flex-start;
        width: calc(100% - 166px);
        flex-direction: column;
    }

    .register_wrap .form_tit {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }

    .register_wrap ul li.id_wrap {
        flex-direction: row;
        align-items: flex-end;
    }

    .register_wrap ul li .form_info {
        margin-left: 0;
    }

    .member_form.register_wrap form ul li input {
        width: calc(100% - 32px);
    }

    .register_wrap .form_btn._full {
        width: calc(100% - 166px);
        margin-left: 0;
        max-width: unset;
    }

    .register_wrap .add_wrap {
        width: 100%;
    }

    .register_wrap ul li label:where(.user_ph, .user_email) {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
    }

    .register_wrap .user_email select {
        max-width: 200px;
        width: 32%;
    }

    .register_wrap ul li label:where(.user_ph, .user_email) .form_tit {
        flex: 100%;
    }

    .register_wrap ul li label.user_ph input {
        width: calc((100% - 207px) / 2);
        max-width: 100px;
    }

    .member_form.register_wrap form ul li label.user_email :where(input, .select_wrap) {
        width: calc((100% - 150px) / 3) !important;
    }

    .register_wrap .form_btn {
        font-size: 18px;
    }

    .member_form form ul li input {
        font-size: 16px;
    }

    .register_wrap .add_wrap input[type="text"] {
        font-size: 16px;

    }

    .register_wrap .form_tit {
        font-size: 18px;
    }

    .register_wrap select {
        font-size: 16px;
    }

    .register_wrap select option {
        font-size: 16px;
    }

    .member_form :where(button, a)[class$='_btn'] {
        font-size: 16px;
    }

    .register_wrap._find {
        padding: 30px 40px;
    }

    .register_wrap._find ul li label {
        align-items: center;
    }

    /* login */
    .form_table>tbody>tr>th {
        padding: 10px;
    }

    .form_table th:has(.check) {
        padding-left: 20px;
    }

    .form_table,
    .form_table>tbody,
    .form_table>tbody>tr>th,
    .form_table>tbody>tr>td,
    .form_table>tbody>tr {
        display: block
    }

    .form_table th.bol_1 {
        border-left: 0;
    }

    .program_form_sec .table_info {
        font-size: 12px;
    }

    #calendar-wrap {
        padding: 15px 0;
    }

    .form_table_box .sub_table_tit {
        font-size: 16px;
        padding-left: 15px;
    }

    .form_table_box .table_tit {
        font-size: 18px;
    }

    .form_table>tbody>tr>th {
        text-align: left;
        border-right: 0;
    }

    .form_btns button.submit_btn {
        font-size: 16px;
    }

    .visual_hidden {
        display: none !important;
    }

    .form_table .tit br {
        display: none;
    }

    .form_btns button {
        padding: 0 20px;
        height: 35px;
    }

    .form_table .check {
        align-items: center;
    }

    .form_table .form_title {
        background-color: #eee;
    }

    .map_sec ul {
        flex-direction: column;
        gap: 25px;
    }

    .map_sec ul li.center {
        align-items: center;
    }

    .check i {
        width: 16px;
        height: 16px;
    }

    .check input:checked~i::after {
        width: 4px;
        height: 7px;
    }

    .form_table th:has(.check) {
        padding-left: 10px;
    }

    /*mypage*/
    .my_page_wrap tr {
        height: auto;
    }

    .my_page_wrap .bo_0 {
        padding-left: 20px;
        min-width: 120px;
    }

    .my_page_wrap :where(th, td) {
        display: revert !important;
        font-size: 18px !important;
    }

    .my_page_wrap td input {
        padding-inline: 12px;
        font-size: 16px;
        width: calc(100% - 24px);
    }

    .my_page_wrap .ph_wrap select {
        font-size: 16px;
    }

    .my_page_wrap .email_wrap select {
        font-size: 16px;
    }

    .my_page_wrap .top_wrap .btn_wrap a {
        padding: 5px 10px;
    }

    .my_page_wrap .top_wrap .table_tit {
        font-size: 20px;
    }

    /*mypage*/
    /* plant/ reservation_view*/
    .rs_list_wrap thead {
        display: none;
    }

    .span_th {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 700;
        min-width: 80px;
    }

    .rs_list_wrap .form_table>tbody>tr>td {
        padding: 10px;
        text-align: left;
        border-right: 0;
        font-size: 16px;
    }

    .rs_list_wrap :where(th, td):last-of-type {
        border-bottom: 0;
    }

    .rs_list_wrap .form_table>tbody>tr>td.tb_left {
        display: flex;
    }

    .rs_list_wrap td .rs_area_list span {
        display: block;
        line-height: 1.3;
    }

    .form_table tr:last-child th,
    .form_table tr:last-child td {
        border-bottom: 1px solid #cecece;
    }

    .rs_list_wrap tbody tr+tr {
        border-top: 1px solid #666;
        margin-top: 30px;
    }

    .rs_list_wrap tr {
        border-bottom: 1px solid #666;
    }

    .rs_list_wrap tbody tr:last-child td:last-child {

        border-bottom: 0;
    }

    /* plant/ reservation_view*/
    .program_calendar .sub_content {
        display: flex;
        gap: 20px;
    }

    .monthly_list_wrap li div {
        font-size: 15px;
    }

    #calendar_detail .detail_info .program_title {
        font-size: 18px;
    }

    #calendar_detail .detail_info p span {
        font-size: 16px;
    }

    #calendar_detail .detail_info {
        padding: 15px 25px 25px;
        box-sizing: border-box;
    }

    #calendar_detail .btn_wrap {
        margin-bottom: 3px;
    }

    .program_calendar #schedule_list .list_tit {
        margin-bottom: 12px;
    }

    .program_calendar #schedule_list .list_tit span {
        font-size: 20px;
        line-height: 34px;
    }

    .program_calendar .fc-toolbar-chunk .fc-toolbar-title {
        font-size: 20px;

    }

    .program_calendar .fc .fc-button-primary.fc-today-button {
        padding: 3px 16px;
    }

    .program_calendar .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 12px;
    }

    .program_calendar .fc .fc-button-primary.fc-col_info-button {
        font-size: 14px;
        padding: 0;
    }

    .list_desc li :where(a, button) {
        font-size: 13px;
        padding: 4px 15px;
    }

    .program_calendar thead tr {
        height: 35px;
    }

    .program_calendar thead th {
        font-size: 16px;
    }

    .program_guide ul li {
        gap: 7px;
    }

    .program_guide ul li .con_tit {
        font-size: 18px;
    }

    .program_guide ul li .con_desc {
        font-size: 16px;
    }


}

@media(max-width:768px) {
    .info_xr {
        aspect-ratio: 1 / 1.5;
    }

    .register_wrap select {
        min-width: 80px;
    }

    .register_success {
        width: 100%;
        padding: 30px;
    }

    .register_success .tit {
        margin: 30px 0;
    }

    .register_success .btns {
        gap: 10px;
        padding-top: 20px;
    }

    section:has(.register_success) {
        padding: 0 20px;
    }

    .register_success .tit {
        font-size: 20px;
    }

    .register_success>img {
        width: 60px;
    }

    .register_success .btns a {
        font-size: 16px;
    }

    .M_only_768 {
        display: block !important;
    }

    .view_layer .tit_box {
        padding: 10px 20px;
    }

    .view_layer .tit_box .tit {
        font-size: 18px;
    }

    .view_layer .tit_box .date {
        font-size: 14px;
    }

    .view_layer .file {
        padding: 10px 20px;
    }

    .view_layer .file a {
        font-size: 15px;
    }

    .view_layer .file>span {
        font-size: 15px;
    }

    .list_paging li {
        padding: 10px 20px;
    }

    .list_paging li .link {
        font-size: 15px;
    }

    .list_paging li .txt {
        font-size: 14px;
    }

    .list_paging li .txt img {
        vertical-align: middle;
        width: 14px;
    }

    .view_layer .file a img {
        width: 14px;
    }

    .mark img {
        width: 210px;
    }

    .mark {
        margin-bottom: 10px;
    }

    .intro_layer .btns a .txt p:first-child {
        font-size: 18px;
    }

    .only_768 {
        display: revert;
    }

    .pro_contents .pro_con_in {
        flex-direction: column;
    }

    .form_table .input_box select {
        font-size: 14px;
        padding: 0 6px;
        padding-right: 20px
    }

    .form_btns {
        gap: 5px;
    }

    .info_xr .map_img {
        display: none;
    }

    #map {
        aspect-ratio: 1 / 0.5;
    }

    .map_sec .sub_content {
        margin-top: 40px;
    }

    .map_sec ul li {
        flex-direction: column;
        align-items: center;
    }

    .map_sec ul li>span img {
        width: 80px;
    }

    .map_sec ul li .txt .square_p .cate {
        font-size: 14px;
    }

    .map_sec ul li .txt>div {
        align-items: start;
        flex-direction: column;
    }

    .map_sec ul li .txt .circle_p {
        align-items: start;
        flex-direction: row;
        align-items: center;
    }

    .map_sec ul li .txt .square_p {
        align-items: start;
    }

    .map_sec ul li .tit_p {
        gap: 5px;
        margin-bottom: 5px;
    }

    .map_sec ul li .tit_p:last-child {
        margin-bottom: 0;
    }

    .map_sec ul li .tit_p .tit {
        width: auto;
        text-align: left;
    }

    .map_sec ul li .txt .square_p {
        gap: 5px;
    }

    .map_sec ul li .tit_p .tit::after {
        display: none;
    }

    .banner_sec {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .banner_sec .left .p1 {
        font-size: 16px;
    }

    .banner_sec .left .p2 {
        font-size: 28px;
        margin: 15px 0;
    }

    .banner_sec .left .p3 {
        font-size: 12px;
    }

    .banner_sec>div.right {
        width: 100%;
    }

    .banner_sec .left {
        width: 100%;
    }

    .main_menu_sec .left_menu {
        flex-direction: column;
        width: 100%;
    }

    .main_menu_sec {
        flex-direction: column;
        margin-top: 14px;
    }

    .main_menu_sec .left_menu li {
        width: 100%;
        aspect-ratio: auto;
    }

    .main_menu_sec .left_menu li .more_btn {
        margin-top: 10px;
    }

    .main_menu_sec .right_menu ul li a {
        padding: 20px 0;
        box-sizing: border-box;
        justify-content: center;
    }

    .main_menu_sec .right_menu ul {
        flex-direction: row;
    }

    .main_menu_sec .right_menu ul li {
        align-items: center;
    }

    .board_sec {
        flex-direction: column;
        padding: 20px 20px;
    }

    .board_sec .list_board {
        width: 100%;
    }

    .board_sec>div {
        flex-direction: column;
        width: 100%;
    }

    .board_sec .gal {
        width: 100%;
    }

    .board_sec .tit_box {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-top: 0;
    }

    .board_sec .list_board .list {
        padding-top: 0;
    }

    .board_sec .tit_box .bottom {
        display: flex;
        gap: 8px;
        align-items: stretch;
    }

    .board_sec .tit_box .slide_btns {
        height: 25px;
        margin-bottom: 0;
    }

    .board_sec .tit_box .more_btn {
        height: 25px;
        box-sizing: border-box;
    }

    .sub_main {
        padding-bottom: 30px;
    }

    .ft_wrap {
        flex-direction: column;
    }

    .ft_wrap .left {
        padding-left: 0;
        margin-bottom: 0px;
    }

    .info_sec1 .info_sec_art2 {
        flex-direction: column;
    }

    .info_sec1 .info_sec_art2 .vision {
        padding: 30px 20px;
        width: 100%;
        height: auto;
        border-radius: 0;
        text-align: center;
        justify-content: center;
    }

    .info_sec1 .info_sec_art2 .mission {
        width: 100%;
        border-radius: 0;
        justify-content: center;
        text-align: center;
        position: relative;
        padding: 30px 20px;
        height: auto;
    }

    .info_sec1 .info_sec_art2>div {
        padding: 30px 20px;
        word-break: keep-all;
    }

    .info_sec1 .txt_box .tit br {
        display: none;
    }

    .info_sec1 .txt_box .tit {
        word-break: keep-all;
    }

    .info_sec2 .circle_box .txt {
        gap: 10px;
    }

    .info_sec2 .circle_box .txt>div img {
        width: 20px;
        height: 20px;
        object-position: center;
        object-fit: contain;
    }

    .info_sec2 .circle_box .txt .plus {
        font-size: 15px;
    }

    .info_sec1 .info_sec_art2 .mission .plus {
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        font-size: 22px;
    }

    .info_sec2 .content>.title {
        font-size: 18px;
        word-break: keep-all;
    }

    .info_sec2 .content>.title br {
        display: none;
    }

    .info_sec2 .circle_box .circle_bg {
        display: none;
    }

    .info_sec2 .circle_box .txt {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        gap: 10px;
        font-size: 15px;
    }

    .info_sec2 .circle_box .circle_arrow {
        display: none;
    }

    .text_com_box .top {
        gap: 15px;
        flex-direction: column;
    }

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

    .text_com_box .top {
        margin-bottom: 20px;
    }

    .sub_title_box .title {
        font-size: 30px;
    }

    .sub_title_box {
        padding-top: 30px;
    }

    .sub_title_box .main_nav {
        gap: 0;
        align-items: stretch;
    }

    .sub_title_box .main_nav .arrow,
    .sub_title_box .main_nav .home {
        display: none;
    }

    .sub_title_box .main_nav>li {
        border: 1px solid #c9c9c9;
        flex: 1;
        position: relative;
        margin-left: -1px;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px 20px;
        padding-right: 40px;
        cursor: pointer;
        gap: 30px;
    }

    .sub_title_box .main_nav>li::after {
        content: "";
        display: block;
        width: 9px;
        height: 5px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        background-image: url(../../images/user/common/m_menu_arrow_n.png);
        transition: 0.2s;
    }

    .sub_title_box .main_nav>li.active::after {
        transition: 0.2s;
        transform: translateY(-50%) rotate(180deg);
    }

    .sub_title_box .main_nav>li.first_name {}

    .sub_title_box .main_nav>li.first_name::after {
        background-image: url(../../images/user/common/m_menu_arrow_g.png);
    }

    .sub_title_box .m_menu_title {
        font-weight: 700;
    }

    .sub_title_box .sub_nav li.active {
        font-weight: normal;
        color: #797979;
    }

    .sub_title_box .main_nav>li.first_name .sub_nav li {
        /* pad */
        padding-left: 64px;
    }

    .sub_title_box .sub_nav {
        display: none;
        position: absolute;
        left: -1px;
        width: 100%;
        text-align: left;
        bottom: -1px;
        transform: translateY(100%);
        background-color: #fff;
        border: 1px solid #c9c9c9;
        border-top: 0;
        z-index: 5;
    }

    .sub_title_box .sub_nav li {
        padding: 10px 20px;
        border-top: 1px solid #c9c9c9;

    }

    .sub_title_box .sub_nav li:first-child {
        border-top: 0;
    }

    .sub_title_box .sub_nav .bar {
        display: none;
    }

    .info_sec1 {
        margin-top: 60px;
    }

    .info_sec2 .m_tit {
        display: block;
        display: flex;
        gap: 10px;
        font-size: 18px;
        align-items: center;
        font-weight: 600;
    }

    .info_sec2 .m_tit img {
        width: 25px;
        height: 25px;
        object-position: center;
        object-fit: contain;
    }

    .text_com_box .top .box .m_tit {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(calc(-100% - 5px));
    }

    .text_com_box .top .box {
        margin-top: 25px;
    }

    .text_com_box .box {
        position: relative;
    }

    .info_sec2 .circle_box_wrap {
        display: none;
    }

    .program_sec .program_sub_menu li {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1.5;
        word-break: keep-all;
    }

    .program_sec .program_list>li button {
        width: 28px;
        right: 20px;
    }

    .program_sec .program_list>li button img {
        width: 100%;
    }

    .program_sec .program_list>li .tit p img {
        width: 22px;
        height: 22px;
    }

    .program_sec .program_sub_menu li span {
        display: block;
    }

    .program_sec {
        margin-top: 40px;
        padding: 40px 0;
    }

    .program_nav>li>.title button {
        width: 28px;
    }

    .program_nav>li>.title button img {
        width: 100%;
    }

    .program_nav>li>.title p {
        font-size: 16px;
        word-break: keep-all;
        line-height: 1.3;
    }

    .program_nav>li>.title p span {
        display: block;
    }

    .program_nav .cont>.mid .btns .btn {
        width: auto;
        flex: 1;
    }

    .program_nav .cont .txt_box .flex {
        flex-direction: column;
        gap: 10px;
    }

    .program_nav .cont .txt_box .flex .desc {
        font-size: 14px;
        width: 100%;
    }

    .program_nav .cont .txt_box .table.sm_table th,
    .program_nav .cont .txt_box .table.sm_table td {
        padding: 5px 8px;
    }

    .program_nav .cont .txt_box .table th {
        padding: 5px;
        vertical-align: middle;
    }

    .program_nav .cont .txt_box .table td {
        padding: 5px;
    }

    .program_nav .cont .txt_box .table {
        font-size: 13px;
    }

    .program_nav .cont .table_info {
        font-size: 12px;
    }

    .program_nav .cont .txt_box .flex h3 {
        width: auto;
        font-size: 16px;
    }

    .program_nav .cont>.top>ul>li {
        font-size: 14px;

    }

    .form_table>tbody>tr>td {
        font-size: 16px;
        font-weight: 600;
        color: #797979;
    }

    .info2_wrap {
        gap: 20px;
        margin-top: 50px;
    }

    .info2_wrap li {
        border-radius: 20px;
        max-width: calc((100% - 20px) / 2);
    }

    .info2_wrap li .desc_wrap {
        padding: 15px 10px 15px;
    }

    .info2_wrap li .thumb {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .info2_wrap li .img_desc {
        padding: 8px 10px;
        line-height: 1.3;
    }

    .info2_wrap li .desc_wrap .col_b {
        font-size: 16px;
    }

    .info2_wrap li .desc_wrap .desc {
        font-size: 16px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .paging_wrap {
        margin-top: 35px;
    }

    .program_gal {
        margin-top: 40px;
    }

    .plant_sec {
        margin-top: 40px;
    }

    .plant_process ul {
        flex-direction: column;
    }

    .plant_process ul li {
        aspect-ratio: unset;
        padding: 20px 15px
    }

    .plant_process ul li .desc {
        height: auto;
        min-height: 0;
    }

    .plant_process ul li::before {
        left: 50%;
        right: auto;
        bottom: 0;
        top: auto;
        transform: translate(-50%, calc(50% + 4px)) rotate(90deg);
    }

    .plant_info_box {
        padding-left: 0;
    }

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

    .plant_info .tit {
        width: auto;
    }

    .plant_info .sub_ko>li>ul>li {
        padding-left: 20px;
    }

    .plant_info .desc>li>ul {
        padding-left: 25px;
    }

    .plant_info .desc {
        font-size: 14px;
    }

    /* login */
    .member_form {
        margin-top: 30px;
    }



    .login_wrap {
        max-width: 544px;
        padding: 30px 20px 40px;
    }

    .login_wrap h2 {
        margin-bottom: 20px;
        max-width: 250px;
    }

    .register_wrap h2 {
        font-size: 23px;
    }

    .register_wrap {
        max-width: 840px;
        padding: 40px 20px 40px;
    }

    .register_wrap ul li label {
        width: 100%;
    }

    .register_wrap ul li.id_wrap label {
        width: calc(100% - 132px);

    }

    .register_wrap .form_btn {
        width: 122px;
        font-size: 16px;
    }

    .register_wrap .add_wrap input[type="text"]:first-of-type {
        width: calc(100% - 164px);
    }

    .register_wrap .form_btn._full {
        width: 100%;
    }

    .register_wrap._find {
        padding: 20px;
    }

    .login_menu_box a {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .register_wrap._find .input_deco {
        margin-inline: 5px;
    }

    .member_form.register_wrap._find ul {
        padding-block: 25px;
    }

    /* login */
    /*mypage*/
    .my_page_wrap .bo_0 {
        padding-left: 10px;
        min-width: 110px;
    }

    /*mypage*/
    .scroll_icon {
        width: 26px;
        height: 40px;
    }

    .scroll_icon .cover {
        border-radius: 11px;
    }

    .scroll_icon .arrow_wrap {
        width: 3px;
        bottom: 8px;
        height: calc(100% - 18px);
        left: calc(50% + 1px);
    }

    .word_scroll {
        font-size: 14px;
        margin-top: 6px;
        letter-spacing: 1.2px;
        font-weight: 500;
    }

    .scroll_icon .icon_arrow {
        height: 8px;
    }

    @keyframes arrowAnim1 {
        0% {
            transform: translateY(0);
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: translateY(13px);
            opacity: 0;
        }

    }

    .monthly_list_wrap li div {
        font-size: 14px;
    }

    .list_desc li .link_wrap {
        flex-direction: column;
        margin-top: 14px;
    }

    .list_desc li a {
        text-align: center;
    }

    #calendar_detail .detail_info {
        padding: 12px 15px 15px;
    }

    .detail_info .detail_link {
        font-size: 16px;
        max-width: 160px;
        padding: 7px 0;
    }

    #calendar_detail .detail_info p .info_tit {
        display: inline-block;
        width: 85px;
    }

    #calendar_detail .btn_wrap .close {
        width: 24px;
        height: 24px;
        border-radius: 40px;
        right: 0;
    }

    .program_guide ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .program_guide ul li:nth-child(1) {
        grid-area: 1/1;
    }

    .program_guide ul li:nth-child(2) {
        grid-area: 1/2;
    }

    .program_guide ul li:nth-child(3) {
        grid-area: 2/2;
    }

    .program_guide ul li:nth-child(4) {
        grid-area: 2/1;
    }

    .program_guide ul li:nth-child(5) {
        grid-area: 3/1;
    }

    .program_guide ul li:nth-child(6) {
        grid-area: 3/2;
    }

    .program_guide ul li:nth-child(4)::after {
        display: none;
    }

    .program_guide ul li:where(:nth-child(3), :nth-child(5))::after {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url(../../images/user/program/guide_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        left: 50%;
        top: -20px;
        transform: rotate(90deg) translate(-50%, 50%);
    }

    .program_guide ul li:nth-child(3)::before {
        transform: rotate(180deg) translate(0, 50%);
    }

    .program_guide ul li:nth-child(6)::before {
        display: inline-block;
    }

    .program_guide ul li:where(:nth-child(4), :nth-child(5))::before {
        display: none;
    }

    .detail_info .link_wrap a {
        font-size: 16px;
        padding: 7px 0;
        max-width: 160px;
    }

}

@media(max-width:640px) {
    .intro_btn_section .txt p:first-child {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .intro_btn_section .txt {
        bottom: 50%;
        right: 50%;
        transform: translate(50%, 50%);
        text-align: center;
    }

    .member_form.register_wrap form ul li label.user_email :where(input, select) {
        width: 100% !important;
        max-width: unset;
    }

    .member_form._find form ul li .user_ph input {
        width: 50px;
    }

    .member_form.register_wrap form ul li label.user_email input:first-of-type {
        width: calc(100% - 65px) !important;
    }

    .register_wrap .user_email select {
        margin-block: 10px;
    }

    .register_wrap ul li.email_wrap label input:last-child {
        margin-left: 0;
    }

    .info2_wrap {
        gap: 30px;
        margin-top: 40px;
        flex-direction: column;
    }

    .info2_wrap li {
        max-width: unset;
    }

    /*mypage*/
    .my_page_wrap .bo_0 {
        padding-left: 10px;
        min-width: unset;
        width: calc(100% - 20px);
    }

    .my_page_wrap :where(th, td) {
        display: block !important;
        font-size: 18px !important;
    }

    .my_page_wrap .email_wrap {
        flex-wrap: wrap;
    }

    .my_page_wrap .email_wrap input:first-child {
        flex: 100%;
        max-width: calc(100% - 52px);
    }

    .my_page_wrap .email_wrap select:where(.max_200, .max_130) {
        max-width: unset !important;
    }

    .my_page_wrap .email_wrap :where(select, input) {
        flex: 100%;
    }

    .my_page_wrap .email_wrap select+input {
        display: none;
        max-width: 100%;
    }

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

    /*mypage*/

    .program_calendar .sub_content {
        flex-direction: column;
    }

    .list_desc li .link_wrap {
        flex-direction: row;
    }

    .list_desc {
        padding-right: 0;
        height: auto !important;
    }

    .program_calendar .fc-theme-standard .fc-popover {
        left: 0 !important;
        width: 100%;
    }

    .program_calendar .fc-popover .fc-h-event .fc-event-title {
        text-overflow: unset;
        white-space: unset;
        overflow: unset;
        word-break: keep-all;
    }

    .program_calendar .fc-popover .fc-daygrid-event {
        white-space: unset;
    }
}

@media(max-width:500px) {
    .card_list ul li {
        width: 100%;

    }

    .card_list ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bn_slides li {
        aspect-ratio: 1 / 0.67;
    }

    .sub_title_box .main_nav>li {
        gap: 20px;
    }

    .sub_title_box .main_nav>li.first_name .sub_nav li {
        padding-left: 44px;
    }

    .sub_title_box .main_nav>li {
        padding: 10px;
        padding-right: 40px
    }

    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery li a .txt p {
        height: auto;
        min-height: 0;
        font-size: 14px;
    }

    .gallery li a .thumb {
        border-radius: 0;
    }

    .paging_wrap>* {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .program_guide ul {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .program_guide ul li {
        min-height: auto;
    }

    .program_guide ul li::after {
        display: none;
    }

    .program_guide ul li::before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url(../../images/user/program/guide_arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        left: 50%;
        top: -20px;
        transform: rotate(90deg) translate(-50%, 50%);
    }

    .program_guide ul li:nth-child(3)::before {
        transform: rotate(90deg) translate(-50%, 50%);
    }

    .program_guide ul li:nth-child(1)::before {
        display: none;
    }

    .detail_info .link_wrap a {
        font-size: 14px;
        max-width: 45%;
        padding: 6px 0;
    }


}