/*common*/
.c_rd {
    color: #ed1a1a;
}
.c_bw {
    color: #ad2100;
}
.c_bl {
    color: #4472c4;
}

.bg_gr{
    background-color: #f7f7f7;
}
/*s_tit*/
.s_tit .t_img {
    margin-bottom: 20px;
}
.s_tit h1 {
    margin-bottom: 15px;
    line-height: 1.2em;
}
.s_tit h4 {
    color: #636363;
    font-weight: 300;
    text-transform: uppercase;
}
.s_tit p.w_p {
    color: #eee;
}
/*t_list*/
.t_list > li {
    font-size: 19px;
    line-height: 1.8em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin: 3px 0;
}
.t_list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 3px;
    height: 3px;
    background-color: #14326e;
    border-radius: 50%;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 13px;
    }
}

/*company*/
.company_01 .sec2{
    background-color:#f7f7f7;
}

.company_01 h5 span{
    font-size: 1.4em;
}
/*dvd_line*/
.dvd_line {
    line-height: 1em;
    position: relative;
}
.dvd_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.dvd_line span {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff;
    letter-spacing: 7px;
    z-index: 2;
    color: #a0a0a0;
    position: relative;
}
@media (max-width:768px){
    .dvd_line span {
        font-size: 10px;
    }
}

/*s_list*/
.s_list > li {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    color: #333;
}
.s_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .s_list > li {
        font-size: 13px;
    }
}

/*mrt_md*/
#mrt_md {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.2);
}
#mrt_md .dec {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#mrt_md .c_wrp {
	height: 160px;
}
#mrt_md ul li:nth-child(1) .icon_wrp {
    background-color: #ffc000;
	margin-bottom: 15px;
    border: 1px solid #ffc000;
    border-radius: 50px;
    padding: 10px 0;
}
#mrt_md ul li:nth-child(2) .icon_wrp {
    background-color: #90bc33;
	margin-bottom: 15px;
    border: 1px solid #90bc33;
    border-radius: 50px;
    padding: 10px 0;
}
#mrt_md ul li:nth-child(3) .icon_wrp {
    background-color: #0175be;
	margin-bottom: 15px;
    border: 1px solid #0175be;
    border-radius: 50px;
    padding: 10px 0;
}
#mrt_md ul li:nth-child(4) .icon_wrp {
    background-color: #a72817;
	margin-bottom: 15px;
    border: 1px solid #a72817;
    border-radius: 50px;
    padding: 10px 0;
}
#mrt_md .icon_wrp img {
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 50%;
}
/*#mrt_md ul li {
	border-left: 1px solid rgba(255,255,255,0.2);
}
#mrt_md ul li:nth-child(1){
	background-color: rgba(233, 207, 19, 0.3);
}
#mrt_md ul li:nth-child(2){
	background-color: rgba(157, 221, 3, 0.3);
}
#mrt_md ul li:nth-child(3){
	background-color: rgba(1, 112, 250, 0.3);
}
#mrt_md ul li:nth-child(4){
	background-color: rgba(255, 0, 0, 0.3);
}*/

#mrt_md ul li h5 {
	margin-bottom: 10px;
}
#mrt_md ul li p {
    font-size: 17px;
    line-height: 1.4em;
    color: #eee;
    font-weight: 300;
	margin-bottom: 0px;
	word-break: keep-all;
}
@media (max-width:992px){
	#mrt_md {
		background-size: cover;
	}
}
@media (max-width:768px){
	#mrt_md .c_wrp {
		height: 150px;
	}
	#mrt_md .icon_wrp img {
		width: 50px;
	}
	#mrt_md ul li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#mrt_md ul li:last-child {
		border-bottom-width: 1px;
	}
	#mrt_md ul li h5 {
		margin-bottom: 5px;
		font-size: 13px;
	}
	#mrt_md ul li p {
		font-size: 9px;
	}
}

