/******************************************
IMPORT
******************************************/

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: "Flaticon";
    font-style: normal;
}

.flaticon-email:before {
    content: "\f100";
}

.flaticon-map-with-position-marker:before {
    content: "\f101";
}

.flaticon-share:before {
    content: "\f102";
}

.flaticon-html5:before {
    content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
    content: "\f104";
}

.flaticon-computer-tool-for-education:before {
    content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
    content: "\f106";
}

.flaticon-arrows:before {
    content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
    content: "\f108";
}

.flaticon-css-3:before {
    content: "\f109";
}

.flaticon-online-course:before {
    content: "\f10a";
}

.flaticon-coffee-cup:before {
    content: "\f10b";
}

.flaticon-add:before {
    content: "\f10c";
}

.flaticon-html-coding:before {
    content: "\f10d";
}


/******************************************
SKELETON
******************************************/

body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif; /* 20220721 추가 */

    background-color: #edeff0;
    line-height: 1.6;
    font-size: 16px;
    color: #727272; /* #a2a2a2 -> #727272 */
}

body,
p,
li,
a {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif; /* 20220721 추가 */
}

.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d1e23;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.cop-logo img,
a {
    color: #1d1e23;
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
	color: #1d1e23; /*20200925 추가*/
    list-style: none;
    margin-bottom: 8px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0
}

.check li a {}

.authorbox,
blockquote {
    border: 0;
    margin: 30px 0;
    position: relative;
    padding: 4rem 3rem;
    font-style: italic;
    border: 1px solid #eaeaea;
    background-color: #edeff0;
}

blockquote:after {
    content: "\f10e";
    padding: 5px;
    font-family: "FontAwesome";
    position: absolute;
    bottom: 0px;
    color: #edeff0;
    font-size: 24px;
    right: 10px;
}

blockquote:before {
    content: "\f10d";
    padding: 5px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    color: #edeff0;
    font-size: 24px;
    left: 10px;
}


/******************************************
HEADER
******************************************/

.topbar {
    background-color: #1d1e23;
    margin-bottom: 30px;
    padding: 12px 0 14px;
}

.topbar a,
.topbar p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.topbar .text-left p {
    margin-top: 3px;
}

/* 추가 시작 20231019 */
.topbar .text-center p {
    margin-top: 3px;
    text-align: center;
}
.topbar .text-right p {
    margin-top: 3px;
    text-align: right;
}
/* 추가 끝 20221019 */

.topbar .text-left i {
    padding-right: 3px;
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #1d1e23 !important; /* #848484 -> #111111 -> #1d1e23 전체색상 변경_20221121 */
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #1d1e23;
    left: 0;
    padding: 10px 0; /* 중요 15px 0; -> 7px 0; 변경 20231219  */
    right: 0,
}

.header.header-normal.affix {
    background-color: #ffffff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    background: none;
    border: 0;
}
/* 20211211_추가 삭제 교려함.
.dropdown {
    margin: 0;
    background-color: transparent;
    background: rgba(241,247,255,0.3);
    border: 0;
} 
*/

.navbar-default .nav>li>a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

/* 모바일 메인 메뉴_20220713 */
/* @media screen and (max-width:480px) {
    .navbar-default {
        margin: 0;
        background-color: #1d1e23;
        background: #1d1e23;
        border: 0;
    }
    
    .navbar-default .nav>li>a {
        color: #fff;
        background: #1d1e23;
    }
} */


.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 14px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0 !important;
}

.social a {
    font-size: 12px;
    color: #fff !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    margin-left: 2px;
    height: 25px;
    line-height: 25px;
}

.social a:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.navbar-brand {
    padding: 0 10px 0 0;
}

.social a.facebook {
    background-color: #3b5998;
}

.social a.pinterest {
    background-color: #bd081c;
}

.social a.twitter {
    background-color: #1da1f2;
}

.social a.google {
    background-color: #34a853;
}

.social a.linkedin {
    background-color: #0077b5;
}

.modal {
    top: 40%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(315deg);
}

.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    font-style: italic;
    padding: 6px 12px;
    width: 100%;
    border-bottom: 4px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}


/******************************************
MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {}

.yamm .dropdown {
    position: relative;
}

.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
    border-radius: 7px;
}

/* 추가 시작 20221019 */
.selectbox{
    width: 100px; /* 140px */
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 9px 10px 0 10px; /* 4px 0 0 39px; 메뉴위치 변경 전 20221208 */
    padding: 5px 5px 4px 5px; /* 8px 0px 8px 5px; 메뉴위치 변경 전 20221208 */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: #181818;
    /* border:none; /* border 삭제 20221208  */
}

.selectbox:focus{
    border: 1px solid #9B51E0;
    box-sizing: border-box;
    border-radius: 10px;
    outline: 3px solid #b99cc5; /* #F8E4FF 변경 20221019 */
    border-radius: 10px;
}

@media (max-width: 768px) {
    .selectbox{
        margin: 17px 0 17px 9px;

    }
}
/* 추가 끝 20221019 */

/* 추가 시작 20221019 */
.selectbox01{
    width: 140px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 4px 20px 0 0;
    padding: 8px 0px 8px 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: #181818;
}

.selectbox01:focus{
    border: 1px solid #9B51E0;
    box-sizing: border-box;
    border-radius: 10px;
    outline: 3px solid #b99cc5; /* #F8E4FF 변경 20221019 */
    border-radius: 10px;
}

@media (max-width: 768px) {
    .selectbox01{
        margin: 17px 0 0 9px;

    }
}
/* 추가 끝 20221019 */

/* 추가 시작 20221230 */
.selectbox02{
    width: auto;
    height: 35px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3px 0px 3px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #181818;
    background-color: #fff;
}
@media (max-width: 768px) {
    .selectbox02{
        width: 360px;
        font-size: 13px;

    }
}
/* 추가 끝 20221230 */

/* 추가 시작 20230118 */
.selectbox03{
    width: 400px;
    height: 35px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3px 0px 3px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 10px;
    color: #181818;
    background-color: #fff;
}

@media (max-width: 768px) {
    .selectbox03{
        width: 360px;
        font-size: 17px;

    }
}
/* 추가 끝 20230118 */

/* 추가 시작 20230228 */
.selectbox04{
    width: 300px;
    height: 35px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3px 0px 3px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 10px;
    color: #181818;
    background-color: #fff;
}

@media (max-width: 768px) {
    .selectbox04{
        width: 250px;
        font-size: 17px;

    }
}
/* 추가 끝 20230228 */

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.yamm .dropdown-menu ul {
    padding: 0 !important;
    list-style: none;
}

.yamm .dropdown-menu li {
    padding: 0px;
    margin: 10px 0;
}

.yamm .dropdown-menu li a {
    padding: 0 !important;
    color: #111111;
}

.yamm .dropdown-menu li:hover a {
    padding-left: 10px !important;
    background-color: transparent;
}

.yamm-fw .dropdown-menu li:hover a {
    padding-left: 0 !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 30px;
    min-width: 200px;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #ddd;
    background-color: #fff !important;
    margin-top: 24px;
    padding: 20px 30px;
}

.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 15px !important;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.yamm ul {
    padding: 0;
}

