<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  * Name: BOOKFLARE
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
**/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url("hall-of-fun-font.css");
@import url("font-awesome.min.css");
@import url("elegant-icons.css");
@import url("publicotext.css");
@import url("liblary.css");
@import url("shortcode.css");
@import url("bf-icon.css");
@import url('ionicons.css');
@import url("freestyle-font.css");
@import url("jquery-fancybox.css");
@import url("owl.carousel.css");
@import url("woocommerce.css");
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&amp;family=Noto+Sans+KR:wght@400;500;700&amp;display=swap);

/**
  *
  * Reset
  * Repeatable Patterns
  * Extra Class 
  * Top
  * Header
  * Mobile Menu Button 
  * Mobile navigation
  * Flat Page Title
  * Flat Paginations
  * Footer
  * Widget
  * Bottom
  * Events Pages
  * Instructors Pages
  * FAQs Pages
  * Shop Pages
  * About Pages
  * Courses Pages
  * Blog Pages
  * Flat Slider
  * Go Top
  * Preload
  * Switcher
  *
**/

/* Reset
-------------------------------------------------- */
    html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
    body{line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
    a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent}
    article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
    ol,ul{list-style:none}
    blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}
    figure{margin:0}
    :focus{outline:0}
    table{border-collapse:collapse;border-spacing:0}
    img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
    legend{white-space:normal}
    button,input,select,textarea{font-size:14px;margin:0;max-width:100%;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
    button,input{line-height:normal}
    input,textarea{background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0))}
    button,input[type="button"],input[type="reset"],input[type="submit"]{line-height:1;cursor:pointer;-webkit-appearance:button;border:none}
    input[type="checkbox"],input[type="radio"]{padding:0}
    input[type="search"]{-webkit-appearance:textfield}
    input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
    button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
    *,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

/* Repeatable Patterns
-------------------------------------------------- */
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font: 15px/24px 'Montserrat','Noto Sans KR','NotoSans','Apple SD Gothic Neo',sans-serif;
        color: #333;
        overflow: hidden;
        font-weight: 400;
    }

    body.bg-body {
       /* background: url("../images/bg-body.png") center center no-repeat;*/
		background:#fff;	
        background-size: cover;
    }
	.left_cs{display:none;}

    body.bg-body2 {
        background: #f8f9ff;
    }

    body.bg-body3 {
        background: #fff;
    }

    a { 
        font-size: 14px;    
        text-decoration: none;
        color: #192836;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    a:hover,
    a:focus {
        color: #d3984e;
        text-decoration: none;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    ul, ol {
        padding: 0;
    }

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

    b, strong {
        font-weight: bold;
    }

    button {
        border: none;
    }

   button, input[type="button"], input[type="reset"], input[type="submit"] {
		display: inline-block;
		padding: 0px 28px;
		height: 35px;
		line-height: 25px;
		font-size: 14px;
		text-transform: uppercase;
		color: #ffffff;
		background: rgb(2, 56, 148);
		border: 2px solid rgb(2, 56, 148);
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
		-moz-border-radius: 2px;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border-radius: 4px;
	}
	.inlineblock{display:inline-block;}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {        
        color: #fff;
        background: #222;
    }

    button:focus {
        outline: 0;
    }

     select{color:#474747 !important;}
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="email"] {   
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 0px 19px;
        color: #000000;
        border: 1px solid rgba(25,40,54,0.07);
        height: 46px;
      
        border-radius: 4px;   
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    input[type="search"] {
        width: 240px;
        background-color: #eff0f1;
        font-size: 12px;
        font-weight: 700;
    }


    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border: 1px solid #fa778a;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }



    textarea {
        width: 100%;
        padding: 19px 22px;
        height: 208px;
    }

    input[type="checkbox"] {
        display: inline;
    }

    textarea:-moz-placeholder,
    textarea::-moz-placeholder,
    input:-moz-placeholder,
    input::-moz-placeholder {       
        color: #c2c2c2;
        opacity: 1;
    }

    input:-ms-input-placeholder {
        color: #c2c2c2;
    }

    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder {
        color: #c2c2c2;
        opacity: 1;
    }

/* Extra Class 
-------------------------------------------------- */
    /* Backgrounds */
    .bg-fff {
        background: #fff;
    }

    .bg-15222e {
        background: #15222e;
    }

    .bg-192836 {
        background: #192836;
    }

    .bg-263134 {
        background: #263134;
    }
    
    .bg-252642 {
        background: #252642;
    }
    
    .bg-1d3240 {
        background: #1d3240;
    }
    
    .bg-282939 {
        background: #282939;
    }
    
    .bg-19333c {
        background: #19333c;
    }
    
    .bg-252a36 {
        background: #252a36;
    }
    
    .bg-1c3239 {
        background: #1c3239;
    }
    
    .bg-293542 {
        background: #293542;
    }
    
    .bg-1d2942 {
        background: #1d2942;
    }
    
    .bg-172e3f {
        background: #172e3f;
    }
    
    .bg-27313a {
        background: #27313a;
    }

    /* Color */
    .color-fff {
        color: #fff;
    }

    .color-f3728b {
        color: rgb(2, 56, 148);
    }

    .color-2ebd59 {
        color: #2ebd59;
    }

    .color-515e6f {
        color: rgb(68, 68, 68);
    }

    .color-2ba2db {
        color: #2ba2db;
    }

    .color-0dc9ac {
        color: #0dc9ac;
    }

    .color-f05455 {
        color: #f05455;
    }

    .color-ec5252 {
        color: #ec5252;
    }

    .color-192836 {
        color: #192836;
    }
	.color-green {color: rgb(129, 191, 36);}
	.color-blue {color: rgb(2, 56, 148);}

    /* Fonts */
    .font-Roboto {
        font-family: 'Roboto';
    }

    .font-Poppins {
        font-family: 'Poppins';
    }

    .font-Noto {
        font-family: 'Noto Serif';
    }

    .font-Playfair {
        font-family: 'Playfair Display';
    }

    .font-Hall {
        font-family: "hall-of-fun";
    }

    .font-Publico {
        font-family: "PublicoText";
    }

    .font-Freestyle {
        font-family: "freestyle-font";
    }

    .font-size-20 {
        font-size: 20px;
    }

    .font-italic {
        font-style: italic;
    }

    .text-underline {
        text-decoration: underline !important;
    }

    /* Font Weight */
    .font-weight-100 {
        font-weight: 100;
    }

    .font-weight-200 {
        font-weight: 200;
    }

    .font-weight-300 {
        font-weight: 300;
    }

    .font-weight-400 {
        font-weight: 400;
    }

    .font-weight-500 {
        font-weight: 500;
    }

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

    .font-weight-700 {
        font-weight: 700;
    }

    h1,h2,h3,h4,h5,h6{font-family: 'Noto Sans KR';font-weight:700;color: #192836;}
    h1,h1 a{font-size:36px;line-height:60px}
    h2,h2 a{font-size:40px;line-height:40px}
    h3,h3 a{font-size:30px;line-height:30px}
    h4,h4 a{font-size:26px;line-height:26px}
    h5,h5 a{font-size:22px;line-height:24px}
    h6,h6 a{font-size:20px;line-height:24px}
	
	/* Flat Title
	-------------------------------------------------- */
	.flat-title .title {
		margin-bottom: 20px;
		font-family: 'Noto Sans KR', sans-serif;
		font-size:34px;line-height:34px
	}

	.flat-title .description {
		    width: fit-content;
    margin: 0 auto 74px auto;
		font-size: 17px;
		padding: 0 10% 0 8.5%;
		line-height: 1.2;
	}
	.text-primary01{color:rgb(2, 56, 148);padding-right: 10px;}

/* Top
-------------------------------------------------- */
    .top {
        position: relative;
    }

    .top .flat-action.style1 {
        float: left;
        width: 23%;
        margin: 5px 0;
    }

    .top .flat-adds {
        float: left;
        width: 20%;
        padding-right: 11px;
        /*margin-top: 14px;*/
		margin-top: 8px;
        margin-bottom: 8px;
    }

    /* style2 */
    .top .socails ul li a {
        color: #515e6f;
    }

    .top .socails ul li {
        margin-left: 11px;
    }

    .top .socails {
        float: left;
        width: 67.5%;
        padding: 6px 6px 0px 0;
    }

    .top .socails ul li a:hover {
        color: rgb(2, 56, 148);
    }

    .top .socails.v2 ul li a:hover {
        color: #ec5252;
    }

    .top .flat-action.style2 {
        width: 32.5%;
        float: left;
    }

/* Header
-------------------------------------------------- */
    #header {
		border-bottom: 1px solid #e9e9e9;
        position: relative;
    }

    /* Logo  */
    #logo {
        float: left;
        /*width: 15%;*/
        padding: 9px 0;
    }

    /* nav-menu */
    .nav-wrap {
        float: right;
        /*width: 59%;*/
    }

    #mainnav &gt; ul {
        list-style: none;
        margin:  0;
        padding:  0;
    }

    #main-nav &gt; ul &gt; li {
        position: relative;
        text-align: left;
        display: inline-block;
    }

    #main-nav ul li a {
        line-height: 93px;
        display: block;
        font-weight: 700;
        padding: 0 0 0 60px;
		font-size: 15px;
    }
	.submenu li a{padding: 0px !important;}

    #main-nav  ul &gt; li &gt; a {
        position: relative;
    }

    #main-nav  ul &gt; li.active &gt; a,
    #main-nav ul.submenu &gt; li:hover &gt; a {
        color: rgb(2, 56, 148);
    }

    #main-nav ul.submenu &gt; li.item-has-child &gt; a:after {
        content: "\35";
        font-family: "ElegantIcons";
        position: absolute;
        right: 0;
    }

    #main-nav ul.submenu &gt; li &gt; a {
        font-weight: 400;
        line-height: 40px;
        display: block;
        margin-bottom: 2px;
        font-family: "Nanum Gothic", sans-serif;
        position: relative;
        font-weight: 700;
    }

    #main-nav ul.submenu {
        position: absolute;
        top: 150%;
        left: 30px;
        width: 250px;
        background: #ffffff;
        box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.05);
        padding: 15px 30px;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    #main-nav &gt; ul.menu li:hover &gt; ul.submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    #main-nav ul.submenu li ul {
        position: absolute;
        left: 222px;
        top: -12px !important;
    }

    #header #main-nav ul li {
        position: relative;
    }

    #main-nav &gt; ul.menu li:hover &gt; a {
        color: #d3984e;
    }

    #main-nav &gt; ul.menu li:hover &gt; ul.submenu {
        top: 80%;
        opacity: 1;
        visibility: visible;
    }

    #header.style3 .nav-wrap {
        width: 81%;
    }

    /* menu-extra */
    .extra-menu {
        width: 22.4%;
        float: right;
        padding: 14px 0;
    }
	a.dash_bt{background:#81bf24;color:#fff;padding:8px 15px;border-radius:6px;font-weight:500;}

    .extra-menu ul li {
        display: inline-block;
    }

    .extra-menu ul li:not(:last-child) {
        margin-right: 22px;
    }

    .extra-menu a {
        line-height: 64px;
    }

    .extra-menu .cart {
        float: right;
    }

    .extra-menu .cart a {
        padding-right: 10px;
    }

    .extra-menu span.bf-icon { 
        font-size: 16px;
    }

    .extra-menu .cart {
        position: relative;
    }

    .extra-menu span.count-cart {
        position: absolute;
        top: 16px;
        right: 3px;
        background: #fa778a;
        color: #fff;
        width: 13px;
        height: 13px;
        border-radius: 6px;
        line-height: 13px;
        text-align: center;
        font-size: 10px;
    }

    #header.style3 .extra-menu {
        width: 4%;
    }

    /* search-header */
    #header .wrap-search-header {
        float: left;
        padding: 4px 0 0 7px;
    }

    .search-header {
        position: relative;
    }

    .search-header button.btn-search{
        background: transparent;
        color: #515e6f;
        border: unset;
        position: absolute;
        right: 0px;
        z-index: 1;
        top: 0;
        width: 48px;
        font-size: 17px;
        line-height: 48px;
        padding-right: 36px;
    }

    .search-header button.btn-search:hover {
        color: #fa778a;
    }

    .show-search {
        position: relative;
    }

    .show-search a {
        color: #fff;
        font-size: 18px;
    }

    .top-search {
        position: absolute;
        right: 0;
        top: 110%;
    }

    .show-search a {
        color: #fff;
        margin-left: 21px;
        padding-left: 31px;
        font-size: 18px;
        padding: 0px;    
        position: relative;
    }

    .show-search a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 1px;
        height: 20px;
    }

    .show-search a i {
        width: 16px;
    }

    .show-search a:hover,
    .show-search a i:hover,
    .show-search.active a .icon-search:hover:before {
        color: rgb(2, 56, 148);
    }

    #header.style2.v2 .show-search a:hover,
    #header.style2.v2 .show-search a i:hover,
    #header.style2.v2 .show-search.active a .icon-search:hover:before,
    #header.style2.v2  .show-search.active a .icon-search:before {
        color: #ec5252;
    }

    .show-search.active a .icon-search:before {
        content: "\f00d";
        color: rgb(2, 56, 148);
        font-family: "FontAwesome";
    }

    .top-search {
        position: absolute;
        right: -5px;
        top: 138%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .top-search.show {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        top: 100%;
    }

    .top-search.widget-search .search-form:before {
        content: unset;
    }

    .top-search.widget-search button.search-submit:before {
        font-size: 14px;
    }

    /* Header Style2 */
    #header.style2 #logo {
        padding: 31px 0 29px;
    }

    #header.style2 #main-nav &gt; ul &gt; li {
        margin-left: 31px;
    }
    #header.style2 #main-nav &gt; ul &gt; li &gt; a {
        color: #fff;
        padding-right: 0;
        line-height: 87px;
    }

    #header.style2 #main-nav &gt; ul &gt; li &gt; a:after {
        content: "";
        width: 0;
        height: 3px;
        background: rgb(2, 56, 148);
        position: absolute;
        bottom: 31px;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    #header.style2.v2 #main-nav &gt; ul &gt; li &gt; a:after {
        background: #ec5252;
    }

    #header.style2 #main-nav &gt; ul &gt; li &gt; a:hover,
    #header.style2 #main-nav &gt; ul &gt; li.active &gt; a,
    #header.style2 .extra-menu ul li.cart:hover a {
        color: rgb(2, 56, 148);
    }

    #header.style2.v2 #main-nav &gt; ul &gt; li &gt; a:hover, 
    #header.style2.v2 #main-nav &gt; ul &gt; li.active &gt; a, 
    #header.style2.v2 .extra-menu ul li.cart:hover a {
        color: #ec5252;
    }

    #header.style2 #main-nav &gt; ul &gt; li &gt; a:hover:after,
    #header.style2 #main-nav &gt; ul &gt; li.active &gt; a:after {
        width: 100%;
    }

    #header.style2 .extra-menu ul li.cart a {
        color: #fff;
    }

    #header.style2 .extra-menu ul li:not(:last-child) {
        margin-right: 11px;
    }

    #header.style2 .extra-menu {
        width: 9%;
        padding: 13px 0 12px;
    }

    #header.style2 .nav-wrap {
        width: 76%;
    }

    #header.style2.v2 #main-nav  ul &gt; li.active &gt; a,
    #header.style2.v2 #main-nav ul.submenu &gt; li:hover &gt; a {
        color: #ec5252;
    }

    #header.style2.v2 #main-nav &gt; ul.menu li:hover &gt; a {
        color: #ec5252;
    }

    #header.style2.v2 #main-nav ul.submenu {
        width: 220px;
    }

    #header.style2.v2 #main-nav ul.submenu li ul {
        left: 191px;
    }

    #header.style2.v2 .extra-menu span.count-cart {
        background: #ec5252;
    }

    #header.style2.v3 #main-nav &gt; ul &gt; li &gt; a,
    #header.style2.v3 .extra-menu ul li.cart a {
        color: #192836;
    }

    #header.style2.v3 #main-nav &gt; ul &gt; li &gt; a:hover, 
    #header.style2.v3 #main-nav &gt; ul &gt; li.active &gt; a, 
    #header.style2.v3 .extra-menu ul li.cart:hover a {
        color: rgb(2, 56, 148);
    }

    #header.style2.v3 #main-nav {
        margin-right: -14px;
    }

    #header.style2.v2 #main-nav {
        margin-right: -15px;
    }

    /* Fixed Menu */
    #header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;

    }

