body {
	font-family: "Noto Sans KR", sans-serif;
	color:#333;
    font-size: 16px;
}


p {
    text-align: justify;
    line-height: 200%;
}

.sub_contents li {
    line-height: 160%;
	margin-bottom:10px;
}


img {
	max-width:100%;
}

.fixed-top {
	position: relative;
}

#header {
	height:auto;
	box-shadow:0 0 0 0;
	border-bottom:1px solid #dfdfdf;
}

.logo {
	padding:20px 0;
}

.top_menu {
	padding:25px 0;
	text-align:right;
}

.top_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.top_menu ul li {
	display:inline-block;
	margin-right:20px;
    font-size: 0;
}

.navbar_top_bar {
	border-top:1px solid #dfdfdf;
}


.navbar {
	text-align:center;
	width:100%;
	display:block;
}


.navbar ul {
    justify-content: space-around;
}

.navbar a, .navbar a:focus {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 30px;
    font-size: 20px;
    color: #333;
    white-space: break-spaces;
    transition: 0.3s;
}


.navbar .mega_sub_menu a:focus {
    padding: 10px;
}



.navbar .dropdown ul a {
	color:#333;
    text-align: left;
}


/* mega s */

.nav-item i.fa-bars {
	font-size:18px;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu[data-mdb-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
    border-top: 0;
}

.mega_sub_menu {
	display:inline-block;
	text-align:center;
}

.mega_sub_menu a {
	font-size:14px !important;
	padding:10px;
	display:block !important;
}

/* mega e */



.scrolled-offset {
	margin-top:0;
}

#hero {
    height: 45vh;
    margin-bottom: 30px;
}

#hero .carousel-item {
    height: 45vh;
}

#hero .carousel-item::before {
	background-color:transparent ;
}

#hero h2 {
	color:#fff;
	border-bottom:1px solid rgb(255 255 255 / 42%);
    text-transform: uppercase;
	font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-bottom: 18px;
}

#hero p {
    width: 90%;
    text-align: center;
    font-size: 2em;
    letter-spacing: 3px;
    color: #c2d11a;
    line-height: 120%;
}

#hero .carousel-content {
    max-width: 1000px;
    width: 100%;
}


.carousel-indicators {
	display:none;
}


#footer {
	padding:50px 0;
	background: #282828;
    color: #bfbfbf;
}


.footer-contact {
	text-align:center;
}

.footer-info span {
	display:inline-block;
}

.footer-info strong {
	display:inline-block;
	margin-bottom:10px;
    color: #fff;
}


.featured .icon-box {
	border-radius:0;
	box-shadow: 0 0 0 0;
	background:#f5fcfe;
}

.featured .icon-box:hover {
	background:#f5fcfe
}


.featured .icon-box table {
	width:100%;
}

.featured .icon-box table td {
	text-align:center;
	border-right:1px solid #d1d1d1;
	padding:15px 10px;
}

.featured .icon-box table td:last-child {
	border-right:0;
}

.featured .icon-box table td img {
	margin-bottom:10px;
}





.services .icon-box {
    text-align: center;
    border: 0;
    padding: 40px 0px;
    transition: all ease-in-out 0.3s;
	width:100%;
    display: flex;
}


.services .icon-box:hover {
	background: inherit;
    border-color: inherit;
}


.services .icon-box div.no01 {
	display:inline-block;
	width:50%;
	margin-right:10px;
	vertical-align:top;
}

.services .icon-box div.no01 img {
    box-shadow: 4px 7px 7px #e3e3e3;
}


