@charset "utf-8";

#subbody .introduce {
    width: 100%;
}

#subbody .introduce iframe {
    width: 100%;
    height: 500px;
    border: 1px solid #ddd;
    position: relative;
}

#subbody .introduce .wayinfo {
    height: 50px;
    background: var(--clr1);
    width: 100%;
    margin-bottom: 30px;
    margin-top: -3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 20px;
    color: #fff
}

#subbody .introduce .wayinfo div {
    margin-right: 30px;
}

#subbody .introduce .wayinfo div i {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.5)
}

#subbody .introduce .intro_bus>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd
}

#subbody .introduce .intro_bus>div:first-child {
    border-top: 1px solid #ddd
}

#subbody .introduce .intro_bus div span {
    background: #f0f0f0;
    padding: 15px 20px;
    width: 300px;
    font-weight: 500;
    margin-right: 20px;
    border-right: 1px solid #ddd
}

#subbody .list_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 20px
}

#subbody .list_top .result span {
    font-weight: 500;
    color: var(--clr1)
}

#subbody .list_top .btn_array button {
    font-size: 16px;
    color: #999;
    font-weight: 600
}

#subbody .list_top .btn_array b {
    font-size: 11px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.3)
}

#subbody .list_top .btn_array .on {
    color: #2e2f36
}

#subbody .search_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#subbody .search_wrap .btn_detail {
    border-radius: 7px 0px 0px 7px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    padding: 0px 20px
}

#subbody .search_wrap .btn_detail i {
    font-size: 11px
}

#subbody .search_wrap input {
    border: 1px solid #ddd;
    border-right: 0px;
    background: #fff;
    font-size: 16px;
    height: 40px;
    width: 300px;
    padding: 0px 10px
}

#subbody .search_wrap .type_a {
    border-left: 0px;
}

#subbody .search_wrap .type_b {
    border-radius: 7px 0px 0px 7px
}

#subbody .search_wrap .btn_search i {
    color: #fff
}

#subbody .search_wrap .btn_search:hover {
    background: #3374CF
}

#subbody .s_detail {
    width: 100% !important;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    margin-bottom: 30px
}

#subbody .s_detail>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding: 15px 10px;
    margin: 0px 20px
}

#subbody .s_detail>div:last-child {
    border-bottom: 0px;
    display: flex;
    justify-content: center
}

#subbody .s_detail>div:last-child button {
    background: var(--clr1);
    color: #fff;
    width: 150px;
    padding: 12px 0px;
    border-radius: 7px;
    font-size: 16px
}

#subbody .s_detail>div:last-child button:hover {
    background: #3374CF;
}

#subbody .s_detail>div span {
    color: var(--clr1);
    font-weight: 500;
    width: 110px
}

#subbody .s_detail>div label {
    width: 180px;
    display: inline-block;
    line-height: 30px
}

#subbody .s_detail>div input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: -2px;
}

#subbody .s_detail>div input[type="date"] {
    padding: 0px 10px;
    height: 36px;
    border: 1px solid #ddd;
    width: 150px;
    margin-right: 5px;
    font-size: 16px
}

#subbody .s_detail>div select {
    padding: 0px 10px;
    height: 36px;
    border-color: #ddd;
    width: 150px;
    margin-right: 5px;
    font-size: 16px
}

#subbody .s_detail>div select:last-child {
    margin-right: 0px
}

#subbody .board_list {
    width: 100%;
}

#subbody .board_list .titleset,
.listset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

#subbody .board_list .titleset {
    border-top: 1px solid #444;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    color: #2e2f36;
    font-weight: 600
}

#subbody .board_list .listset {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 20px 0px;
    font-size: 16px;
    color: #2e2f36;
    font-weight: 400
}

#subbody .board_list .listset:hover {
    background: #f5f5f5
}

#subbody .board_list .no {
    width: 10%;
    text-align: center
}

#subbody .board_list .no i {
    color: var(--clr1)
}

#subbody .board_list .title {
    width: 66%;
    text-align: center;
    font-weight: 500
}

#subbody .board_list .date {
    width: 12%;
    text-align: center
}