.menu-widget {
    padding: 0 10px;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.menu-widget h5,
.menu-widget h5 a {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 10px 0 5px !important;
    color: #1d1e23 !important;
}

.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button {
    border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    background-color: #111;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}


/******************************************
PAGES
******************************************/

.page-title h3 {
    margin-bottom: 10px !important;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #aaa;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb>li a,
.breadcrumb>li+li::before,
.breadcrumb>.active {
    color: #aaa;
}

.section.cb .breadcrumb>li a,
.section.cb .breadcrumb>li+li::before,
.section.cb .breadcrumb>.active {
    color: #fff;
}

.section.cb {
    padding: 40px 0 !important;
}

.section.cb .breadcrumb {
    margin-top: 10px;
}

.section.cb h3 {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 !important;
}

.breadcrumb>li+li::before {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
    padding: 0 6px 0 3px;
}

/* .tags-widget a { 삭제 20221215
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 14px;
} */

.tags-widget li { /* 추가 20221215 */
    color: #9731fc !important;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 15px;
    border: 1px solid #9731fc;
    margin: 5px;
}

.tags-widget01 li { /* 추가 20230309 */
    background-color: #9731fc;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #9731fc;
}

@media (max-width: 768px) { /* 추가 20230313 */
.tags-widget01 li {
margin-top: 30px;}
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination {
    margin: 0;
}

.pager {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #eeeeee !important;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.pager li>a,
.pager li>span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}


/******************************************
EVENTS
******************************************/

.event-title.tagline-message h3 {
    font-size: 64px;
}

.event-title p {
    font-size: 18px;
    padding: 10px 0 20px;
}

.event-boxes .box {
    padding: 10px;
}

/* 추가 20221209 */
.event-boxes01 {
    width:90%; 
    margin: auto; 
    margin-top: 20px;
    margin-bottom: 70px;
    
}

@media (max-width: 768px) {
.event-boxes01 {
    margin-top: 0px;
    margin-bottom: 50px;
    }
}

.event-boxes02 {
    background-color: #f2f2fe; 
    border-radius: 20px; 
    padding: 50px 0 50px 0; 
    margin: 0 auto; 
    margin: 20px 0 40px 0; 
    box-shadow: 1px 1px 5px 1px #dcdcdc;
}

@media (max-width: 768px) {
.event-boxes02 {
    margin-top: -20px;
    margin-bottom: 25px;
    }
}

.event-boxes03 {
    margin-top: 70px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
.event-boxes03 {
    margin-top: 0px;
    margin-bottom: 10px;
    }
}

.event-boxes04 {
    margin: 100px 0 100px 0;
    padding-top: 60px;
    padding-bottom: 40px; 
    text-align: center; 
    border: 4px solid #fdc5da; /* #7010f9 #faf2fe */
    border-radius: 20px;
    background-color: #fffcfd;
}

.event-boxes05 {
    margin: 100px 0 100px 0;
    padding-top: 60px;
    padding-bottom: 40px; 
    text-align: center; 
    border: 4px solid #86b5ad;
    border-radius: 20px;
    background-color: #fcfffe;
}


/* y@media (max-width: 768px) {
.event-boxes04 {
    margin-top: 0px;
    margin-bottom: 10px;
    }
} */
/* 추가 end 20221209 */

.event-desc {
    padding: 20px 20px 10px;
}

.box .event-desc h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}

.box .event-desc small {
    background-color: #111;
    color: #ffffff;
    padding: 0 10px;
}

.teammembers img {
    width: 100%;
}

.teammembers:hover {
    cursor: pointer;
}

.teammembers .magnifier { /* teammembers -> .teammembers 변경 버그 20221108 */
    overflow: hidden;
}

.teammembers .magnifier p {
    padding-bottom: 10px;
}

.teammembers:hover .magnifier,
.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.teammembers {
    overflow: hidden;
    position: relative;
}

.visible-buttons1 {
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    bottom: -50%;
    left: 0;
    right: 0;
    padding: 50px 20px 40px;
    position: absolute;
    text-align: center;
}

.visible-buttons1 h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.teammembers .magnifier {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

.entry:hover .visible-buttons1 {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.teambuttons p {
    color: #ffffff;
    padding: 0 30px 10px;
}

.teammembers .social-links i {
    color: #ffffff;
}

.teammembers .social-links a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    width: 30px;
    font-size: 20px;
}

.teamdesc {
    border: 1px solid #eee;
    padding: 30px 30px;
}

.teamdesc h4 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
}

.teamdesc p {
    display: block;
    font-style: italic;
    padding-bottom: 0;
    margin: 0;
}


/******************************************
CONTACT
******************************************/

.contactv2 {
    margin: 60px 0;
}

.small-box i {
    font-size: 54px;
    color: #232323;
    display: block;
}

.small-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
    line-height: 1;
}

.small-box small {
    font-size: 18px;
    margin: 5px 0;
    display: block;
}

.small-box a {
    margin-top: 15px;
    display: block;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 16px;
}

.small-box img { /* 추가 20220015 */
    width: 75px;
    margin : auto;
    display : block;
}

 /* 추가 20221207 */
.small-box01 {
    background-color: #f2f2fe; 
    border-radius: 20px; 
    padding: 60px 0 45px 0; 
    margin: 0 auto; 
    margin: 40px 0 50px 0;
}

.small-box01 img {
    width: 80px;
    margin : auto;
    display : block;
}

.small-box02 {
    background-color: #f2f2fe; 
    border-radius: 20px; 
    padding: 45px 0 30px 0; 
    margin: auto; 
    margin: 0px 0 20px 0;
}

.small-box02 img {
    width: 80px;
    margin : 0 auto;
    display : block;
}

.small-box03 {
    background-color: #f2f2fe; 
    border-radius: 20px; 
    padding: 20px 0 20px 0; 
    margin: auto; 
    margin: 30px 0 30px 0;
}

.small-box03 img {
    width: 150px;
    margin : 0 auto;
    display : block;
}
 /* 추가 end 20221207 */

.big-contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #1d1e23;
}

.big-contact-form textarea {
    height: 150px !important; /* 20201031 height: 120px !important; -> 150px 변경 */
}

.big-contact-form .form-control::-moz-placeholder {
    color: #b9b9b9;  /* 20201031  #b9b9b9; -> #4d4d4d 변경 */
    opacity: 1;  /* 20201031  1; -> 3 변경 */
}

.big-contact-form .form-control:-ms-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}

#map {
    height: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: none;
}


/******************************************
SECTIONS
******************************************/

.event-section {
    height: 100vh;
    height: 100%;
    padding: 30rem 0;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxed {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 8rem;
    background-color: #ffffff;
    margin-top: -60px;
}

@media all and (max-width: 768px) { /* 추가 20221111 */
    .boxed {
    margin: 0 -4px 0 -4px;
    padding: 2rem 1.1rem 2rem;
    }
}

.boxed.boxedp4 {
    padding-top: 4rem;
}

 /* 추가 시작 20221111 */
.boxed01 {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 8rem 5rem;
    background-color: #ffffff;
    margin-top: -60px;
}

@media all and (max-width: 768px) {
    .boxed01 {
        padding: 2rem 2rem 2rem;
        margin-top: 15px;
    }
}
 /* 추가 끝 20221111 */

.section {
    background-color: #ffffff;
    padding: 8rem 0;
    position: relative;
    display: block;
}

.section-title {
    margin-bottom: 45px;
}

.text-widget h3,
.section-title h3 {
	color: #1d1e23; /*20221115 추가*/
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
}

.section-title h4 {
	color: #1d1e23; /*20221115 추가*/
}

.section-title p {
	color: #1d1e23; /*20200924 추가*/
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    font-style: italic;
}

.section.gb {
    background-color: #edeff0;
}

.section.db {
    background-color: #252837; /* #1d1e23, #363b51 변경 20221028 */
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    /* background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 0.0); /* 20201005_원본 색상 배경 밝기 rgba(0, 0, 0, 0.7); */
    background: rgba(0, 0, 0, 0.1); /* 메인화면 검정 배경색 추가_20220714 */
}

.video-section {
    position: relative;
}

.slider-bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    z-index: 11;
    right: 0;
    margin: auto;
    text-align: center;
}

.slider-bottom i {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.home-message p {
    font-size: 57px; /* 54px -> 70px 변경_20220714 */
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-weight: 700; /* 500 -> 700 변경_20220714 */
}

.home-message small {
    font-size: 16px;
    font-style: normal;
    display: block;
    padding: 20px 0 35px;
    margin: 0;
}

/*추가_20200923*/
.home-message small_1 {
    font-size: 30px;
	font-weight : 450;
    color: #ffffff;
    font-style: normal;
    display: block;
    padding: 20px 0 35px;
    margin: 0;
}

/*추가_20200923*/
.home-message small_2 {
    font-size: 50px;/* 25px -> 30px 변경_20220713 */
    font-weight : 300;
    font-style: none;
    display: block;
    padding: 30px 0 0;
    margin: 0;
}

@media screen and (max-width:768px) {	
    .home-message small_2 {
        font-size: 24px; /* 25px -> 30px 변경_20220713 */
            font-weight: 300;
        display: block;
        padding: 20px 0 0;
        margin: 0;
    }
}
    
.nopadtop {
    padding-top: 0 !important;
}

 /* 추가 시작 20221118 */
@media all and (max-width: 768px) {
    .nopadtop {
        margin-top: -80px;
    }
    }
 /* 추가 끝 20221118 */

.box {
    background-color: #ffffff;
    padding: 4rem;
    position: relative;
    z-index: 11;
}

.box p {
	color: #1d1e23; /*20200924 추가*/
    padding: 0;
    margin-bottom: 15px;
}

.box i {
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1;
    font-size: 46px
}

.box span i { /* 추가 20221204 */
    margin-bottom: 30px;
    float:left;
    line-height: 1;
    font-size: 46px;
    color: #9731fc;
    padding: 0 20px;
}

.box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
}

.m30 {
    margin-top: -60px;
}

/* 추가 시작 20221204 */
.box01 {
    background-color: #ffffff;
    padding: 2rem; /* 4rem -> 1rem; */
    position: relative;
    z-index: 11;
    border-radius: 7px;
    margin: 10px -10px 0 -10px;
}

.box01 p {
	color: #1d1e23; /*20200924 추가*/
    padding: 0;
    margin-bottom: 15px;
}

.box01 i {
    margin-bottom: 30px;
    float:left;
    line-height: 1;
    font-size: 40px;
    color: #0cb8a8; /* #9731fc -> #0cb8a8 */
    padding: 0 20px;
}

.box01 img {
    margin-bottom: 20px;
    float:left;
    line-height: 1;
    width: 90px;
    padding: 0 25px 0 15px;
}