.services .icon-box div.no02 {
	text-align:left;
    width: 42%;
	vertical-align:top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services .icon-box div.no02 h5 {
	font-size:16px;
	margin-bottom:15px;
}

.services .icon-box div.no02 p {
	margin-bottom:15px;
	text-align:left;
}

.services .icon-box div a {
    width: 160px;
    display: inline-block;
    text-align: Center;
    margin: 5px 0;
    border: 1px solid #b7b7b7;
    color: #333;
    padding: 6px 5px;
    font-size: 14px;
}




.services .icon-box:hover h4 a, .services .icon-box:hover p {
	color:#333;
}


section {
	padding: 0 0 40px 0;
}




#conf {
	width:100%;
	padding:0px 0 30px;
}

.sub_title {
	margin-bottom:15px;
}


.sub_title h2 {
	text-align:center;
	margin-bottom:50px;
	font-size:35px;
}

.sub_title p {
	float:right;
	color:#000;
	padding:0px 0 15px;
	margin-bottom:0;
}

.sub_title p span {
	color:#4f4f4f;
}

.cb {
	clear:both;
}


#sub_top {
	padding:4% 20px 10%;
	color:#fff;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub_top_box {
	background:rgba(0, 0, 0, 0.58);
    display: inline-block;
    padding: 30px 40px;
}

#sub_top h1 {
	/*background:url(/images/sub/sub_top_bar.png) 0 0 no-repeat;*/
	padding-top: 0px;
	font-size:2rem;
	margin-bottom:8px;
    font-weight: 400;
}	 

#sub_top h4 {
	padding-top: 0px;
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 4px;
    color: #c2d11a;
}	 




.sub_contents {
	padding: 20px 20px 40px;
	margin-bottom: 50px;
	margin-top:30px;
	min-height:600px;
}



.sub_left_menu {
	max-width:200px;
	width:100%;
	border:1px solid #dcdcdc;
	margin-bottom: 70px;
    border-radius: 10px;
    margin-top: 50px;
	background:#fff;
}

.left_title {
    border-radius: 10px 10px 0 0;
	text-align:center;
	font-size:17px;
	padding: 20px 0;
	border-bottom: 1px solid #d4d4d4;
    background: #f7f7f7;
}


.sub_left_menu ul {
	list-style:none;
	margin:0px 0 0px 0;
	padding:0;
}                                                                      

.sub_left_menu ul li {
	padding:15px 20px;
	border-bottom:1px solid #dcdcdc;
    display: block;
    width: 100%;
	font-size:15px;
    position: relative;
}





.sub_left_menu ul li.last {
	border-bottom:0;
}


.sub_left_menu ul li a {
	color:#333;
}

.sub_left_menu ul li a:hover {
	color: #0051cb;
}


.sub_left_menu ul.sub_menu{
	background: #f9f9f9;
    padding:0 5px;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
}


.sub_left_menu ul.sub_menu li {
	padding: 7px 0px;
	font-size:15px;
}








.President_photo {
	display:inline-block;
	float:left;
	margin:0 30px 30px 0;
}




table.table01 {
	border-collapse:collapse;
	border-top:3px solid #616161;
	border-bottom:2px solid #616161;
	width:100%;
	margin-bottom:50px;
}
table.table01 th {
	padding:10px 10px 6px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #383838; 
	background-color:#f7f7f7; 
	color:#383838;
}

table.table01 td {
	padding:10px 10px 6px; 
	border-bottom:1px solid #d3dbe7; 
	border-left:1px solid #d6dce1; 
	border-right:1px solid #d6dce1; 
	word-break:keep-all; 
	text-align:center;
}

table.table01 td.bg01 {
	text-align:center;
	background:#f9f9f9;
}

table.table02 {
	border-collapse:collapse;
	border-top:3px solid #616161;
	border-bottom:2px solid #616161;
	width:100%;
	margin-bottom:50px;
}
table.table02 th {
	padding:10px 10px 6px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #383838; 
	background-color:#f7f7f7; 
	color:#383838;
}

table.table02 td {
	padding:10px 10px 6px; 
	border-bottom:1px solid #d3dbe7; 
	border-left:1px solid #d6dce1; 
	border-right:1px solid #d6dce1; 
	word-break:keep-all; 
}