#subbody .board_list .acc {
    width: 12%;
    text-align: center
}

#subbody .board_list .date span,
#subbody .board_list .acc span {
    display: none
}

#subbody .board_list .listset>.title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#subbody .board_view {
    width: 100%;
}

#subbody .board_view .titlezone {
    border: solid #707070;
    border-width: 1px 0px;
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#subbody .board_view .titlezone h4 {
    font-size: 28px;
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 20px;
}

#subbody .board_view .titlezone .info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

#subbody .board_view .titlezone .info>div>span {
    color: var(--clr1);
    font-weight: 500;
    margin-right: 10px
}

#subbody .board_view .titlezone .info>div>p {
    display: inline-block;
    color: #777;
    font-weight: 400;
}

#subbody .board_view .titlezone .info>div {
    margin-right: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}

#subbody .board_view .titlezone .info>div:last-child {
    margin-right: 0px;
}

#subbody .board_view>.content {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
    font-weight: 400;
    margin-top: 40px
}

#subbody .board_view>.content img {
    max-width: 100%;
}

#subbody .board_view .btn_list {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

#subbody .board_view .btn_list button {
    background: var(--clr1);
    color: #fff;
    padding: 15px 0px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    width: 160px
}

#subbody .board_view .btn_list button:hover {
    background: #3374CF;
}

#subbody .board_view .fileset {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #707070;
    padding: 10px 10px;
    align-items: flex-start;
}

#subbody .board_view .fileset button {
    color: #777;
    margin: 5px 0px;
}

#subbody .board_view .fileset button:hover {
    color: #2e2f36
}

#subbody .board_view .fileset button i {
    color: #888;
    margin-right: 5px
}

#subbody .letter_list {
    width: 100%
}

#subbody .letter_list>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px
}

#subbody .letter_list>div:last-child {
    margin-bottom: 0px
}

#subbody .letter_list .letter {
    width: calc(100% / 3);
    margin-right: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 250ms ease;
    background: #fff;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 5%);
}

#subbody .letter_list .letter:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 10px rgb(0 0 0 / 10%);
}

#subbody .letter_list .letter:last-child {
    margin-right: 0px
}

#subbody .letter_list .letter>.photo {
    width: 100%;
    height: 230px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center
}

#subbody .letter_list .letter>.photo img {
    width: 100%
}

#subbody .letter_list .letter>ul {
    padding: 20px
}

#subbody .letter_list .letter>ul li {
    margin-bottom: 8px
}

#subbody .letter_list .letter>ul li span {
    color: var(--clr1);
    margin-right: 10px;
    font-weight: 500
}

#subbody .letter_list .letter .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#subbody .superb_list {
    width: 100%
}

#subbody .superb_list>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px
}

#subbody .superb_list>div:last-child {
    margin-bottom: 0px
}

#subbody .superb_list .superb {
    width: calc(100% / 3);
    margin-right: 30px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all 250ms ease;
    background: #fff;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 5%);
}

#subbody .superb_list .superb:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 10px rgb(0 0 0 / 10%);
}

#subbody .superb_list .superb:last-child {
    margin-right: 0px
}

#subbody .superb_list .superb>.photo {
    width: 100%;
    height: 230px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center
}

#subbody .superb_list .superb>.photo img {
    width: 100%
}

#subbody .superb_list .superb>ul {
    padding: 20px
}

#subbody .superb_list .superb>ul li {
    margin-bottom: 7px
}

#subbody .superb_list .superb>ul li span {
    color: var(--clr1);
    margin-right: 10px;
    font-weight: 500
}

#subbody .superb_list .superb .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#subbody .pagewrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px
}

#subbody .pagewrap button {
    background: #f0f0f0;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin: 0px 2px;
    color: #999;
    border: 1px solid #ebebeb
}

#subbody .pagewrap button:hover {
    border-color: var(--clr1);
    color: var(--clr1);
}

#subbody .pagewrap>.on {
    background: var(--clr1) !important;
    color: #fff !important;
    border-color: var(--clr1)
}

#subbody .contactus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