.box01 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
}

/* .m40 {
    margin-top: -60px;
}

@media (max-width: 992px) {
    .m40 {
        margin-top: 0px;
    }
} */
    /* 추가 끝 20221204 */

.readmore {
    font-weight: 700;
    font-size: 15px;
}

.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
}

.image-box {
    position: relative;
}

.image-box .overlay {
    background-image: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.image-box img {
    width: 100%;
}

.image-box h4 a,
.image-box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin: -7px auto;
    color: #ffffff;
}

hr.invis {
    border: 0;
    margin: 30px 0;
}


/******************************************
COURSE MODULES
******************************************/

.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.course-box img {
    border-radius: 6px 6px 0 0;
    width: 50%; /* 20200928 100% -> 50% 변경 */
}

.course-details {
    padding: 3rem 2rem;
}

.course-details h4 {
    font-size: 18px;
    padding: 0 0 0;
    font-weight: 700;
    margin: 0;
}

.course-details h5 { /* 추가 20221213 */
    font-size: 18px;
    padding: 0 0 0px;
    font-weight: 700;
    margin: 0;
}

.course-box small {
    /* display: block; */ /* 삭제 20221220*/
    font-size: 80%;
    margin-bottom: 10px;
}

.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: #aaa;
}

.course-footer i {
    padding-right: 3px;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.course-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.course-footer .pull-center a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin : 0 0 0 63px;
}

.entry {
    position: relative;
}

.magnifier {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0;
    top: 0;
    background-color: rgba(1, 186, 207, 0.8);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
    opacity: 1;
    z-index: 1000;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    visibility: visible;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}


/************************************
WIDGETS
************************************/

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .widget-title {
    font-weight: 600;
    color: #1d1e23;
}

.sidebar .tags-widget li {
    margin-bottom: 10px;
}

.sidebar .widget .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
    min-width: 260px;
    margin-bottom: 0;
    height: 48px;
}

.sidebar .alignleft {
    float: left;
    margin-right: 20px;
}

.sidebar .mt-0 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar .media {
    display: block;
    margin-bottom: 30px;
}

.sidebar .media:last-child {
    margin-bottom: 0;
}


/************************************
BLOG
************************************/

.site-publisher img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 60px;
}

.authorbox img {
    margin: 10px 30px 0 0;
    min-width: 130px;
}

.site-small-desc h4,
.site-publisher h4 {
    font-weight: 700;
    margin: 5px 0 15px;
    padding: 0;
}

.authorbox {
    background-color: #ffffff;
}

.authorbox p {
    margin-top: 10px;
    color: #0c121b; /* #b9b9b9 -> #070d17 변경 20221111 */
}

.authorbox small {
    text-transform: capitalize;
    font-style: normal;
    padding-right: 5px;
}

.about-message small {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.small-about-message .small-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-right,
.media>.pull-right {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
}

.boxed-comment {
    border: 1px solid #eee;
    padding: 3rem;
    margin-top: 6rem;
    display: block;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.authorbox-social li a {
    color: #999;
}

.authorbox-social ul {
    padding: 10px 0;
    margin-bottom: 0;
}

.authorbox {
    margin-bottom: 30px;
}

.authorbox img {
    min-width: 170px; /* 130px -> 170px 변경 20221111 */
    margin: 10px 30px 0 0 !important;
}

.blog-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-meta .list-inline li span {
    font-style: italic;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-right: 5px;
}

.blog-meta h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 32px; /*  30px; ->  32px; 변경 20221212 */
    font-weight: 700;
}

.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1d1e23;
}

.blog-meta .list-inline li {
    color: #b9b9b9;
    letter-spacing: 0;
}

.blog-media img {
    width: 100%;
}

.blog-media {
    display: block;
    margin: 31px 0; /* 25px -> 31px 변경 20221112 */
}

.blog-desc-big .lead {
    color: #1d1e23;
    font-weight: 600;
}

.blog-desc-big .btn {
    margin-top: 15px;
}

.image-wrap img {
    width: 100%;
}

.image-wrap_2 img {
    width: 70%; /* 100% -> 70% 변경 20230119 */
    margin-left: 54px; /* 사진 가운데 오도록 좌측 여백 추가 20230119 */
}

.image-wrap_1 img {
    width: 70%; /* 20200928 100% -> 50% 변경 */
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-wrap:after {
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
    right: 0;
}

.blog-box {
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #eaeaea;
}

.blog-box .magnifier {
    border-radius: 6px 6px 0 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.blog-box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.post-meta {
    padding: 15px 30px 10px;
    margin-top: -5px;
    border-top: 1px solid #eaeaea;
    line-height: 1;
}

.post-meta a {
    font-size: 13px;
    color: #aaa;
}

.post-meta .list-inline>li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}

.post-meta li:last-child:after {
    content: ""
}

.blog-desc {
    padding: 3rem 2rem;
    display: block;
    position: relative;
}

.blog-desc h4 a,
.blog-desc h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    color: #1d1e23;
}

.blog-desc p {
	color: #1d1e23;
    padding: 0;
    margin: 0;
}

.stat-count h3,
.stat-count h4 {
    color: #ffffff;
}