/*his_wrp*/
.his_wrp {
    position: relative;
}
.his_wrp:before {
    content: "";
    width: 1px;
    height: 100%;
    background: url(../img/dot.png);
    display: block;
    position: absolute;
}
.his_wrp > li {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    word-break: keep-all;
}
.his_wrp > li {
    width: 100%;
    margin-bottom: 30px;
}
.his_wrp > li h4 {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
    position: relative;
}
.his_wrp > li h4:before {
    content: "";
    margin-top: -11px;
    width: 25px;
    height: 25px;
    display: block;
    border: 7px #35346a solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -38px;
    background: #fff;
    z-index: 2;
}
.his_wrp > li > ul > li {
    position: relative;
    margin-bottom: 15px;
}
.his_wrp > li > ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: rgb(0 94 164);
    position: absolute;
    top: 10px;
    border-radius: 50%;
    z-index: 5;
    margin-top: -2px;
}
.his_wrp > li > ul > li .month strong {
    display: inline-block;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 2px solid #b48e62;
    color: #b48e62;
    margin-bottom: 10px;
    font-size: 25px;
}
.his_wrp ul.t_list {
    margin-top: 10px;
}
.his_wrp ul.t_list li {
    font-size: 17px;
    color: #636363;
}
@media(min-width:769px){
    .his_wrp:before {
        left: 50%;
    }
    .his_wrp > li:nth-child(odd) {
        padding-right: calc( 50% + 25px );
        text-align: right;
    }
    .his_wrp > li:nth-child(even) {
        padding-left: calc( 50% + 25px );
        text-align: left;
    }
    .his_wrp > li:nth-child(odd) h4:before {
        right: -38px;
    }
    .his_wrp > li:nth-child(even) h4:before {
        left: -38px;
    }
    .his_wrp > li:nth-child(odd) > ul > li:before {
        right: -29px;
    }
    .his_wrp > li:nth-child(even) > ul > li:before {
        left: -28px;
    }
}
@media(max-width:768px){
    .his_wrp:before {
        left: 15px;
    }
    .his_wrp > li {
        padding-left: 30px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .his_wrp > li h4 {
        font-size: 25px;
    }
    .his_wrp > li h4:before {
        width: 20px;
        height: 20px;
        border-width: 6px;
        left: -25px;
        margin-top: -10px;
    }
    .his_wrp > li > ul > li:before {
        left: -18px;
    }
    .his_wrp > li > ul > li .month strong {
        padding-bottom: 2px;
        border-bottom: 1px solid #b48e62;
        margin-bottom: 5px;
    }
}
.company_02 .sec2 .img_wrp{
    border: 1px solid #ddd;
}

/*load_wrp*/
.load_wrp .load_box {
    margin-top: 50px;
}
.load_wrp .load_box h4 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    padding-bottom: 15px;
    border-bottom: 2px solid #1e1e1e;
    margin-bottom: 20px;
}
.load_wrp .load_box .l_list li {
    font-size: 17px;
    line-height: 1.2em;
    color: #1e1e1e;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: 300;
	word-break: keep-all;
}
.load_wrp .load_box .l_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #005ea4;
    border-radius: 50%;
    top: 6px;
}
.load_wrp .load_box .load_how li {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    color: #1e1e1e;
    padding: 30px;
    padding-left: 100px;
    position: relative;
	word-break: keep-all
}
.load_wrp .load_box .load_how li .subw {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
}
@media(max-width:768px){
    .load_wrp .load_box {
        margin-top: 30px;
    }
    .load_wrp .load_box h4 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .load_wrp .load_box .l_list li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .load_wrp .load_box .l_list li:after {
        top: 4px;
    }
    .load_wrp .load_box .load_how li {
        font-size: 13px;
        padding: 15px;
        padding-left: 60px;
    }
    .load_wrp .load_box .load_how li .subw {
        width: 50px;
        top: calc(50% - 35px);
    }
}
@media (min-width:769px){
    .company_01 .sec1 .tbox {
        padding-left: 30px;
    }
}
@media (max-width:768px){
    .company_01 .sec1 .tbox {
        padding-top: 15px;
    }
    
}