#subbody .contactus .ct_left {
    width: 80%;
    border: solid #efefef;
    border-width: 1px 0px 1px 1px;
    background: #fff;
    height: 606px;
    padding: 40px
}

#subbody .contactus .ct_left input[type="text"],
textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: none;
    width: 100%
}

#subbody .contactus .ct_left input[type="text"] {
    padding: 0px 10px;
    height: 50px
}

#subbody .contactus .ct_left label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0px
}

#subbody .contactus .ct_left input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

#subbody .contactus .ct_left textarea {
    height: 200px
}

#subbody .contactus .ct_left div {
    width: 100%;
    display: flex;
    align-items: center;
}

#subbody .contactus .ct_left div>div {
    margin-right: 15px;
}

#subbody .contactus .ct_left div>div:last-child {
    margin-right: 0px
}

#subbody .contactus .ct_left>div {
    margin-bottom: 15px;
}

#subbody .contactus .ct_left button {
    padding: 13px 0px;
    width: 150px;
    color: #fff;
    background: var(--clr1);
    border-radius: 4px;
    margin-top: 38px
}

#subbody .contactus .ct_right {
    width: 20%;
    background-color: var(--clr1);
    padding: 40px;
    color: #fff
}

#subbody .contactus .ct_right>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px
}

#subbody .contactus .ct_right>div div {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
}

#subbody .contactus .ct_right>div div i {
    font-size: 20px
}

#subbody .contactus .ct_right>div span {
    font-weight: 700;
    margin: 10px 0px 6px 0px
}

#subbody .contactus .ct_right>div b {
    font-weight: 200;
}

#subbody .contactus .ct_right p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#subbody .contactus .ct_right p button {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px
}

#subbody .contactus .ct_right p button:last-child {
    margin-right: 0px;
}

#subbody .contactus .ct_right p button i {
    color: #fff
}

#subbody .contactus .ct_right p button:hover {
    background: #fff;
}

#subbody .contactus .ct_right p button:hover i {
    color: var(--clr1);
}

#subbody .greeting {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}



#subbody .greeting .intro_boss {
    width: 400px;
    height: 580px;
    background: url(/platform/img/introduction/kyungmin/gree_img.jpg) no-repeat center / cover;
    border-radius: 0px;
    border-radius: 40px 0px;
    box-shadow: rgb(0 0 0 / 5%) 4px 4px 4px;
    margin-right: 100px
}

#subbody .greeting .intro_boss>div span {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1;
    display: block;
}

#subbody .greeting .sign {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--clr1)
}

#subbody .greeting .gt_section {
    width: calc(100% - 500px)
}



#subbody .greeting .gt_section p:last-of-type span {
    font-size: 20px;
}

#subbody .greeting .gt_section p span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px
}

#subbody .greeting .gt_section p span:first-child {
    margin-top: 0px
}

#subbody .greeting .gt_section p {
    margin-bottom: 60px
}

#subbody .greeting .gt_section .sign b {
    margin-left: 10px
}

#subbody .intro_corp h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-top: 30px
}

#subbody .intro_corp {
    width: 100%
}

#subbody .intro_corp h4::after {
    content: "";
    background: var(--clr1);
    height: 1px;
    width: 200px;
    margin: 70px 0px
}

#subbody .intro_corp .linc_logo {
    width: 400px;
    margin: 0 auto;
}

#subbody .intro_corp .linc_logo img {
    width: 100%
}

#subbody .linc_int {
    display: flex;
    justify-content: space-between;
}

#subbody .linc_int div:nth-child(1) {
    background: var(--clr1);
    padding: 40px;
    font-size: 25px;
    color: #fff;
    width: 30%;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px 0px 0px 0px;
}

#subbody .linc_int div:nth-child(2) {
    border: 1px solid #ddd;
    background: #fff;
    padding: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    width: 70%
}

#subbody .contents_box ul {
    padding: 0;
}

#subbody .contents_box > ul > li::before {
    content: "•";
    color: var(--clr1);
    margin-right: 5px;
}

#subbody .contents_box img {
    margin-top: 10px;
}

.card_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px
}

