

/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 8.0 Screenshots Area CSS
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@700&display=swap');
@import 'bootstrap.min.css';
@import 'animate.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'slick.css';
@import 'font-awesome.min.css';
@import 'themify-icons.css';
@import 'ionicons.min.css';

@font-face {
  font-family: 'GenJyuuGothic';
  src: url('https://googlefonts.github.io/chinese/fonts/genjyuugothic/GenJyuuGothic-Regular.woff2') format('woff2'); /* IE9 Compat Modes */
  font-weight: 1000;
  font-style: normal;
};

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
}

body {
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    background-color: #fff;
    margin:0px!important;
}

.required {
    color:red;
}

.keep_all {
    word-break: keep-all;
}

.keep_overflow {
    display: block;
    overflow-x: scroll;
}

.class_box_info_text_left {
    float:left;
    margin: 0px 0px 10px 10px;
}

.class_box_info_text_right {
    margin: 15px 20px 10px 0px; 
    float:right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*
    font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

::placeholder { /* CSS 3 標準 */

  color: tomato;

}

::-webkit-input-placeholder { /* Chrome, Safari */

  color: tomato;

}

:-ms-input-placeholder { /* IE 10+ */

  color: tomato;

}

input::-moz-placeholder { /* Firefox 19+ */

  color: tomato;

  opacity: 1;

}

.haAclf {
    width:100%!important;
    padding:0px;
}

.L5Fo6c-sM5MNb {
    display: flex!important;   
}

.L5Fo6c-sM5MNb iframe {
    width:100%!important;
    max-width:100%!important;
}

#buttonDiv div div div {
	width:unset!important;
    /*max-width:100%!important;*/
}

#buttonDiv div iframe {
    width:100%!important;
    max-width:100%!important;
    margin: 3px 0px!important;
}

.nsm7Bb-HzV7m-LgbsSe {
    width:100%!important;
    max-width:100%!important;
}
/*
.L6cTce {
    display: block!important;
}
*/

.contract_info_box {
    height:200px;
    overflow:hidden scroll;
    margin:0px 0px 20px 0px;
    width:100%;
    padding:0px 40px;
}

#gsi_933977_198244 {
    width:100%;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    /*background-color: rgba(245,82,110,1);*/
    background-color: rgba(90,76,134,1);
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.card-header {
    padding:20px!important;
    /*margin:10px 0px 20px 10px!important;*/
};

  .slick-next, .slick-prev {
    width:120px;
    height: 120px;
    z-index: 12;
    
  }

  .slick-next:before, 
  .slick-prev:before {
    font-size:40px!important;
    z-index: 11;
    color: black!important;
  }

  .slick-next:hover:before, 
  .slick-prev:hover:before {
    color: orangered!important;
  }  

.vedio_post_body_left section button.slick-prev.slick-arrow,
.vedio_post_body_left section button.slick-next.slick-arrow {
    z-index: 15;
};

.vedio_post_body_left section button.slick-prev.slick-arrow.slick-disabled,
.vedio_post_body_left section button.slick-next.slick-arrow.slick-disabled {
    z-index: 15;
};
/**/

.vedio_post_body_left section button.slick-prev,
.vedio_post_body_left section button.slick-next{
    top:40%!important;
};

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width:40px!important;
    height:40px!important;
}

.carousel-inner .carousel-control-prev-icon:hover,
.carousel-inner .carousel-control-next-icon:hover {
    color: orangered;
}
/*

.vedio_post_body_left .variable .slider .slick-initialized .slick-slider .slick-prev .slick-arrow .slick-disabled:before {
    font-size:40px!important;    
};

.vedio_post_body_left .variable .slider .slick-initialized .slick-slider .slick-prev .slick-arrow:before {
    font-size:40px!important;    
};

.vedio_post_body_left section button.slick-next.slick-arrow:before {
    font-size:40px!important;    
};

.vedio_post_body_left section button.slick-next.slick-arrow.slick-disabled:before {
    font-size:40px!important;    
};

.vedio_post_body_left section button.slick-prev.slick-arrow.slick-disabled:before {
    font-size:40px!important;    
};
*/

li {
    /*list-style: none;*/
    list-style-position: outside;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: list-item;
    text-align: -webkit-match-parent;



    word-break: break-word;
}