/*edu*/
.edu_01 .sec1 .img_wrp {
    border: 1px solid #ddd;
}
.edu_01 .sec1 .pr h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}
.edu_02 .sec2 ul li {
    padding: 40px 0;
}
.edu_02 .sec2 ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.edu_03 .sec1{
    background: url(../img/edu_03_sec1.jpg) center center repeat;
}
.edu_03 .sec1 .edu_box{
    border: 3px solid #fff;
    padding: 30px 0;
    min-height: 430px;
}
@media (min-width:769px){
   .edu_01 .sec1 .pr > li:nth-child(1),
    .edu_01 .sec1 .pr > li:nth-child(2),
    .edu_01 .sec1 .pr > li:nth-child(3){
        margin-bottom: 30px;
        
    } 
    .edu_02 .lft img{
        width: 300px;
    }
    .edu_03 .s_tit h1{
        font-size: 39px;
    }
    .process_01 .s_tit h1{
        font-size: 39px;
    }
   
}

@media (max-width:768px){
    .edu_01 .sec1 .pr > li:nth-child(1),
    .edu_01 .sec1 .pr > li:nth-child(2),
    .edu_01 .sec1 .pr > li:nth-child(3),
    .edu_01 .sec1 .pr > li:nth-child(4){
        margin-bottom: 20px;
        
    }
    .edu_02 .sec2 .lft img {
        width: 100%;
    }
    .edu_03 .sec1 .edu_box{
    border: 3px solid #fff;
    padding: 30px 0;
    min-height: 430px;
    }
    
}

/*process*/
.process_01 .sec1 {
	background-color: #f7f7f7;
}
.process_01 .sec1 .con_md {
	padding: 60px 0;
	position: relative;
}
.process_01 .sec1 .con_md .table,
.process_01 .sec1 .con_md .table tr th,
.process_01 .sec1 .con_md .table tr td {
	border: 0px;
	background-color: #fff;
	vertical-align: middle;
	text-align: left;
}
.process_01 .sec1 .con_md .table tr th,
.process_01 .sec1 .con_md .table tr td {
	width: 50%;
}
.process_01 .sec1 .con_md .table tr th .img_wrp {
	position: relative;
}
.process_01 .sec1 .con_md .table tr th .img_wrp .num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	line-height: 1.2em;
	color: #fff;
	background-color: #38beab;
	background: linear-gradient(to right,#38beab,#048de5);
	text-align: center;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	font-weight: 600;
}
.process_01 .sec1 .con_md .table tr th .img_wrp .num.num_even {
	left: auto;
	right: 0;
}
.process_01 .sec1 .con_md .table tr th .img_wrp img {
	width: 100%;
}
.process_01 .sec1 .con_md .table tr td .txtbox {
	padding-left: 30px;
}
.process_01 .sec1 .con_md .table tr td .txtbox h4 {
	font-size: 22px;
	line-height: 1.2em;
	color: #1e1e1e;
	margin-bottom: 15px;
	font-weight: 600;
}
.process_01 .sec1 .con_md .table tr td .txtbox h4 strong {
	color: #005ea4;
	font-weight: 600;
}
.process_01 .sec1 .con_md .table tr td .txtbox ul li {
	font-size: 18px;
	line-height: 1.5em;
	color: #1e1e1e;
	font-weight: 400;
	word-break: keep-all;
	position: relative;
	padding-left: 10px;
}
.process_01 .sec1 .con_md .table tr td .txtbox ul li span {
	position: absolute;
	left: 0;
}
@media (min-width:991px){
	.process_01 .sec1 .con_md .center_line {
		position: absolute;
		height: 100%;
		width: 1px;
		top: 0;
		left: 570px;
		background-color: #ddd;
	}
}
@media (max-width:992px){
	.process_01 .sec1 .con_md .table tr td .txtbox {
		padding: 20px 15px;
	}
	.process_01 .sec1 .con_md .table tr th .img_wrp .num.num_even {
		left: 0;
		right: auto;
	}
}
@media (max-width:768px){
	.process_01 .sec1 .con_top {
		padding: 30px 0;
	}
	.process_01 .sec1 .con_md {
		padding: 0;
	}
	.process_01 .sec1 .con_md .table tr td {
		display: block;
		width: 100%;
		text-align: left;
	}
	.process_01 .sec1 .con_md .table tr th,
	.process_01 .sec1 .con_md .table tr td {
		width: 100%;
		display: block;
	}
	.process_01 .sec1 .con_md .table tr td .m_sec01_mt {
		width: 300px;
	}
	.process_01 .sec1 .con_md .table tr th .img_wrp .num {
		font-size: 18px;
		width: 30px;
		height: 30px;
	}
	.process_01 .sec1 .con_md .table tr td .txtbox {
		background-color: #fff;
	}
	.process_01 .sec1 .con_md .table tr td .txtbox h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.process_01 .sec1 .con_md .table tr td .txtbox ul li {
		font-size: 13px;
	}
}