.stat-count h4 {
    font-size: 44px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.stat-count h3 {
    padding: 30px 0 25px;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.stat-count h3 i {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.stat-count p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

.blog-grid .col-md-6,
.blog-grid .col-md-4 {
    margin-bottom: 30px
}


/******************************************
TESTIMONIAL
******************************************/

.testimonial {
    border: 1px solid #eaeaea;
}

.testimonial p {
	color: #818181; /*20221028 추가*/
    font-style: italic;
    margin-bottom: 0;
}

.testimonial p.testiname {
    font-style: normal;
    font-size: 18px;
    display: block;
    padding-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.testimonial p.testiname strong {
    font-weight: 600;
    letter-spacing: -0.6px;
}

@media all and (max-width: 768px) { /*20221029 전체 추가*/
    .testimonial p.testiname {
        margin-right: -20px;
    }
}

.testimonial img {
    margin-right: 10px;
    margin-left: -30px; /*20221028 추가*/
    max-width: 100px;  /* 40 -> 100 변경 20221028 */
}

@media all and (max-width: 768px) { /*20221029 전체 추가*/
    .testimonial img {
        margin-right: 10px;
        margin-left: -50px;
        max-width: 75px;  /* 40 -> 100 변경 20221029 */
    }
}

.testimonial:after {
    content: "\f10e";
    padding: 5px;
    font-family: "FontAwesome";
    position: absolute;
    bottom: 0px;
    color: #edeff0;
    font-size: 21px;
    right: 10px;
}

.testimonial:before {
    content: "\f10d";
    padding: 5px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    color: #edeff0;
    font-size: 21px;
    left: 10px;
}

.testimonial .rating {
    margin-top: 20px;
}

.rating {
    display: block;
}

.rating i {
    color: #f4af0b !important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
}

.p120 {
    padding-bottom: 120px !important;
}

.section.lb {
    border-top: 1px solid #eee;
}

.tagline-message h3 {
    padding: 0;
    font-size: 34px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}

/* 20220518 추가 */
@media screen and (max-width:640px) {	
    .tagline-message h4 {font-size: 20px !important; line-height: 20px;} /* font-size: 29px -> 20px 변경, line-height: 20px; 추가 20230309 */
    }

.tagline-message h4 {  /*20200924 추가*/
    padding: 0;
    font-size: 40px;
    margin: 0;
    color: #8ad6ff;  /*20200924 #ffffff -> #f035e4 변경*/
    font-weight: bold;
}

.section.lb .tagline-message h3,
.section.gb .tagline-message h3 {
    color: #1d1e23;
}

.callout h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 900;
}

.callout h4 {
    color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}

.p40l {
    padding-left: 2rem; /* 4rem -> 3rem 변경 20211104 */
}

.custom-module h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 30px;
    padding: 0;
}

.custom-module mark {
    font-size: 28px;  /*20200924 폰트사이즈 추가*/
    line-height: 1;
    color: #ffffff;
    padding: 0 10px;
}

.custom-module mark1 { /*20200924 아래 전체 추가*/
    line-height: 1;
    color: #f035e4;
    padding: 0 10px;
}

.custom-module p {
	color: #1d1e23; /*20200924 추가*/
    padding: 0;
    margin: 0;
}


/******************************************
SHOP
******************************************/

.shop-top {
    margin-bottom: 30px;
    padding: 20px 0;
    display: block;
}

.shop-top p,
.shop-box.course-details h4 {
    padding: 0;
    margin-bottom: 0;
}

.shop-wrapper {
    border: 0;
}

.shop-wrapper .course-details {
    padding: 2rem;
}

.shop-wrapper.course-box small {
    margin-bottom: 0;
    margin-top: 5px;
}

.shop-grid .col-md-3 {
    margin-bottom: 30px;
}

.btn-group.open .dropdown-toggle,
.bootstrap-select>.dropdown-toggle {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #b9b9b9 !important;
    padding: 0;
    border: 0 !important;
    outline: none;
    width: 100%;
    z-index: 1;
}

.shop-desc small {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.shop-meta {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 3px solid #edeff0;
    border-bottom: 3px solid #edeff0;
}

.shop-meta ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.shop-media .image-wrap::after {
    display: none;
}

.shop-extra {
    margin-top: 40px;
    padding: 60px 60px 40px;
    border: 3px solid #edeff0;
}

.shop-extra .nav-tabs>li>a {
    background-color: #ffffff !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0;
    font-weight: 700;
    outline: none !important;
    font-size: 17px;
    line-height: 1.42857;
    padding: 10px 30px;
    box-shadow: none !important;
    margin-right: 15px;
}

.shop-extra .nav-tabs {
    border-bottom: 3px solid #edeff0 !important;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a {
    border-bottom-color: #111 !important;
}

.shop-extra .tab-content {
    padding: 40px 0 30px;
}

.shop-extra strong {
    color: #1d1e23;
}

.shop-extra .tab-content h3 {
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
}

.shop-extra .form-control {
    margin-bottom: 20px;
}

.related-products {
    display: block;
    margin-top: 80px;
}

.related-products .text-widget h3 {
    font-size: 20px;
    padding-bottom: 10px;
}


/******************************************
FOOTER
******************************************/

.section.footer {
    padding: 3rem 0; /* 20200925 footer 여백 높이 12rem -> 3rem으로 변경 */
    background-color: #1f1f1f  /* 20200925 footer 색상 #1d1e23 -> #1f1f1f 변경 */
}

.social-links i {
    color: #aeaeae;
}

.widget-title {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.widget-title01 { /* 추가 20221205 */
    color: #ffffff;
    font-size: 20px;
    padding: 10px 0 20px;
    margin: 0;
    line-height: 1;
}

.small-title {
    color: #1d1e23;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}

.copyrights {
    background-color: #1d1e23;
    border-top: 1px solid #181818;
    padding: 30px 0 40px; /* 30px 0; -> 30px 0 40px; 변경 20221210 */
}

.copyrights li a {
    color: #aaa;
}

.copyrights ul {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

.copyrights ul li {
    line-height: 1;
    font-size: 15px;
    margin: 0 0 0 8px !important;
}

.cop-logo img {
    margin-top: 9px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.cop-logo img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .list-widget li {
    margin: 0 0 5px !important;
}

.footer .tags-widget li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .form-control,
.footer p,
.footer a {
    color: #aaa;
}

.footer a:hover {
    color: #ffffff;
}

.absolute-widget {
    border-top: 0 none;
    display: block;
    margin-top: -45%;
    padding: 6rem 4rem;
    position: relative;
    background: url(upload/formbg.jpg) no-repeat top center #161616;
}

.absolute-widget .form-control {
    background-color: transparent;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-bottom: 15px;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.absolute-widget textarea.form-control {
    height: 400px;  /* 20201103 height: 100px !important; -> 200px 변경 */
}

.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/******************************************
BUTTONS
******************************************/

.btn {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    padding: 11px 40px; /* 13px 40px; -> 11px 40px; 변경 20221117 */
    text-transform: none; /* capitalize ->none 변경 20221226 */
}

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}


/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
    border-top-color: #9731fc; /* #01bacf -> #9731fc 전체색상 변경 */
}

.iconitem a.shopicon i {
    color: #9731fc !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.copyrights ul li:hover a,
.footer .readmore,
/* .breadcrumb>li a, */ /* 삭제 20220823 */
.yamm h4,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
.check li:before,
.stat-count h3,
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.box i,
.topbar .text-left i {
    color: #9731fc;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #9731fc !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
/*.tags-widget a, */ /* 삭제 20221215 */
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button,
mark,
.bgcolor1,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
	font-size: 20px; /*20200924 추가*/
    border-radius: 10px;
    cursor: pointer; /*20220823 추가*/
    border-color: #9731fc;
    background-color: #9731fc;
    box-shadow: inset 0 0 0 0 #7010f9;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary1 { /*20201030 추가*/ /*2021219 변경*/
	font-size: 20px; /*20200924 추가*/
    border-radius: 0px 10px 10px 10px ; /*20220520 추가*/
    border-color: #8d30fc;
    background-color: #8d30fc;
    box-shadow: inset 0 0 0 0 #7010f9;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary2 { /*20201030 추가*/
    font-size: 20px;  /*20200924 추가*/
    border-radius: 10px;
	color: #1d1e23;
    border-color: #2c8bcb;
    background-color: #2c8bcb;
    box-shadow: inset 0 0 0 0 #2c8bcb;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary3 { /*20201121 추가*/
    font-size: 20px;  /*20200924 추가*/
    border-radius: 10px;
	color: #1d1e23;
    border-color: #ea4233;
    background-color: #ea4233;
    box-shadow: inset 0 0 0 0 #ea4233;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary4 { /*20211207 추가*/
    font-size: 20px;  /*20200924 추가*/
    border-radius: 0px 10px 10px 10px ; /*20220520 추가*/
    border-color: #3d7df3;
    background-color: #3d7df3;
    box-shadow: inset 0 0 0 0 #1865f4;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary5 { /*20230126 추가*/
    font-size: 20px;
    border-radius: 0px 10px 10px 10px ;
    border-color: #3d7df3;
    background-color: #3d7df3;
    box-shadow: inset 0 0 0 0 #1865f4;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pagination a:hover,
/* .tags-widget a:hover, 삭제 20221215 */
.btn-primary:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #7010f9;
    border-color: #7010f9;
}

.btn-primary1:hover { /*변경 20231219 */
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #7010f9;
    border-color: #7010f9;
}

.btn-primary2:hover {
    color: #1d1e23 !important;
    box-shadow: inset 0 100px 0 0 #2c8bcb;
    border-color: #2c8bcb;
}

.btn-primary3:hover {
    color: #1d1e23 !important;
    box-shadow: inset 0 100px 0 0 #ea4233;
    border-color: #ea4233;
}

.btn-primary4:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #1865f4;
    border-color: #1865f4;
}

.btn-primary5:hover { /*20230126 추가*/
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #1865f4;
    border-color: #1865f4;
}

.btn-primary5:focus { /*20230126 추가*/
    box-shadow: 0 0 0 5px purple;
}

.btn-primary1:focus { /*20231219 추가*/
    box-shadow: 0 0 0 5px purple;
}

/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
    color: #82b440;
}

.btn-default {
	font-size: 20px; /*20200924 추가*/
    border-radius: 10px;
    border-color: #3d7df3; /* 82b440 -> 3d7df3 변경 20220210 */
    background-color: #3d7df3;
    box-shadow: inset 0 0 0 0 #1865f4;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default:hover {
    box-shadow: inset 0 100px 0 0 #1865f4; /* 74a632 -> 1865f4 변경 20220210 */
    border-color: #1865f4;
}

.btn-default1 {
	font-size: 20px; /*20200924 추가*/
    border-radius: 0px 10px 10px 10px ; /*20220520 추가*/
    border-color: #8d30fc;
    background-color: #8d30fc;
    box-shadow: inset 0 0 0 0 #7010f9;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default1:hover {
    box-shadow: inset 0 100px 0 0 #7010f9;
    border-color: #7010f9;
}

.btn-default2 {
	font-size: 20px; /*20200924 추가*/
    border-radius: 10px;
    border-color: #04948a; /* 82b440 -> 3d7df3 변경 20220210 */
    background-color: #04948a;
    box-shadow: inset 0 0 0 0 #51a888;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-transform : none;
}

.btn-default2:hover {
    box-shadow: inset 0 100px 0 0 #51a888; /* 74a632 -> 1865f4 변경 20220210 */
    border-color: #51a888;
}
.btn-default2:focus {
    border: none;
    outline:none;
}

/*20230118 추가*/
.btn-default3 {
    width: 100px;
    height: 30px;
	font-size: 17px;
    border-radius: 10px;
    border-color: #04948a;
    background-color: #04948a;
    box-shadow: inset 0 0 0 0 #51a888;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-transform : none;
}

.btn-default3:hover {
    box-shadow: inset 0 100px 0 0 #51a888;
    border-color: #51a888;
}
.btn-default3:focus {
    border: none;
    outline:none;
}
/*20230118 추가 end*/

/* 모바일에서 아이콘 작게 추가 20231219 */
@media screen and (max-width: 768px) {
    .btn-default, .btn-default1, .btn-default2, .btn-default3, .btn-default4, 
    .btn-primary, .btn-primary1, .btn-primary2, .btn-primary3, .btn-primary4, .btn-primary5
    {
        font-size: 15px;
        padding: 10px 20px;
    }
}

.btn-default4 { /*20230126 추가*/
	font-size: 20px;
    border-radius: 0px 10px 10px 10px ;
    border-color: #8d30fc;
    background-color: #8d30fc;
    box-shadow: inset 0 0 0 0 #7010f9;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default4:hover { /*20230126 추가*/
    box-shadow: inset 0 100px 0 0 #7010f9;
    border-color: #7010f9;
}

.btn-default4:focus { /*20230126 추가*/
    box-shadow: 0 0 0 3px purple;
}

/******************************************
RESPONSIVE
******************************************/
/* 추가 시작 20221121 */
@media screen and (max-width: 1205px) {
    .container {
        min-width: 100% !important;
    }
}
/* 추가 끝 20221121 */

@media (max-width: 992px) {
    .p120 {
        padding-bottom: 8rem !important;
    }
    .boxed {
        margin-top: 4rem;
    }
    .blog-box,
    .testimonial,
    .stat-count {
        margin: 30px 0;
    }
    .m30 {
        margin-top: 30px;
    }
    .absolute-widget {
        background-image: none;
    }
    .sidebar {
        margin-top: 30px;
    }
    .container {
        min-width: 100% !important;
    }
    .footer .widget {
        margin: 30px 0;
    }
}

@media (max-width: 992px) {
    .topbar .text-left {
        text-align: center;
    }
    .topbar .text-center {
        display: none;
    }
    .topbar .text-right {
        display: none;
    }
}

@media (max-width: 768px) {
    .shop-extra .nav-tabs>li>a,
    .shop-extra .nav-tabs>li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-extra {
        padding: 30px 10px;
    }
    .home-message p {
        font-size: 35px; /* 28px -> 35px 변경_20220714 */
    }
    .topbar .text-left {
        text-align: center;
    }

    /* 추가 시작 20221019 */
    .topbar .text-right {
        text-align: left;
    }
    /* 추가 끝 20221019 */
    
    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 130px; /* 100px -> 130px 변경 20221111 */
    }
    .media-left,
    .media>.pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }
}

@media (max-width: 468px) {
    .blog-meta h3 {
        font-size: 20px;
    }
    .blog-meta h4 { /* 20230312 추가 */
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    .yamm-fw>ul li {
        position: relative;
    }
    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
}

/* 20201103 table Swipe end 추가 */
@media screen and (max-width: 765px) and (min-width: 300px){

.table {
    width:auto;
    color: rgb(80, 80, 80);
}    

.table-container {
    width:100%;	
    color: rgb(80, 80, 80);
	overflow-x:auto;
    white-space: nowrap;
	}
    table{
    width:auto;
    } 
}

/* 변경 20221130 */ /* 주석처리 20221211 */
/* ::-webkit-scrollbar { -webkit-appearance: none; } 
::-webkit-scrollbar:vertical { width: 12px; } 
::-webkit-scrollbar:horizontal { height: 8px; } 
::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; } */
/* 20201103 table Swipe end 추가 */

/* 20201104  추가 */
.sub_content_wrap {}
.sub_content_wrap .sub_title { width: 100%; height: 270px; text-align: center; display: table; }
/*
.sub_content_wrap .sub_title .tit_inner {display: table-cell; vertical-align: middle; }
.sub_content_wrap .sub_title h3 {font-size:4.8rem; color:#333; text-align:center; text-transform:uppercase; line-height:1.2; font-weight: lighter; text-shadow:#fff 3px 3px 0px}
*/
.sub_content_wrap .sub_title.tit_1 {background:url('../images/sub_01.jpg') no-repeat center center; background-size: cover;}
.sub_content_wrap .sub_title.tit_2 {background:url('../images/sub_02.jpg') no-repeat center center; background-size: cover;}
.sub_content_wrap .sub_title.tit_3 {background:url('../images/sub_03.jpg') no-repeat center center; background-size: cover;}
.sub_content_wrap .sub_title.tit_4 {background:url('../images/sub_04.jpg') no-repeat center center; background-size: cover;} 
.sub_content_wrap .sub_title.tit_5 {background:url('../images/sub_05.jpg') no-repeat center center; background-size: cover;}
.sub_content_wrap .sub_title.tit_6 {background:url('../images/sub_06.jpg') no-repeat center center; background-size: cover;}
.sub_content_wrap .sub_title.tit_7 {background:url('../images/sub_07.jpg') no-repeat center center; background-size: cover;}
/*
.sub_content_wrap .sub_tab_menu_wrap {width: 100%; background:#dedede;}
.sub_content_wrap .sub_tab_menu_wrap .sub_tab_menu {max-width: 1200px; margin:0 auto; overflow: hidden;}
.sub_content_wrap .sub_tab_menu_wrap .sub_tab_menu a:first-child {border-left: 1px solid #fff;}
.sub_content_wrap .sub_tab_menu_wrap .sub_tab_menu a {display: block; width: 20%; float: left; height: 6rem; line-height: 6rem; color: #333; font-size: 1.6rem; text-align: center; border-right: 1px solid #ddd; font-weight: bold; border-right: 1px solid #fff;}
.sub_content_wrap .sub_tab_menu_wrap .sub_tab_menu a:hover, .sub_content_wrap .sub_tab_menu_wrap .sub_tab_menu a.active {background: #edeff0; color:#101938; font-weight: bold; }

.sub_content_wrap .sub_content { max-width: 1200px; margin:6rem auto 10rem auto; }
.sub_content_wrap .sub_content > h4 { font-size:2.6rem; color: #20242d; margin-bottom: 4rem; padding-bottom: 1.5rem; border-bottom: 1px solid #ddd; letter-spacing: -1px;font-weight: bold;}
.sub_content_wrap .sub_content > h4 span {font-size:1.8rem;  color:#999; }
*/
/* 20201104  추가 end */

/* 20201127 추가 */
.nav-pills {
    border: 3px solid #ef6570; /* #4cbcd0 -> #3d7df3 -> #eb606b #ef6570 #edc7cb #eddadc 색상 변경 20251115 */
    border-radius: 7px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    /* background-color: #f8f7f7; */
    /* border-bottom: 1px solid #d45500; */
}

/* 20221230 추가 */
.nav-pills01 {
    border: 2px solid #4cbcd0; /* #4cbcd0 */
    border-radius: 10px;
    padding: 0px 30px 10px 30px;
    background-color: #fff;
}
.nav-pills01 h3 {
    font-size: 22px;
}
.nav-pills01 h4 {
    padding: 5px 10px; 
    border-bottom:1px solid #848484; 
    border-left:8px solid #848484;
    font-size: 20px;
}
.nav-pills01 h5 {
    padding: 5px 10px; 
    border-bottom:1px solid #848484; 
    border-left:8px solid #848484;
    font-size: 20px;
    font-weight: 700; 
    color: #cf0203;
}

.nav-tabs {
    border: 5px solid #eaeaea;
    /* border-radius: 5px; */
}
/* 20201127 추가 end */

/* 20201130 calendar 추가 */
body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif; /* Tahoma 변경_20220721 */
    }
    /* header {
        text-align: center;
    } */ /*삭제_20220725 */
    #calendar {
        width: 100%;
    }
    #calendar a {
        color: #8e352e;
        text-decoration: none;
    }
    #calendar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #calendar li {
        display: block;
        float: left;
        width: 14.325%;
        padding: 5px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        margin-right: -0.5px;
        margin-bottom: -1px;
    }
    #calendar ul.weekdays {
        height: 40px;
        background: #e86451; /* 기존색 #8e352e */
    }
    #calendar ul.weekdays li {
        text-align: center;
        text-transform: uppercase;
        line-height: 20px;
        border: none !important;
        padding: 10px 6px;
        color: #fff;
        font-size: 13px;
    }

    /* 추가 시작 20221113 */
    #calendar ul.weekdays01 {
        height: 40px;
        background: #009aaf;
    }
    #calendar ul.weekdays01 li {
        text-align: center;
        text-transform: uppercase;
        line-height: 20px;
        border: none !important;
        padding: 10px 6px;
        color: #fff;
        font-size: 13px;
    }
    /* 추가 끝 20221113 */

    @media all and (max-width: 768px) {
    #calendar ul.weekdays01 li {
        font-size: 7px;
        }
    }
    
    #calendar .days li {
        height: 200px; /* 기존 180px */
    }

    /* 추가 시작 20221112 */
    #calendar .days01 li {
        height: 1830px;
        text-align: center;
    }
    /* 추가 끝 20221112 */
    @media all and (max-width: 768px) {
        #calendar .days01 li {        
            height: 1735px;
        }
    }
    
    #calendar .days li:hover {
        background: #d3d3d3;
    }
    #calendar .date {
        text-align: center;
        margin-bottom: 5px;
        padding: 1px; /* 날짜 크기 기존 4px */
        background: #2e75b9; /* 기존색 #333 */
        color: #fff;
        width: 27px;  /* 날짜 동그란 테두리 크기 기존 20px */
        border-radius: 50%;
        float: right;
    }
    /* 추가 20221113 */
    #calendar .date01 {
        text-align: center;
        margin-bottom: 15px;
        padding: 1px; /* 날짜 크기 기존 4px */
        background: #2e75b9; /* 기존색 #333 */
        color: #fff;
        width: 27px;  /* 날짜 동그란 테두리 크기 기존 20px */
        border-radius: 50%;
        float: right;
    }
    /* 추가 end 20221113 */

    #calendar .event {
        clear: both;
        display: block;
        font-size: 13px; /* 폰트 크기 기존 13px */
        border-radius: 4px;
        padding: 5px;
        margin-top: 40px;
        margin-bottom: 5px;
        line-height: 12px; /* 높이 기존 14px */
        background: #e4f2f2;
        border: 1px solid #b5dbdc;
        color: #009aaf;
        text-decoration: none;
    }

    /* 추가 시작 20221112 */
    #calendar .event01 {
        clear: both;
        display: block;
        font-size: 15px; /* 폰트 크기 기존 13px -> 15px 변경 20221113 */
        border-radius: 4px;
        padding: 5px;
        margin-top: 40px;
        margin-bottom: 5px;
        line-height: 12px; /* 높이 기존 14px */
        background: #e4f2f2;
        border: 1px solid #b5dbdc;
        color: #009aaf;
        text-decoration: none;
        line-height:200%
    }

    @media all and (max-width: 768px) {
        #calendar .event01 {
            font-size: 14px;
            padding: 0px;
            margin-left: -3px;
            margin-right: -3px;
        }
    }

    #calendar .event02 {
        clear: both;
        display: block;
        font-size: 15px; /* 폰트 크기 기존 13px -> 15px 변경 20221113 */
        border-radius: 4px;
        padding: -10px;
        margin-top: 40px;
        margin-bottom: -35px;
        line-height: 12px; /* 높이 기존 14px */
        background: #edf6f9;        /* #e4f2f2; #edf6f9 */
        border: 1px solid #83c5be;  /* #b5dbdc; #83c5be; */
        color: #006d77;             /* #009aaf; #006d77 */
        text-decoration: none;
        line-height:200%;
    }

    #calendar .event02:hover {
        transform: scale(1.11);
        transition-duration: 0.5s;
    }

    @media all and (max-width: 768px) {
        #calendar .event02 {
            font-size: 14px;
            padding: 0px;
            margin-left: -3px;
            margin-right: -3px;
        }
    }
    /* 추가 끝 20221112 */
    
    #calendar .event-desc {
        color: rgb(102, 102, 102);
        margin: 3px 0 7px 0;
        text-decoration: none;
    }
    #calendar .other-month {
        background: #f5f5f5;
        color: rgb(102, 102, 102);
    }
    /* ============================
                    Mobile Responsiveness
        ============================*/
    /* @media (max-width: 768px) {
        #calendar .weekdays, #calendar .other-month {
        display: none;
        }
        #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
        }
        #calendar .date {
        float: none;
        }
    } */
    /* 20201130 calendar 추가 end*/

    /* 20201130 table 추가 */
    table.table { color: #505050; }
    /* 20201130 table 추가 end*/

    table.table-table{
        width: 100%;
        color: #505050;
        border:1px solid #dddddd;
        margin-top:20px;
        word-break:break-all;
        }
    table.table-table > thead > tr > th{
        border:1px solid #dddddd;
    }
    table.table-table > tbody > tr > td{
        border:1px solid #dddddd;
    }
    /* 20201203 table 추가 end*/

    /* expandable(collapsible) list 만들기 */
    .list {
        list-style: none;
        padding: 0;
    }
    .list > li {
        padding: 0;
    }
    .list-checkbox {
        display: none;
    }
    .title {
        padding: 10px;
        margin: 0;
        border-top: 1px solid #ddd;
        background: #ffffff;
        cursor: pointer;
        display: block;
        color: #505050;
    }
    .desc {
        max-height: 0;
        overflow: hidden;
        transition: 0.5s;
        background: #f1fcff;
        color: #505050;
    }
    .desc > div {
        margin: 10px;
    }
    .list-checkbox:checked + .title + .desc {
        max-height: 1000px;
    }
     /* end */

    /* button 추가_20210208 */
    .button1 {
    background-color: #8d30fc;
    border: none;
    color: white;
    padding: 10px 23px;
    text-align: center;
    text-decoration: none;
    display: inline #7212e5;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 23px;
    }
    .button2 {
    background-color: #5748d4; /* #4079cf */
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline #7212e5;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 23px;
    }
    .button3 {
    background-color: #ba3cc7; /* #4079cf */
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline #7212e5;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 23px;
    }
    .button4 {
    background-color: #ba3cc7; /* #4079cf */
    border: none;
    color: white;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline #7212e5;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 23px;
    }

/* 추가 시작 20220213 */
    .button5 {
        background-color: #5748d4; /* #4079cf */
        border: none;
        color: white;
        padding: 4px 4px;
        text-align: center;
        text-decoration: none;
        display: inline #7212e5;
        font-size: 13px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 23px;
        }
/* 추가 끝 20220213 */

    .button6 {
        background-color: #8d30fc; /* #4079cf */
        border: none;
        color: white;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        display: inline #7212e5;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 23px;
        }
    .button6:hover{
        background: #7212e5;
        }

    .button7 {
        background-color: #8d30fc; /* #4079cf */
        border: none;
        color: white;
        padding: 2px 10px;
        text-align: center;
        text-decoration: none;
        display: inline #7212e5;
        font-size: 12px;
        margin: 0px 0px 0 20px;
        cursor: pointer;
        border-radius: 5px;
    }

    .button7:hover {
        background: #7212e5;
    }

    .button8 {
        background-color: #5748d4; /* #4079cf */
        border: none;
        color: white;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        display: inline #7212e5;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 23px;
        }
    .button8:hover{
        background: #7212e5;
        }

    /* end */
    /* ftco-footer 추가_20210707 */
    .block-23 ul {
        padding: 0;
    }

    .block-23 ul li,
    .block-23 ul li>a {
        display: table;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .block-23 ul li span {
        color: rgba(255, 255, 255, 0.7);
    }

    .block-23 ul li .icon,
    .block-23 ul li .text {
        display: table-cell;
        vertical-align: top;
    }

    .block-23 ul li .icon {
        width: 40px;
        font-size: 18px;
        padding-top: 2px;
        color: white;
    }

    .ftco-bg-dark {
        background: #3c312e;
    }

    .ftco-section {
        padding: 7em 0;
        position: relative;
    }


    .ftco-footer {
        font-size: 14px;
        background: #232323;
        padding: 6em 0;
    }

    .ftco-footer .ftco-footer-widget {
        width: 100%;
        display: block;
    }

    .ftco-footer .ftco-footer-widget h2 {
        font-weight: normal;
        color: #fff;
        margin-bottom: 40px;
        font-size: 22px;
        font-weight: 500;
    }

    .ftco-footer .ftco-footer-widget .logo {
        color: #1eaaf1;
    }

    .ftco-footer .ftco-footer-widget .logo span {
        color: #fda638;
    }

    .ftco-footer .ftco-footer-widget ul li a span {
        color: #fff;
    }

    .ftco-footer .ftco-footer-widget .btn-primary {
        background: #fff !important;
        border: 2px solid #fff !important;
    }

    .ftco-footer .ftco-footer-widget .btn-primary:hover {
        background: #fff;
        border: 2px solid #fff !important;
    }

    .ftco-footer p {
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-footer a {
        color: rgba(255, 255, 255, 0.7);
    }

    .ftco-footer a:hover {
        color: #fff;
    }

    .ftco-footer .ftco-heading-2 {
        font-size: 17px;
        font-weight: 400;
        color: #1d1e23;
    }

    .ftco-footer .categories li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ftco-footer .categories li a span {
        color: rgba(255, 255, 255, 0.5) !important;
    }

    .ftco-footer .subscribe-form .form-group {
        position: relative;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .ftco-footer .subscribe-form .form-group input {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        width: 100%;
        background: rgba(255, 255, 255, 0.1) !important;
        border: none;
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 16px;
    }

    .ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .ftco-footer .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .ftco-footer .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 0+ */
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .ftco-footer .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .ftco-footer .subscribe-form .form-group .submit {
        color: #fff !important;
        font-size: 16px;
        background: #5d50c6 !important;
        border: none !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .ftco-footer .subscribe-form .form-group .submit:hover {
        cursor: pointer;
        background: #1eaaf1 !important;
    }

    .ftco-footer .subscribe-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.8);
    }

    .ftco-footer .block-21 .text .heading {
        font-weight: 400;
        font-size: 16px;
    }

    .ftco-footer .block-21 .text .heading a {
        color: rgba(255, 255, 255, 0.9);
    }

    .ftco-footer .block-21 .text .heading a:hover,
    .ftco-footer .block-21 .text .heading a:active,
    .ftco-footer .block-21 .text .heading a:focus {
        color: #1eaaf1;
    }

    .ftco-footer .block-21 .text .meta>div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

    .ftco-footer .block-21 .text .meta>div a {
        color: gray;
    }

    .ftco-footer-social li {
        list-style: none;
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .ftco-footer-social li a {
        height: 40px;
        width: 40px;
        display: block;
        float: left;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        position: relative;
    }

    .ftco-footer-social li a span {
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ftco-footer-social li a:hover {
        color: #fff;
    }

    .footer-small-nav>li {
        display: inline-block;
    }

    .footer-small-nav>li a {
        margin: 0 10px 10px 0;
    }

    .footer-small-nav>li a:hover,
    .footer-small-nav>li a:focus {
        color: #1eaaf1;
    }
    /* end */
            

    /* 20211130 텍스트 반응형 시작 */
    /* 반응형 작은기기 640사이즈 이하 */
    @media screen and (max-width:640px) {	
        .con_title h2 {font-size:2.2em !important;} /* 2em; -> 2.5em; 변경 20220501  */
        .con_title h3 {font-size:1.5em !important;}
        .con_title h4 {font-size:1.5em !important;}
    }

    /* 반응형 작은기기 480사이즈 이하 웹 앱 최적화 */
    @media screen and (max-width:480px) {	
        .con_title h2 {font-size:2em !important;}
        .con_title h3 {font-size:1.5em !important;}
        .con_title h4 {font-size:1.5em !important;}
    }

    .con_title h2 {
            display:block; 
        font-size:4.7em; /* 4.2em; -> 4.7em; 변경 20220501  */
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.3em;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 10px;
        }

    .con_title h3 { 
            display:block; 
        font-size:2.5em; 
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.3em;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        }
    
    .con_title h4 { 
            display:block; 
        font-size:1.3em; 
        font-weight:500; 
        color:#8d30fc; 
        line-height:1.3em;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
        
        }

    /* 반응형 작은기기 640사이즈 이하 */
    @media screen and (max-width:640px) {	
        .con_title_1 h2 {font-size:1.7em !important;}
        .con_title_1 h3 {font-size:2em !important;}
        .con_title_1 h4 {font-size:1.3em !important;}
        .con_title_1 h5 {font-size:1.6em !important;}
        .con_title_1 h6 {font-size:1.7em !important;}
    }

    .con_title_1 h2 {
            display:block; 
        font-size:4em; 
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.3em;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
        }

    .con_title_1 h3 { 
            display:block; 
        font-size:3.5em; 
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.3em;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        }
    
    .con_title_1 h4 { 
            display:block; 
        font-size:1.3em; 
        font-weight:300; 
        color:#5e5e5e; 
        line-height:1.3em;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
        padding-left: 0px;
        
        }

    .con_title_1 h5 { 
            display:block; 
        font-size:3em; 
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.5em;
        padding-top: 50px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        }

    .con_title_1 h6 { 
            display:block; 
        font-size:1.8em; 
        font-weight:400; 
        color:#1d1e23; 
        line-height:1.5em;
        padding-top: 50px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        }

    /* 반응형 작은기기 640사이즈 이하 */
    @media screen and (max-width:640px) {
        .con_title_2 h1 {font-size: 25px !important;}
        .con_title_2 h2 {font-size:1.7em !important;}
        .con_title_2 h3 {font-size: 25px !important;}
        .con_title_2 h4 {font-size: 18px !important;}
    }

    .con_title_2 h1 { 
        display:block; 
        font-size:35px; 
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.5em;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        }
    
    .con_title_2 h2 {
            display:block; 
        font-size:4.5em; 
        font-weight:700; 
        color:#fff; 
        }
    
    .con_title_2 h3 { 
        display:block; 
        font-size:32px; /* 30px; ->  32px; 변경 20221212 */ 
        font-weight:700; 
        color:#1d1e23; 
        line-height:1.5em;
        padding-top: 50px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        }

    .con_title_2 h4 { 
        display:block; 
        font-size:20px; /* 22px; ->  20px; 변경 20221212 */  
        font-weight:400; 
        color:#1d1e23; 
        line-height:33px;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        }

    .con_title_2 img {
        border-radius: 15px;
    }
        
    .con_title_1 .title_1 {
        margin: 70px 0 0 20px;
        }

    .con_title_1 .title_1 span {
        display: inline-block; width:50px; height:50px; line-height:50px; text-align: center;  border-radius: 50%; vertical-align: middle; color: #9731fc; font-size:23px;
        background:#faf2fe;
        }

    @media all and (max-width: 768px) {
        .con_title_1 .title_1 {
            margin: 10px 0 -50px 0px; text-align: center;  
            }
    }
            /* end */



    /*팝업*/
    .layer_popup {position:absolute; top:130px; left:0; right:0; margin:0 auto; z-index:99999999; width:420px; height:546px; border:1px solid rgb(255, 255, 255);}
    .layer_popup .footer {background:#1d1e23; color:#ccc; padding:4px 15px; overflow:hidden; width:420px;}
    .layer_popup .footer a { float:right; color:#fff;}
    .layer_popup .footer input {margin-right:4px;}

    @media all and (max-width: 768px) {

    /*팝업*/
    .layer_popup {max-width:100%; height:auto;} /* width:100%; -> max-width:100%; height:auto; 변경 20220408 */
    .layer_popup img {max-width:100%; height:auto;} /* width:100%; -> max-width:100%; height:auto; 변경 20220408 */
    .layer_popup .footer {max-width:100%; height:auto;} /* width:100%; -> max-width:100%; height:auto; 변경 20220408 */
    }


    /* 메인화면 이지미로 적용하기 20220818 */
    .main-image {
        position: relative;
        height: 100vh;
        overflow: hidden;
        background: url(images/dummy.png) no-repeat center;
        background-size: cover;
    }

    /* @media all and (max-width: 480px) {
        .main-image {
            position: relative;
            height: 500px;
            overflow: hidden;
            background: url(images/dummy_new.png) no-repeat center;
            background-size: cover;
        }
    } */
    
    @media all and (max-width: 768px) {
        .main-image {
            position: relative;
            height: 550px;
            overflow: hidden;
            background: url(images/dummy_new.png) no-repeat center;
            background-size: cover;
        }
    }

     /* @media all and (max-width: 1200px) {
        .main-image {
            position: relative;
            height: 768px;
            overflow: hidden;
            background: url(images/dummy.png) no-repeat center;
            background-size: cover;
        }
    }
    
    @media all and (max-width: 1400px) {
        .main-image {
            position: relative;
            height: 768px;
            overflow: hidden;
            background: url(images/dummy.png) no-repeat center;
            background-size: cover;
        }
    }

    @media all and (max-width: 1920px) {
        .main-image {
            position: relative;
            height: 804px;
            overflow: hidden;
            background: url(images/dummy_new.png) no-repeat center;
            background-size: cover;
        }
    } */


    /* 추가 시작 20221029 */
    .video-container {
        position: relative;
        padding-bottom: 56.20%; /* 56.25%; -> 56.70%; -> 56.20%; 변경 20220427 */
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* 추가 끝 20221029 */

    /* 추가 시작 20221111 */
    video {
        max-width: 100%;
        width: 1000px;
        display: block;
        margin: 20px 0px 20px 0px;
        border-radius: 20px 20px 20px 20px;
    }

    /* width: 1100px; */
    @media screen and (max-width:768px) {
        video {
            max-width: 100%;
            width: 100%;
            height: 100%;
            display: block;
            margin: 0px 0px -10px 0px;
            border-radius: 0px 0px 0px 0px;
        }
    }
    /* 추가 끝 20221111 */

    .btn-wrapper a:hover {
        color: #fff;
    }

    /* 추가 시작 20221118 */
    .table01 {
        width: 100%;
        text-align: center;
        font-size: 16px; 
        color: #fff;
        border: 1px solid #fff;
        margin-bottom: 10px;
    }

    .table01 th {
        background: #fff;
        border-color: #fff;
        border-style: solid;
    }

    .table01 td,
    .table01 th {
        padding: 0px 0px;
        border-top: 1px solid #fff;
        /* word-break: break-all; */
        border-color: #fff;
        border-style: solid;
        height: 40px;
    }

    .table-min {
        min-width: 700px;
    }

    @media screen and (max-width:768px) {

        /*normal*/
        .table-box {
            overflow-x: auto;
        }

        .table01 {
            font-size: 13px; 
        }

        .table01 td,
        .table01 th {
            height: 27px;
        }

        .table-min {
        min-width: 700px;
        }
    }

    .content01 {
        width: 100%;
        margin: auto;
    }
    .content01 ul {
        margin: auto;
        font-size: 20px;
        padding-left: 0;
    }
    .content01 ul li {
        padding: 10px 0 10px 0;
        background-color: #54b2bd; /* #04948a */
        color: white; 
        text-align: center; 
        list-style: none;
        border:1px solid #dddddd;
    }
    /* 추가 끝 20221118 */

    /* 추가 시작 20221221 */
    .table02 {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        line-height: 1.5;
    
    }
    .table02 thead th {
        text-align: center;
        padding: 10px;
        font-weight: bold;
        vertical-align: top;
        color: #1d1e23;
        border-top: 3px solid #036;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #f3f6f7;
    }
    .table02 tbody th {
        padding: 10px;
        font-weight: bold;
        vertical-align: top;
        color: #505050;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #f3f6f7;
    }
    .table02 td {
        padding: 10px;
        vertical-align: top;
        color: #505050;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    thead th:first-child, 
    tbody th:first-child, 
    td:first-child {
        border-left: none;
    }
    .table-min {
        min-width: 700px;
    }

    @media screen and (max-width:768px) {

        /*normal*/
        .table-box {
            overflow-x: auto;
        }

        .table02 {
            font-size: 13px; 
        }

        .table02 td,
        .table02 th {
            height: 27px;
        }

        .table-min {
        min-width: 700px;
        }
    }
    /* 추가 시작 20221221 */

    /* 아이콘 사이즈 조절 20221118*/
    ion-icon {
        --ionicon-stroke-width: 45px; 
        font-size: 14px;
        vertical-align: middle;
    }

    /* 과정 설명 바로가기 추가 20221206 */
    .info-menu {
        margin-bottom: 40px;
    }    
    .info-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: none;
    }
    .info-menu ul:after{
        content:'';
        display: block;
        clear:both;
    }
    .info-menu li {
        float: left;
        font-size: 25px;
        line-height: 36px;
        font-weight: 700;
    }
    .info-menu li a {
        display: block;
        color: #b8d0eb; /* #076d64; -> #b8d0eb 변경 20221222 */
        text-align: center;
        padding: 7px 20px 0 0;
        text-decoration: none;
    }
    .info-menu>ul>li.active a {
        color: #6f2dbd;
        font-size: 28px;
    }
    
    /* .info-menu li a:hover:not(.active) {
        background-color: #ddebea;
        border-radius: 10px;
    }
    .info-menu .active {
        background-color: #ddebea;
        border-radius: 10px;
    } */

    @media screen and (max-width:768px) {
        .info-menu li {
            float: left;
            font-size: 15px;
            line-height: 24px;
            font-weight: 700;
        }
        .info-menu li a {
            padding: 7px 10px 0 0;
        }
            .info-menu>ul>li.active a {
            font-size: 17px;
        }
    }
    /* 과정 설명 바로가기 끝 20221206 */


    /* howtouse 설명 바로가기 추가 20230309 */
    .info-menu01 {
        margin-bottom: 40px;
    }    
    .info-menu01 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: none;
    }
    .info-menu01 ul:after{
        content:'';
        display: block;
        clear:both;
    }
    .info-menu01 li {
        float: left;
        font-size: 25px;
        line-height: 36px;
        font-weight: 700;
    }
    .info-menu01 li a {
        display: block;
        color: #076d64;
        text-align: center;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }
    .info-menu01>ul>li.active a {
        color: #6f2dbd;
        font-size: 28px;
    }
    
    .info-menu01 li a:hover:not(.active) {
        background-color: #ddebea;
        border-radius: 10px;
    }
    .info-menu01 .active {
        background-color: #ddebea;
        border-radius: 10px;
    }

    @media screen and (max-width:768px) {
        .info-menu01 li {
            float: left;
            font-size: 15px;
            line-height: 24px;
            font-weight: 700;
        }
        .info-menu01 li a {
            padding: 7px 10px 0 0;
        }
            .info-menu01>ul>li.active a {
            font-size: 17px;
        }
    }
    /* howtouse 설명 바로가기 end 20230309 */

    
    /* #google_translate_element 구글 번역 콤보리스트를 보기좋게 커스터마이징 하기 20230101 */
    #google_translate_element > div > div {
        position: relative;
        width: 170px; /* 새로추가 */
        min-width: 100px; /* 기존 200px */
        height: 20px; /* 기존 60px */
    }
    #google_translate_element > div > div > select::-ms-expand {
        display: none;
    }
    
    #google_translate_element > div > div:after {
        content: '<>'; /* 목록 펼침 아이콘 */ /* 삭제 */
        font: 17px "Consolas", monospace; /* font: 16px; 변경 20231004 */
        color: #333;
        transform: rotate(90deg);
        right: 11px;
        top: 14px; /* 18px; -> 14px; 변경 20231004 */
        padding: 0px 0 0px; /* 0 0 2px; -> 0px 0 0px; 변경 20231004 */
        border-bottom: 1px solid #999;
        position: absolute;
        pointer-events: none;
    }
    
    #google_translate_element > div > div > select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: block;
        width: 100%; /* 기존 100% */
        max-width: 320px;
        height: 35px; /* 기존 50px */
        float: right;
        margin: 7px 0px; /* 5px 0px; */
        padding: 2px 0px 2px 10px; /* 기존 0px 24px; */
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        border: 2px solid #cccccc; /* 기존 1px */
        -ms-word-break: normal;
        word-break: normal;
        border-radius: 10px;
    }
        /* End */

    /* 메인메뉴 배경 20230103 */
    .main-menu {
        color: white;
        text-shadow: 2px 2px 4px #1d1e23;
    }
    /* End */

    /* Enrollment 20230128 */
    .table03 {
        width: 100%;
        border: none;
        border-radius: 10px 10px 10px 10px ;
        background: #f0f2fe;
        border-collapse: separate;
        border-spacing: 2px;
    }
    
    .table03 th {
        padding: 15px;
        border: none;
        font-weight: 700;
        text-align:left;
        text-shadow: 0 1px #FFF;
        vertical-align: middle;
        color: #7212e5; /* #7010f9; #1865f4; #1d1e23; */
        font-size: 18px;
    }
    
    .table03 td {
        padding: 15px;
        border: none;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid #c1c1c1;
        vertical-align: baseline;
        color: #1d1e23; /* #cf0203; #7212e5; #1d1e23; */
        font-size: 18px;
    }
    /* End */

    /* SNS Log In 20230131 */

    .social-button {
        background-position: 25px 0px;
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        cursor: pointer;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%;
        border-radius: 3px;
        margin: 10px auto;
        outline: rgb(255, 255, 255) none 0px;
        padding-left: 20%;
        transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    #facebook-connect {
        background: #4b68b4 url('images/facebook.png') no-repeat scroll 1px 1px / 46px 46px padding-box border-box;
        border: 1px solid #4b68b4;
    }
    
    #facebook-connect:hover {
        border-color: rgb(60, 90, 154);
        background: #3c5a9a url('images/facebook.png') no-repeat scroll 1px 1px / 46px 46px padding-box border-box;
        -webkit-transition: all .8s ease-out;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease-out;
    }
    
    #facebook-connect span {
        font-size: 20px;
        font-weight: 500;
        box-sizing: border-box;
        color: #ffffff;
        cursor: pointer;
        text-align: center;
        text-transform: none;
        border: 0px none #ffffff;
        outline: #3c5a9a none 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    #facebook-connect:hover span {
        color: #FFF;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    #google-connect {
        background: #4285F4 url('images/btn_google_light.svg') no-repeat scroll 1px 1px / 46px 46px padding-box border-box;
        border: 1px solid #4285F4;
        
    }
    
    #google-connect:hover {
        border-color: #3367d6;
        background: #3367d6 url('images/btn_google_light.svg') no-repeat scroll 1px 1px / 46px 46px padding-box border-box;
        -webkit-transition: all .8s ease-out;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease-out;
    }
    
    #google-connect span {
        font-size: 20px;
        font-weight: 500;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        text-align: center;
        text-transform: none;
        border: 0px none rgb(220, 74, 61);
        outline: rgb(255, 255, 255) none 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    #google-connect:hover span {
        color: #FFF;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .line {
        display: flex;
        flex-basis: 100%;
        align-items: center;
        color: #1d1e23;
        font-size: 17px;
        margin: -40px 0px 30px;
    }
    .line::before,
    .line::after {
        content: "";
        flex-grow: 1;
        background: #1d1e23;
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 16px;
    }
    /* end */

/* logo PC, 이미지 모바일 사이즈 변경 20231218 */
/* .navbar-light .navbar-brand img  {
    width: 150px;
}
@media (max-width: 768px) {
    .navbar-light .navbar-brand img  {
        width: 120px;
    }
    .site-header .top-cs a, i {font-size: 11px;}
}
/* End */

/* logo PC, 이미지 모바일 사이즈 변경 20231219 */
.logo-normal img, .cop-logo img  {
    width: 150px;
    height: auto;
    padding-top: 10px;
}
@media (max-width: 768px) {
    .logo-normal img, .cop-logo img  {
        width: 130px;
        height: auto;
    }
    .header .top-cs a, ion-icon {font-size: 11px;}
    .newsletter-widget img {width: 90%; height: auto;}

    .header.affix {
        padding: 5px 0; /* 중요 15px 0; -> 7px 0; 변경 20231219  */
    }
}
/* End */