ol {
    /*list-style: none;*/
    /*list-style-position: inside;*/
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    word-wrap: break-word;


    /*word-break: break-all;*/
}

p {
    color: rgba(0,0,0,1);
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: GenJyuuGothic;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.account_data {
    font-family: GenJyuuGothic;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    font-weight: 300;
    color: #5b32b4;
    font-size: 48px;
    margin: 0;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: gray;
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

#index_banner {
    padding: 0px;
}

      .slick-next {
        color:gray!important;
        right:0px!important;
        width:unset!important;
        height:unset!important;
      }

      .slick-prev {
        color:gray!important;
        left:0px!important;
        width:unset!important;
        height:unset!important;
      }

      #sub_header_menu_mobile {
          display:none;
        }

        #sub_header_menu{
          display:block;
        }

.logo_img {
    width:50%;
}

.logo_pic {
    width:200px;
}

.logo_text {
    margin-left:15px;
    /*font-family:Yusei Magic, sans-serif;*/
    font-family: GenJyuuGothic;
    font-weight: bold;
    text-shadow: 0.75px 0.75px #D2691E;
    font-size:32px;
    color:#D2691E;
    letter-spacing:2.5px;
    opacity:0.7;
}

.class_cate_lv1 {
    margin:10px 0px;
    padding:10px 5px;
    height:200px;
    border-radius: 20px;
    text-align: center; 
    background-color :rgba(0,0,0,0.45);
    background-blend-mode: multiply;
    background-size: cover;
}

.class_cate_lv1:hover {
    margin:10px 0px;
    padding:10px 5px;
    height:200px;
    border-radius: 20px;
    text-align: center; 
    background-color :rgba(0,0,0,0.6);
    background-blend-mode: multiply;
    -moz-background-size:110%;
    -webkit-background-size:110%;
    -o-background-size:110%;
    background-size:105%;
    transition-timing-function: linear;
    transition: width 2s;

}

.class_cate_subcontent {
    letter-spacing: 2px;
    line-height:1.6rem;
    margin:15px 0px;
}

.class_cate_s {
    margin:0 auto;
    text-align:center;
    padding:10px 5px;
    background-color:white;
    line-height: 2;
}

.class_cate_h5 {
    line-height:0.8rem;
}

.class_cate_img {
    width:42px!important;
    height:42px;
    margin:0 auto;
}

.t_info_icon {
    margin:0px 10px;
}

.class_cate_title {
    line-height: 200px;
    font-size:32px;
    color:white;
    font-weight: 1000;
    letter-spacing: 2px;
}

.label_tag {
    background-color:pink;
    margin:5px 5px 10px 5px;
    width:100px;
    border-radius: 10px;
    text-align: center;
    font-size:12px;
    padding:3px;
    color:rgba(0,0,0,0.5);
    font-family: GenJyuuGothic;

}

.class_name {
    font-size:1.25rem;
    letter-spacing: 1px;
    font-family: GenJyuuGothic;
}

.class_time_fonts {
    margin:3px 0px;
    font-size:14px;
}

.class_content {
    font-size:18px;
    white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
overflow: hidden;
height:66px;
}