.contents_card {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 4px 4px 4px;
    width: calc(100% / 3);
}

.contents_card>div {
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: var(--clr1);
}

.icc_back01>div {
    background: var(--clr3);
}

.icc_back02>div {
    background: var(--clr4);
}

.icc_back03>div {
    background: var(--clr5);
}

.contents_card>div>i {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5)
}

.contents_card>ul {
    padding: 20px;
}

.contents_card>ul>li {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contents_card>ul>li:last-child {
    margin-bottom: 0px
}

.contents_card>ul span {
    display: flex;
    flex-basis: 20px;
    font-weight: 600
}

#subbody .subcon .contents_card>ul>li p {
    display: flex;
    line-height: 1.2;
    font-size: 16px;
    flex-grow: 1;
    width: calc(100% - 80px)
}

.subcon .tbst_chart {
    width: 100%;
    background: #fff;
    margin-top: 40px
}

.subcon .tbst_chart>div {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #ddd;
    align-items: center
}

.subcon .tbst_chart>div:last-child {
    border-bottom: 1px solid #ddd
}

.subcon .tbst_chart>div span {
    flex-basis: 300px;
    background: var(--clr1);
    padding: 15px 20px;
    margin-right: 20px;
    color: #fff;
    font-weight: 500;
}

.subcon .tbst_chart>div>div {
    flex-grow: 1;
}

#subbody .boxtitle {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 60px;
    border-width: 10px;
    border-style: solid;
    border-image: linear-gradient(90deg, #5d7eb3 0%, #649ceb 100%) 1;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 4px 4px 4px;
}

#subbody h4 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 10px;
}

#subbody h4:last-of-type {
    margin-bottom: 0px
}

#subbody h4 i {
    color: #7997c7;
}

#subbody h4 b {
    color: var(--clr1);
    font-weight: 600;
    ;
}

#subbody .contents_box h5 {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 10px;
}

#subbody .contents_box .meta_simchart {
    border: 1px solid #ddd;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}

#subbody .contents_box .meta_simchart li {
    padding: 0px 10px
}

#subbody .contents_box .meta_simchart li:first-of-type {
    margin-top: 10px;
}

#subbody .contents_box .meta_simchart span {
    background: var(--clr1);
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px
}

#subbody .contents_box .error_wrap>div>div:first-of-type {
    width: 200px;
}

#subbody .contents_box .error_title {
    background: var(--clr6);
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: solid var(--clr6);
    border-width: 0px 1px 0px 1px;
}

#subbody .contents_box .error_title div {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0px
}

#subbody .contents_box .error_title div:first-of-type {
    border-left: 0px
}

#subbody .contents_box .error_title div:last-of-type {
    flex-grow: 1;
}

#subbody .contents_box .error_con {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: solid #ddd;
    border-width: 0px 1px 1px 1px;
    background: #fff;
}

#subbody .contents_box .error_con>div:first-of-type {
    text-align: center;
    color: #0f3c6e;
    font-weight: 600;
}

#subbody .contents_box .error_con ul {
    flex-grow: 1;
    margin-top: 0px;
    border-left: 1px solid #ddd;
    padding: 15px 0px 15px 20px;
}

#subbody .contents_box .error_con ul li {
    margin-bottom: 0px;
}

#subbody .contents_box .clear li::before {
    content: "";
}

#subbody .subcon .contents_box .share_wrap .share_title {
    background: var(--clr6);
    color: #fff;
    display: flex;
    align-items: center;
    border: solid var(--clr6);
    border-width: 0px 1px 0px 1px;
}

#subbody .subcon .contents_box .share_wrap .share_title div {
    text-align: center;
}

#subbody .subcon .contents_box .share_wrap .share_title div:nth-of-type(2) {
    padding: 15px 0px;
    border: solid rgba(255, 255, 255, 0.4);
    border-width: 0px 1px 0px 1px
}

#subbody .subcon .contents_box .share_wrap .share_title div:nth-of-type(3) {
    flex-grow: 1
}

#subbody .subcon .contents_box .share_wrap .share_con {
    display: flex;
    align-items: center;
    background: #fff;
    border: solid #ddd;
    border-width: 0px 1px 1px 1px;
}