table.table02 td:nth-child(1) {
	background:#f9f9f9;
}



/* tab */
.tab-button-outer {
  display: none;
}

#tab-button {
	list-style:none;
	padding:0;
	margin:0;
}

.tab-button {
	text-align:center;
}


.tab-button li {
	display:inline-block;
}

.tab-button li a {
	background: #f9f9f9;
	border:1px solid #ababab;
	padding:10px 50px;
	display: block;
}

.tab-button li a:hover, .tab-button li a:active, .tab-button li a:focus {
	background: #0075be;
	color:#fff;
}

.intro-button li {
	display: inline-block;
	margin:2px 0;
}



.intro-button li a {
    background: #fff;
    border: 1px solid #ababab;
    padding: 10px 0px;
    color: #333;
    display: block;
    width: 95px;
    text-align: center;
}

.intro-button li.is-active a{
	background:#356aaf;
	color:#fff;
}

.intro-button li a:hover, .intro-button li a:active, .intro-button li a:focus {
	background:#356aaf;
	color:#fff;
}

.intro-button li a.intro {
	background: #d1f9cd;
	border:1px solid #ababab;
	padding:13px 0px;
	color:#333;
	display: block;
	width: 180px;
    text-align: center;
}

.intro-button li a.intro:hover, .intro-button li a.intro:active, .intro-button li a.intro:focus {
	background: #548438;
	color:#fff;
}

.tab-contents {
	margin-top:5%;
}

.hr_line {
	position: relative;
    top: -1px;
}

@media screen and (min-width: 640px) {
  .tab-button-outer {
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
}

.tab-select-outer {
	text-align:right;
}

select#tab-select {
	padding: 5px 10px;
    background: #f5f5f5;
}


.journal_table {
	width:100%;
}

.journal_table td {
	vertical-align:top;
}

.journal_table td.bg01 {
    width: 270px;
}


.banner_box01 {
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    min-height: 195px;
    position: relative;
    background: #3e9cd9;
	margin-bottom:10px;
}

.banner_box01_1,
.banner_box02_1,
.banner_box03_1 {
	text-align:center;
	color:#fff;
	font-size:1.6em;
}

.banner_box01_1 img,
.banner_box02_1 img,
.banner_box03_1 img {
	margin-bottom:10px;
}

.banner_box01_2,
.banner_box02_2,
.banner_box03_2 {
	text-align: center;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding: 15px 0;
    margin: 20px 0;
    font-size: 17px;
}

.banner_box01_3,
.banner_box02_3,
.banner_box03_3 {
    color: #fff;
}

.banner_box01_3 ul,
.banner_box02_3 ul,
.banner_box03_3 ul {
	list-style:none;
    margin: 0;
    padding: 0;
}

.banner_box01_3 ul li,
.banner_box02_3 ul li,
.banner_box03_3 ul li {
	padding-left:25px;
    font-size: 14px;
}

.banner_box01_3 ul li.icon01,
.banner_box02_3 ul li.icon01,
.banner_box03_3 ul li.icon01 {
	background: url(/eng/images/main/conf_icon_day.png) 0 2px no-repeat;
}

.banner_box01_3 ul li.icon02,
.banner_box02_3 ul li.icon02,
.banner_box03_3 ul li.icon02 {
	background: url(/eng/images/main/conf_icon_pin.png) 0 2px no-repeat;
}





.banner_box02 {
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    min-height: 195px;
    position: relative;
    background: #5a7dff;
	margin-bottom:10px;
}

.banner_box03 {
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    min-height: 195px;
    position: relative;
    background: #7b7efd;
	margin-bottom:10px;
}








.mega_sub_menu1 {
	width:22%;
}

.mega_sub_menu2 {
	width:29%;
}

.mega_sub_menu3 {
	width:19.5%;
}

.mega_sub_menu4 {
	width:17%;
}