.float_flag {
    width: 115px;
    background-color: orangered;
    color: white;
    padding: 10px 20px 10px 0px;
    position: absolute;
    z-index: 95;
    top: 50px;
    text-align: right;
    font-size: 12px;
    border-radius: 0px 20px 20px 0px;
    /*font-family: Noto Sans CJK TC;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
}

.class_price {
    font-family: GenJyuuGothic;
    font-size:32px;
    font-weight:bold;
    color:rgba(255,0,0,0.6);
    margin:0.4rem 0;
}

.class_sub_info {
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    width:100%;
    font-family: GenJyuuGothic;
    display: flex;
    align-items: center;
}

.class_icon {
    width:28px!important;
    height:auto;
    float:left;
    margin-right:10px;
}

#class_content_detail_info {
    background-color:white;
    padding:0px 90px;
}

#class_content_detail_info_two {
    background-color:rgba(220,220,220,0.5);
    padding:0px 60px;
}

.class_detail_info_one {
    font-size:1.1rem;
    letter-spacing: 1px;
    font-weight:bold;
}

.slider_a {
    text-decoration: unset;
    color:black;
}

.slider_a:hover {
    text-decoration: unset;
    color:black;
}

.class_int {
    padding:0px 20px;
}

.check_subtitle {
    color: #153b5f;
    font-weight: 100;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    margin:0px 0px 20px 0px;
}

.teacher_pic {
    padding:30px 50px;
    text-align: center;
    margin:0 auto;
}

.teacher_slogan {
    font-size:24px;
    font-weight: bold;
}

.account_setting_area {
    margin:15px 0px;
    padding:10px;
    background-color: rgba(32,178,170,0.8);
    color:white;
}

.invite_title {
    text-shadow: 0.1px 0.1px white;
}


      .menu_sub_link {
        font-size:15px;
        font-weight: 200;
        align-items: center;
        text-shadow: 0.1px 0.1px black;
        color:black;
        font-family: GenJyuuGothic;
      }

      input::placeholder {
        color:rgba(0,0,0,0.4)!important;
      }

      .navbar-expand-lg {
        height:60px;
      }

      .font12 {
        font-size:13px;
        letter-spacing: 1px;
        color:black;
        font-weight: 100;
        font-family: GenJyuuGothic;
      }

      .index_post_body_left {
    
    width:65%;
    height:400px;
    float:left; 
  } 

.class_detail_info_price {
    font-size:2.5rem;
    color:rgba(255,100,100,0.8);
    font-weight:bold;
}

.sc_box {
     margin-top:10px;
     /*box-shadow: rgba(0, 0, 0, 0.1) 0.5px 0.5px 10px 0.5px*/
}

.sc_box_s {
    margin-top:20px;
    padding:10px;
}

.h2_title {
    color:#065c31;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    font-size:22px;
    line-height: 30px;
}

.h2_author_name {
    color:#065c31;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    font-size:22px;
    line-height: 30px;
}

.h2_author_title {
    color:#153b5f;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    font-size:18px;
    line-height: 26px;
}

.article_link {
    float:right;
    color:#153b5f;
}

.article_link:hover {
    background-color:#153b5f;
    color:white;
    padding:3px 7px;
}

.h2_author_info {
    font-size:12px;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 0.5px;
    color:gray;
    text-align: left;
    margin-bottom:0.3rem;
    line-height: 18px;
}

.h2_sub_title {
    /*
    color:#153b5f;
    font-weight: 400;
    */
    color:#000;
    font-weight: 100;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size:30px;
    padding: 10px 0px 10px 20px;
    background-color: #f7f7f7;
    font-style: italic;
}

.find_worker_a {
    float: right;
    padding: 10px 50px 0px 20px;
    font-size: 20px;
    font-style: normal;
}

.find_worker_a:hover {
    letter-spacing: 1px;
}

.article_box_index {
    margin:0px 0px 0px 30px;
    border-bottom:solid 3px white;
}

.sub_title_hr {
    color:gray;
    margin-left:0.1rem;
}

.sta_title {
    color:#065c31;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 2px;
    font-size:30px;  
    padding-bottom:1.5rem;
    line-height: 44px;
}

.sta_subtitle {
    color:#eb6101;
    text-align:left;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 2px;
    font-size:24px;  
    padding:0px 0px 1.5rem 1.2rem
    line-height: 32px;
}

.h2_sub_title:hover {
    
}

.h2_box {
    background-color:white;
    padding:10px 15px;
}

.h2_class_box {
    background-color:rgba(144,199,73,0.7);
    border-radius:5px;
    padding:10px 15px;
    margin-bottom: 20px;
}

.class_p {
    color:white;
    margin-bottom: 0px!important;
}

.article_pic {
    width:100%;
}

#article_pic_pc {
    display:block;
}

#article_pic_m {
    display:none;
}

.h2_content {
    font-size:16px;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    color:black;
    line-height: 24px;
}

.h2_l2_content {
    padding:0px 10px 10px 20px;
    font-size:16px;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    color:black;
    margin-bottom: 0.3rem;
    line-height: 24px;
}

.h2_l2_content a {
    font-weight: 800;
}

.h2_l2_content a:hover {
    font-weight: 1000;
    text-decoration: underline;
    color: black;
}

.h3_content {
    font-size:20px;
    font-weight: bold;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 1px;
    padding:0px 0px 0px 10px;
    color:#065c31;
    text-align: left;
    margin-bottom:0.3rem;
    text-decoration: underline;
    line-height: 28px;
}