#subbody .subcon .contents_box .share_wrap .share_con div {
    padding: 0px 20px;
    line-height: 1.3
}

#subbody .subcon .contents_box .share_wrap .share_con div:nth-of-type(1) {
    text-align: center;
    padding-left: 20px;
    color: var(--clr6);
    font-weight: 600;
}

#subbody .subcon .contents_box .share_wrap .share_con div:nth-of-type(2) {
    height: 140px;
    text-align: center;
    border: solid #ddd;
    border-width: 0px 1px 0px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#subbody .subcon .contents_box .share_wrap .share_con div:nth-of-type(3) {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    align-items: center;
    padding-right: 20px
}

#subbody .subcon .contents_box .share_wrap .share_con div img {
    width: 350px;
    margin-top: 0px;
    padding: 20px 0px;
}

#subbody .subcon .contents_box .share_wrap .share_con div ul {
    margin-top: 0px
}

#subbody .subcon .contents_box .share_wrap .share_con div ul li:last-child {
    margin-bottom: 0px
}

#subbody .subcon .contents_box i {
    font-size: 13px;
    color: rgb(128, 128, 128);
    margin: 0px 5px
}

#subbody .subcon .contents_box b {
    color: var(--clr1);
    font-weight: 600;
}

#subbody .subcon .contents_box .edu_card {
    width: calc(100% / 4);
    margin-right: 30px;
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

#subbody .subcon .contents_box .edu_card>div,
.ai_card>div {
    background: var(--clr6);
    color: #fff;
    padding: 13px 0px;
    text-align: center;
}

#subbody .subcon .contents_box .edu_card>p {
    padding: 15px;
}

#subbody .subcon .contents_box .edu_card>p>img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    border-radius: 7px;
}

#subbody .subcon .contents_box .ai_card {
    margin-bottom: 30px;
}

#subbody .subcon .contents_box .ai_card:last-of-type {
    margin-bottom: 0px;
}

#subbody .subcon .contents_box .ai_card>ul {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 0px;
}


#subbody .subcon .contents_box .partic_table {
    width: 100%;
}

#subbody .subcon .contents_box .partic_table table {
    width: 100%;
    background: #fff;
}

#subbody .subcon .contents_box .partic_table th,
td {
    line-height: 1.3;
    vertical-align: middle;
    padding: 10px;

}

#subbody .subcon .contents_box .partic_table th {
    text-align: center;
    background: #343b4c;
    color: #fff;
    border: 1px solid #505970
}

#subbody .subcon .contents_box .partic_table td:nth-child(1) {
    text-align: center;
    background: #ececec;
}

#subbody .subcon .contents_box .partic_table td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 15px;
    line-height: 1.5;
}

#subbody .subcon .contents_box .partic_table td span {
    margin: 0px 5px;
    word-wrap: break-word;
}

#subbody .subcon .contents_box .partic_table td span:first-child {
    margin: 0px;
}

#subbody .subcon .contents_box .partic_table td span:first-child::before {
    padding: 0px;
}

#subbody .subcon .contents_box .partic_table td span::before {
    content: "│";
    color: #ccc;
    font-size: 11px;
    padding-right: 5px;
}

#subbody .subcon .contents_box .partic_table td span:first-child:before {
    content: "";

}

#subbody .subcon .contents_box .develop_table {
    width: 100%;
    overflow-x: scroll;
}

#subbody .subcon .contents_box .develop_table table {
    width: 1300px;
    background: #fff;
}

#subbody .subcon .contents_box .develop_table table td>table {
    width: 100%
}

#subbody .subcon .contents_box .develop_table th,
td {
    line-height: 1.3;
    vertical-align: middle;
    padding: 10px;

}

#subbody .subcon .contents_box .develop_table th {
    background: #343b4c;
    color: #fff;
    border: 1px solid #505970
}

#subbody .subcon .contents_box .develop_table .lft {
    text-align: left;
}

#subbody .subcon .contents_box .develop_table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    line-height: 1.5;

}

