:root {
	--sub-border-radius20: 20px; 
}
@media (max-width:768px){
    :root {
        --sub-border-radius20: 10px;
    }
}
/* border_ty1 */
.border_ty1 {
    border-radius: 0 0 50px 0;
}

.grBorder {
    border: 1px solid #eee;
    padding: 30px;
}

/* subtop */
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 450px;
}
#subtop .fbox h1 {
    line-height: 1em;
    margin-top: 10px;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 250px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    /* background-color: rgba(0,0,0,0.3); */
    border-radius: 100px;
    padding: 0 15px;
}
#site_config .site > i,
#site_config .site .home {
    float: left;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translate3d(-50%, -8px, 0);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    font-weight: 500;
    color: #333;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}
/* subtopWrp */
#subtopWrp {
    position: relative;
}
#subtopWrp #sub_tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 80px 0 0 0;
    width: 90%;
    left: 10%;
}
@media (max-width:768px) {
    #subtopWrp #sub_tabs {
        width: 100%;
        left: 0%;
        position: relative;
        border-radius: 40px 0 0 0;
    }
    #sub_tabs ul .dropdown-menu {
        justify-content: center;
        float: none;
    }
}

/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    padding: 0 10vw;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background-color: transparent !important;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #09672c;
    color: #09672c;
    font-weight: 500;
}
@media (max-width:768px) {
    #sub_tabs {
        padding: 0 4vw;
    }
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        row-gap: 5px;
        padding: 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 15px 0;
        font-size: 13px;
    }
}

/* grayBox */
.grayBox {
    padding: 50px;
    background-color: #f8f8f8;
}
.grayBox .img img {
    border-radius: var(--sub-border-radius20);
}
@media (max-width:768px){
    .grayBox {
        padding: 20px;
    }
    .grayBox .img {
        margin-top: 15px;
    }
}
/* wedu1 */
#wedu1 .sec2 .row {
    margin: 0 -30px;
}
#wedu1 .sec2 .row > div {
    padding: 0 30px;
}
#wedu1 .sec3 .weduBox {
    border-radius: var(--sub-border-radius20);
    background: url(../img/weduBg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 360px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
@media (max-width:768px){
    #wedu1 .sec3 .weduBox {
        height: auto;
        padding: 50px 30px;
    }
}
/* whyBox */
.whyBox {
    border-top: 2px solid #09672c;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
}
.whyBox .whyIcon img {
    background-color: #e5f2f0;
    border-radius: var(--sub-border-radius20);
}
@media (max-width:768px){
    .whyBox {
        height: auto;
    }
    .whyBox .whyIcon img {
        width: 60px;
        margin-top: 10px;
    }
}