/* Mobile Menu Button 
-------------------------------------------------- */
    .mobile-button {
        display:none;
        position:absolute;
        width:26px;
        height:26px;
        float:right;
        top:50%;
        right: 15px;
        background-color:transparent;
        cursor:pointer;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        transform:translateY(-50%);
    }

    .mobile-button:before,
    .mobile-button:after,
    .mobile-button span {
        background-color:#574942;
        -webkit-transition:all ease 0.3s;
        -moz-transition:all ease 0.3s;
        transition:all ease 0.3s;
    }

    .mobile-button:before,
    .mobile-button:after {
        content:'';
        position:absolute;
        top:0;
        height:3px;
        width:100%;
        left:0;
        top:50%;
        -webkit-transform-origin:50% 50%;
        -ms-transform-origin:50% 50%;
        transform-origin:50% 50%;
    }

    .mobile-button span {
        position:absolute;
        width:100%;
        height:3px;
        left:0;
        top:50%;
        overflow:hidden;
        text-indent:200%;
    }

    .mobile-button:before {
        -webkit-transform:translate3d(0,-7px,0);
        -moz-transform:translate3d(0,-7px,0);
        transform:translate3d(0,-7px,0);
    }

    .mobile-button:after {
        -webkit-transform:translate3d(0,7px,0);
        -moz-transform:translate3d(0,7px,0);
        transform:translate3d(0,7px,0);
    }

    .mobile-button.active span {
        opacity:0;
    }

    .mobile-button.active:before {
        -webkit-transform:rotate3d(0,0,1,45deg);
        -moz-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
    }

    .mobile-button.active:after {
        -webkit-transform:rotate3d(0,0,1,-45deg);
        -moz-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
    }

    .btn-submenu {
        position: absolute;
        right: 0;
        top: 0;
        font: 20px/50px 'FontAwesome';
        text-align: center;
        cursor: pointer;
        width: 70px;
        height: 44px;
    }

    .btn-submenu:before {
        content: "\f107";
        color: #fff;
    }

    .btn-submenu.active:before {
        content: "\f106"
    }

    .mobile-button.v2:before,
    .mobile-button.v2:after,
    .mobile-button.v2 span {
        background: rgb(2, 56, 148);
    }

    .mobile-button.v2 {
        right: 21px;
        left: unset;
        z-index: 1;
    }

/* Mobile navigation
-------------------------------------------------- */
    #mainnav-mobi {
        display: block;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        background-color: #403b3b;
        z-index: 1000;
        top: 100%;
        left: 0;
    }

    #mainnav-mobi ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #mainnav-mobi ul li {
        margin:0;
        position: relative;
        text-align: left;
        border-top: 1px solid #333333;
        cursor: pointer
    }

    #mainnav-mobi ul &gt; li &gt; a  {
        text-decoration: none;
        height: 50px;
        line-height: 45px;
        padding: 0 15px;
        color: #fff;
    }

    #mainnav-mobi ul.sub-menu {
        top: 100%;
        left: 0;
        z-index: 2000;
        position: relative;
        background-color: #333333;
    }

    #mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li,
    #mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
        position: relative;
        border-top: 1px solid #333333;
    }

    #mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
        padding-left: 50px !important;
    }

    #mainnav-mobi  ul &gt; li &gt; ul &gt; li a {
        padding-left: 30px !important;
    }

    #mainnav-mobi ul.submenu &gt; li &gt; a {
        display: block;
        text-decoration: none;
        border-top-color: rgba(255,255,255,.1);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    #mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li:first-child a {
        border-top: none;
    }

    

/* Flat Page Title
-------------------------------------------------- */
    .flat-title-page {
        position: relative;
        overflow: hidden;
    }

    .flat-title-page:after {
       content: "";
       background: url("../images/title-page/bg-white-2.png") center center no-repeat;
       height: 38px;
       width: 1920px;
       position: absolute;
       bottom: 0;
    }

    .flat-title-page:before {
        content: "";
        border-top: 76px solid transparent;
        border-right: 1920px solid rgba(255,255,255,0.54);
        position: absolute;
        bottom: 0;
        z-index: 99;
    }

    .wrap-title-page {
        position: relative;
        padding: 94px 15px 159px;
    }

    .flat-title-page.undescription .wrap-title-page {
        padding: 122px 15px 179px;
    }

    .flat-title-page.style2 .wrap-title-page {
        padding: 94px 15px 103px;
    }

    .flat-title-page.style3 .wrap-title-page {
        padding: 155px 15px 100px;
    }

    .flat-title-page.style4 .wrap-title-page  {
        padding: 113px 15px 161px;
    }

    .flat-title-page h2.title {
        margin-bottom: 15px;
        margin-left: -3px;
    }  

    .flat-title-page h2.title a {
        color: #fff;
        font-weight: 700;
        font-family: "Poppins";
    }

    .flat-title-page p {
        color: #fff;
        font-size: 16px;
        padding-right: 39%;
        line-height: 25px;
    }

    .title-page {
        position: relative;
    }

    /* breadcrumbs */
    .wrap-title-page.bg-img .breadcrumbs {
        position: absolute;
        bottom: 35px;
        left: 14px;
        z-index: 999;
    }

    .breadcrumbs.style2 {
        margin-bottom: 55px;
    }

    .breadcrumbs ul li {
        display: inline-block;
    }

    .breadcrumbs ul li:not(:last-child):after {
        content: " \ea30";
        font-family: "bf-icon";
        font-size: 11px;
        color: #192836;
        font-weight: 500;
    }

    .breadcrumbs.style2 ul li:not(:last-child):after {
        color: #fff;
    }

    .breadcrumbs ul li a {
        font-size: 16px;
        color: #192836;
        font-weight: 700;
        display: inline-block;
    }

    .breadcrumbs.style2 ul li a {
        color: #fff;
    }

    .breadcrumbs.style2 ul li a:hover {
        color: rgb(2, 56, 148);
    }

    .wrap-title-page.bg-img .bg-breadcrumbs {
        position: absolute;
        right: 82.3%;
        bottom: -40px;
    }

    .breadcrumbs.style3 ul li a,
    .breadcrumbs.style3 ul li:not(:last-child):after {
        color: #fff;
    }

    .wrap-title-page.bg-img .bg-breadcrumbs.style2 {
        right: 80.3%;
    }

/* Flat Paginations
-------------------------------------------------- */
    .pagination-wrap li {
        margin: 0 3px;
    }

    .pagination-wrap li a {
        display: inline-block;
        line-height: 36px;
        border: 1px solid rgba(26,34,125,0.22);
        padding: 0 15px;
        border-radius: 4px;
        font-weight: 700;
    }

    .pagination-wrap li:not(.disabled) a:hover,
    .pagination-wrap li.active a {
        background: rgb(2, 56, 148);
        color: #fff;
        border: 1px solid rgb(2, 56, 148);
    }

    .pagination-wrap li.disabled a:hover {
        color: #515e6f;
        opacity: 0.2;
    }

    .pagination-wrap li.disabled a {
        opacity: 0.2;
    }

    .pagination-wrap .btn-navs {
        padding: 0 8px;
    }

    /* style2 */
    .flat-paginations.style2 .pagination-wrap li:not(.disabled) a:hover,
    .flat-paginations.style2 .pagination-wrap li.active a {
        background: #536dfe;
        border: 1px solid #536dfe;
    }

/* Footer
-------------------------------------------------- */
    #footer {
        background: #574942;
  
        padding: 30px 0;
    }
	.footer-col, .footer-col a {
    color: rgba(255,255,255,0.5);
}