#subbody .subcon .contents_box .develop_table td>span {
    color: #666;
    font-weight: 400
}

#subbody .subcon .contents_box .develop_table td ul>span {
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px
}

#subbody .subcon .contents_box .develop_table .stitle {
    background: #eeeef1;
    text-align: center;
    padding: 10px;
}

#subbody .subcon .contents_box .develop_table td img {
    margin: 15px 0px
}

.urltbl {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.urltbl a {
    background: #343b4c;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0px
}

.urltbl p {
    border: solid #ddd;
    border-width: 0px 1px 1px 1px;
    text-align: center !important;
    padding: 20px;
}

.cloud {
    border: 1px solid #649CEB;
}

.cloud>.title {
    background: #649CEB;
}

.cloud>div>.classwrap>.card>.title {
    background: #426ca4;
}

.tech {
    border: 1px solid #E667AF;
    margin-top: 30px
}

.tech>.title {
    background: #E667AF;
}

.tech>div>.classwrap>.card>.title {
    background: #a4477c;
}

.edu_awsbox {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding-bottom: 20px
}

.edu_awsbox>.title {
    color: #fff;
    font-weight: 600;
    padding: 15px
}

.edu_awsbox>.title>span {
    opacity: 0.8;
    margin-right: 10px
}

.edu_awsbox>.module {
    padding: 0px 20px 30px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.edu_awsbox>.module>div {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    flex-wrap: nowrap;
    flex-grow: 1;
}

.edu_awsbox>.module>div>span {
    display: block;
    margin-bottom: 5px
}

.edu_awsbox>ul {
    padding: 10px 20px
}

.edu_awsbox .classwrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: calc(100% / 3);
}

.edu_awsbox .classwrap>.card {
    display: flex;
    flex-direction: column;
}

.edu_awsbox .classwrap>.card>.title {
    color: #fff;
    padding: 10px;
    font-size: 14px
}

.edu_awsbox .classwrap>.card>.cont {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: solid #ddd;
    border-width: 0px 1px 1px 1px;
    font-size: 14px
}

.edu_awsbox .classwrap>.card>.cont>div:nth-of-type(2) {
    flex-basis: 300px;
    justify-content: flex-start;
}

.edu_awsbox .classwrap>.card>.cont>div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 13px
}

.edu_awsbox>.fxro {
    padding: 0px 20px;
    gap: 20px
}