.navbar a:focus i.fas {
	font-size: 18px;
}



.spon_box {
    border: 1px solid #d4d4d4;
    padding: 20px 0;
    border-radius: 15px;
    max-width: 1300px;
    margin: 0 auto;
	margin-bottom:80px;
}

.spon_box ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.spon_box ul li {
	display:inline-block;
	margin: 10px 15px;
}





.about_box {
	border: 1px solid #e3e3e3;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 8%;
}

.about_box div:nth-child(1) {
	
}

.about_box div:nth-child(2) {
	border-left: 1px solid #dddddd;
    padding-left: 3%;
    margin-left: 3%;
    width: 91%;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align: justify;
}


.sub_title01 {
	font-size: 24px;
    margin-bottom: 15px; 
    font-weight: 500;
	background:url(/eng/images/sub/sub_title_bar.png) left 17px no-repeat;
    padding-left: 36px;
}

.sub_title02 {
	font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px; 
}

.main_ul {
	padding-left:0;
	list-style:none;
}

.main_ul li {
	padding-left:12px;
	background:url(/eng/images/sub/sub_dott.png) left 11px no-repeat;
}

.sub_cont_box {
    padding-left: 38px;
}




.about_cont {
	display: flex;
    margin-bottom: 8%;
}

.about_cont div.about_cont_left {
	width: 30%;
}

.about_cont div.about_cont_right {
	width: 70%;
}




.history_box {
	display: flex;
}

.history_box div.history_box_left {
	width: 30%;
}

.history_box div.history_box_right {
	width: 70%;
}



.buttn01 {
	background: #d1251a;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
}

.buttn02 {
	background: #fff;
    color: #d1251a;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 30px;
    border: 1px solid #d1251a;
    font-size: 10px;
    line-height: 2;
}











/*==================================
    TIMELINE
==================================*/

    /*-- GENERAL STYLES
    ------------------------------*/
    .timeline {
        line-height: 1.4em;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        h1, h2, h3, h4, h5, h6 {
            line-height: inherit;
        }
    }

    /*----- TIMELINE ITEM -----*/

    .timeline-item {
        padding-left: 40px;
        position: relative;
        &:last-child {
            padding-bottom: 0;
        }
    }

    /*----- TIMELINE INFO -----*/

    .timeline-info {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        margin: 0 0 .5em 0;
        text-transform: uppercase;
        white-space: nowrap;
    }
    /*----- TIMELINE MARKER -----*/

    .timeline-marker {
        position: absolute;
        top: 0; bottom: 0; left: 0;
        width: 15px;
        &:before {
            background: $primary-color;
            border: 3px solid transparent;
            border-radius: 100%;
            content: "";
            display: block;
            height: 15px;
            position: absolute;
            top: 4px; left: 0;
            width: 15px;
            transition: background 0.3s ease-in-out,
                    border 0.3s ease-in-out;
        }
        &:after {
            content: "";
            width: 3px;
            background: #CCD5DB;
            display: block;
            position: absolute;
            top: 24px; bottom: 0; left: 6px;
        }
        .timeline-item:last-child &:after {
            content: none;
        }
    }
    .timeline-item:not(.period):hover .timeline-marker:before {
        background: transparent;
        border: 3px solid $primary-color;
    }

    /*----- TIMELINE CONTENT -----*/

    .timeline-content {
        padding-bottom: 40px;
        p:last-child {
            margin-bottom: 0;
        }
    }


	.timeline-content h3  {
		margin-bottom: 15px;
	}

	.timeline-content p  {
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 15px;
		line-height: 160%;
		text-align:left;
	}

	.timeline-content p strong {
		margin-right: 10px;
		width: 70px;
	}
	.timeline-content p span {
		width: 90%;
	}




    /*----- TIMELINE PERIOD -----*/
    
    .period {
        padding: 0;
        .timeline-info {
            display: none;
        }
        .timeline-marker {
            &:before {
                background: transparent;
                content: "";
                width: 15px;
                height: auto;
                border: none;
                border-radius: 0;
                top: 0;
                bottom: 30px;
                position: absolute;
                border-top: 3px solid #CCD5DB;
                border-bottom: 3px solid #CCD5DB;
            }
            &:after {
                content: "";
                height: 32px;
                top: auto;
            }
        }
        .timeline-content {
            padding: 40px 0 70px;
        }
        .timeline-title {
            margin: 0;
        }
    }