/* orgBox */
.orgBox .orgTop {
    position: relative;
    margin-bottom: 30px;
}
.orgBox .orgTop::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 30px;
    border-right: 2px solid #777;
}
.orgBox .orgTop .orgTopLogo {
    max-width: 330px;
    border-radius: var(--sub-border-radius20);
    background-color: #fff;
    padding: 35px 20px;
    margin: 0 auto;
}
.orgBox .orgTop .tt {
    padding: 15px 40px;
    background-color: #fff;
    color: #005146;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 2px 2px 15px rgba(0, 81, 70, 0.05);
}
.orgBox .orgBt .dept1,
.orgBox .orgBt .dept2 {
    position: relative;
}
.orgBox .orgBt .dept1 > .tt {
    padding: 15px;
    background-color: #005146;
    color: #fff;
}
.orgBox .orgBt .dept2 > .tt {
    padding: 10px;  
    background-color: #0a7a6b;
    color: #fff;
}
.orgBox .orgBt .dept1 .tItem {
    padding: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
}
.orgBox .orgBt .dept2 {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
}
.orgBox .orgBt .dept2::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0%;
    height: 100%;
    border-right: 2px solid #777;
}
.orgBox .orgBt .dept2:last-child:after {
    height: calc(50% + 15px);
}
.orgBox .orgBt .dept2::before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% + 15px);
    width: 20px;
    height: 0;
    border-bottom: 2px solid #777;
}
@media (min-width:768px){
    .orgBox .orgBt {
        display: flex;
    }
    .orgBox .orgBt .dept1 {
        flex-basis: 33.33333%;
        padding: 0 15px;
        padding-top: 30px;
    }
    .orgBox .orgBt .dept1::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        height: 0;
        border-top: 2px solid #777;
    }
    .orgBox .orgBt .dept1:first-child::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 2px solid #777;
    }
    .orgBox .orgBt .dept1:last-child::before {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        width: 50%;
        height: 0;
        border-top: 2px solid #777;
    }
    .orgBox .orgBt .dept1:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        height: 30px;
        border-right: 2px solid #777;
    }
}
@media (max-width:768px){
    .orgBox .orgTop .tt {
            display: block;
        transform: translateY(10px);
        position: relative;
        z-index: 10;
    }
    .orgBox .orgTop::after {
        left: 10px;
    }
    .orgBox .orgBt .dept1 {
        padding-left: 20px;
        padding-top: 30px;
    }
    .orgBox .orgBt .dept1::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 0%;
        height: 100%;
        border-right: 2px solid #777;
    }
    .orgBox .orgBt .dept1:last-child:after {
        height: 55px;
    }
    .orgBox .orgBt .dept1::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 54px;
        width: 10px;
        height: 0;
        border-bottom: 2px solid #777;
    }
}
/* company5 */
.addrTop,
.addrTop .tt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.addrTop .tt {
    width: 90px;
}
.addrTop .cc {
    width: calc(100% - 90px);
}
@media (max-width:768px){
    .addrTop {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .addrTop .tt {
        width: 100%;
    }
    .addrTop .tt img {
        width: 16px;
    }
    .addrTop .cc {
        width: 100%;
        font-size: 5vw;
    }
}


/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* table_loc */
.table_loc {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table.table_loc tr th,
.table.table_loc tr td {
    vertical-align: middle;
    padding: 30px 20px;
}
.table.table_loc tr th {
    border-left: 0px;
    text-align: center;
}
.table.table_loc tr td {
    border-right: 0px;
    border-left: 1px solid #ddd;
}
.table.table_loc .methWrp {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.table.table_loc .dvd {
    display: inline-block;
    margin: 0 5px;
    height: 12px;
    width: 1px;
    background-color: #ddd;
}
.table.table_loc .meth,
.table.table_loc .meth > strong {
    display: flex;
    align-items: center;
    gap: 4px;
}
.table.table_loc .meth strong {
    color: #f0730c;
}
.table.table_loc .meth .n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #f0730c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .7em;
}
.table.table_loc .meth.meth2 strong {
    color: #fabe00;
}
.table.table_loc .meth.meth2 .n {
    background-color: #fabe00;
    width: auto;
    padding: 0 15px;
    border-radius: 30px;
    color: #fff;
}
/* .table.table_loc .meth.meth2 strong {
    color: #5f6c21;
}
.table.table_loc .meth.meth2 .n {
    background-color: #5f6c21;
    color: #fff;
} */
.table.table_loc .meth.meth3 strong {
    color: #1fa846;
}
.table.table_loc .meth.meth3 .n {
    background-color: #1fa846;
    color: #fff;
}
@media (max-width:768px) {
    .table.table_loc tr th,
    .table.table_loc tr td {
        padding: 20px 12px;
    }
    .table.table_loc .methWrp {
        display: block;
    }
    .table.table_loc .dvd {
        height: 0;
        margin: 0;
    }
    .table.table_loc .meth {
        display: block;
    }
    .table.table_loc .meth .n {
        width: 18px;
        height: 18px;
    }
}


/* wedu2 */
#wedu2 .sec2 {
    background: url(../img/wedu2_bg2.jpg) center center no-repeat;
    background-size: cover;
}



/* dsSysItem */
.dsSysItem {
    display: flex;
    align-items: center;
    padding: 30px;
    border-top: 1px dashed #ddd;
}
.dsSysItem:last-child {
    border-bottom: 1px dashed #ddd;
}
.dsSysItem .icon {
    padding: 50px 40px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(87, 128, 122, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 350px;
    height: 320px;
}
.dsSysItem .icon h4 {
    line-height: 1.2em;
}
.dsSysItem .txt {
    width: calc(100% - 350px);
    padding-left: 55px;
}
@media (max-width:768px){
    .dsSysItem {
        padding: 35px 15px;
        flex-wrap: wrap;
    }
    .dsSysItem .icon {
        padding: 30px 20px;
        width: 100%;
        height: auto;
    }
    .dsSysItem .icon img {
        width: 50px;
    }
    .dsSysItem .txt {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}



/* grBox */
.grBox {
    border-radius: var(--sub-border-radius20);
    position: relative;
    border: 1.5px dashed #005146;
}
.grBox .w1000 {
    position: relative;
}
.grBox .grBoxTit {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.grBox .grBoxTit span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 7px 7px 20px rgba(0, 81, 70, 0.3);
    border: 2px solid #007969;
    background-color: rgba(0, 81, 70, 0.95);
    border-radius: 60px;
    width: 250px;
    height: 60px;
}
.grBox .grItem .txt {
    margin-top: 15px;
}
@media (min-width:768px){
    .grBox .w1000:after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        background-color: #ddd;;
        height: 100%;
        left: 50%;
    }
}
@media (max-width:768px){
    .grBox .grItem {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
    .grBox .grItem .icon {
        width: 80px;
    }
    .grBox .grItem .txt {
        margin-top: 0;
        width: calc(100% - 80px);
        padding-left: 15px;
        text-align: left;
    }
    .grBox .grBoxTit span {
        width: 200px;
        height: 40px;
    }
}

/* grDetail */
.grDetail {
    padding: 50px 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(87, 128, 122, 0.15);
}
.grDetail .gdTit span {
    display: inline-block;
    line-height: 1.1em;
    background-color: #005146;
    color: #fff;
    padding: 8px 20px;
}
@media (max-width:768px){
    .grDetail {
        padding: 30px 15px;
    }
    .grDetail + .dft {
        margin-bottom: 30px;
    }
}


/* curriculum1 */
#curriculum1 .sec2 {
    background: url(../img/curriculum1_bg2.jpg) center center no-repeat;
    background-size: cover;
    min-height: 800px;
    display: flex;
    align-items: center;
}
@media (max-width:768px){
    #curriculum1 .sec2 {
        min-height: auto;
    }
}
/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: #005146;
}