@media only screen and (max-width:1199px) {
    #subbody .greeting {
        flex-direction: column;
    }

    #subbody .greeting .gt_section {
        width: 100%;
        flex-direction: column;
    }

    #subbody .greeting .gt_section>div {
        width: 100%
    }

    #subbody .greeting .gt_section p span {
        font-size: 18px;
        line-height: 1.2;
    }

    #subbody .greeting .gt_section p:last-of-type span {
        font-size: 18px;
        line-height: 1.3
    }

    #subbody .subcon p {
        font-size: 16px
    }

    #subbody .greeting .gt_section p {
        margin-bottom: 30px
    }

    #subbody .greeting .gt_section .sign {
        font-size: 18px
    }

    #subbody .greeting .intro_boss img {
        display: none
    }

    #subbody .greeting .intro_boss>div span {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -1px;
    }

    #subbody .greeting .intro_boss>div {
        padding: 10px;
        height: fit-content;
        border-radius: 10px 10px 10px 0px;
    }

    #subbody .greeting .intro_boss {
        margin-top: 0px;
        margin-bottom: 30px;
        width: 100%;
        height: 250px;
        background-position: bottom;
    }

    #subbody .intro_corp .linc_logo {
        width: 100%
    }

    #subbody .intro_corp h4 {
        font-size: 20px;
    }

    #subbody .linc_int {
        flex-direction: column;
    }

    #subbody .linc_int div:nth-child(1) {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
        font-size: 18px;
        text-align: center;
        padding: 30px
    }

    #subbody .linc_int div:nth-child(2) {
        width: 100%;
        font-size: 16px;
        padding: 20px
    }

    #subbody .intro_corp h4::after {
        margin: 40px 0px
    }

    #subbody .contents_box img {
        max-width: 100%
    }

    #subbody .card_wrap {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0px;
        gap: 0px;
    }

    #subbody .contents_card {
        width: 100%;
        margin-bottom: 20px
    }

    #subbody.contents_card>div {
        padding: 15px;
        font-size: 16px;
    }

    #subbody .contents_box {
        margin-bottom: 30px
    }

    #subbody .subcon .tbst_chart>div {
        flex-direction: column;
    }

    .subcon .tbst_chart>div {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        align-items: flex-start;
        line-height: 1.2;
    }

    .subcon .tbst_chart>div span {
        width: 100%;
        padding: 10px 15px;
        flex-basis: 0px;
        margin-right: 0px
    }

    .subcon .tbst_chart>div>div {
        padding: 15px;
        font-size: 16px
    }

    #subbody .contents_box .meta_simchart span {
        padding: 10px 15px
    }

    #subbody .contents_box .meta_simchart li {
        padding: 0px 15px
    }

    #subbody .contents_box .meta_simchart li:first-of-type {
        margin-top: 15px
    }

    #subbody .contents_box .meta_simchart li:last-of-type {
        margin-bottom: 15px
    }

    #subbody .greeting .intro_boss>div:last-of-type {
        padding: 15px;

    }

    #subbody .greeting .intro_boss .photobox {
        display: none
    }

    #subbody h4 {
        font-size: 16px
    }

    #subbody .greeting .intro_boss>div span .sign {
        font-size: 14px
    }

    #subbody .boxtitle {
        padding: 10px;
        margin-bottom: 30px;
        border-width: 5px;
    }

    #subbody .contents_box .error_title {
        display: none;
    }

    #subbody .contents_box .error_con {
        flex-direction: column;
        margin-bottom: 10px;
    }

    #subbody .contents_box .error_wrap>div>div:first-of-type {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd
    }

    #subbody .contents_box .error_con>div:first-of-type {
        text-align: left;
    }

    #subbody .contents_box .error_con ul {
        width: 100%;
        padding: 10px;
        border: 0px;
    }

    #subbody .subcon .contents_box .share_wrap .share_title {
        display: none
    }

    #subbody .subcon .contents_box .share_wrap .share_con {
        flex-direction: column;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }

    #subbody .subcon .contents_box .share_wrap .share_con>div {
        width: 100%;

    }

    #subbody .subcon .contents_box .share_wrap .share_con div:nth-of-type(1) {
        padding-top: 5px;
    }

    #subbody .subcon .contents_box .share_wrap .share_con div:nth-of-type(2) {
        height: auto;
        border: none;
        margin-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

    #subbody .subcon .contents_box .share_wrap .share_con div:nth-of-type(3) {
        flex-direction: column;
        padding: 0px;
    }

    #subbody .subcon .contents_box .share_wrap .share_con div ul {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    #subbody .subcon .contents_box .share_wrap .share_con div img {
        width: 100%;
        padding: 0px 10px 10px 10px;
    }

    .edu_awsbox>.module {
        flex-direction: column;
        margin-bottom: 3px
    }

    .edu_awsbox .classwrap {
        width: 100%
    }

    .edu_awsbox .classwrap>.card>.cont>div:nth-of-type(2) {
        flex-grow: 1;

    }

    .edu_awsbox .classwrap>.card>.cont>div:last-of-type {
        flex-basis: 90px;
    }

    .edu_awsbox .classwrap>.card>.cont {
        padding: 5px 10px
    }

    #subbody .subcon .contents_box .edu_card {
        width: 100%;
        margin-bottom: 10px
    }

    #subbody .subcon .contents_box .capstone_table {
        width: 100%;
        overflow-x: scroll;
    }

    #subbody .subcon .contents_box .capstone_table table {
        width: 1000px;
    }

    #subbody .subcon .contents_box .partic_table {
        width: 100%;
        overflow-x: scroll;
    }

    #subbody .subcon .contents_box .partic_table td span {
        display: block;
        margin: 0px;
    }

    #subbody .subcon .contents_box .partic_table td span::before {
        content: "";
        margin: 0px;
        padding: 0px;
    }
}