/* Widget
-------------------------------------------------- */
    .widget-ft .widget-title {
        margin-bottom: 21px;
        color: #fff;
    }

    .sidebar-right .widget-title {
        color: #192836;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .widget-ft {
        margin-top: -4px;
    }

    /* Widget About */
    .widget-about {
        padding-right: 40px;
        padding-left: 1px;
    }

    .widget-about #logo-ft {
        margin-bottom: 15px;
    }

     .widget-about .description {
        margin-bottom: 26px;
        line-height: 22px;
        color: #718297;
    }

    .widget-about .list-info {
        margin-bottom: 20px;
    }

    .widget-about .list-info ul li a {
        color: #718297;
        font-size: 12px;
    }

    .widget-about .list-info ul li a:hover {
        color: rgb(2, 56, 148);
    }

    .widget-about .list-info ul li a:before {
        content: "";
        font-family: "FontAwesome";
        font-size: 12px;
        margin-right: 9px;
    }

    .widget-about .list-info ul li.address a:before {
        content: "\f041";
    }

    .widget-about .list-info ul li.phone a:before {
        content: "\f098";
    }

    .widget-about .list-info ul li.mail a:before {
        content: "\f0e0";
    }

    .widget-about .socails ul li a {
        color: #718297;
        margin: 0 16px 0 0;
    }

    .widget-about .socails ul li a:hover {
        color: rgb(2, 56, 148);
    }

    .widget-about.v2 .socails ul li a:hover,
    .widget-about.v2 .list-info ul li a:hover {
        color: #ec5252
    }

    /* Widget Link */
    .widget-link ul:not(:first-child) {
        padding-left: 41px;
    }

    .widget-link ul li a {
        color: #718297;
        font-weight: 700;
        margin-bottom: 19px;
        display: inline-block;
        position: relative;
    }

    .widget-link ul li a:hover {
        color: rgb(2, 56, 148);
    }

    .widget-link.v2 ul li a:hover {
        color: #ec5252;
    }

    .widget-link.v2 ul li a:after {
        background: #ec5252;
    }

    .widget-link ul li a:before {
        content: "\f105";
        font-family: "FontAwesome";
        margin-right: 5px;
        font-weight: 400;
    }

    .widget-link ul li a:after {
        content: "";
        background: rgb(2, 56, 148);
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 3px;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .widget-link ul li a:hover:after {
        width: 100%;
    }

    /* Widget Recent Work */
    .widget-ft.widget-recent-work .widget-title {
        margin-bottom: 28px;
    }

    .widget-sidebar.widget-recent-work .widget-title {
        font-weight: 700;
        font-family: 'Poppins';
        margin-bottom: 27px;
    } 

    .widget-recent-work .owl-carousel .owl-nav button {
        width: 26px;
        height: 26px;
        color: rgb(2, 56, 148);
        background:  rgba(243,114,139,0.07);
        border: 1px solid rgba(243,114,139,0.18);
        margin-left:  5px;
    }

    .widget-recent-work .owl-carousel .owl-nav button:hover {
        color: #fff;
        border: 1px solid rgba(255,255,255,0.18);
    }

    .widget-recent-work .owl-carousel .owl-nav button:focus {
        outline: 0;
    }


    .widget-recent-work .owl-carousel .owl-nav {
        position: absolute;
        top: -48px;
        right: 0;
    }

    .widget-recent-work .flat-recentOwl {
        margin-bottom: 28px;
    }

    .widget-recent-work .btn-view-more {
        color: #718297;
        position: relative;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .widget-recent-work .btn-view-more:hover {
        color: rgb(2, 56, 148);
    }

    .btn-view-more:after {
        content: "\ea30";
        font-family: "bf-icon";
        font-weight: 500;
        font-size: 7px;
        position: absolute;
        bottom: -5px;
        right: -12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-view-more:hover:after {
        right: -15px;
        color: rgb(2, 56, 148);
    }

    /* Widget Counter */
    .sidebar-right .widget-counter {
        margin-bottom: 30px;
    }

    /* Widget Event Details */
    .widget-event-detail {
        background: url("../images/sidebar/bg-sidebar-detail.png") center center no-repeat;
        background-size: cover;
        border-radius: 6px;
        padding: 42px 20px 7px 25px;
    }

    .widget-event-detail .wrap-btn {
        margin-bottom: 30px;
    }

    .widget-event-detail .description {
        margin-bottom: 46px;
    }

    .widget-event-detail .title {
        float: left;
        font-weight: 700;
        color: #192836;
    }

    .widget-event-detail .value {
        float: right;
        font-weight: 700;
        color: #192836;
    }

    .list-detail {
        margin-bottom: 37px;
    }

    .list-detail li {
       display: block;
       position: relative;
       padding: 0px 21px 0px 37px;
       margin-bottom: 20px;
    }

    .list-detail li:before {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
    }

    .list-detail li.slot:before{
        content: "\f2bd";
        color: #6055ff;
        font-family: "Font Awesome 5 Free";
    }

    .list-detail li.cost:before{
        content: "\f155 ";
        color: rgb(2, 56, 148);
    }

    .list-detail li.start-time:before{
        content: "\f022";
        color: #2ebd59;
        font-family: "Font Awesome 5 Free";
    }

    .list-detail li.end-time:before{
        content: "\f017";
        color: #7bdeff;
    }

    .list-detail li.location:before{
        content: "\f124";
        color: #ff7b88;
        font-weight: 400;
    }

    .flat-button.btn-book-now {
        display: inline-block;
        line-height: 48px;
        padding: 0 29px;
        font-family: "Poppins";
        background: rgb(2, 56, 148);
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    }

    .flat-button.btn-book-now:hover {
        background: transparent;
    }

    .flat-button.btn-book-now:before {
        background-color: #192836;
    }

    /* Widget Subscribe */
    .widget-subscribe {
        background: url("../images/sidebar/bg-sidebar-detail-2.png") center center no-repeat;
        background-size: cover;
        padding: 58px 24px 60px 24px;
        margin-bottom: 30px;
    }

    .widget-subscribe .widget-title {
        color: #fff;
        font-weight: 900;
        margin-bottom: 19px;
    }

    .widget-subscribe .text {
        color: #fff;
        margin-bottom: 23px;    
    }

    .widget-subscribe .wrap-description {
        position: relative;
    } 

    .widget-subscribe .wrap-description:after,
    .widget-subscribe .wrap-description:before {
        content: "";
        width: 3px;
        height: 90%;
        background: rgba(65,55,127,0.53);
        border: 1px solid #7163ca;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .widget-subscribe .wrap-description:after  {
        right: -3px;
    }

    .widget-subscribe .wrap-description:before  {
        left: -3px;
    }


    .widget-subscribe .description {
        border: 1px solid #7163ca;
        margin: 0  0 52px 0 ;
        background: rgba(65,55,127,0.53);
        color: #9988ff;
        line-height: 20px;
        padding: 25px 0 28px 0;
    }

    .widget-subscribe .description:after,
    .widget-subscribe .description:before {
        content: "";
        width: 3px;
        height: 80%;
        background: rgba(65,55,127,0.53);
        border: 1px solid #7163ca;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .widget-subscribe .description:after  {
        right: -6px;
    }

    .widget-subscribe .description:before  {
        left: -6px;
    }

    .widget-subscribe .over {
        font-style: italic;
        line-height: 44px;
        font-size: 66px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .widget-subscribe .wrap-over { 
        margin-bottom: 33px;
    }

    .widget-subscribe .count {
        color: #fb8aba;
        font-size: 50px;
        position: relative;
        font-weight: 400;
    }

    .widget-subscribe .count:after {
        content: "";
        width: 100%;
        background: #fb8aba;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 4px;
    }

    .widget-subscribe .free {
        font-size: 26px;
        font-family: "Roboto";
        font-style: initial;
        font-weight: 300;
        color: #fff;
    }

    .widget-subscribe .wrap-form-subscribe {    
        position: relative;
    }

    .widget-subscribe button.btn-send {
        position: absolute;
        top: 0;
        right: 0;
        height: 49px;
        padding: 0 24px;
        border: unset;
        font-weight: 700;
        background-color: #536dfe;
    }

    .widget-subscribe button.btn-send.v2 {
        background-color: rgb(2, 56, 148);
    }

    .widget-subscribe button.btn-send:hover.v2 {
        color: rgb(2, 56, 148);
    }

    .widget-subscribe button.btn-send:hover {
        background-color: transparent;
        color: #536dfe;
    }

    .flat-button.btn-send:before {
        background-color: #192836;
    }

    .widget-subscribe input[type="email"] {
        height: 49px;
    }

    /* Widget Categories */
    .widget-categories{
        border-radius: 4px;
        overflow: hidden;
    }

    .widget-categories .title-widget {
        font-size: 16px;
        color: #fff;
        background: rgb(2, 56, 148);
        line-height: 46px;
        padding: 0 29px;
    }

    .widget-categories .content {
        padding: 22px 29px 11px 29px;
        background: #fff;
    }

    .widget-categories ul li {
        margin-bottom: 16px;
    }

    .widget-categories ul li a {
        position: relative;
        color: #515e6f;
    }

    .widget-categories ul li a:after {
        content: "";
        width: 0%;
        height: 2px;
        background: rgb(2, 56, 148);
        position: absolute;
        left: 0;
        bottom: -1px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }  

    .widget-categories ul li a:hover:after {
        width: 100%;
    }

    .widget-categories ul li a span {
        color: #8a95a2;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }  

    .widget-categories ul li a:hover,
    .widget-categories ul li a:hover span {
        color: rgb(2, 56, 148);
    }

    .widget-categories.v2 {
        padding: 25px 0 23px 37px;
        margin-bottom: 43px;
    }

    .widget-categories.v2 .title-widget {
        background-color: unset;
        padding: 0 0;
        color: #192836;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .widget-categories.v2 ul li a {
        color: #192836;
        font-size: 16px;
    }

    .widget-categories.v2 ul li {
        margin-bottom: 10px;
    }

    .widget-categories.v2 ul li:before {
        content: '';
        font-family: "Font Awesome 5 Free"; 
        color: rgb(2, 56, 148);
        padding-right: 11px;
        font-size: 16px;
    }

    .widget-categories.v2 ul li.academics:before {
        content: '\f044';
    }

    .widget-categories.v2 ul li.adverisement:before {
        content: '\f3a5';
    }

    .widget-categories.v2 ul li.campus:before {
        content: '\f1ad';
    }

    .widget-categories.v2 ul li.programming:before {
        content: '\f024';
        font-family: "FontAwesome";
    }

    .widget-categories.v2 ul li.business:before {
        content: '\f022';
        font-family: "FontAwesome";
    }

    .widget-categories.v2 ul li a {
        font-family: 'Poppins';
    }

    /* Widget Search */
    .widget-search .flat-search {
        width: 100%;
        margin-bottom: 49px;
    }

    .widget-search .flat-search button.btn-search {
       height: 49px;
       width: 66px;
       line-height: 49px;
       font-size: 20px;
    }

    .widget-search .flat-search.v2 button.btn-search {
        height: 49px;   
        width: 66px;
        background-color: #536dfe;
    } 

    .widget-search .flat-search.v2 button.btn-search:hover {
        color: #536dfe;
    }

    .widget-search .flat-search input[type="search"],
    .widget-search .flat-search.v2 input[type="search"] {
        height: 49px;
        font-size: 14px;
        padding-left: 17px;
    }

    .widget-search .flat-search.v2 input[type="search"]:focus {
        border: 1px solid #536dfe;
    }

    /* Widget Related Sourses */
    .widget-related-sourses {
        margin-bottom: 37px;
    }

    .widget-related-sourses .course {
        padding: 0;
        margin-bottom: 13px;
    }

    .widget-related-sourses .title-widget {
        margin-bottom: 18px;
        font-family: 'Poppins';
        font-weight: 700;
    }

    .widget-related-sourses .course-img {
        float: left;
        margin-top: 7px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .widget-related-sourses .course-content {
        background-color: unset;
    }

    .widget-related-sourses .course-content .title a {
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 700;
    }

    .widget-related-sourses .course-content .title {
        margin-bottom: 3px;
    }

    .widget-related-sourses .course-content .description {
        margin-bottom: 11px;
    }

    .widget-related-sourses .vline {
        top: 5px;
        left: 5px;
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: calc(50% - 5px);
        height: -webkit-calc(50% - 5px);
        height: -moz-calc(50% - 5px);
        height: calc(50% - 5px);
    }

    .widget-related-sourses .vline-bottom {
        bottom: 5px;
        right: 5px;
        top: auto;
        left: auto;
    }

/* Bottom
-------------------------------------------------- */
    .bottom {
        padding: 17px 0;
    }

    .copyright {
        font-size: 13px;
        font-weight: 700;
    }

    .copyright p {
        color: #718297;
    }

    .copyright a {
        color: rgb(2, 56, 148);
        opacity: 0.8;
    }

    .copyright a.v2 {
        color: #ec5252;
    }

    .copyright a:hover {
        color: #fff;
    }

    .widget.no-border ul li a {
        font-size: 13px;
        color: rgba(113,130,151,0.8);
        font-weight: 700;
    }
	#footer_agree ul li a{color: rgba(255,255,255,0.5);font-weight: initial;}
	#footer_agree ul li a:hover{color:#fff;}
    .widget.no-border ul li a:hover {
        color: rgb(2, 56, 148);
    }

    .widget.no-border.v2 ul li a:hover {
        color: #ec5252;
    }

    .widget.no-border ul li {
        margin-right: 10px;
    }
	
	.fusion-footer-widget-area{position:relative;padding:0;border-top:0 solid #d3984e;background-repeat:no-repeat;background-color:#d3984e;background-size:initial;background-position:center center;color:rgba(255,255,255,.9);-webkit-backface-visibility:hidden;backface-visibility:hidden}
	.fusion-footer-widget-area&gt;.fusion-row{padding-left:0;padding-right:0;margin:0 auto; height:300px;}
	.fusion-row:after,.fusion-row:before{content:" ";display:table}
	.fusion-footer-widget-area .fusion-column {float: left;text-align: left;padding:45px 0;}	
	.fusion-footer-widget-area .fusion-column h4{    font-size: 23px;  color:rgb(255,255,255,0.9); font-weight: 500;font-family:'Noto Sans KR';padding-bottom: 10px;}
	.fusion-footer-widget-area .fusion-column ul li a, .fusion-footer-widget-area .col-sm-2 ul li span{color: rgba(255,255,255,0.5);font-weight: 300;}
	.fusion-footer-widget-area .fusion-column ul li a:hover, .fusion-footer-widget-area .col-sm-2 ul li span:hover{color: #fff;}
	.fusion-footer-widget-area .fusion-column ul li{padding-bottom: 3px;}
	.menu_bottom{border-top: 1px solid rgb(255,255,255,0.5);  margin-top: 22px;  padding-top: 22px;}
    .fusion-footer-widget-area .fusion-column_01 {float: right;  text-align: left;  padding: 0 0 0 30px;  display: inline-block;   margin-top: -310px;}
	.link-text_01{font-size: 34px;  line-height: 39px;  font-weight: 600;}


    .root_daum_roughmap .wrap_controllers{display:none;}


	@media (max-width: 576px){
		.fusion-footer-widget-area .fusion-column {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
			width: 100%;
		}
		.fusion-footer-widget-area{padding: 50px 10px 50px;}
	}

/* Events Pages
-------------------------------------------------- */
    .event-v1-page {
        padding-top: 126px;
        padding-bottom: 98px;
    }

    .event-v2-page {
        padding-top: 127px;
        padding-bottom: 97px;
    }

    .event-detail-page {
        padding-top: 127px;
    }

    .event-detail {
        margin-bottom: 43px;
    }

    .event-detail .author {
        padding-right: 0;
    }

    .event-detail .heading.border-bt {
        border-bottom: 1px solid #e6f3ff;
    }

    .event-detail .heading {
        padding-right: 37px;
        padding-bottom: 11px;
        margin-bottom: 20px;
    }

    .event-detail .heading .title {
        font-family: "Poppins";
        margin-bottom: 12px;
    }

    .event-detail .heading .description {
        padding-bottom: 15px;
    }

    .event-detail .img-single {
        margin-bottom: 26px;
    }

    .event-detail .wrap-btn {
        margin-top: 15px;
    }

    .event-detail-page  .img-single-small {
        float: right;
        margin-right: 48px;
        margin-left: 10px;
    }

    .event-detail-page .tab-content  .text-wrap:nth-child(2){
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .event-detail-page .tab-content  .text-wrap {
        padding: 0px 109px 27px 30px;
    }

    .event-detail-page .tab-content  .text-wrap:nth-child(5) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .event-detail-page .tab-content .text-wrap:nth-child(5) .text {
        margin-bottom: 24px;
        line-height: 22px;
        padding-right: 74px;
    }

    .event-detail-page .tab-content .wrap-btn {
        margin-top: 39px;
    }

    .event-detail-page .tab-content .title {
        margin-bottom: 14px;
    }

    .event-detail-page .tab-content .img-single {
        margin-bottom: 35px;
    }

    .flat-button.btn-get-ticket {
        font-family: "Poppins";
        line-height: 34px;
        padding: 0 10px;
        border-radius: 4px;
        display: inline-block;
        border: 2px solid rgb(2, 56, 148);
        color: rgb(2, 56, 148);
        font-size: 16px;
        font-weight: 700;
    }

    .flat-button.btn-get-ticket:hover {
        color: #fff;
    }

    .flat-button.btn-google {
        padding: 5px 28px;
        display: inline-block;
        color: #fff;
        background-color: rgb(2, 56, 148);
        font-size: 16px;
        font-weight: 700;
        font-family: "Roboto";
        line-height: 51px;
    }

    .flat-button.btn-google:hover {
        color: rgb(2, 56, 148);
    }

    .flat-button.btn-google:before {
        background-color: #192836;
    }
 
/* Instructors Pages
-------------------------------------------------- */
    .instructors-page {
        padding-top: 125px;
        padding-bottom: 68px;
    }

/* FAQs Pages
-------------------------------------------------- */
    .faqs-page {
        padding: 92px 0 84px 0; 
    }

/* Shop Pages
-------------------------------------------------- */
    .shop-page {
        padding: 97px 0 100px 0;
    }

    .shop-single-page {
        padding: 61px 0 91px 0;
    }

    .shop-single-page .author .name a {
        font-size: 16px;
    }

    .shop-single-page .flat-img-single-slider {
        margin-bottom: 25px;
    }

    .shop-single-page .heading .title {
        margin-bottom: 16px;
    }

    .shop-single-page .heading .title {
        font-family: "Poppins";
        font-weight: 700;
    } 

    .shop-single-page .price-wrap {
        margin-top: 14px;
    }

    .shop-single-page .author-avata {
        margin-top: 10px;
    }

    .shop-single-page .author .name {
        margin-bottom: 2px;
    }

    .meta-list .title {
        margin-right: 5px;
        font-weight: 700;
    }

    .meta-list li:not(:last-child):after,
    .meta-rate &gt; li:not(:last-child):after {
        content: "|";
        margin: 0 11px 0 12px
    }

    .meta-list li.tags a:not(:last-child):after {
        content: ",";
        color: #192836;
    }

    .shop-single-page .meta-list {
        margin-bottom: 8px;
    }

    .shop-single-page .star-list {
        margin-right: 13px;
    }

    .shop-single .price-wrap {
        margin-bottom: 41px;
    }

    .shop-single-page .flat-tabs {
        margin-top: 40px;
    }

    .shop-single-page .flat-tabs .item-content {
        padding: 36px 28px 22px 28px;
    }

    .shop-single-page .flat-tabs .item-content .title {
        margin-bottom: 25px;   
    }

    .shop-single-page .flat-tabs .item-content .text {
        margin-bottom: 24px;
    }

    .shop-single.flat-related-products {
        margin-bottom: 69px;
    }

    .flat-related-products.shop-single .price-wrap {
        margin-bottom: 0;
    }

    .flat-related-products.shop-single .flat-title .title {
        margin-bottom: 40px;
    }

/* About Pages
-------------------------------------------------- */
    .about-us-page {
        padding-top: 99px;
    }
    .about-us-page .flat-about-info {
        margin-bottom: 164px;
    }

    .about-us-page .flat-faqs {
        padding: 96px 0 82px 0;
    }

/* Courses Pages
-------------------------------------------------- */
    .courses-grid-v1-page {
        padding: 115px 0 100px 0;
    }

    .courses-grid-v1-page .flat-courses {
        margin-bottom: 30px;
    }

    .courses-grid-v2-page {
        padding: 112px 0 100px 0;
    }

    .courses-grid-v2.flat-title-page.style4 .wrap-title-page {
        padding: 111px 15px 157px;
    }

    .courses-single-page {
        padding: 126px 0 100px 0;
    }

    .courses-single-page .star-list {
        margin-right: 9px;
    }

    .courses-single-page .star-list li {
        margin-left: -1px;
    }

    .courses-single-page .img-single {
        margin-bottom: 26px;
    }

    .courses-single-page .heading {
        padding-right: 37px;
    }

    .courses-single-page .heading .title a {
        font-family: "Poppins";
        font-weight: 700;
    }

    .courses-single-page .heading .title {
        margin-bottom: 10px;
    }

    .courses-single-page .heading .description {
        margin-bottom: 19px;
    }

    .courses-single-page .price-wrap {
        padding-top: 7px;
    }

    .courses-single-page .wrap-cart {
        margin-bottom: 15px;
    }

    .courses-single-page .author .name a {
        font-size: 16px;
    }

    .courses-single-page .author {
        padding-top: 13px;
    }

    .courses-single-page .author .author-avata {
        margin-top: 5px;
    }

    .courses-single-page .author .name {
        margin-bottom: 3px;
    }

    .courses-single-page .author .meta-list {
        margin-bottom: 5px;
    }

    .courses-single-page .item-content {
        padding: 25px 30px 10px 28px;
    }

    .courses-single-page .text-wrap.img-right .img-single-small {
        float: right;
        padding: 0 18px 0 0;
        margin-top: -10px;
    }

    .courses-single-page .text-wrap.img-left .img-single-small {
        float: left;
        padding-right: 28px;
        margin: 45px 0 0 -30px;
    }

    .course-single {
        margin-bottom: 46px;
    }

    .courses-single-page .text-wrap .title {
        margin-bottom: 14px;
    }

    .courses-single-page .text-wrap.img-left .title {
        margin-top: 40px;
    }

    .courses-single-page .text-wrap.img-left .text {
        margin-bottom: 40px;
    }

    .courses-single-page .text-wrap .text {
        margin-bottom: 19px;
    }

    .courses-single-page .list-skill li {
        margin-bottom: 7px;
    }

    .courses-single-page .list-skill li:before {
        content: "\f192";
        font-family: "Font Awesome 5 Free";
        padding-right: 5px;
    }

    .courses-single-page .list-skill li:nth-child(1):before {
        color: #536dfe;
    }

    .courses-single-page .list-skill li:nth-child(2):before {
        color: #ff828a;
    }

    .courses-single-page .list-skill li:nth-child(3):before {
        color: #1fdadf;
    }

    .courses-single-page .list-skill li:nth-child(4):before {
        color: #fcaa46;
    }
    .courses-single-page .list-skill li:nth-child(5):before {
        color: #21ce4a;
    }
    .courses-single-page .list-skill li:nth-child(6):before {
        color: #f45f7d;
    }

    .courses-single-page .text-wrap.img-left {
        margin-bottom: 68px;
    }

    .courses-single-page .tag-item {
        height: 19px;
        padding: 0 5px;
        color: #515e6f;
        font-size: 12px;
    }

    .courses-single-page .tag-item.bg-7ffe53 {
        background:  rgba(127,254,83,0.08);
        border: 1px solid rgba(53,192,69,0.14)
    }

    .courses-single-page .tag-item.bg-fe5367 {
        background:  rgba(254,83,103,0.08);
        border: 1px solid rgba(254,83,103,0.14)
    }

    .courses-single-page .tag-item.bg-536dfe {
        background:  rgba(83,109,254,0.08);
        border: 1px solid rgba(83,109,254,0.14)
    }

    .courses-single-page .checkmark a {
        border: 1px solid rgba(81,94,111,0.14);
        padding: 0 5px;
        font-size: 9px;
        line-height: 19px;
        display: inline-block;
        margin-left: 5px;
    }

    .courses-single-page .checkmark span {
        font-size: 12px;
    }

    .courses-single-page .checkmark .report {
        margin-left: 26px;
    }

    .flat-button.btn-buy {
        height: 37px;
        padding: 0 16px;
        line-height: 37px;
        margin-left: 15px;
        border: 2px solid rgb(2, 56, 148);
        border-radius: 4px;
        font-size: 16px;
        font-weight: 700;
        font-family: "Poppins";
        display: inline-block;
        color: rgb(2, 56, 148);
    }

    .flat-button.btn-buy.v2 {
        background-color: rgb(2, 56, 148);
        color: #fff;
    }

    .flat-button.btn-buy:hover.v2 {
        border: 2px solid #192836;
    }

    .flat-button.v2.btn-buy:before {
        background-color: #192836;
    }

    .flat-button.btn-buy:hover {
        color: #fff;
    }

    .btn-cart {
        color: rgb(2, 56, 148);
        font-size: 14px;
        font-weight: 500;
        line-height: 43px;
    }

    .btn-cart.v2 {
        color: #192836; 
    }

    .btn-cart:hover.v2 {
        color: rgb(2, 56, 148); 
    }

    .btn-cart:hover {
        color: #192836;
    }

    .btn-cart:before {
        content: "\ea34";
        font-family: "bf-icon";
        padding-right: 7px;
    }   

    .courses-grid-v3-page {
        padding: 107px 0 100px 0;
    }

    .courses-grid-v3-page .sidebar-left {
        width: 22%;
        float: left;
    }

    .courses-grid-v3-page .content-page {
        width: 78%;
        float: right;
    }

    .courses-grid-v3-page .content-page .taskbar {
        width: 50%;
        float: left;
        padding: 11px 0 0 20px;
    }

    .courses-grid-v3-page .content-page .select-order {
        float: right;
    }

    .courses-grid-v3-page .wrap-select {
        width: 210px;
        position: relative;
    }

    .courses-grid-v3-page .wrap-select:before {
        content: "\f022";
        font-family: "FontAwesome";
        position:absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .courses-grid-v3-page .wrap-select:after {
        content: "\33";
        font-family: "ElegantIcons";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        color: #536dfe; 
    }

    .courses-grid-v3-page .content-page .heading {
        background: #fff;
        margin-bottom: 15px;
    }

    .courses-grid-v3-page .taskbar ul li {
        font-family: "Poppins";
        font-size: 12px;
    }

    .courses-grid-v3-page .taskbar ul li:not(:last-child):after {
        content: "|";
        font-family: "Poppins";
        font-weight: 500;
        padding:  0 9px 0 17px;
    }

    .courses-grid-v3-page select {
        font-size: 12px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: rgba(83,109,254,0.05);
        padding-left: 45px;
    }

/* Blog Pages
-------------------------------------------------- */
    .blog-page {
        padding: 81px 0 119px;
    }

    .blog-single-page {
        padding: 81px 0 119px;
    }

    .post-single {
        padding-bottom: 13px;
        margin-bottom: 50px;
    }

    .post-single blockquote {
        color: #fa778a;
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 24px;
    }

    .post-single blockquote:before {
        content: '��';
        font-weight: 500;
        margin-right: -4px;
    }

    .post-single blockquote:after {
        content: '"';
        font-weight: 500;
    }

    .post-single .img-single {
        margin-bottom: 29px;
    }

    .post-single .title {
        margin-bottom: 18px;
    }

    .post-single .title a {
        font-family: 'Poppins';
        font-weight: 700;
    }

    .post-single .list-meta {
        margin-bottom: 17px;
    }

    .post-single .sub-title {
        font-weight: 500;
        margin-bottom: 26px;
    }

    .post-single .text1 {
        margin-bottom: 34px;
    }

    .post-single .text2 {
        margin-bottom: 24px;
    }

    .post-single .text3 {
        margin-bottom: 40px;
    }

    .post-single .text4 {
        margin-bottom: 65px;
    }

    .admin-wrap .admin {
        font-size: 16px;
    }

    .admin-wrap .admin:before {
        content: '\f38e';
        font-family: 'Ionicons';
        color: #fa778a;
        font-size: 18px;
        padding-right: 13px;
    }

    .post-single .socails {
        margin-top: 4px;
    }

    .post-single .socails ul li {
        margin-left: 14px;
    }

    .post-single .socails ul li:first-child {
        font-weight: 700;
        font-family: 'Poppins';
        color: #192836;
        font-size: 16px;
        margin-right: 48px;
    }

    .post-single .socails ul li a {
        font-size: 18px;
    }

    .post-single .socails ul li.facebook a {
        color: #4267b2;
    }

    .post-single .socails ul li.google a {
        color: #d73d32;
    }

    .post-single .socails ul li.twitter a {
        color: #1da1f2;
    }

    .wrap-next-pre {
        padding-bottom: 42px;
        margin-bottom: 75px;
    }

    .wrap-next-pre .icon {
        font-size: 42px;
        width: 66px;
        height: 66px;
        background: #f7f7f7;
        line-height: 68px;
        text-align: center;
        border-radius: 50%;
        color: #515e6f;
    }

    .wrap-next-pre .icon.next {
        float: right;
        margin-left: 19px;
    }

    .wrap-next-pre .icon.pre {
        float: left;
        margin-right: 19px;
    }

   .wrap-next-pre .content {
        padding-top: 8px;
    }

    .wrap-next-pre .content p {
        color: #515e6f;
    }

    .wrap-next-pre .next-pre.active .icon,
    .wrap-next-pre .next-pre:hover .icon {
        background: #fa778a;
        color: #fff;
    }
   

/* Flat Slider
-------------------------------------------------- */
    .flat-slider.style1 .overlay {
        background: url("../images/slider/bg-slider-1.png") center center no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }

    .flat-button.btn-start-slider {
        font-size: 16px;
        display: inline-block;
        line-height: 49px;
        padding: 3px 54px 3px 34px;
        background: #d3984e;
        color: #fff;
    }

    .flat-button.btn-start-slider.v2{
        background-color: #536dfe;
    }

    .flat-button.btn-start-slider.v3{
        background-color: #ec5252;
    }

    .flat-button.btn-start-slider:before {
        background: #192836;
    }

    .flat-button.btn-start-slider:after {
        content: "\ea37";
        font-family: "bf-icon";
        font-weight: 100;
        font-size: 16px;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
    }

    .flat-slider.style2 .overlay {
        /*background: #ffedd2;*/
		background: url("../images/slider/slide_02.png") center center no-repeat;
		    background-size: cover;
        width: 100%;
        height: 100%;
    }

    .flat-slider.style2 {
        position: relative;
    }

    .flat-slider.style2:after {
       content: "";
       background: url("../images/title-page/bg-white-2.png") center center no-repeat;
       height: 38px;
       width: 1920px;
       position: absolute;
       bottom: 0;
    }

    .flat-slider.style2:before {
        content: "";
        border-top: 76px solid transparent;
        border-right: 1920px solid rgba(255,255,255,0.54);
        position: absolute;
        bottom: 0;
        z-index: 99;
    }

    .flat-slider.style3 .overlay {
        background: #192836;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        left: 0;
        top: 0;
    }

/* Go Top
-------------------------------------------------- */
    #scroll-top {
        position:fixed;
        display:block;
        width:35px;
        height:35px;
        line-height:35px;
        text-align:center;
        z-index:1;
        right:14px;
        bottom:23px;
        opacity:0;
        border-radius: 4px;
        visibility:hidden;
        cursor:pointer;
        overflow:hidden
    }

    #scroll-top.show {
        right:24px;
        opacity:1;
        visibility:visible
    }

    #scroll-top:before,#scroll-top:after {
        content:"";
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        -ms-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease;
    }

    #scroll-top:before {
        z-index:-1;
        background-color:#d3984e;
    }

    #scroll-top:after {
        content:"\ea37";
        font-family:"bf-icon";
        font-size:14px;
        color:#fff;
        transform: rotate(-90deg);
    }

    .v2#scroll-top:after {
        color: #fff;
    }

    #scroll-top:hover:after {
        color:#fff;
    }

    #scroll-top:hover:before {
        background-color:rgb(2, 56, 148);
    }
    
    .v2#scroll-top:hover:before {
        background-color:#ec5252;
    }

/* Preload
-------------------------------------------------- */
    .preloader {
        width:100%;
        height:100%;  
        position:fixed;
        z-index:9999;
        background:#192836;
    }

    .loader {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 3;
        border: 4px solid #fff;
        top: 50%;
        left: 50%;
        margin: -25px;
        animation: loader 2s infinite ease;
    }

    .loader-inner {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        background-color: rgb(2, 56, 148);
        animation: loader-inner 2s infinite ease-in;
    }

    @keyframes loader {
        0% {
            transform: rotate(0deg);
        }

        25% {
            transform: rotate(180deg);
        }

        50% {
            transform: rotate(180deg);
        }

        75% {
            transform: rotate(360deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes loader-inner {
        0% {
            height: 0%;
        }

        25% {
            height: 0%;
        }

        50% {
            height: 100%;
        }

        75% {
            height: 100%;
        }

        100% {
            height: 0%;
        }
    }

/* Switcher
-------------------------------------------------- */
    .switcher-container {
       position: fixed;
       left: -220px;
       top: 139px;
       width: 220px;
       background-color: #000;
       z-index: 99999999;
    }

    .switcher-container h2 {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        height: 45px;
        line-height: 45px;
        padding-left: 45px;
        padding-right: 0;
        margin: 0;
    }

    .switcher-container h2 a {
       background-color: #000;
       display: block;
       position: absolute;
       right: -45px;
       top: 0;
       width: 45px;
       height: 45px;
       line-height: 45px;
       text-align: center;
       outline: 0;
       color: #fff;
       -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    .switcher-container h2 a.active {
        right: 0;
    }

    .switcher-container h2 a.active:after {
        position: absolute;
        left: 21px;
        top: 0;
        content: "\f104";
        font-family: "FontAwesome";
        color: rgb(2, 56, 148);
        font-size: 22px;
    }

    .switcher-container h2 a.active i {
        display: none;
    }

    .switcher-container h2 a:hover,
    .switcher-container h2 a:focus {
       text-decoration: none;
    }

    .switcher-container h2 i {
        display: block;
        margin-top: 10px;
        font-size: 25px;
        color: rgb(2, 56, 148);
        -webkit-animation: fa-spin 2s infinite linear;
                animation: fa-spin 2s infinite linear; 
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    .switcher-container h2 i:hover {
        color: #fff;
    }

    .switcher-container h3 {
       font-size: 12px;
       font-weight: 700;
       color: #fff;
       margin: 0;
       line-height: 22px;
       margin-bottom: 10px;
    }

    .switcher-container .selector-box {   
       color: #fff;
       overflow: hidden;
    }

    .switcher-container .layout-switcher {
       margin: 0 0 10px 0;
       overflow: hidden;
    }

    .switcher-container .layout-switcher a.layout {
       float: left;
       display: block;
       cursor: pointer;
       text-align: center;
       font-weight: 700;
       padding: 10px 20px;
       margin-left: 10px;
    }

    .switcher-container .layout-switcher a.layout:first-child {
       margin-left: 0;
    }

    .switcher-container .layout-switcher a.layout:hover {
       color: #fff;
       cursor: pointer;
    }

    .switcher-container .color-box {
       height: auto;
       overflow: hidden;
       margin-bottom: 6px;
    }

    .switcher-container .styleswitch {
        margin-bottom: 10px;
    }

    .sw-odd {
        background-color: #272727;
        padding: 15px 0 10px 20px;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
    }

    .sw-even {
        background-color: #191919;
        padding: 21px 0 25px 20px;
        -webkit-transition: all 0.3s;
           -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
             -o-transition: all 0.3s;
                transition: all 0.3s;
    }

    .sw-even a {    
        font-family: "Karla", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 40px;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 20px 10px 20px;
        margin-right: 10px;
        letter-spacing: 1.8px;
    }

    .sw-even a:hover {
        background-color: rgb(2, 56, 148);
        border: 1px solid rgb(2, 56, 148);
        color: #fff !important;
    }

    .sw-light {
        background-color: #fff;
        color: #000 !important;
    }

    .sw-odd a { 
        font-size: 16px;
        color: #fff;
        width: 100%;
        display: inline-block;
        line-height: 17px;
        width: 100%;
        position: relative;
        padding-left: 47px;
    }

    .sw-odd .ws-colors a:before {
        background: none;
    }

    .sw-odd .ws-colors a {
        position: relative;
        width: auto;
        padding: 0; 
        width: 30px;
        height: 30px;
        background-color: #333; 
        display: inline-block;
        margin-right: 5px;  
        overflow: hidden;
    }

    .sw-odd .ws-colors a.current:before {
        position: absolute;
        left: 8px;
        top: 6px;
        font-family: FontAwesome;
        content: "\f00c";
        color: #fff;
        z-index: 999;
        text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
    }

    .sw-odd .ws-colors #color1 {
        background-color: rgb(2, 56, 148);
    }

    .sw-odd .ws-colors #color2 {
        background-color: #ec5252;
    }

    .sw-even h3 {
        margin-bottom: 6px;
    }

    .sw-pattern.pattern {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
           opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        position: absolute;
        left: 0;
        top: 98%;
        background-color: #000000;
        width: 100%;
        z-index: -1;
        padding: 20px 0 30px 20px;
    }

    .sw-pattern.pattern a { 
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
    }

    .sw-pattern.pattern a.current:before {
        position: absolute;
        left: 12px;
        top: 6px;
        font-family: FontAwesome;
        content: "\f00c";
        color: #fff;
        text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
    }

    .sw-odd .sw-image {
         padding: 0 20px 15px 0;
    }

    .sw-odd .sw-image a{
        padding: 0;
        margin-bottom: 5px;
    }

    .sw-odd .sw-image .sw-buy {
        width: 100%;    
        border: none;
        background: #6f9a37; 
        position: relative; 
        height: 35px;
        line-height: 37px;
        border-radius: 0;
    }

    .sw-odd .sw-image .sw-buy:before {
        content: "\f07a";
        font-family: "FontAwesome";
        color: #fff;
        position: absolute;
        left: 20%;
        top: -1px;
    }

    .sw-pattern.pattern {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
           opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        position: absolute;
        left: 0;
        top: 98%;
        background-color: #000000;
        width: 100%;
        z-index: -1;
        padding: 20px 0 30px 20px;
    }

    .sw-pattern.pattern a { 
        width: 35px;
        height: 35px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
    }

    .sw-pattern.pattern a.current:before {
        position: absolute;
        left: 12px;
        top: 6px;
        font-family: FontAwesome;
        content: "\f00c";
        color: #fff;
        text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
    }

    .sw-odd .sw-image {
         padding: 0 20px 15px 0;
    }

    .sw-odd .sw-image a{
        padding: 0;
        margin-bottom: 5px;
    }

    .sw-odd .sw-image .sw-buy {
        width: 100%;    
        border: none;
        background: rgb(2, 56, 148); 
        position: relative; 
        height: 35px;
        line-height: 37px;
        border-radius: 0;
    }

    .sw-odd .sw-image .sw-buy:before {
        content: "\f07a";
        font-family: "FontAwesome";
        color: #fff;
        position: absolute;
        left: 20%;
        top: -1px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .sw-odd .sw-image .sw-buy:hover {
        background: #fff;
    }

    .sw-odd .sw-image .sw-buy:hover:before {
        color: rgb(2, 56, 148);
    }

    .home-boxed .boxed {
        width: 92.708%;
        margin: 0 auto;
        margin-bottom: 30px;
        position: relative;
        z-index: -2;
        background-color: #fff;    
        box-shadow: 0 0 16px 1px #7f7f7f;
        overflow: hidden;
    }


/*tab*/
.notitabs03{margin:0 0 30px 0;padding:0;list-style:none;text-align:left;border-bottom:1px solid #3e3e3e;}
.notitabs03 li.current{color:#222;border:1px solid #222;border-bottom:0}
.notitabs03 li{display:inline-block;padding:10px 10px;position:relative;color:#b7b7b7}
.notitabs03 li.current::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:#f8f9ff}
.notiwrap .tab-content03.current{display:inherit}
.notiwrap .tab-content03{display:none;line-height:24px;color:#757575;visibility: visible;}


.notitabs02{margin:0 0 30px 0;padding:0;list-style:none;text-align:left;border-bottom:1px solid #3e3e3e;}
.notitabs02 li.current{color:#222;border:1px solid #222;border-bottom:0}
.notitabs02 li{display:inline-block;padding:10px 10px;position:relative;color:#b7b7b7}
.notitabs02 li.current::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:#f8f9ff}
.notiwrap .tab-content02.current{display:inherit}
.notiwrap .tab-content02{display:none;line-height:24px;color:#757575;padding-bottom:30px;visibility: visible;}
.notiwrap {
    min-height: 200px;
}


/*join*/
.breadcrumb-wrap{padding:50px 0 20px}
/*! 留덈쫫紐� 怨듯넻 UI */

.step-container{width:100%;max-width:588px;margin:20px auto 30px;padding-bottom:20px}
.step-container::after,.step-container::before{content:"";line-height:0;display:table}
.step-container::after{clear:both}
.step-container .step{width:-webkit-calc(33.333333% - 0px);width:calc(33.333333% - 0px);float:left;text-align:center;position:relative}
.step-container .step + .step{}
.step-container .step + .step::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    right: 50%;
    top: 50px;
    background-color: #ddd;
    position: absolute;
    z-index: -1;
}
.step-container .step .robotoM{font-size:13px;margin-top:12px}
.step-container .step.on{color:#1c71da}
.section-title{margin-top:80px}
.section-title .txt{margin-right:5px;color:#666}
.section-title .notoM{margin-left:5px;color:#222}
.section-title.medium{margin-top:55px}
.accept-list{margin-top:25px;margin-bottom:17px}
.caution-list{font-size:15px}
.form-group.radio-type{margin-top:18px}
.form-group.radio-type label{font-size:18px}
.bullet-type01{margin-top:25px}
.form-group{margin-top:10px;margin-bottom:5px}
.bttn.type07.style02{border-radius:5px;border-left:0}
.ico-phone01{margin-top:30px;margin-bottom:19px}
.form-field{margin-top:24px;border-top:2px solid #222;padding-top:15px;border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:0}
.form-field .form-group{margin:22px 0}
.certification-form{display:none}

i[class^="ico"] {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.ico-symbol01{width:100%;height:100px;background-image:url(../img/join_icon01.png);background-size:100px 100px}
.ico-symbol02{width:100%;height:100px;background-image:url(../img/join_icon02.png);background-size:100px 100px}
.ico-symbol03{width:100%;height:100px;background-image:url(../img/join_icon03.png);background-size:100px 100px}
.ico-symbol01-on{width:100%;height:100px;background-image:url(../img/join_icon01_on.png);background-size:100px 100px}
.ico-symbol02-on{width:100%;height:100px;background-image:url(../img/join_icon02_on.png);background-size:100px 100px}
.ico-symbol03-on{width:100%;height:100px;background-image:url(../img/join_icon03_on.png);background-size:100px 100px}


/* �쒕툕 �곷떒 �대�吏� */
#contents_wrap{padding:60px 0}
#sub_visual.sub10 { background-image:url(../images/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../images/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../images/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../images/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../images/sub05_top.png) }

#sub_visual { height:300px; background-position:center; background-size:cover; background-color:#000;display:none; }
#sub_visual h2 {font-weight: 500;font-family: 'Noto Sans KR'; text-align:center; font-size:3em; color:#fff; padding:110px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards;}


#sub_visual .inBox {font-size:14px; padding-top:20px; color:#fff;text-align: center;}
#sub_visual .inBox i { font-size:14px; color:#fff; display:inline-block;}
#sub_visual .inBox a { padding:0 13px 0 0}
#sub_visual .inBox span {padding:0 13px; opacity:0.8}
#sub_visual .inBox span.strong { opacity:1; padding:0 0 0 13px}




@media (max-width:991px) {

#sub_visual { height:200px }
#sub_visual h2 { font-size:2.2em; padding-top:60px }
#left_area{display:none;}
#contents_wrap {padding: 20px 0 70px;}
#right_area{width: calc(100% - 30px) !important;margin:0 15px;box-sizing:border-box;float:none !important;}
#bo_sch {width: 100%;}


}

/*contents right*/
#right_area{float:right;width:calc(100% - 250.1px)}
.container_title{font-size:2em;line-height:1;font-weight:700;border-bottom:1px solid #e9e9e9;padding-bottom:30px;margin:5px 0 50px 0;padding-top:14px}


@media (min-width:991px) {


 .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }


}



/*硫붿씤 gnb 硫붾돱*/
.main_top_gnb li a:hover {
    color: #FFDBCA;
}
.main_top_gnb li a {
    font-family: 'Noto Sans KR';
}

/*紐⑤컮�� 濡ㅼ삤踰� 硫붾돱*/

#mainnav-mobi ul.submenu &gt; li &gt; a:hover,
#mainnav-mobi &gt; ul &gt; li &gt; ul &gt; li.active &gt; a,
#mainnav-mobi ul &gt; li.active &gt; a {
        color: #FFDBCA;
}


.box .icon{color: #d3984e;  font-size: 32px; display: inline-block;  padding: 0 0 30px 0;}
.box dl dt{font-weight: bold;  padding-bottom: 30px;  line-height: 20px;  color: #222;  font-size: 23px;}

.box_wrap ul li{display: inline-block;  float: left;  text-align: center;}
.box_wrap ul li a{margin-top: 20px;
    font-size: 15px !important;
    padding: 5px 20px !important;
    line-height: inherit!important;}

.box_wrap .flat-button.btn-start-slider:after{content: none;}
.cs_tel  {margin-top: 0;  color: #d3984e; margin-bottom: 10px;}

.tel_wrap{background:#f9f9f9;}


/* �뚯씠釉� */
.table1{width:100%;border-top:2px solid #000;border-left:1px solid #e5e5e5;word-wrap:break-word;}
.table1 thead th{padding:15px 0;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#f4f5f9;font-family:'Noto Sans KR';font-size:14px;color:#000;font-weight:normal;text-align:center;}
.table1 tbody th{padding:15px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-family:'Noto Sans KR';font-weight:normal;font-size:14px;line-height:22px;text-align:center;}
.table1 tbody td{padding:15px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-family:'Noto Sans KR';font-size:14px;line-height:22px;color:#222;text-align:center;vertical-align:middle;}
.table1 tbody th.dot_line,
.table1 tbody td.dot_line{border-bottom:1px dashed #e5e5e5;}
.table1 tbody td.left{text-align:left;}
.table1 tbody td.left ul.list li{font-size:14px;line-height:22px;color:#222;}
.table1 tbody td .eng{font-weight:500;}


@media (max-width:769px){
.col-sm-4{width:100%;     max-width: 100%;}
.box_wrap ul li{display:block; margin-bottom:20px;}

/* �뚯씠釉� */
.table1{table-layout:fixed;}
.table1 thead th,
.table1 tbody th,
.table1 tbody td{padding:10px;font-size:13px;line-height:18px;}
.table1 tbody td.left ul.list li{font-size:13px;}


}

.sub02_02_div ul li{line-height: 1.4; margin-bottom: 5px;  list-style: disc;}

/*** 占쏙옙占쏙옙품占쏙옙占쏙옙占� 占쏙옙占쏙옙 ***/
.nation_step{width:100%;border-bottom:#ccc;line-height: 0;}
.nation_step .step_bx{width: 100%;line-height: 1;padding-top: 27px;background: url(/theme/wonwn3_t/img/nation_arrow.png) no-repeat center top; background-size: 20px auto;}
.nation_step .step_bx:first-child{padding-top: 0;background: none;}
.nation_step .box{margin: 10px 0;padding: 35px;border: 1px dashed #ddd;background-size: 80px auto !important; font-size: 16px;  line-height: 28px;  text-align:left; background: #fffcf7;     border-radius: 15px;}
.nation_step .box .btxt{margin-bottom: 20px;font-size:24px;color: #3780c7;text-align:center; font-weight:bold;}
/* 占실곤옙占쏙옙占쏙옙 占쏙옙占쏙옙 占쏙옙占쏙옙占쏙옙 */


.nation_step .con_btn {padding:8px 18px 8px 18px; font-size:12px;}

ul.check li i{    margin-right: 5px;  color: #80c51a;}
@media (max-width:769px){

/*** 占쏙옙占쏙옙품占쏙옙占쏙옙占� 占쏙옙占쏙옙 ***/
.nation_step .step_bx{padding-top: 20px;background-position: center top;background-size: 15px auto;}
.nation_step .box{padding: 15px 20px 15px 20px !important;
    background-position: 50% 20px !important;
    background-size: 50px auto !important;}
.nation_step .box .btxt{text-align: center !important; font-size:17px !important; margin-bottom: 10px !important;}
.sub_ul li{background-position-y: 7px; line-height: 16px;}
.sub_list li{background-position-y: 7px; line-height: 16px;}


}


/*�뚯씠釉� �ㅽ��� 異붽�*/
.time_table {
    width: 100%;
	margin: 34px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;

}


.time_table th, .time_table td {
  text-align: center;
  padding: 12px 8px;
    vertical-align: middle;
}

.time_table tr:nth-child(even){background-color: #f2f2f2}

.time_table th {
  background-color:#f3f3f3;
  color: white;
}


/* �뚯씠釉� */
.table1{width:100%;border-top:2px solid #000;border-left:1px solid #e5e5e5;word-wrap:break-word; border-collapse: initial;}
.table1 thead th{padding:15px 0;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#f4f5f9;font-family:'Nanum Gothic', sans-serif; font-weight:bold;font-size:14px;color:#000;text-align:center;}
.table1 tbody th{padding:15px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-family:'Nanum Gothic', sans-serif; font-weight:bold;font-size:15px;line-height:22px;text-align:center; background: #f4f5f9; vertical-align: middle;}
.table1 tbody td{padding:15px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;font-family:'Nanum Gothic', sans-serif; font-weight:bold;font-size:14px;line-height:22px;color:#222;vertical-align:middle;}
.table1 tbody th.dot_line,
.table1 tbody td.dot_line{border-bottom:1px dashed #e5e5e5;}
.table1 tbody td.center{text-align:center;}
.table1 tbody td.center ul.list li{font-size:14px;line-height:22px;color:#222;}
.table1 tbody td .eng{font-weight:500;}



.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

/*�고쁺*/
.wrap_year {margin-bottom:60px;}
.wrap_year:after {content:".";display:block;clear:both;height:0;font-size:0;visibility:hidden;}
.wrap_year .year {float:left;width:18%;font-size: 24px;    line-height: 40px;color:#d3984e;padding-top:15px;border-top:1px solid #d3984e;}
.wrap_year .issue {float:right;width:78%;border-top:1px solid #e6e6e6;}
.wrap_year .issue li {position:relative;padding:25px 0 25px 50px;border-bottom:1px solid #e6e6e6;}
.wrap_year .issue li .month {position:absolute;left:0;top:23px;font-family:nbb;font-size:16px;color: #d3984e;  font-weight: 600;}
.wrap_year .issue li p {position:relative;font-family:nbr;font-size:16px;color:#666;line-height:21px;padding:0 0 10px 15px;}
.wrap_year .issue li p:last-child {padding-bottom:0;}
.wrap_year .issue li p:before {content:"";position:absolute;left:0;top:8px;width:3px;height:3px;background:#999;}


/*�띿뒪�� ���댄�*/

.keyword{
position: relative;
    color: #d3984e;
    padding-bottom: 8px;
    border-bottom: 1px solid #d3984e;
    margin-bottom: 35px;	
	font-weight: bold;
	clear:both;
    padding-bottom: 8px;}

.keyword span{position: relative;
    font-family: nbb;
    font-size: 19px;
    color: #d3984e;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3984e;
    margin-bottom: 55px;
	font-weight: bold;}

.keyword:after{       content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 59px;
    height: 5px;
    background: #d3984e;
}


/*�고듃 �ㅽ���*/
.txt_st_01{color: #d3984e;  font-size: 20px;  padding-bottom: 9px;  font-weight: 400;  text-align: center;}
.txt_st_02{color:#666;}


/*李얠븘�ㅼ떆�� 湲�*/
.map_info{height: 62px;margin-bottom: 54px;padding-top:20px;}
.map_info dl{float:left;font-size: 17px;line-height: 74px;}
.map_info dt{float:left;padding:0 13px 0 55px; line-height: 50px; font-weight: 700;}
.map_info dt.addr{background: url("../images/about/map.png") no-repeat 0 5px;}
.map_info dt.tel{background:url("../images/about/tel.png") no-repeat 0 5px;}
.map_info dd{float:left;margin-right:25px;color:#555;  line-height: 50px;}
.map_info dd span{font-family:'Montserrat',sans-serif;font-weight:500;letter-spacing:0.05em;}


.map_info01{height: 62px;margin-bottom: 54px;padding-top:20px;}
.map_info01 dl{float:left;font-size: 17px;line-height: 74px;}
.map_info01 dt { float: left;  padding: 15px 13px 0 113px;}
.map_info01 dt.bus{background: url("../images/about/bus.png") no-repeat  0 20px;}
.map_info01 dt.subway{background:url("../images/about/subway.png") no-repeat center left; margin-top: 30px; padding: 16px 13px 13px 113px;}
.map_info01 dt.car{background:url("../images/about/car.png") no-repeat  0 20px; }

.fs23{    font-size: 23px;}
.public{font-size: 18px;  line-height: 32px;}
.pd_r15{padding-right:15px;}
.mt13{margin-top:13px;}
.pt50{    padding-top: 50px;}


.route_info dl{display:table;padding:20px 0 10px 0;vertical-align:middle; width:100%;}
.route_info dt,
.route_info dd{display:table-cell;vertical-align:middle;}
.route_info dt{width:200px;}
.route_info dt span{display:block;padding-top:45px;font-size:20px;line-height:25px;color:#1f4bb4;text-align:center;}
.route_info dt span.bus{background:url("../images/about/icon_bus.gif") no-repeat 50% 0;}
.route_info dt span.taxi{background:url("../images/about/icon_subway.gif") no-repeat 50% 0;}
.route_info dt span.car{background:url("../images/about/icon_car.gif") no-repeat 50% 0;}
.route_info dt span.kobus{background:url("../images/about/icon_kobus.gif") no-repeat 50% 0;}
.route_info dd{width:600px;padding-left:24px;}
.route_info dd ul &gt; li{margin-top:30px;}
.route_info dd ul &gt; li:first-child{margin-top:0;}
.route_info dd ul &gt; li p{color:#555 !important;}
.route_info dd ul.list li{margin-top:0;}
.route_info dd .route_tit{overflow:hidden;margin-bottom:10px;font-size:15px;color:#222 !important;}
.route_info dd .route_tit:first-of-type{margin-top:0; padding-left:0;}
.route_info dd .route_tit li{float:left;margin-left:12px;padding-left:34px;background:url("../images/about/bg_route_arr.gif") no-repeat 0 50%;}
.route_info dd .route_tit li:first-child{margin-left:0;padding-left:0;background:none;}
.brd_dot{border-top:2px dotted #e5e5e5;}


/*愿��⑥궗�댄듃*/
.site_list li{ width: 23%;
    padding: 10px 5px;
    border: 1px dashed #ddd;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 11px;
    text-align: center;    
    font-weight: 700; background: #f9f9f9;}
.site_list li:last-child{margin-right:0;}
.site_list li:hover{background: #f1f1f1;}
.site_list li a{font-size: 14px;}

.link li{position: relative; font-weight: 600;
    padding: 14px 0 14px 30px;
    border-bottom: 1px solid #e6e6e6;}
.link p:before{content: "";
    position: absolute;
    left: 0;
    top: 25px;
    width: 3px;
    height: 3px;
    background: #999;}

.history li.history_list{float: left;
    width: 49%;
	height:237px;
    margin: 0 2% 15px 0;
	background: #f7f7f7;}


.history li.history_list .first {
    display: block;
    width: 100%;
    height: 200px;
    padding: 38px 20px 0 38px;
}

.history li.history_list .second {
    
   width: 100%;
    height: 36px;
    padding: 6px 38px;
    text-align: center;
    background: #ddd;
    vertical-align: middle;
}

.history li.history_list p .FS_b18 {
    color: #d3984e;
    margin-bottom: 10px;}

.history li.history_list p span {
    display: block;}

.history li.history_list p a {
    display: block;}

.history li:nth-child(2n), .history li:nth-child(4n) {
    margin-right: 0;}

.FS_b18{font-size: 18px;}
.FS_b16 {font-size: 16px; color: #666; line-height: 26px;}

.box_st{    background: #ffffff;
    width: 49%;
    padding: 20px;
    border: 1px solid #ddd;}

.box_list{    padding-left: 11px;
    border-left: 2px solid #626262;
    margin-left: 4px;
    color: #626262;
    margin: 15px 4px 15px;}


.popup {
  display: none;
  position:fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.5);
}

.popup-inner {
  position:absolute;
     width: 27%;
    height: auto;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  padding : 20px;
  background:#fff;
      border-radius: 15px;
}

.popup-close{
position: absolute;
    display: block;
    top: 15px;
    right: 23px;
    font-weight: bold;
    font-size: 20px;
    color: #606060;
}

.popup h4{text-align: center;
    border: 1px solid #1746a0;
    border-radius: 26px;
    width: fit-content;
    padding: 9px 43px;
    margin: 10px auto;
    font-size: 20px;
    background: #1746a0;
    color: #fff;}

.pop{padding: 10px 20px;}

.pop li{    padding: 5px 20px;
    font-size: 15px;
    }

.pop li:nth-child(even){background: #f7f7f7;}

.intro_txt{font-size: 17px !important; margin-top: 5px;}
.intro_list_01 li{width: 32%;  margin-right:1%;  display: inline-block;  float: left;  text-align: center;   padding: 20px 25px 35px;   border: 1px solid #d5d5d5;   border-radius: 10px;    background: #fff;}
.intro_list_01 li:last-child{margin-right:0;}
.intro_list_02 li{width:32%; margin-right: 1%;  display: inline-block;   float: left; text-align: center;  padding: 20px 25px 20px;   border: 1px solid #d5d5d5;   border-radius: 10px;    background: #fff; margin-bottom: 10px;}
.intro_list_02 li:last-child{margin-right:0;}
.intro_stxt{    margin-top: 5px;}
.mt_5{margin-top:-5px;}

.intro_list_01 .name{    font-size: 25px;   font-weight: 500;   line-height: 28px;     margin-bottom:5px;}
.intro_list_01 .name span { font-size: 18px;  font-weight: 300;}
.intro_list_02 .name{    font-size: 25px;   font-weight: 500;   line-height: 28px;     margin-bottom:5px;}
.intro_list_02 .name span { font-size: 16px;  font-weight: 300;}

.min_title{font-size: 17px; font-weight: 500;  color: #d3984e;}
.c_title{font-size: 27px; margin-bottom: 20px;     color: #574942;}
.mb50{margin-bottom: 50px;}

.won_fx17{font-size:17px; line-height: 26px; color: #494949;}
.fc_won{font-weight:500; font-size: 19px;  line-height: 34px;}
.fc_won_01{color: #1746a0;  font-weight: 700;}
.fc_won_02{color: #168ae7;   font-weight: 700;}
.fc_won_03{color: #03a9f4;  font-weight: 700;}
.fc_won_04{font-size: 20px;  line-height: 45px;  color: #000;}
.won_p{color: #3e69b2; font-size: 34px; line-height: 39px;}


/*�쒕툕 02 �듯빀 ��궪援먮떦*/
.sub02_h4{ text-align: left;  color: #d3984e;   font-weight: 500;   margin-bottom: 0;   font-size: 20px;}
.sub02_h2{font-size: 23px;  text-align: left;  color: #574942;}
.mg_t_b40{margin: 40px 0;}
.sub02_txt01{     font-size: 16px;  line-height: 28px;  text-align: left;  margin-top: 20px;}
.sub02_line{height: 50px; width: 1px;  background: #998b84;  margin: 30px auto 0;  text-align: center;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.fw700{font-weight: 700;}

.sub03_h4{font-size: 28px;  color: #d18526;  font-weight: 500; margin-bottom: 20px;}
.sub03_txt01{ font-size: 16px;  line-height: 28px;  text-align: left;}
.point_c{color:#d3984e;}
.fs21{font-size:21px;}
.sub03_bg{padding: 25px; background: #fff8ee;  margin: 10px 0 20px;  border-radius: 10px; border: 1px solid #ffedd6;}

.sub07_h4{font-size: 28px;  color: #d18526;  font-weight: 500;  margin-bottom: 20px;  text-align: left;  clear: both;}

.sub02_h2_01{    text-align: center;  font-size: 31px;  line-height: 13px;    color: #574942;}
/*�뺢뎄�뺢탳��*/

.act_01{background:url(/theme/wonwn3_t/img/act_01.png) no-repeat; padding: 10px 10px 10px 119px;}
.act_02{background:url(/theme/wonwn3_t/img/act_02.png) no-repeat; padding: 10px 10px 10px 119px;}
.act_03{background:url(/theme/wonwn3_t/img/act_03_1.png) no-repeat; padding: 10px 10px 10px 119px;}
.act_04{background:url(/theme/wonwn3_t/img/act_04.png) no-repeat; padding: 10px 10px 10px 119px;}
.act_h4{background: #606060; width: fit-content;  padding: 3px 8px;  font-size: 20px;  color: #fff;  margin-bottom: 10px;}
.act_p{font-size:16px; line-height:28px;}

/*��移섍탳��*/
.divide{margin-top: 20px;  border-top: 2px dashed #ddd;    padding-top: 50px;}
.sub03_h4 span{border: 1px solid #858585;  color: #858585;  font-size: 15px;
    padding: 1px 5px 2px;    margin-left: 9px; float: right;
    margin-top: 6px;}

/* �� */
.con_tab{clear:both;}
.con_tab ul{display:inline-block;width:100%;}
.con_tab ul li{float:left;margin-right:-1px;}
.con_tab ul li a{display:block;border:1px solid #d3984e;/*border-bottom:1px solid #d3984e;*/background:#fff;font-weight:normal;font-size:16px;line-height:50px;letter-spacing:-0.05em;color:#000;text-align:center;}
.con_tab ul li a.on{position:relative;background:#d3984e;color:#fff;z-index:1;}

.con_tab ul.no2 li{width:50%;}
.con_tab ul.no3 li{width:33.2%;}
.con_tab ul.no4 li{width:25%;}
.con_tab ul.no5 li{width:20%;}
.con_tab ul.no6 li{width:16.6%;}
.con_tab ul.no6 li:first-child{width:17.6%;}
.con_tab ul.no7 li{width:14.4%;}
.con_tab ul.no7 li:first-child{width:13.6%;}


.con_tab_01{clear:both;}
.con_tab_01 ul{display:inline-block;width:100%;}
.con_tab_01 ul li{float:left;margin-right:-1px;}
.con_tab_01 ul li a{display:block;border:1px solid #e5e5e5;/*border-bottom:1px solid #3b7c69;*/background:#fff;font-weight:normal;font-size:16px;line-height:50px;letter-spacing:-0.05em;color:#000;text-align:center;}
.con_tab_01 ul li a.on{position:relative;background:#3b7c69;color:#fff;z-index:1;}

.con_tab_01 ul.no2 li{width:50%;}
.con_tab_01 ul.no3 li{width:33.2%;}
.con_tab_01 ul.no4 li{width:25%;}
.con_tab_01 ul.no5 li{width:20%;}
.con_tab_01 ul.no6 li{width:16.6%;}
.con_tab_01 ul.no6 li:first-child{width:17.6%;}
.con_tab_01 ul.no7 li{width:14.4%;}
.con_tab_01 ul.no7 li:first-child{width:13.6%;}
.mt-7{margin-top:-7px;}

.testimonials {
    background: url(/theme/wonwn3_t/img/main_bg.jpg) no-repeat;
  /*background-attachment: fixed;*/
      height: 350px;
}

.text {  
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.1rem; 
  padding: 50px 0;
}

.text h2{color:#fff; padding: 20px 0; font-size:40px;}
.text h5{font-size: 18px;  color: #fff;  font-weight: 100;}
.text ul{width: fit-content;
    margin: 25px auto;
    padding: 9px 43px;
    background: rgb(255,255,255,0.3);
    border: 3px double rgb(255,255,255,0.5);}

.text ul li{padding: 4px 0;}

.inline{display: inline-block;  float: left;}
.box_pd{padding: 27px 0 24px 20px;}
.mb25{margin-bottom: 25px;}
.support_li{    font-size: 20px;    padding: 5px 0 5px 30px;    background: url(/theme/wonwn3_t/img/check.png) no-repeat center left;}
.support_li_01{  color: #777;  font-size: 18px;  margin-bottom: 30px;}
.mb12{margin-bottom: 12px;}
.support_pd50{padding:50px;}
.mt30{margin-top:30px;}
.fs19{font-size: 19px;}

.foot_h4{    color: rgb(255,255,255,0.7);   padding: 3px 0 14px 0;}
.board_h4{padding-bottom: 20px;  border-bottom: 1px solid #000;}
.empty_li::marker{display:none;}
.new_icon{display:none;}
.mt40{margin-top: 40px;}

.fusion-column01{float:right; text-align: right;     padding-right: 0;}

.foot_align{text-align:left;}
.foot_li_pdr{padding-right: 20px;}
.foot_div{    float: right;  margin-top: -3px;}

.pop {padding: 20px 0;}
.pop li {    padding: 5px 20px;    font-size: 15px; border-top: 1px solid #ddd; }
.pop li:nth-child(even){background: #f7f7f7; }
.pop li:last-child{border-bottom: 1px solid #ddd;}

.sub06_mini{line-height: 38px;  background: #d18526;  width: fit-content; padding: 4px 43px ;color: #fff;     font-size: 22px;  margin: 5px auto;   text-align: center;    border-radius: 100px;}

.list06_wrap{    padding: 20px 30px;
    border-radius: 10px;
    border: 2px solid #ddd;
    margin: 30px auto;}

.mt50{margin-top:50px;}

/*醫뚯륫 �섎떒 諛곕꼫*/
.box_1 a img{    border: 1px solid #e0e0e0;  margin-bottom: 20px;     border-radius: 10px;}


@media (max-width:1024px){
/* �뚯씠釉� */
.table1{table-layout:fixed;}
.table1 thead th,
.table1 tbody th,
.table1 tbody td{padding:10px;font-size:13px;line-height:18px;}
.table1 tbody td.left ul.list li{font-size:13px;}
.site_list li a { font-size: 13px;}
.popup-inner{width: 60%;}
.txt_st_01{font-size:17px !important;}
.txt_st_02{font-size:14px !important;}



}





@media (max-width:767px){
.foot_div {  float: none;  margin-top: 10px;}
.link_point { padding-left: 0;}
.keyword{padding-top:30px;}
.wrap_year .year{font-size:20px;}
.site_list li{    width: 46%; margin-bottom: 10px;}
.site_list li a { font-size: 13px;}
.popup-inner{width: 85%; height: 50%;   overflow: scroll;}
.history li.history_list{margin: 15px 0; width: 100%;}
.pop {    padding: 10px 5px;}
.description{letter-spacing:-1px;}
.intro_list_01 li{    width: 100%;  margin: 0 auto;  display: block;  text-align: center;}
.intro_txt{font-size: 15px !important; margin-top: 5px;  margin-bottom: 10px;}
.intro_list_02 li{width: 49%;  display: inline-block;  text-align: center;  margin: 10px 0;}

.won_p{    color: #3e69b2;  font-size: 27px !important;  line-height: 34px !important;}
.won_fx17{font-size: 15px; line-height: 23px; color: #494949;}
.fc_won { font-weight: 500; font-size: 17px; line-height: 24px;}
.fc_won_04 { font-size: 18px;  line-height: 24px;  color: #000;}
.sub02_h4{margin-bottom: 5px;}
.sub02_h2{font-size: 28px;}
.sub02_line{display:none;}
.mg_t_b40 { margin: 20px 0;}

.sub02_txt01 p { font-size: 14px !important; line-height: 1.5em !important;}
.sub02_txt01 p br{display:none;}

.act_p{font-size: 15px !important; text-align: center; padding: 0 10px;     line-height: 23px !important;} 
.act_01{background:url(/theme/wonwn3_t/img/act_01.png) no-repeat 50% 10px #f9f9f9; padding:105px 10px 20px 10px;}
.act_02{background:url(/theme/wonwn3_t/img/act_02.png) no-repeat 50% 10px #f9f9f9; padding:105px 10px 20px 10px;}
.act_03{background:url(/theme/wonwn3_t/img/act_03_1.png) no-repeat 50% 10px #f9f9f9; padding:105px 10px 20px 10px;}
.act_04{background:url(/theme/wonwn3_t/img/act_04.png) no-repeat 50% 10px #f9f9f9; padding:105px 10px 20px 10px;}
.act_h4{text-align: center;  margin: 10px auto;  padding: 3px;  line-height: 24px;  font-size: 17px; }
.tel_wrap {
    padding: 30px 20px 50px 20px;
}

.sub06_mini{    font-size: 18px;     padding: 4px 17px;}

/*��*/
.con_tab ul li{width:50% !important;margin:0 -1px -1px 0;}
.con_tab ul li a{padding:10px 0;/*border-bottom:1px solid #e5e5e5;*/font-size:14px;line-height:normal;}
.tab_b{margin-bottom:30px;}

/*��*/
.con_tab_01 ul li{width:50% !important;margin:0 -1px -1px 0;}
.con_tab_01 ul li a{padding:10px 0;border-bottom:1px solid #e5e5e5;;font-size:14px;line-height:normal;}
.tab_b{margin-bottom:30px;}

.fusion-footer-widget-area .fusion-column_01{    float: right;  text-align: left;  padding: 0 0 0 0;   display: block;   margin-top:-30px;   margin-bottom: 30px;}

.text h2{font-size:34px;}
.text h5 {  font-size: 16px;}
.text ul {
    padding: 9px 15px;
    margin: 15px auto;
}

.text ul li{font-size: 14px;}
.testimonials { background: url(/theme/wonwn3_t/img/main_bg.jpg) no-repeat center;}

.flat-title .description{font-size: 15px !important;}
.br_none br{display:none;}
.support_pd50{padding: 0 0 50px 0;}
.box_pd {
    padding: 40px 20px 50px 20px;
}

.support_li_01 {    color: #777;    font-size: 15px !important;    margin-bottom: 22px;}

.support_li {    font-size: 18px;}
.box{padding: 20px;   background: #fff;}
.m_mt30{margin-top:30px;}
.fusion-column01{padding-left:0;}
.foot_align{text-align:center;}

 .foot_li_pdr{ padding-right: 3px;}
.list06_wrap {
    padding: 20px 10px;}

}


.link_point{  padding-left: 10px;  /*background: #afa79c;  border-radius: 100px;*/}
.link_point a{color:#fff; }
.link_point span{position: relative;  top: 2px; left:3px;}
.ml10{margin-left:10px;}

@media screen and (max-width:350px) {

.notitabs03 li{padding:10px 5px;}



}
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
  width: 100%;
  height: 0px;
}

.divide2 {
  width: 100%;
  height: 2px;
}

.divide3 {
  width: 100%;
  height: 3px;
}

.divide5 {
  width: 100%;
  height: 5px;
}

.divide10 {
  width: 100%;
  height: 10px;
}

.divide15 {
  width: 100%;
  height: 15px;
}

.divide20 {
  width: 100%;
  height: 20px;
}

.divide25 {
  width: 100%;
  height: 25px;
}

.divide30 {
  width: 100%;
  height: 30px;
}

.divide35 {
  width: 100%;
  height: 35px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide45 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide55 {
  width: 100%;
  height: 55px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide65 {
  width: 100%;
  height: 65px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide75 {
  width: 100%;
  height: 75px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

.divide85 {
  width: 100%;
  height: 85px;
}</pre></body></html>