.timeline-marker:before {
    background: #FF6B6B;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #FF6B6B;
}
      
.timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}
/*==================================
    TIMELINE
==================================*/











@media screen and (max-width: 1400px) { 
	.mega_sub_menu2 {
		width:31%;
	}

	.mega_sub_menu3 {
		width:19%;
	}

	.mega_sub_menu4 {
		width:16%;
	}
}


@media screen and (max-width: 1200px) { 
	.mega_sub_menu2 {
		width:33%;
	}



}




@media screen and (max-width: 990px) { 
	.featured .icon-box table td {
		display:inline-block;
		width:33%;
		margin:5px 0;
	}

	.featured .icon-box table td:nth-child(3) {
		border-right:0;
	}

	.sub_left_menu {
		display:none;
	}

	.nav-item i.fa-bars {
		display:none;
	}
}




@media screen and (max-width: 768px) {
	.logo {
		text-align:center;
	}

	.top_menu {
		padding:0 0 20px;
		text-align:center;
	}

	.top_menu ul li {
		margin-right:0px;
		font-size: 0;
		margin:10px;
	}

	.navbar {
		padding:10px;
	}

	.navbar a i, .navbar a:focus i {
		font-size: 18px;
		line-height: 0;
		margin-right: 10px;
	}



	.footer-contact {
		margin-bottom:20px;
	}

	.footer-info {
		text-align:center;
	}


	.featured .icon-box table td {
		display:inline-block;
		width:50%;
	}

	.featured .icon-box table td:nth-child(3) {
		border-right:1px solid #d1d1d1;
	}

	.featured .icon-box table td:nth-child(2),
	.featured .icon-box table td:nth-child(4) {
		border-right:0;
	}

	.services .icon-box {
		display: block;
	}


	.services .icon-box div.no01,
	.services .icon-box div.no02 {
		display:block;
		text-align:center;
		margin-bottom:15px;
		width:100%;
	}

	.services .icon-box div.no02 p {
		text-align:center;
	}

	.President_photo {
		display:block;
		width:100%;
		text-align:center;
		margin:0 0 30px 0;
	}

	.journal_table td,
	.journal_table td.bg01  {
		display:block;
		width:100%;
		text-align:center;		
	}

	
	.about_box div:nth-child(1) {
		display:none;
	}
	.about_box div:nth-child(2) {
		border-left: 0;
        padding: 0;
        width: 100%;
	}


	.about_cont {
		display:block;
	}

	.about_cont div.about_cont_left {
		width:100%;
		text-align:center;	
		margin-bottom:15px;
	}

	.about_cont div.about_cont_right {
		width:100%;
	}


	.history_box {
		display:block;
	}

	.history_box div.history_box_left {
		width:100%;
		text-align:center;	
		margin-bottom:15px;
	}

	.history_box div.history_box_right {
		width:100%;
	}

	.timeline-content p {
		flex-wrap: wrap;
	}

	.timeline-content p span {
		width: 100%;
	}

	#hero h2 {
		font-size: 2.5em;
	}

	.table_box {
		overflow-x: auto;
	}

	.table_box table {
		min-width:500px;
	}

}





@media screen and (max-width: 400px) { 
	#hero {
		height: 62vh;
	}
	#hero .carousel-item {
		height: 62vh;
	}

	.about_box div:nth-child(2) {
		text-align:left;
	}

	p {
		text-align:left;
	}
}