/* gradeInfo */
.gradeInfo {
    padding: 60px 40px;
}

/* dsPro */
.dsPro {
    position: relative;
    margin: 15px 0;
    padding-left: 40px;
}
.dsPro:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #aaa;
}
.dsPro .dsProItem {
    position: relative;
}
.dsPro .dsProItem:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 65px;
    transform: translate3d(-50%, -50%, 0);
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: rgba(244, 195, 35, 0.2);
    z-index: 1;
}
.dsPro .dsProItem:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 65px;
    transform: translate3d(-50%, -50%, 0);
    width: 7px;
    height: 7px;
    background-color: #f4c323;
    border-radius: 50%;
    z-index: 3;
}
.dsPro .dsProItem {
    padding: 50px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 25px rgba(87, 128, 122, 0.15);
}
.dsPro .dsProItem + .dsProItem {
    margin-top: 40px;
}
@media (min-width:992px){
    .dsPro .dsProItem {
        display: flex;
        align-items: flex-start;
    }
    .dsPro .dsProItem > div {
        width: 50%;
    }
}
@media (max-width:768px){
    .dsPro {
        padding-left: 30px;
    }
    .dsPro .dsProItem {
        padding: 30px 15px;
        border-radius: 5px;
    }
    .dsPro .dsProItem:after ,
    .dsPro .dsProItem:before {
        top: 45px;
        left: -15px;
    }
}

/* originBox */
.originBox {
    padding: 25px;
    border-radius: 10px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}
