@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/*subpg*/
.subpg .pin-wrapper,
.subpg .bg_gray {
    background-color: #f7f7f7;
}

/*table_basic*/
.table.table_basic {
    border-top: 2px solid #314b6d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 500;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}

/*t_tit*/
.t_tit h4 {
    position: relative;
    padding-left: 25px;
}
.t_tit h4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 6px solid #a83338;
}
@media (max-width:768px){
    .t_tit h4 {
        padding-left: 20px;
    }
    .t_tit h4:after {
        top: 6px;
        width: 15px;
        height: 15px;
        border: 4px solid #a83338;
    }
}

/*top_sec*/
.top_sec .lft.com1 {
    background: url(../img/t_com1_bg.jpg) center center no-repeat;
}
.top_sec .lft.com2 {
    background: url(../img/t_com2_bg.jpg) center center no-repeat;
}
.top_sec .lft.com5 {
    background: url(../img/t_com5_bg.jpg) center center no-repeat;
}
.top_sec .lft.bus1 {
    background: url(../img/t_bus1_bg.jpg) center center no-repeat;
}
.top_sec .lft.bus2 {
    background: url(../img/t_bus2_bg.jpg) center center no-repeat;
}
.top_sec .lft.tx1 {
    background: url(../img/t_tx1_bg.jpg) center center no-repeat;
}
.top_sec .lft.tx2 {
    background: url(../img/t_tx2_bg.jpg) center center no-repeat;
}
.top_sec .lft.tx4 {
    background: url(../img/t_tx4_bg.jpg) center center no-repeat;
}
.top_sec .lft.pol7 {
    background: url(../img/t_pol7_bg.jpg) center center no-repeat;
}
.top_sec .rt {
    background-color: #f4f4f4;
}
.top_sec .rt h5 {
    font-weight: 500;
}
.top_sec .rt p {
    font-weight: 300;
    margin-top: 10px;
}
@media (min-width:769px) {
    .top_sec {
        margin-top: 20px;
        /*box-shadow: 10px 10px 20px rgba(0,0,0,0.05);*/
    }
    .top_sec .lft {
        height: 250px;
        width: 28%;
        background-size: cover !important;
    }
    .top_sec .rt {
        padding: 20px 40px;
    }
}
@media (max-width:768px) {
    .top_sec {
        margin-top: 10px;
    }
    .top_sec .lft {
        height: 150px;
        background-size: cover !important;
    }
    .top_sec .rt {
        padding: 20px 15px;
    }
}
/*consec*/
.consec > li {
    margin-top: 60px;
    position: relative;
}
.consec .lft_t {
    border-top: 1px solid #aaa;
    padding-top: 20px;
}
.consec .lft_t h4 {
    font-weight: 600;
    line-height: 1.2em;
}
.consec .rt_c {
    padding-top: 20px;
}
.consec p {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    word-break: keep-all;
}
@media (min-width:769px) {
    .consec .lft_t {
        width: 23%;
        float: left;
    }
    .consec .rt_c {
        float: left;
        margin-left: 5%;
        width: 72%;
        border-top: 1px solid #aaa;
    }
}
@media (max-width:768px) {
    .consec > li {
        margin-top: 30px;
    }
    .consec p {
        font-size: 14px;
    }
}

/*company_01*/
#company_01 .con_ment {
	word-break: keep-all;
}
#company_01 .con_ment .n_nyeongjo{
	font-family: 'Nanum Myeongjo';
	display: block;
	text-align: center;
}
#company_01 .con_ment > h5{
	font-size: 35px;
	line-height: 40px;
	color: #333;
}
#company_01 .con_ment > h6{
	font-size: 25px;
	line-height: 30px;
	color: #666;
}
#company_01 .divider hr {
    background: #7c7c7c !important;
	height: 1px;
}
@media (min-width:769px) {
   
} 



/*t_list*/
.t_list > li {
    font-size: 16px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 20px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 500;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 7px;
    }
    .t_list.t_list_sm > li {
        font-size: 12px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 15px;
    }
}
/*pr_wrp*/
.pr_wrp {
	background-color: #fff;
	padding: 30px 15px ;
    border: 1px solid #eee;
    border-radius: 20px;
}
.pr_wrp > li {
	position: relative;
	padding: 0 20px;
}
.pr_wrp > li:not(:last-child):after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	right: 0px;
	width: 12px;
	background: url(../img/arr.png) center center no-repeat;
}
.pr_wrp .ibox {
	width: 45px;
}
.pr_wrp .txtbox {
	padding-left: 15px;
}
.pr_wrp .txtbox h3 {
	color: #333;
    font-size: 20px;
}
@media (min-width:769px) {
    .pr_wrp .ibox {
        margin-bottom: 10px;
    }
	.pr_wrp .m_wrp {
		height: 185px;
        text-align: center;
	}
    .pr_wrp .ibox {
        display: inline-block;
    }
}
@media (max-width:768px) {
	.pr_wrp {
		padding: 15px;
	}
    .pr_wrp .txtbox {
	padding-left: 50px;
    }
	.pr_wrp .ibox {
		width: 45px;
	}
    .pr_wrp .txtbox h3 {
	color: #a5a5a5;
    font-size: 18px;
    }
	.pr_wrp > li {
		position: relative;
		padding: 20px 15px;
	}
	.pr_wrp > li:not(:last-child):after {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 20px;
		top: auto;
		right: 0;
		width: 100%;
		bottom: -10px;
	}
}
#company_04 .btn_area {
    margin-top: 20px;
}
#company_04 a:hover{
    color: #000;
}
#company_04 a:visited{
    color: #000;
}
#company_04 a{
    color: #000;
}
.btn_m {
    display: inline-block;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #999;
    color: #000;
    font-size: 14px;
    line-height: 47px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    font-family: "NotoR";
    text-decoration: none;
    
}
.btn_h {
    display: inline-block;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #999;
    color: #000 !important;
    font-size: 14px;
    line-height: 47px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    font-family: "NotoR";
    text-decoration: none;
    
}
.btn_h:hover {
    display: inline-block;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #333;
    color: #fff !important;
    font-size: 14px;
    line-height: 47px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    font-family: "NotoR";
    text-decoration: none;
    background-color: #333;
    
}

/*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 .t_list li {
    font-size: 17px;
    line-height: 1.2em;
    color: #1e1e1e;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: 600;
	word-break: keep-all;
}
.load_wrp .load_box .t_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    top: 8px;
}
.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 .t_list li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .load_wrp .load_box .t_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);
    }
}
.jung {
    display: inline-block;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #999;
    color: #000 !important;
    font-size: 14px;
    line-height: 47px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    font-family: "NotoR";
    text-decoration: none;
    
}
.jung:hover {
    display: inline-block;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #333;
    color: #fff !important;
    font-size: 14px;
    line-height: 47px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    font-family: "NotoR";
    text-decoration: none;
    background-color: #333;
    
}