.process_02 .sec1 .c_wrp .lft {
    border: 2px solid #00118d;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
    background: url(../img/pro2_img1.png) center center repeat;
}
.process_02 .sec1 .c_wrp .lft img {
}
.process_02 .sec1 .c_wrp .rgt > ul > li {
    margin-bottom: 30px;
}
.process_02 .sec1 .c_wrp .rgt > ul > li:last-child {
    margin-bottom: 0px;
}
.process_02 .sec1 .c_wrp .rgt > ul > li h3 {
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.process_02 .sec1 .c_wrp .rgt > ul > li h3:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    border: 5px solid #005ea4;
    border-radius: 50%;
    top: 2px;
}
.process_02 .sec1 .c_wrp .rgt .t_list {
    margin-top: 10px;
}
@media (min-width:769px){
    .process_02 .sec1 .c_wrp .rgt{
        padding-left: 60px;
    }
}
@media (max-width:768px){
    .process_02 .sec1 .c_wrp .lft {
        
        margin-bottom: 20px;
        min-height: 800px;
    }
    .process_02 .sec1 .c_wrp .lft .boxwrp {
        text-align: left;
    }
    .process_02 .sec1 .c_wrp .lft .m_wrp {
        margin-bottom: 15px;
    }
    .process_02 .sec1 .c_wrp .lft .icon_wrp {
        width: 100px;
        text-align: center;
    }
    .process_02 .sec1 .c_wrp .lft .icon_wrp img {
        width: 60px;
        margin-bottom: 0;
    }
    .process_02 .sec1 .c_wrp .lft h4 {
        margin-bottom: 0px;
    }
    .process_02 .sec1 .c_wrp .rgt > ul > li {
        margin-bottom: 20px;
        height: 140px
    }
    .process_02 .sec1 .c_wrp .rgt > ul > li h3 {
        padding-left: 20px;
    }
    .process_02 .sec1 .c_wrp .rgt > ul > li h3:after {
        width: 15px;
        height: 15px;
        border-width: 3px;
        top: 2px;
    }
}

/*p_list*/
.p_list {
	margin-top: 15px;
	margin-bottom: 15px;
}
.p_list li {
	position: relative;
	padding-left: 15px;
	color: #1e1e1e;
	line-height: 1.5em;
    font-weight: 400;
	font-size: 17px;
    margin-bottom: 5px;
	word-break: keep-all;
	text-align: left;
}
.p_list.p_list_lg li{	
	padding-left: 25px;
}
.p_list.text-light li {
	color: #eee;
}
.p_list li:last-child {
    margin-bottom: 0px;
}
.p_list li span{
	content: "";
	position: absolute;
	left: 0;
}
.p_list.p_list_ty2 > li {
    margin-bottom: 15px;
}
.p_list.p_list_ty2 > li li {
    margin-bottom: 5px;
}
.p_list.p_list_ty2 li:last-child {
    margin-bottom: 0px;
}
.p_list.p_list_ty2 li strong {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    padding-left: 5px;
}
@media (max-width:768px){
	.p_list li {
		font-size: 10px;
	}
	.p_list li:before{
		top: 7px;
	}
}

.process_03 .sec1 .pp li h4 {
    border-radius: 4px;
    padding: 30px 15px;
    text-align: center;
    background-color: #005ea4;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.process_03 .sec1 .pp li:nth-child(even) h4 {
    background-color: #fff;
    border: 2px solid #005ea4;
    color: #005ea4;
}
.process_03 .sec1 .pp li h5 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (min-width:991px) {
}