.originBox.originBox_bg {
    background-color: #f0fdfb;
    border-color: #005146;
}
.originBox.originBox_bg2 {
    background-color: #005146;
    border-color: #005146;
}
@media (max-width:768px){
    .originBox {
        padding: 15px;
        border-radius: 4px;
    }
}

/* stTop */
.stTop {
    display: flex;
    gap: 10px;
    align-items: center;
}
.stTop .st {
    display: inline-block;
    color: #fff;
    background-color: #005146;
    border-radius: 10px;
    padding: 1px 10px;
    font-size: .8em;
}
/* chkList */
.chkList li {
    margin: 9px 0;
}
.chkList li .dft {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}



/* chkTxt */
.chkTxt {
    display: flex;
    align-items: center;
    gap: 15px;
}
.chkTxt i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #005146;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
}

/* curriculum2 */
#curriculum2 .sec2 {
    background: url(../img/curriculum2_bg2.jpg) center center no-repeat;
    background-size: cover;
    min-height: 800px;
    display: flex;
    align-items: center;
}
#curriculum2 .sec2 .imp {
    background-color: #005146;
    display: inline-block;
    line-height: 1.1em;
    padding: 10px 20px;
    color: #fff;
}
@media (max-width:768px){
    #curriculum2 .sec2 {
        text-align: center;
        min-height: auto;
    }
}

/* walItem */
.walItem {
    display: inline-block;
}
.walItem .top span {
    display: inline-block;
    line-height: 1.2em;
    padding: 8px 20px;
    background-color: #005146;
}
.walItem .bt {
    position: relative;
}
.walItem .bt .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
@media (max-width:768px){
    .walItem .bt img {
        max-width: 75vw;
    }
}
/* curriculum2  sec4*/
#curriculum2 .sec5 {
    background: url(../img/wal_bg.png) center center no-repeat;
    background-color: #f4f9f8;
}
#curriculum2 .sec5 .processItem {
    padding: 60px 0;
}
/* curriculum3  sec4*/
#curriculum3 .sec4 {
    background: url(../img/wal_bg.png) center center no-repeat;
    background-color: #f4f9f8;
}

/* prc */
.processWrp {
    background-color: #eaf3f1;
}
.processWrp .prc {
    display: flex;
    align-items: center;
}
.processWrp .prc .prcArr {
    width: 20px;
}
.processWrp .prc .prcCon {
    width: calc(33.33333% - 20px);
}
.processWrp .prc .prcCon .step {
    margin-bottom: 15px;
}
.processWrp .prc .prcCon .step span {
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    background-color: #fff;
    border: 2px dotted #005146;
    color: #005146;
    font-weight: 700;
    border-radius: 100px;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.1);
}
.processWrp .prc .prcCon .con {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media (max-width:500px){
    .processWrp .prc {
        flex-direction: column;
    }
    .processWrp .prc .prcArr,
    .processWrp .prc .prcCon {
        width: 100%;
    }
    .processWrp .prc .prcArr {
        padding: 15px 0;
    }
    .processWrp .prc .prcArr i {
        transform: rotate(90deg);
        display: inline-block;
    }
    .processWrp .prc .prcCon .step {
        margin-bottom: -15px;
    }
    .processWrp .prc .prcCon .con {
        flex-direction: row;
        align-items: center;
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 10px;
    }
    .processWrp .prc .prcCon .con .icon {
        width: 30%;
    }
    .processWrp .prc .prcCon .con .txt {
        width: 70%;
        text-align: left;
        padding-left: 15px;
    }
}

/* chkIconTxt */
.chkIconTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1.2em;
    padding: 12px 35px;
    background-color: #eaf3f1;
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.chkIconTxt i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #005146;
    border-radius: 100%;
}
.chkIconTxt span {
    width: calc(100% - 35px);
    padding-left: 15px;
}
@media (max-width:768px){
    .chkIconTxt {
        text-align: left;
        padding: 12px 25px;
    }
    .chkIconTxt i {
        width: 28px;
        height: 28px;
    }
    .chkIconTxt span {
        width: calc(100% - 28px);
        padding-left: 7px;
    }
}