.h3_sub_content {
    font-size:14px;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 0.5px;
    color:white;
    opacity: 0.8;
    text-align: left;
    margin-bottom:0.3rem;
    line-height: 20px;
}

.class_date_info {
    font-size:16px;
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: GenJyuuGothic;
    letter-spacing: 0.8px;
    padding:0px 0px 0px 10px;
    text-align:center;
    font-weight: normal;
    margin:0 auto;
    line-height: 24px;
}

.checkbox_register {
    margin:4px 10px 0px 6px;
}

#footer {
    padding:10px;
    background-color: lightgray;
    color:black;
    text-align: center;
    height:44px;
    /*position: fixed;*/
    bottom: 0;
    z-index: 99;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    padding:10px 0px;
}

.footer_info {
    font-size:12px;
    font-weight: 100;
    line-height: 20px;
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fb397d;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

      .class_content_detail_title {
        text-decoration: unset;
      }

      .container {
    width: 100%;
    /*height: 0;*/
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.class_arrow {
  float:right;
  font-size:1rem;
  transition: transform .3s;
}

.rotate {
  transform: rotate(180deg);

}

.active_class {
  background-color:orangered;
  padding:5px 10px;
}

.active_pre_class {
  background-color:orangered;
  padding:5px 10px;
}

.leftBox { float: left; padding: 10px 0px 40px 0px;}
.leftBox .class_image { width: 200px; display: inline-block; position: relative;}
.leftBox .class_image img { width: 100%; }
.leftBox .note { position: absolute; padding: 5px ;display: grid;}
.leftBox .note .pic_uplord { font-size: 16px; }
.pic_prelord { display: none; }
.pre01 { width:200px;}
.hidden_icon {display:none;}
.uploadFile h5 { display: inline-block; margin-right: 30px; margin-bottom: 20px;}
.uploadFile a { display: inline-block;background-color: #EF4322; padding: 10px 10px; border-radius: 5px; color: white; margin-right: 20px; }
.uploadFile .note { display: inline-block; font-size: 0.8em; color: grey; }
img.index_pic { width:200px;}

.header_hr {
    margin:0rem 2rem;
}

#sub_header_menu {
    padding:0px 2rem;
    height: 120px;
}

.article_cate {
    font-size:14px;
    color:rgba(0,0,0,1)
}

.article_cate:hover {
    color:#153b5f;
    letter-spacing: 0.5px;
}

#sub_header_keyword {
    margin:0.1rem 0rem!important;
    padding-right:1.3rem;
}

#sub_header_keyword_input {
    color:black;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    font-size:14px;
    line-height: 22px;
    font-family: GenJyuuGothic;
}

#main_body {
    padding:0px 3rem;
    /*background-color:#f7f7f7;*/
    width:1440px;
    margin: 0 auto;
}

.index_read_more {
    color:black;
    float:right;
    font-size:13px;
    line-height: 20px;
    font-weight:100;
}

.index_read_more:hover {
    background-color:#153b5f;
    color:white;
    padding:3px 7px;
}

.popup_overlay {position: fixed; top:0; right:0; bottom:0; left:0; background-color:gray;opacity: 0.8; z-index:999;}
.popup { position:fixed; z-index:999; left: 50%; width: 750px; height: 550px;margin-left: -375px; top:100px; border-radius: 5px; box-sizing:border-box;}
.popup p { position: absolute; top: 130px; left: 150px; color: white; font-size: 1.6em; max-width: 300px; line-height: 1.25em;}
.popup_info { 
    background-color: white; 
    position:fixed; 
    z-index:999; 
    left: 30%; 
    width: 40%;
    margin: 0px;
    top:60px; 
    border-radius: 10px; 
    box-sizing:border-box; 
    padding: 30px 30px 20px 30px;
    border: 0px;
    color: black;
    animation: fadeIn 1s;
    transition: all 0.3s ease-out;
}
.popup_info p { font-size: 1.6em; text-align: center; color: #EF4322; line-height: 1.3em;}

.form-control {
    /*background-color:rgb(0,0,0,0.6);*/

}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    position: fixed;
    z-index: 10;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
    background-color: #DAEBF6;
    /*background-color: white;*/
}

