/*ALL CSS-----------------------------------------------------*/
/* COMMON */
.br_550_on {display: none;}

@media (max-width: 550px) {
	.br_550_on {display: block;}
}
.pd_125 {padding: 125px 0;}

/*---관리자버튼---*/
.hd_admin{position:fixed;bottom:10px;left:10px;z-index:999;}
.hd_admin a{padding:0 20px;display:inline-block;;line-height:40px;background:#d12323;color:#fff}
.hd_admin a:hover{background:#ff0000}

header .k_hd_con,
.main_buisiness-wrap,
.mb_tab_contents{width: 100%; height: 100%; padding: 0 200px; box-sizing: border-box;}
.gray{color: #b1b1b1;}
.s{margin-left: 20px;}

header { position: fixed; width: 100%; top: 0; left: 0; z-index: 10; transition:.4s;}
header .k_hd_con{display: flex; height: 100px;}
header .k_hd_con h1{width: 20%; width: 50%; padding-top: 25px;}
header .k_hd_con h1 a{display: block; width: 100%;}
header .k_hd_con h1 a img{max-width: 150px; width: 100%;}
header .k_hd_con > nav{width: 80%; padding-top: 30px;}
header .k_hd_con > nav > button{display: none;}
header .k_hd_con > nav > ul{display: flex; justify-content: flex-end; }
header .k_hd_con > nav > ul > li{margin-left: 75px; font-size: 1.2rem; font-weight: 700; color: #fff; transition:.4s;}
header .k_hd_con > nav > ul > li a{display: block; width: 100%;}
header .k_hd_con > nav > ul > li:hover{color: #0c5bc7;}
.logo_on {display: none;}
.nav_mo{display: none;}
.dn{display: none;}

/* header.on */
header.on {background-color: rgba(255,255,255, 0.8);}
header.on .k_hd_con > nav > ul > li {color: #222;}
header.on .k_hd_con > nav > ul > li:hover{color: #0c5bc7;}
header.on .logo_off {display: none;}
header.on .logo_on {display: block;}
/* header */

/* m nav */
.dm_nav {position: relative;}
#d_tog_close {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
	display: none;
}
#d_tog_close span {
  position: absolute;
  top: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #ccc;
  transition: transform 0.3s;
}
#d_tog_close span:nth-child(1) {transform: rotate(45deg);}
#d_tog_close span:nth-child(2) {transform: rotate(-45deg);}
#d_tog_close:hover span:nth-child(1),
#d_tog_close:hover span:nth-child(2) {
  transform: rotate(0);
}

footer{width: 100%; background-color: #000; padding: 65px 200px 100px; box-sizing: border-box;}
footer > div{color: #fff; display: flex;}
footer > div > div{margin-left: 60px; font-size: 15px; width: 100%;}
footer > div > div .ft_R_T_conainer{margin-bottom: 20px;}
footer > div > div .ft_R_T_conainer p{line-height: 30px; }
/* footer */
/* global css */

.main_buisiness-contanier{background: url("../img/images/main_OB_bg.png") left top; background-size: cover; width: 100%; height: 100%; background-color: #0c5bc7; }
.main_buisiness-wrap{display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 100px 200px 190px; box-sizing:}
.main_buisiness-wrap h2{font-size: 2.8rem; color: #fff; font-weight: 700; margin-bottom: 80px;}
.main_buisiness-wrap ul{ display: flex;}
.main_buisiness-wrap ul li{width: calc( ( 100% - 60px ) / 3); position: relative;}
.main_buisiness-wrap ul li:not(:first-of-type){margin-left: 30px;}
.main_buisiness-wrap ul li figure img{width: 100%;}
.main_buisiness-wrap ul li .mb_contents_box{display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); transition: 0.7s ease; width: 92%; height: 250px; padding: 20px 10px; box-sizing: border-box; background-color: #fff; border-radius: 5%;}
.main_buisiness-wrap ul li .mb_contents_box .mb_p01{font-size: 1.7rem; font-weight: 700; margin-bottom: 20px; text-align: center;}
.main_buisiness-wrap ul li .mb_contents_box .mb_p02{font-size: 1rem; color: #a7a7a7; height: 40px; margin-bottom: 20px; text-align: center;}
.main_buisiness-wrap ul li span{position: relative; display: block; background-color: #a7a7a7; width: 40px; height: 40px; border-radius: 50%;}
.main_buisiness-wrap ul li span img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.main_buisiness-wrap ul li:hover span{background-color: #065993; }
.main_buisiness-wrap ul li:hover .mb_contents_box{transform: translate(-50%,-30px);}
/* main_business */

.main_product-contanier{width: 100%; height: 100%; padding: 100px 200px 190px; box-sizing: border-box;}
.main_product-contanier h2{font-size: 2.8rem;  font-weight: 700; margin-bottom: 80px; margin: 0 auto; margin-bottom: 80px; text-align: center;}
.tabArea {width: 100%; height: 100%; margin: 0 auto; } 
.tabArea .tab {text-align: center; display:flex; justify-content: center; flex-wrap: wrap;} 
.tabArea .tab li{display: inline-block; position: relative;}
.tabArea .tab li:nth-child(1){border-left: 0px solid #ddd;}
.tabArea .tab li a {position: relative; font-size: 1.1rem; color: #9c9c9c; font-weight: 700; padding: 10px 30px; box-sizing: border-box;} 
.tabArea .tab li::before {
	content: "";	position: absolute;
	width: 1px; height: 80%;
	top: 50%; right: -1px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #a7a7a7;
}
.tabArea .tab li:last-child::before {display: none;}
.tabArea .tab li.on::before {
	display: none;
}
.tabArea .tab li.on a {font-weight: bold; color: #fff; background-color: #0c5bc7;} 
.tabArea .tabBox {margin-top: 35px;display: none;} 
.tabArea .tabBox.on { display: block; } 
.tabArea .tabBox p { font-size: 14px; color: #555; } 
/* new product */

@media (max-width:1400px){
    .main_buisiness-wrap,
    .main_product-contanier,
    .mb_tab_contents,
    .mb_tab{width: 100%; height: 100%; padding: 0 30px; box-sizing: border-box;}
    .gray{color: #b1b1b1;}
    .s{margin-left: 10px;}
    /* all */

    header .k_hd_con{display: flex; height: 100px; z-index: 100;}
    header .k_hd_con h1{position: fixed; top: 25px; left: 30px; padding-top: 0;}
    header .k_hd_con h1 a{display: block; width: 100%;}
    header .k_hd_con h1 a img{max-width: 150px; width: 100%;}
    /* logo */
    header .k_hd_con .nav_mo{position: fixed; top: 32px; right: 30px; cursor: pointer; display: flex; flex-direction: column;}
    header .k_hd_con .nav_mo span{width: 35px; height: 2px; display: block; background-color: #fff; transition:.4s;}
		header.on .k_hd_con .nav_mo span {background-color: #000;}
    header .k_hd_con .nav_mo span:not(:last-of-type){margin-bottom: 8px;}
    /* nav mobile btn */
    header .k_hd_con nav{max-width: 360px; width: 100%; height: 100vh; position: absolute; top: 0; right: -40%; padding: 20px 30px; box-sizing: border-box; background-color: #fff; display: flex; flex-direction: column; transition: right 1s;}
    header .k_hd_con nav > .nav_mo_btn_close{font-size: 25px; align-self: flex-end; display: block;}
    header .k_hd_con nav > ul{display: flex; flex-direction: column; padding: 100px 0; }
    header .k_hd_con nav > ul > li{font-size: 1.2rem; font-weight: 700; margin-bottom: 50px;color: #000;}
    header .k_hd_con nav > ul > li a{display: block; width: 100%;}
    header .k_hd_con nav > ul > li:hover a{color: #0c5bc7;}
    header .k_hd_con nav.open{right: 0;}
    header .k_hd_con nav.close{right: -100%;}

		#d_tog_close {display: block;}

    /* nav mobile */
    /* header */

    footer{background-color: #000; padding: 65px 30px 100px; box-sizing: border-box;}
    footer > div{color: #fff; display: flex;}
    footer > div h1{margin-bottom: 30px;}
    footer > div > div{margin-left: 20px; font-size: 0.95rem; }
    footer > div > div .ft_R_T_conainer{margin-bottom: 30px;}
    footer > div > div .ft_R_T_conainer p{line-height: 22px;}
    /* footer */

    .main_buisiness-contanier{background: url("../img/images/main_OB_bg.png") left top; background-size: cover; width: 100%; height: 100%; background-color: #0c5bc7; }
    .main_buisiness-wrap{display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 100px 50px 190px; box-sizing: border-box;}
    .main_buisiness-wrap h2{font-size: 2.8rem; color: #fff; font-weight: 700; margin-bottom: 80px;}
    .main_buisiness-wrap ul{display: flex;}
    .main_buisiness-wrap ul li{width: calc( ( 100% - 50px ) / 3); position: relative;}
    .main_buisiness-wrap ul li:not(:first-of-type){margin-left: 25px;}
    .main_buisiness-wrap ul li figure img{width: 100%;}
    .main_buisiness-wrap ul li .mb_contents_box{display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%); transition: 0.7s ease; width: 88%; height: 200px; padding: 10px 10px; box-sizing: border-box; background-color: #fff; border-radius: 5%; padding: 20px 10px; box-sizing: border-box;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p01{font-size: 1.5rem; font-weight: 700;height: 40px; margin-bottom: 20px; text-align: center;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p02{font-size: 1rem; color: #a7a7a7; height: 40px; margin-bottom: 20px; text-align: center;}
    .main_buisiness-wrap ul li span{position: relative; display: block; background-color: #a7a7a7; width: 30px; height: 30px; border-radius: 50%;}
    .main_buisiness-wrap ul li span img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
    .main_buisiness-wrap ul li:hover span{background-color: #065993; }
    .main_buisiness-wrap ul li:hover .mb_contents_box{transform: translate(-50%,-30px);}
    /* main_business */

    .main_product-contanier{width: 100%; height: 100%; padding: 100px 30px 190px; box-sizing: border-box;}
    .main_product-contanier h2{font-size: 2.8rem;  font-weight: 700; margin-bottom: 80px; margin: 0 auto; margin-bottom: 80px; text-align: center;}
    .main_product-contanier .mp_tabcontents{text-align: center;}
    .main_product-contanier .mp_tabcontents input[type="radio"]{display: none;}
    .main_product-contanier .mp_tabcontents label{font-size: 1.1rem; font-weight: 700; padding: 2px 30px; box-sizing: border-box; color: #9c9c9c; cursor: pointer;}
    .main_product-contanier .mp_tabcontents label:not(:first-of-type){border-left: 1px solid rgba(0, 0, 0, 0.1);}
    .main_product-contanier .mp_tabcontents input[type="radio"]:checked + label{background-color: #0c5bc7; color: #fff; display: inline-block;}
    /* main_product */
}
@media (max-width:950px){
    header .k_hd_con nav{width: 100%; height: 100vh; position: absolute; top: 0; right: -40%; 
		padding: 20px 30px; box-sizing: border-box; background-color: #fff; display: flex; flex-direction: column; 
		transition: right 1s; border-radius: 20px 0 0 20px;}
    header .k_hd_con > nav > ul > li{margin-left: 10px; font-size: 1.2rem; font-weight: 700; color: #000;}
    /* nav */
    footer{background-color: #000; padding: 65px 30px 100px; box-sizing: border-box;}
    footer > div{color: #fff; display: flex; flex-direction: column;}
    footer > div h1{margin-bottom: 30px;}
    footer > div > div{margin-left: 20px; font-size: 0.95rem; }
    footer > div > div .ft_R_T_conainer{margin-bottom: 30px;}
    footer > div > div .ft_R_T_conainer p{line-height: 22px;}
    /* footer */

    .main_buisiness-contanier{background: url("../img/images/main_OB_bg.png") no-repeat; background-size: cover; width: 100%; height: 100%; background-color: #0c5bc7; }
    .main_buisiness-wrap{display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 100px 30px 190px; box-sizing: border-box;}
    .main_buisiness-wrap h2{font-size: 2.8rem; color: #fff; font-weight: 700; margin-bottom: 80px;}
    .main_buisiness-wrap ul{display: flex; flex-direction: column;}
    .main_buisiness-wrap ul li{width: 100%; position: relative; }
    .main_buisiness-wrap ul li:not(:first-of-type){margin-left: 0px;}
    .main_buisiness-wrap ul li:not(:last-of-type){margin-bottom: 100px;}
    .main_buisiness-wrap ul li figure img{width: 100%;}
    .main_buisiness-wrap ul li .mb_contents_box{display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); transition: 0.7s ease; width: 90%; height: 250px; padding: 10px 10px; box-sizing: border-box; background-color: #fff; border-radius: 5%; padding: 20px 10px; box-sizing: border-box;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p01{font-size: 1.8rem; font-weight: 700;height: 40px; margin-bottom: 20px; text-align: center;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p02{font-size: 1.1rem; color: #a7a7a7; height: 40px; margin-bottom: 20px; text-align: center;}
    .main_buisiness-wrap ul li span{position: relative; display: block; background-color: #a7a7a7; width: 30px; height: 30px; border-radius: 50%;}
    .main_buisiness-wrap ul li span img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
    .main_buisiness-wrap ul li:hover span{background-color: #065993; }
    .main_buisiness-wrap ul li:hover .mb_contents_box{transform: translate(-50%,-30px);}
    /* main_business */

    .main_product-contanier{width: 100%; height: 100%; padding: 100px 30px 190px; box-sizing: border-box;}
    .main_product-contanier h2{font-size: 2.8rem;  font-weight: 700; margin-bottom: 80px; margin: 0 auto; margin-bottom: 80px; text-align: center;}

    .tabArea {width: 100%; height: 100%; margin: 0 auto; } 
    .tabArea .tab {text-align: center;} 
		.tabArea .tab li:nth-child(3n){border-left: 0px solid #ddd; border-right: 0px solid #ddd;}
    .tabArea .tab li{display: inline-block; width: 33%; padding: 5px 0; margin-bottom: 20px; border-left: 0px solid #ddd; border-right: 1px solid #ddd;}
    .tabArea .tab li a {width:100%; font-size: 1.1rem; color: #9c9c9c; font-weight: 700; padding: 0px 0px; box-sizing: border-box;} 
		.tabArea .tab li.on{background-color: #0c5bc7;}
    .tabArea .tab li.on a {font-weight: bold; color: #fff; background-color: none;} 

    .tabArea .tabBox { margin-top: 35px; display: none; } 
    .tabArea .tabBox.on { display: block; } 
    .tabArea .tabBox p { font-size: 14px; color: #555; } 
    /* main_product */

}
@media (max-width:740px){
    header .k_hd_con nav{height: 100vh; position: absolute; top: 0; right: -100%; padding: 20px 30px; box-sizing: border-box; background-color: #fff; display: flex; flex-direction: column; transition: right 1s;}
    header .k_hd_con > nav > ul > li{margin-left: 0px; font-size: 1.2rem; font-weight: 700; color: #000;}
    /* nav */

    .main_buisiness-contanier{background: url("../img/images/main_OB_bg.png") no-repeat; background-size: cover; width: 100%; height: 100%; background-color: #0c5bc7; }
    .main_buisiness-wrap{width: 80%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 100px 30px 190px; box-sizing: border-box;}
    .main_buisiness-wrap h2{font-size: 2.8rem; color: #fff; font-weight: 700; margin-bottom: 80px;}
    .main_buisiness-wrap ul{display: flex; flex-direction: column; }
    .main_buisiness-wrap ul li{width: 100%; position: relative; }
    .main_buisiness-wrap ul li:not(:first-of-type){margin-left: 0px;}
    .main_buisiness-wrap ul li:not(:last-of-type){margin-bottom: 100px;}
    .main_buisiness-wrap ul li figure img{width: 100%;}
    .main_buisiness-wrap ul li .mb_contents_box{display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); transition: 0.7s ease; width: 85%; height: 220px; padding: 10px 10px; box-sizing: border-box; background-color: #fff; border-radius: 5%; padding: 20px 10px; box-sizing: border-box;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p01{font-size: 1.9rem; font-weight: 700;height: 40px; margin-bottom: 20px; text-align: center;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p02{font-size: 1.2rem; color: #a7a7a7; height: 40px; margin-bottom: 20px; text-align: center;}
    .main_buisiness-wrap ul li span{position: relative; display: block; background-color: #a7a7a7; width: 30px; height: 30px; border-radius: 50%;}
    .main_buisiness-wrap ul li span img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
    .main_buisiness-wrap ul li:hover span{background-color: #065993; }
    .main_buisiness-wrap ul li:hover .mb_contents_box{transform: translate(-50%,-30px);}
    /* main_business */

    .main_product-contanier{width: 100%; height: 100%; padding: 80px 30px 120px; box-sizing: border-box;}
    .main_product-contanier h2{font-size: 2.8rem;  font-weight: 700; margin-bottom: 80px; margin: 0 auto; margin-bottom: 80px; text-align: center;}

    .tabArea {width: 100%; height: 100%; margin: 0 auto; } 
    .tabArea .tab {text-align: center;} 
		.tabArea .tab li:nth-child(2n-1){border-left: 0px solid #ddd; border-right: 1px solid #ddd;}
    .tabArea .tab li{display: inline-block; width: 49%; margin-bottom: 20px; border-left: 0px solid #ddd; border-right: 0px solid #ddd;}
    .tabArea .tab li a {font-size: 1.1rem; color: #9c9c9c; font-weight: 700; padding: 2px 30px; box-sizing: border-box;} 
    .tabArea .tab li a:not(:first-of-type){border-left: 1px solid rgba(0, 0, 0, 0.1);}
    .tabArea .tab li.on a {font-weight: bold; color: #fff; background-color: #0c5bc7;} 
		.tabArea .tab li:nth-child(2n)::before {display: none;}
    .tabArea .tabBox { margin-top: 60px; display: none; } 
    .tabArea .tabBox.on { display: block; } 
    .tabArea .tabBox p { font-size: 14px; color: #555; } 
    /* main_product */

    .k{display: block;}
    footer{background-color: #000; padding: 65px 30px 100px; box-sizing: border-box;}
    footer > div{color: #fff; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
    footer > div h1{margin-bottom: 30px;}
    footer > div > div{margin-left: 0px; font-size: 0.9rem; text-align: left; width: 100%;}
    footer > div > div .ft_R_T_conainer{margin-bottom: 30px;}
    footer > div > div .ft_R_T_conainer p{line-height: 20px;}
    /* footer */
}
@media (max-width:450px){
    header .k_hd_con{display: flex; height: 100px; z-index: 10;}
    header .k_hd_con h1{position: fixed; top: 25px; left: 20px; padding-top: 0;}
    header .k_hd_con h1 a{display: block; width: 100%;}
    header .k_hd_con h1 a img{max-width: 120px; width: 100%;}
    header .k_hd_con .nav_mo{position: fixed; top: 32px; right: 20px; cursor: pointer; display: flex; flex-direction: column;}
    header .k_hd_con .nav_mo span{width: 35px; height: 2px; display: block; background-color: #fff;}
    header .k_hd_con .nav_mo span:not(:last-of-type){margin-bottom: 8px;}
    /* nav_moblie */

    header .k_hd_con > nav > ul > li{margin-left: 0px; font-size: 1.2rem; font-weight: 700; color: #000;}
    header .k_hd_con nav{width: 40%; height: 100vh; position: absolute; top: 0; right: -40%; padding: 20px 30px; box-sizing: border-box; background-color: #fff; display: flex; flex-direction: column; transition: right 1s;}
    header .k_hd_con nav > .nav_mo_btn_close{font-size: 25px; align-self: flex-end; display: block;}
    header .k_hd_con nav > ul{display: flex; flex-direction: column; padding: 100px 0; }
    header .k_hd_con nav > ul > li{font-size: 1.2rem; font-weight: 700; margin-bottom: 50px;color: #000;}
    header .k_hd_con nav > ul > li a{display: block; width: 100%;}
    header .k_hd_con nav.open{right: 0;}
    /* header */

    .k{display: block;}
    footer{background-color: #000; padding: 65px 30px 100px; box-sizing: border-box;}
    footer > div{color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center;}
    footer > div h1{margin-bottom: 30px; }
    footer > div > div{margin-left: 0px; font-size: 0.9rem; text-align: left; width: 100%; text-align: center;}
    footer > div > div .ft_R_T_conainer{margin-bottom: 30px;}
    footer > div > div .ft_R_T_conainer p{line-height: 20px;}
    /* footer */

    .main_buisiness-contanier{background: url("../img/images/main_OB_bg.png") no-repeat; background-size: cover; width: 100%; height: 100%; background-color: #0c5bc7; }
    .main_buisiness-wrap{width: 90%; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; 
		align-items: center; padding: 80px 20px 120px; box-sizing: border-box;}
    .main_buisiness-wrap h2{font-size: 2.8rem; color: #fff; font-weight: 700; margin-bottom: 80px; text-align: center;}
    .main_buisiness-wrap ul{display: flex; flex-direction: column; }
    .main_buisiness-wrap ul li{width: 100%; position: relative; }
    .main_buisiness-wrap ul li:not(:first-of-type){margin-left: 0px;}
    .main_buisiness-wrap ul li:not(:last-of-type){margin-bottom: 100px;}
    .main_buisiness-wrap ul li figure img{width: 100%;}
    .main_buisiness-wrap ul li .mb_contents_box{display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); transition: 0.7s ease; width: 87%; height: 160px; padding: 5px 5px; box-sizing: border-box; background-color: #fff; border-radius: 5%; padding: 20px 10px; box-sizing: border-box;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p01{font-size: 1.3rem; font-weight: 700;height: 40px; margin-bottom: 15px; text-align: center;}
    .main_buisiness-wrap ul li .mb_contents_box .mb_p02{font-size: 0.9rem; color: #a7a7a7; height: 40px; margin-bottom: 15px; text-align: center;}
    .main_buisiness-wrap ul li span{position: relative; display: block; background-color: #a7a7a7; width: 20px; height: 20px; border-radius: 50%;}
    .main_buisiness-wrap ul li span img{width: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
    .main_buisiness-wrap ul li:hover span{background-color: #065993; }
    .main_buisiness-wrap ul li:hover .mb_contents_box{transform: translate(-50%,-30px);}
    /* main_business */

    .main_product-contanier{width: 100%; height: 100%; padding: 100px 20px 190px; box-sizing: border-box;}
    .main_product-contanier h2{font-size: 2.8rem;  font-weight: 700; margin-bottom: 80px; margin: 0 auto; margin-bottom: 80px; text-align: center;}
    .main_product-contanier .mp_tabcontents{text-align: center;}
    .main_product-contanier .mp_tabcontents input[type="radio"]{display: none;}
    .main_product-contanier .mp_tabcontents label{font-size: 1.1rem; font-weight: 700; padding: 2px 30px; box-sizing: border-box; color: #9c9c9c; cursor: pointer;}
    .main_product-contanier .mp_tabcontents label:not(:first-of-type){border-left: 1px solid rgba(0, 0, 0, 0.1);}
    .main_product-contanier .mp_tabcontents input[type="radio"]:checked + label{background-color: #0c5bc7; color: #fff; display: inline-block;}
    /* main_product */


}


/* page - company */
.sub_visual-container{width: 100%; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("../img/images/sub_com_visual.png"); background-size: cover;}
.sub_visual-container02 {background-image: url("../img/images/sv02.jpg"); background-size: cover;}
.sub_visual-container03 {background-image: url("../img/images/sv03.jpg"); background-size: cover;}
.sub_visual-container04 {background-image: url("../img/images/sv04.jpg"); background-size: cover;}
.sub_visual-container h2{font-size: 2.8rem; font-weight: 700; color: #fff;}
.sub_visual-container p{font-size: 1rem; color: #fff;}
/* visual */
.sub_company-container{width: 100%; height: 100%; padding: 100px 200px 190px; box-sizing: border-box; background-color: #f8f8f8; background-image: url("../img/images/sub_com_bg.png"); background-size: cover;}
.sub_company-container h3{font-size: 2.2rem; font-weight: 700; margin-bottom: 100px; text-align: center;}
.sub_company-container > div{display: flex;}
.sub_company-container > div .sp_imgbox{width: 50%; text-align: center;}
.sub_company-container > div .sp_imgbox img{max-width: 620px; width: 100%;}
.sub_company-container > div .sp_txtbox{width: 50%; padding: 50px 0 0 50px; box-sizing: border-box;}
.sub_company-container > div .sp_txtbox p{display: block;}
.sub_company-container > div .sp_txtbox p .b{color: #00078c;}
.sub_company-container > div .sp_txtbox .sp_p01{font-size: 2.8rem; line-height: 50px; font-weight: 700; margin-bottom: 50px;}
.sub_company-container > div .sp_txtbox .sp_p02{font-size: 1rem; line-height: 30px; margin-bottom: 140px;}
.sub_company-container > div .sp_txtbox .sp_p03{font-size: 1rem; line-height: 30px; font-weight: 600;}
/* greeting */
.sub_contact-container{width: 100%; height: 100%; padding: 100px 200px 190px; box-sizing: border-box;}
.sub_contact-container h3{font-size: 2.2rem;font-weight: 700; margin-bottom: 100px; text-align: center;}
.sub_contact-container > div{display: flex; width: 100%;}
.sub_contact-container > div > .sc_infobox{width: 50%; padding: 100px 0 0 100px; box-sizing: border-box;}
.sub_contact-container > div > .sc_infobox ul li{margin-bottom: 100px;}
.sub_contact-container > div > .sc_infobox ul li .sc_p01{font-size: 1.1rem; font-weight: 700; color: #c8c8c8; margin-bottom: 35px;}
.sub_contact-container > div > .sc_infobox ul li .sc_p02{font-size: 1rem; line-height: 30px;}
.sub_contact-container > div > .sc_mapbox{width: 50%; padding: 0 0; margin-top: 50px; box-sizing: border-box;}
.sub_contact-container > div > .sc_mapbox .root_daum_roughmap{width: 85%; max-height: 800px;}
.sub_contact-container > div > .sc_mapbox .wrap_controllers{display: none;}
/* #map{height: 500px;} */
/* contact */
@media (max-width:1400px){

    .sub_company-container{width: 100%; height: 100%; padding: 100px 30px 190px; box-sizing: border-box; background-color: #f8f8f8; background-image: url("../img/images/sub_com_bg.png"); background-position: right top; background-size: cover;}
    .sub_company-container h3{font-size: 2rem; font-weight: 700; margin-bottom: 100px; text-align: center;}
    .sub_company-container > div{display: flex;}
    .sub_company-container > div .sp_imgbox{width: 50%; text-align: center;}
    .sub_company-container > div .sp_imgbox img{ width: 100%;}
    .sub_company-container > div .sp_txtbox{width: 50%; padding: 50px 0 0 50px; box-sizing: border-box;}
    .sub_company-container > div .sp_txtbox p{display: block;}
    .sub_company-container > div .sp_txtbox p .b{color: #00078c;}
    .sub_company-container > div .sp_txtbox .sp_p01{font-size: 2.8rem; line-height: 50px; font-weight: 700; margin-bottom: 50px;}
    .sub_company-container > div .sp_txtbox .sp_p02{font-size: 1rem; line-height: 30px; margin-bottom: 140px;}
    .sub_company-container > div .sp_txtbox .sp_p03{font-size: 1rem; line-height: 30px; font-weight: 600;}
     
    .sub_contact-container{width: 100%; height: 100%; padding: 100px 30px 190px; box-sizing: border-box;}
    .sub_contact-container h3{font-size: 2rem;font-weight: 700; margin-bottom: 100px; text-align: center;}
    .sub_contact-container > div{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;}
    .sub_contact-container > div > .sc_infobox{width: 100%; padding: 0px; box-sizing: border-box;}
    .sub_contact-container > div > .sc_infobox ul li{text-align: center; margin-bottom: 50px;}
    .sub_contact-container > div > .sc_infobox ul li .sc_p01{font-size: 1.1rem; font-weight: 700; color: #c8c8c8; margin-bottom: 20px;}
    .sub_contact-container > div > .sc_infobox ul li .sc_p02{font-size: 1rem; line-height: 30px;}
    .sub_contact-container > div > .sc_mapbox{width: 80%; padding: 0; box-sizing: border-box; margin: 0 auto;}
    .sub_contact-container > div > .sc_mapbox .root_daum_roughmap{width: 100%;}

}
@media (max-width:950px){
    .sub_visual-container{width: 100%; height: 50vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("../img/images/sub_com_visual.png"); background-size: cover; background-position: center;}
    .sub_visual-container h2{font-size: 2.8rem; font-weight: 700; color: #fff;}
    .sub_visual-container p{font-size: 1rem; color: #fff;}

    .sub_company-container{width: 100%; height: 100%; padding: 100px 30px 190px; box-sizing: border-box; background-color: #f8f8f8; background-image: url("../img/images/sub_com_bg.png"); background-position: right top; background-size: cover;}
    .sub_company-container h3{font-size: 2rem; font-weight: 700; margin-bottom: 80px; text-align: center;}
    .sub_company-container > div{display: flex; flex-direction: column;}
    .sub_company-container > div .sp_imgbox{width: 100%; text-align: center;}
    .sub_company-container > div .sp_imgbox img{width: 180%; }
    .sub_company-container > div .sp_txtbox{width: 100%; padding: 50px 0 0 50px; box-sizing: border-box;}
    .sub_company-container > div .sp_txtbox p{display: block;}
    .sub_company-container > div .sp_txtbox p .b{color: #00078c;}
    .sub_company-container > div .sp_txtbox .sp_p01{font-size: 2.8rem; line-height: 50px; font-weight: 700; margin-bottom: 50px;}
    .sub_company-container > div .sp_txtbox .sp_p02{font-size: 1rem; line-height: 30px; margin-bottom: 140px;}
    .sub_company-container > div .sp_txtbox .sp_p03{font-size: 1rem; line-height: 30px; font-weight: 600;}
    
    .sub_contact-container h3{font-size: 2rem;font-weight: 700; margin-bottom: 80px; text-align: center;}
    .sub_contact-container > div > .sc_mapbox{width: 80%; padding: 0; box-sizing: border-box; margin: 0 auto;}
    .sub_contact-container > div > .sc_mapbox .root_daum_roughmap{width: 100%;}
}
@media (max-width:740px){
		.d_inner {padding: 70px 0 !important;}
    .sub_visual-container{width: 100%; height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("../img/images/sub_com_visual.png"); background-size: cover; background-position: center;}
    .sub_visual-container h2{font-size: 2.8rem; font-weight: 700; color: #fff;}
    .sub_visual-container p{font-size: 1rem; color: #fff;}

    .sub_company-container{width: 100%; height: 100%; padding: 70px 40px 70px; box-sizing: border-box; background-color: #f8f8f8; background-image: url("../img/images/sub_com_bg.png"); background-position: right top; background-size: cover;}
    .sub_company-container h3{font-size: 2rem; font-weight: 700; margin-bottom: 40px; text-align: center;}
    .sub_company-container > div{display: flex; flex-direction: column; justify-content: center; align-items: center;}
    .sub_company-container > div .sp_imgbox{width: 100%; text-align: center;}
    .sub_company-container > div .sp_imgbox img{width: 80%; }
    .sub_company-container > div .sp_txtbox{width: 100%; padding: 50px 0 0 0px; box-sizing: border-box;}
    .sub_company-container > div .sp_txtbox p{display: block;}
    .sub_company-container > div .sp_txtbox p .b{color: #00078c;}
    .sub_company-container > div .sp_txtbox .sp_p01{font-size: 2.8rem; line-height: 50px; font-weight: 700; margin-bottom: 30px;}
    .sub_company-container > div .sp_txtbox .sp_p02{font-size: 1.3rem; line-height: 30px; margin-bottom: 80px;}
    .sub_company-container > div .sp_txtbox .sp_p03{font-size: 1.1rem; line-height: 30px; font-weight: 600;}
    
    .sub_contact-container{width: 100%; height: 100%; padding: 70px 20px 70px; box-sizing: border-box; overflow: hidden;}
    .sub_contact-container h3{font-size: 2rem;font-weight: 700; margin-bottom: 40px; text-align: center;}
    .sub_contact-container > div{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 0 20px;}
    .sub_contact-container > div > .sc_infobox{width: 100%; padding: 0px; box-sizing: border-box;}
    .sub_contact-container > div > .sc_infobox ul li{text-align: center; margin-bottom: 50px;}
    .sub_contact-container > div > .sc_infobox ul li .sc_p01{font-size: 1.3rem; font-weight: 700; color: #c8c8c8; margin-bottom: 20px;}
    .sub_contact-container > div > .sc_infobox ul li .sc_p02{font-size: 1.1rem; line-height: 30px;}
    .sub_contact-container > div > .sc_mapbox{width: 100%; padding: 0px; box-sizing: border-box; margin: 0 auto;}'
    .sub_contact-container > div > .sc_mapbox .root_daum_roughmap{width: 100%;}

		header .k_hd_con {height: 60px;}
		header .k_hd_con h1 {top: 15px;}
		header .k_hd_con h1 a img {width: auto; height: 30px;}
		header .k_hd_con .nav_mo {top: 19px;}
		header .k_hd_con .nav_mo span:not(:first-of-type) {margin-top: 4px;}
		header .k_hd_con .nav_mo span:not(:last-of-type) {margin-bottom: 4px;}
}
@media (max-width:450px){
    .sub_visual-container{width: 100%; height: 40vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("../img/images/sub_com_visual.png"); background-size: cover; background-position: center;}
    .sub_visual-container h2{font-size: 2.8rem; font-weight: 700; color: #fff;}
    .sub_visual-container p{font-size: 1rem; color: #fff;}

    .sub_company-container{width: 100%; height: 100%; padding: 70px 40px 70px; box-sizing: border-box; background-color: #f8f8f8; background-image: url("../img/images/sub_com_bg.png"); background-position: right top; background-size: 300%; background-repeat: no-repeat;}
    .sub_company-container h3{font-size: 2.2rem; font-weight: 700; margin-bottom: 40px; text-align: center;}
    .sub_company-container > div{display: flex; flex-direction: column; justify-content: center; align-items: center;}
    .sub_company-container > div .sp_imgbox{width: 100%; text-align: center;}
    .sub_company-container > div .sp_imgbox img{width: 100%; }
    .sub_company-container > div .sp_txtbox{width: 100%; padding: 50px 0 0 0px; box-sizing: border-box;}
    .sub_company-container > div .sp_txtbox p{display: block;}
    .sub_company-container > div .sp_txtbox p .b{color: #00078c;}
    .sub_company-container > div .sp_txtbox .sp_p01{font-size: 2.8rem; line-height: 50px; font-weight: 700; margin-bottom: 30px;}
    .sub_company-container > div .sp_txtbox .sp_p02{font-size: 1.3rem; line-height: 30px; margin-bottom: 80px;}
    .sub_company-container > div .sp_txtbox .sp_p03{font-size: 1.1rem; line-height: 30px; font-weight: 600;}
    
    .sub_contact-container{width: 100%; height: 100%; padding: 70px 20px 70px; box-sizing: border-box; overflow: hidden;}
    .sub_contact-container h3{font-size: 2.2rem; font-weight: 700; margin-bottom: 40px; text-align: center;}
    .sub_contact-container > div{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;}
    .sub_contact-container > div > .sc_infobox{width: 100%; padding: 0px; box-sizing: border-box;}
    .sub_contact-container > div > .sc_infobox ul li{text-align: center; margin-bottom: 24px;}
    .sub_contact-container > div > .sc_infobox ul li .sc_p01{font-size: 1.3rem; font-weight: 700; color: #c8c8c8; margin-bottom: 20px;}
    .sub_contact-container > div > .sc_infobox ul li .sc_p02{font-size: 1.1rem; line-height: 30px;}
    .sub_contact-container > div > .sc_mapbox{width: 100%; padding: 0; box-sizing: border-box; margin: 0 auto;}
    .sub_contact-container > div > .sc_mapbox .root_daum_roughmap{width: 100%; height: 400px;}
}


 