/* impactBox */
.impactBox {
    background: url(../img/impactBox_bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: var(--sub-border-radius20);
}
.impactBox .under {
    text-decoration: underline;
}

/* btImpact */
.btImpact .c_impact {
    color: #92ffcd !important;
}
/* curriculum3 */
#curriculum3 .sec2 {
    background: url(../img/curriculum3_bg2.jpg) center center no-repeat;
    background-size: cover;
    min-height: 800px;
    display: flex;
    align-items: center;
}
#curriculum3 .sec2 .imp {
    background-color: #005146;
    display: inline-block;
    line-height: 1.1em;
    padding: 10px 20px;
    color: #fff;
}
#curriculum3 .sec3 .walItem .bt .dft {
    line-height: 1.2em;
    padding-bottom: 15px;
}
@media (max-width:768px){
    #curriculum3 .sec2 {
        min-height: auto;
    }
    #curriculum3 .sec2 {
        text-align: center;
    }
}

/* teacher_top */
.teacher_top {
    border-radius: var(--sub-border-radius20);
    overflow: hidden;
}
.teacher_top .ttt {
    background-color: #004c42;
    padding: 15px;
    text-align: center;
}
.teacher_top .profileCon {
    background:url(../img/clobar.png) right bottom no-repeat;
    background-color: #eef7f6;
}
@media (min-width:768px){
    .teacher_top .profileCon {
        display: flex;
        align-items: flex-start;
        padding: 60px;
    }
    .teacher_top .profileCon .lft {
        width: 407px;
    }
    .teacher_top .profileCon .rt {
        width: calc(100% - 407px);
        padding-left: 60px;
    }
}
@media (max-width:768px){
    .teacher_top .profileCon {
        padding: 30px;
        background-size: 100%;
    }
    .teacher_top .profileCon .rt {
        padding-top: 30px;
    }
}

/* prf_con */
.prf_cons .row {
    margin: 0 -40px;
}
.prf_cons .row > [class*="col-"]{
    padding: 0 40px;
}
.prf_con .prf_tit {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding-left: 15px;
    position: relative;
}
.prf_con .prf_tit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 5px;
    background-color: #004c42;
}
.prf_con .prf_tit .slashed {
    padding-left: 15px;
    position: relative;
}
.prf_con .prf_tit .slashed:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #004c42;
    transform: skew(-10deg) translateY(-50%);
}
.prf_con .hashTag {
    border-radius: 10px;
    background-color: #004c42;
    padding: 10px;
    text-align: center;
}
.prf_con .hashTag .dft {
    line-height: 1.4em;
}
.prf_con .teacher_img {
    padding: 20px;
}
.prf_con .teacher_img img {
    border-radius: 10px;
}
.prf_con .prf_his {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 20px 15px;
}
@media (min-width:768px){
    .prf_con .prf_his {
        min-height: 290px;
    }
}
@media (max-width:768px){
    .prf_con .prf_tit {
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 10px;
        padding-right: 10px;
        border-top: 3px solid #004c42;
        padding-top: 15px;
    }
    .prf_con .prf_tit:after {
        display: none;
    }
}


/* awdList */
.awdList .item {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.awdList .item .walCon {
    padding: 30px 50px;
    position: relative;
    width: 95%;
}
.awdList .item .walCon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: url(../img/wal.png) center center no-repeat;
}
.awdList .item .walCon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: url(../img/wal.png) center center no-repeat;
    transform: scaleX(-1);
}
.awdList .item .walCon .dft {
    line-height: 1.2em;
}

@media (max-width:768px){
    .awdList .item {
        min-height: auto;
        box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        padding: 15px;
    }
    .awdList .item .walCon {
        padding: 20px 40px;
    }
    .awdList .item .walCon::before,
    .awdList .item .walCon:after {
        width: 40px;
        background-size: 35px;
    }
}


/* curr */
.curr .hList .dft {
    display: inline-block;
}