.menu_area .navbar-brand {
    color: #000;
    margin: 0;
    padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    transform:scale(1.1,1.1);
    transition: all 0.3s ease-out;
}


.menu_area {
    position: relative;
    z-index: 2;
}

#nav_mobile1 {
    display:none;
    }

#nav_mobile2 {
    display:none;
    }

.dropdown-item {
    font-family: GenJyuuGothic;
}    

.menu_area #nav .nav-link {
    font-family: GenJyuuGothic;
    letter-spacing: 2px;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    padding: 15px;
    line-height: 22px;
}

.menu_area #nav .nav-link:hover {
    letter-spacing: 3.5px;
    color: #153b5f;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: underline;
    transition-property: text-decoration,letter-spacing;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}

.menu_area #nav .nav-link .mobile {
    display: none;
}

.menu_area nav ul li > a:hover {
    color: #fb397d;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
}

.sing-up-button > a:hover {
    background: #fb397d;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
    background-color: #DAEBF6;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 77px;
    padding: 10px 4%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}
.header_area.sticky .navbar {
    padding: 0;
}


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
    background-image: url(../img/bg-img/welcome-bg2.png);
    height: 900px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading > h2 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.get-start-area .email {
    background: #9572e8;
    height: 50px;
    max-width: 260px;
    border: none;
    border-radius: 24px;
    padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::placeholder {
    color: #cec1f4;
    opacity: 1;
}

.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    border-radius: 30px;
}

.get-start-area .submit {
    background-color: gray;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    letter-spacing: 1.5px;
    padding:5px 40px;
    line-height: 46px;
    text-align: center;
    border-radius: 40px;
    margin-left: 10px;
}

.get-start-area .submit .head {
    margin:20px;
}

.get-start-area .submit:hover {
    background: white;
    color: black;
    letter-spacing: 2px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.wellcome-heading div span {
    /*font-family: 'Merriweather', serif;*/
    font-family: GenJyuuGothic;
    color: rgb(255,255,255,0.8);
    letter-spacing: 2px;
    font-size: 32px;
    line-height: 44px;
}

.wellcome-heading div p {
    /*font-family: 'Merriweather', serif;*/
    font-family: GenJyuuGothic;
    padding-top:30px;
    color: rgb(10,10,10,0.8);
    letter-spacing: 1.5px;
    font-size: 24px;
    line-height: 36px;
}

.wellcome-heading > h3 {
    /*font-family: 'Merriweather', serif;*/
    font-family: GenJyuuGothic;
    font-size: 160px;
    position: absolute;
    top: -34px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
    font-size: 36px;
    color: gray;
}

.single-special > h4 {
    font-size: 22px;
    color: black;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
    font-size: 22px;
    color: black;
    margin-bottom: 15px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: #5b32b4;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #fb397d;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: gray;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature > h5 {
    font-size: 22px;
    color: black;
}

.single-feature > p {
    margin-top: 15px;
}


/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #fb397d;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
    color: black;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text > p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#message {
    border-radius: 25px 25px 25px 0;
}

.index_box_title {
    padding: 5px 10px;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6px;
    color:rgba(90,76,134,1);
    text-shadow: 1px 1px white;
    /*border-bottom: solid 2px gray;*/
}

.btn.submit-btn {
    background: gray;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
    background: black;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-contact-area {
    background: #f5f9fc;
}

.footer-text > p {
    margin-bottom: 50px;
}

/* 20220401新增op */

.class_content_page_title {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom:20px;
    font-size:54px;
}

#class_left {
  padding:0px!important;
  border-radius: 20px 0px 0px 20px;
  background-color:black;
  position: relative;
  height:100%;
}

#class_right {
  /*background-color:rgba(0,0,0,0.4);*/
  border-radius: 0px 20px 20px 0px;
  padding:25px 10px;
  /*position: relative;*/
  height: 520px;
  position: relative;
  overflow-y: hidden;
}

#class_button_bottom {
    width:100%;
    text-align: center;
}