@media (max-width:992px){
    
    .process_03 .sec1 .pp > li:nth-child(1),
    .process_03 .sec1 .pp > li:nth-child(2) {
        margin-bottom: 20px;
    }
    .process_03 .sec1 .pp li h4 {
        padding: 20px 5px;
    }
    .process_03 .sec1 .pp li h5 {
        margin-top: 10px;
        margin-bottom: 0px;
    }
   
}
/*pr_list*/
.pr_list > li {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    color: #333;
}
.pr_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .pr_list > li {
        font-size: 13px;
    }
}

/*info*/
/*history_wrp*/
.history_wrp {
    position: relative;
}
.history_wrp:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #ddd;
}
.history_wrp > li {
    margin-bottom: 40px;
    padding-left: 170px;
    position: relative;
}
.history_wrp > li:first-child:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 10px;
    background-color: #fff;
    height: 20px;
    z-index: 1;
}
.history_wrp > li:last-child:after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 10px;
    background-color: #fff;
    height: calc(100% - 10px);
    z-index: 1;
}
.history_wrp > li h6 {
    padding-left: 30px;
    letter-spacing: 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.history_wrp > li h6:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #005ea4;
    border-radius: 50%;
    background-color: #fff;
    left: -6px;
    z-index: 2;
    top: 15px;
}
.history_wrp ul {
    padding-top: 2px;
}
.history_wrp ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.history_wrp ul li span {
    position: absolute;
    left: 0;
}
.tab_box .tab-content .table tr td.logo_td {
    padding: 10px !important;
    text-align: center;
}
@media (max-width:768px){
    .tab_box .tab-content {
        padding: 40px 0;
    }
    .tab_box .tab-content .table tr td {
        word-break: keep-all;
    }
    .tab_box .tab-content .tab_wrp {
        overflow-x: scroll;
    }
    .tab_box .tab-content .tab_wrp:before {
        /*content: "â˜ž ìŠ¤í¬ë¡¤ì‹œ í‘œ ì „ì²´ ë‚´ìš©ì„ í™•ì¸í•˜ì‹¤ ìˆ˜ ìžˆìŠµë‹ˆë‹¤."*/
    }
    /*#business_05.tab_box .tab-content .table tr td {
        word-break: break-all;
    }*/
    .tab_box .tab-content .table tr td.logo_td {
        padding: 0px !important;
    }
    .tab_box .nav-tabs li a {
        font-size: 14px;
        padding: 10px;
        cursor: pointer;
    }
    .history_wrp > li h6 {
        padding-left: 20px;
    }
    .history_wrp > li h6:after {
        width: 9px;
        height: 9px;
        left: -4px;
        top: 5px;
    }
    .history_wrp > li {
        margin-bottom: 30px;
        padding-left: 90px;
    }
    .history_wrp ul {
        padding-top: 0;
    }
    .history_wrp ul li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 10px;
    }
    .history_wrp > li:first-child:after {
        height: 10px;
    }
}

/*tab_box*/
.tab_box .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 25%;
    display: block;
    margin-left: -1px;
}
.tab_box .nav-tabs.col50 li {
    width: 50% !important;
}
.tab_box .nav-tabs li a {
    background-color: transparent;
    border: 0px !important;
    font-size: 20px;
    color: #888 !important;
    padding: 15px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tab_box .nav-tabs li.active {
    border-color: #005ea4;
}
.tab_box .nav-tabs li.active a {
    background-color: #005ea4;
    color: #fff !important;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 60px 0;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 30px 0;
    }
    .tab_box .nav-tabs li {
        width: 33.33333%;
    }
}

.info_02 .sec1,.info_02 .sec3{
    background-color: #f7f7f7;
}
.info_02 .sec2,.info_02 .sec4{
    background-color: #e0edf8;
}
.info_02 .prn_box li{
    margin: 15px 0;
}
.info_02 .prn_box li span {
    display: block;
    background-color: #fff;
    text-align: center;
}

@media (max-width:768px){
    .info_02 .prn_box {
        margin: 0 -5px;
    }
    .info_02 .prn_box li {
        padding: 0 5px;
        margin: 5px 0;
    }
}