.class_right_head {
    /*background-color:black;*/
    float:left;
    width:100%;
    border-radius: 0px 20px 0px 0px;
    color:white;
    padding:10px 20px;
    border-bottom:1px rgba(255,255,255,0.5) solid;
    border-left:1px rgba(255,255,255,0.5) solid;
}

  html, body {
      margin: 0;
      padding: 0;
    }

    .slider {
        width: 100%;
        /*margin: 30px auto;*/
    }

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
    }

    video {
      width: 100%;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

.class_box{
  width: 100px;
  background: #fff;
  overflow: hidden;
  /*border:0.5px lightgray solid;
  /*border-radius: 20px;*/
  border: 0px;
  border-radius: 15px;
  box-shadow: lightgrey 1px 1px 10px;
}

.class_box.all_class{
  width: 100%;
  background: #fff;
  overflow: hidden;
  border:0.5px lightgray solid;
  /*border-radius: 20px;*/
}

.class_box img{
  transition: .5s;
  width: 100%;
}
.class_box:hover img{
  transform: scale(1.05);
}


/**/

.class_box_new {
  width: 100px;
  background: #fff;
  overflow: hidden;
  /*border:0.5px lightgray solid;
  /*border-radius: 20px;*/
}

.class_box_new.all_class{
  width: 100%;
  background: #fff;
  overflow: hidden;
  border:0.5px lightgray solid;
  /*border-radius: 20px;*/
}

.class_box_new img{
  transition: .5s;
  width: 100%;
}
.class_box_new:hover img{
  transform: scale(1.05);
}

/**/

.class-fit{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.class_box.all_class a div h5 {
        color:black;
      }

.class_box.all_class a:hover {
        text-decoration: unset;
      }


.class_content_detail:hover {
        text-decoration: unset;
      }

.class_content_detail:hover {
        text-decoration: unset;
      }

.class_lock_info {
    line-height:20;
}

.class_save {
    background-color:rgba(32,178,170,0.8);
    width:100%;
    padding:5px;
    text-align: center;
    border-radius: 15px;
}

.class_join {
    background-color:limegreen;
    width:100%;
    padding:5px;
    text-align: center;
    border-radius: 15px;
    margin-top:10px;
}

.class_id {
    color:lightgray;
}

.class_id:active {
    background-color:orangered;
}

.class_id > a {
    padding:10px;
    background-color:orangered;
}

.article_box {
    text-align:center;
    padding:10px 5px;
    line-height: 1.2;
    width:14.2%;
}

.sub_article_header_menu {
        width:100%;
        height:235px;
}

      .invite_box {
        padding: 15px;
    margin: 0 auto;
    border: 1px white solid;
    background-color: rgba(32,178,170,0.8);
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 15px lightgrey;
    color: white;
      }

      .invite_box_content {
        margin:20px 5px 10px 5px;
        padding:10px;
        background-color: rgba(255,255,255,0.7);
        color:rgba(0,0,0,0.7);
        height:180px;
      }

.account_settint_box {
	width:600px;
	padding:0px 30px;
	margin:20px auto;
}

.account_settint_box_b {
	position: unset;
	z-index:unset;
	left:0;
	margin:20px auto;
	top:0;
}

.article_box_index {
        cursor: pointer;
      }

      #banner_row_prev:hover {
        background-image: url(file/img/banner_left.svg);
      }

      #banner_row_next:hover {
        background-image: url(file/img/banner_right.svg);
      }

      .float_flag {
        top:250px!important;
      }

      .class_box:hover {
        border-radius: 20px;
      }

        .dd {
          display: none;
          background-color:white;
          /*background-color:rgba(225,246,251,1);*/
        }

        .oo {
          display: block;
          background-color:white;
          /*background-color:rgba(225,246,251,1);*/
        }

      .footer_content {
        background-color:rgba(255,255,255,1);
        padding:0px 0px 40px 0px;
        border-top: 5px solid rgba(169,215,238,0.15); 
      }

      .main-right-side {
        /*background-color:rgba(240,81,112,1);*/
        padding: 20px 40px 30px 0px;
      }

      .font12 {
        color:rgba(90,76,134,0.7);
        letter-spacing: 1px;
      }

      .main_title {
        text-align: center;
        margin: 0 auto;
        color: rgba(90,76,134,1);
      }

      .main_title_hr {
        width:40%;
        margin:15px auto;
        border-top: 1px solid rgba(90,76,134,1);
      }

      .card-body {
        background-color:rgba(169,215,238,0.8);
        color:white;
        position: relative;
        /*top: 240px;*/
        text-align: center;
        max-width: 100%;
        overflow-x: hidden;
        padding: 10px 15px!important;
      }

      .bk_pic {
        /*background-image: url(file/img/kol_Ivy.jpeg);*/
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 20px;
        transition: all 0.5s ease-out;
        cursor: pointer;
      }

      .bk_pic:hover {
        transform: scale(1.0,1.01);
      }

      .sc_box {
        margin-top: 0px;
      }

      .article_box {
        cursor: pointer;
      }

      .mobile_menu {
        margin:6px!important;
        width: 43%;
      }

      .hot_section {
        /*background-image: linear-gradient(to bottom, rgba(225,246,251), #fff);
        background-image: linear-gradient(to bottom, rgba(90,76,134), #fff);
        background-color:rgba(90,76,134,1);*/
        padding:0px 0px 0px 20px;
        border-radius: 0px;
        margin-bottom: 20px;
        margin-right:0px;
        margin-left:0px;
      }

      .good_section {
        background-image: linear-gradient(to bottom, rgba(225,246,251), #fff);
        /*background-color:rgba(58,141,170,1);*/
        padding:20px 0px 20px 20px;
        border-radius: 0px 20px 20px 0px;
        margin-right:0px;
        margin-left:0px;
      }

      .text{
        color: rgba(90,76,134,0.8);
        font-size:16px;
      }

      .dropdown-toggle::after {
        color:rgba(90,76,134,0.9);
      }

      .text:hover{
        color: rgba(0,0,0,0.8);
        font-size:16px;
      }

      .index_kol_slider_box {
        padding: 10px 40px 30px 0px;
      }

      .kol-content {
       background-color: white;
       width:100%;
       margin: 5px 0px;
       padding: 10px 10px 20px 10px;
      }

      .bd-example{
        text-align: center;
      }

      .kol_profile {
        overflow:hidden;
        display: block;
      }

      .kol_pic {
        width: 100%;
        height:320px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform:scale(1,1);
        transition: all 1s ease-out;
        overflow:hidden;
        display: block;
      }

      .kol_pic:hover {
        transform:scale(1.05,1.05);
      }

      .main_1000_box {
        width:1000px;
        padding: 30px 0px 2% 0px;
        margin: 60px auto 280px auto!important;
      }

      .main_1200_box {
        width:1200px;
        padding: 30px 0px 2% 0px;
        margin: 60px auto 280px auto!important;
      }

      .main_1400_box {
        width:1400px;
        padding: 30px 0px 2% 0px;
        margin: 60px auto 280px auto!important;
      }

      .form-select{
        /*border-top:5px solid rgba(90,76,134,0.5);*/
        border-top:5px solid rgba(169,215,238,0.8);
      }

      .btn-group{
        margin: 0px 5px;
      }

      .kol-content{

      }
/*
      .class_name_a {
        padding: 0px 15px 20px 15px!important;
      }
*/
      .article_title {
        color: white;
        font-size: 16px;
        letter-spacing: 0.8px;
        transition: all 0.5s ease-out;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 16px;
        padding-top:3px;
      }

      .article_title:hover {
        letter-spacing: 0.7px;
        color:lightgray!important;
      }

      .menu_area #nav .nav-link {
        color:rgba(255,255,255,0.8);
      }

      .main_background {
        width:100%;
        margin-left:0px;
        margin-right:0px;
        background-image: linear-gradient(to bottom, white ,rgba(169,215,238,1));
      }

      .card-text {
        font-family: 'Nanum Gothic', sans-serif;
        letter-spacing: 2.5px;
        border-radius: 0px 10px 10px 0px;
        color:white;
        position: relative;
        top: 230px;
        width: 100%;
        font-size: 24px;
        letter-spacing: 4px;
      }

      .card-article {
        font-family: 'Nanum Gothic', sans-serif;
        letter-spacing: 2.5px;
        border-radius: 0px 10px 10px 0px;
        color:white;
        position: relative;
        width: 100%;
        font-size: 24px;
        letter-spacing: 4px;
      }

      .heart_active {
        color:white;
        font-size:16px;
        transition: all 0.3s ease-out;
        letter-spacing: 1px;
      }

      .heart_active:hover {
        opacity: 0.5;
      }

      .heart {
        color:white;
        font-size:24px;
        transition: all 0.3s ease-out;
      }

      .heart:hover {
        opacity: 0.5;
      }

      .carousel-item.active {
        transition: all .3s;
       }

      .carousel-item {
        transition: all .3s;
       }

       .kol_class_button {
        color: rgba(255,255,255,1);
        margin-right: 30px;
        background-color: rgba(90,76,134,1);
        padding: 10px 20px;
        transition: all 0.5s;
       }

        .kol_class_button:hover {
        box-shadow: 0 2px 6px 0 rgba(106,91,158,1)!important;
        color: rgba(255,255,255,1);
        letter-spacing: 0.1px;
       }

     .fixed_social {
        position:fixed;
        z-index:110;
        right:30px;
        width:60px;
     }

     .page_title {
        text-align: center;
        letter-spacing: 4px;
        margin: 20px auto;
        color:rgba(106,91,158,1);
        font-family: auto;
        font-weight: 300;
        font-style: italic;
     }

     .upload_text {
        color:black;
        font-weight: 100;
        letter-spacing: 1px;
    }

     .register_title {
        color:white;
        letter-spacing: 2px;
        font-family: auto;
        font-weight: 300;
    }

    .register_label {
        color:black;
        font-weight: 100;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .submit_button {
        background-color:rgba(106,91,158,0.8)!important;
        /*color:rgba(106,91,158,1);*/
        box-shadow:0 2px 6px 0 rgba(106,91,158,1)!important;
        border:unset!important;
        font-weight: bold;
        letter-spacing: 6px;
        width:60%;
        font-size: 20px;
        text-align: center;
        transition: all 1s;
    }

    .submit_button:hover {
        box-shadow:0 2px 6px 0 rgba(106,91,158,0.8)!important;
    }

    .required {
        color:red;
        font-size:12px;
    }     

    .article_title_box {
        position: absolute;
        bottom: 0;
        padding: 10px 20px;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        overflow: hidden;
        display: block;
    }

      .terms {
  text-align:center;
  font-size:14px;
  color:black;
  padding:30px 0px 20px 0px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  overflow-y: scroll;
  overflow-x: hidden;
  border:1px solid lightgray;
  background-color: white;
  margin-bottom:2%;
}

          .s-pp {
  padding:15px 20px;
}

.article_main_title {
  font-size:24px;
  color: rgba(106,91,158,1);
  letter-spacing: 1.5px;
  transition: all 0.5s;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article_main_title:hover {
  color: rgba(106,91,158,0.7);
}

.article_sub_info {
    font-size:20px;
    letter-spacing: 0.5px;
}

.article_content {
    font-size:16px;
    color:black;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title {
    letter-spacing: 1.5px; 
    font-size: 22px;
    color: rgba(90,76,134,1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-content{
     font-size: 13px;
}

.case_info {
     display: flex;
     align-items: center;
     font-size:15px;
     margin-bottom:5px;
}

.case_info_text {
     font-size:15px;
     font-style: initial;
     margin:2px 0px 0px 8px;
     letter-spacing: 1px;
}

.info_box {
    margin-bottom:20px;
    background-color:white;
    border-radius: 10px;
}

.info_pic {
    padding:0px;
    border-radius: 10px 0px 0px 10px;
}

.padding4-15 {
    padding:4% 0px 0px 0px;
    text-align: center;
}

.title {
    color: rgba(90,76,134,1);
}

.article_body {
    padding:20px 40px 40px 40px;
}

.serach_box {
    width:50%;
    margin:20px auto 40px auto;
}

.kol_profile_workrecord_box {
    padding:10px 20px;
}

.kol_profile_workrecord_pic {
    margin: auto;
    width:100%;
    height:auto;
}

a.nav-link.rounded-0.active {
    background-color:rgba(90,76,134,0.8)!important;
}

a.nav-link.active {
    background-color:rgba(90,76,134,0.8)!important;   
}

a.nav-link.active > span:hover {
    color:rgba(255,255,255,1)!important;   
}

.d-md-block:hover {
    color:rgba(90,76,134,0.8)!important;      
}

.cardd{
    padding: 0px 10px; 
    margin: 0px !important;
}

.card{
    background-color: white; 
    padding: 10px 12px 10px 12px;
}