@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
a {
   text-decoration: none;
   color: #666;
}
img.img_block {
   display: block;
}

/* 공통사항 */
.width {
   width: 1200px;
   margin: 0px auto;
   position: relative;
}
.width:after {
   clear: both;
   display: block;
   content: "";
}
body {
   font-size: 9pt;
   width: 100%;
   min-width: 320px;
   font-family: "Nanum Gothic", "맑은 고딕";
}
.img_block {
   display: block;
}

/* 헤더 정의 */
#header {
   width: 100%;
   background: url(../images/top_bg.jpg);
}
#header:after {
   clear: both;
   display: block;
   content: "";
}
.tp_logo {
   position: relative;
   float: left;
   width: 100%;
   height: 60px;
   margin-top: 30px;
   text-align: center;
}
.tp_logo img { max-height:45px;  }
.tp_line2 ul {
   list-style: none;
   width: 1100px;
   font-size: 20px;
   margin: 0 auto;
   color: #666666;
}
.tp_line2 ul a:hover {
   color: #303030;
   font-weight: bold;
}
.tp_line2 ul li {
   float: left;
   margin: 30px 0 20px 0;
   padding: 0 86px;
}
.tp_line2 ul li:first-of-type {
   padding-left: 0px;
}
.tp_line2 ul li:last-of-type {
   padding-right: 0px;
}

.ft_btn1 {
   list-style: none;
   display: none;
   height: 70px;
   background: #f31231;
   position: fixed;
   bottom: -10px;
   width: 100%;
   z-index: 999;
}
.ft_btn1 li {
   float: left;
   width: 50%;
   height: 40px;
   text-align: center;
   margin-top: 17px;
}
.ft_btn1 li:first-of-type {
   border-right: 1px solid #fff;
}

/* .kakao_btn,
.facebook_btn,
.hiseoul_btn {
   display: none;
}
.hiseoul_btn2 {
   position: absolute;
   right: 100px;
   top: 24px;
}
.sobija_btn {
   position: absolute;
   right: 0px;
   top: 20px;
}
.sobija_btn2 {
   position: absolute;
   right: 0px;
   top: 12px;
   display: none;
}
.innobiz_btn {
   position: absolute;
   right: 200px;
   top: 20px;
}
.innobiz_btn2 {
   position: absolute;
   right: 0;
   top: 0;
   display: none;
}
.mainbiz_btn {
   position: absolute;
   right: 340px;
   top: 20px;
} */
.head_sponser {
   display: flex;
   align-items: center;
   position: absolute;
   top: -10px;
   right: 0;
}
.head_sponser > div {
   margin: 0 10px;
}
.head_sponser.mo {
   display: none;
}

/* 섹션 정의 */
#wrapper {
   width: 100%;
   padding-bottom: 40px;
   background: #f7f7f7;
}
#wrapper:after {
   display: block;
   content: "";
   clear: both;
}
.arrow {
   margin: 40px 0 20px 0;
}

#wrapper2 {
   width: 100%;
}
#wrapper:after {
   display: block;
   content: "";
   clear: both;
}

#wrapper2 .bn_qna1 {
   float: left;
   width: 50%;
   text-align: center;
   margin: 30px auto;
}
#wrapper2 .bn_qna1 img {
   width: 99%;
}

#wrapper2 .bn_qna2 {
   float: left;
   width: 50%;
   text-align: center;
   margin: 30px auto;
}
#wrapper2 .bn_qna2 img {
   width: 99%;
}

ul.main_cont {
   list-style: none;
   margin: 40px auto;
}
ul.main_cont > li {
   float: left;
   position: relative;
   width: 380px;
}
ul.main_cont > li img {
   display: block;
}
ul.main_cont > li:nth-child(2) {
   margin: 0 30px 0 30px;
}
ul.main_cont:after {
   clear: both;
   display: block;
   content: "";
}
ul.main_cont > li:last-child {
   display: none;
}

ul.main_cont > li .main_cont_cont {
   border: 1px solid #dfdfdf;
   border-top: none;
   width: 100%;
   height: 140px;
}
ul.main_cont > li .main_cont_cont:after {
   clear: both;
   display: block;
   content: "";
}
ul.main_cont > li .main_cont_cont {
   padding: 26px 70px 25px 30px;
   font-size: 13px;
   color: #666;
   background: #fff;
   margin-bottom: 0px;
}
ul.main_cont > li .main_cont_cont span {
   font-size: 24px;
   font-weight: bold;
   color: #353129;
   display: block;
}
ul.main_cont > li .main_cont_plus {
   position: absolute;
   right: 0;
   bottom: 0;
   transform-origin: bottom right;
}

ul.main_cont > li .main_sub_cont {
   width: 100%;
   display: none;
}
ul.main_cont > li .main_sub_cont > li {
   width: 100%;
   height: 50%;
   background-position: center;
}
ul.main_cont > li .main_sub_cont > li:first-child {
   background: url(../images/sub_cont1_img.png);
   background-size: cover;
}
ul.main_cont > li .main_sub_cont > li:last-child {
   background: url(../images/sub_cont2_img.png);
   background-size: cover;
}
ul.main_cont > li .main_sub_cont > li p {
   opacity: 0;
}
ul.main_cont > li .main_sub_cont:after {
   display: block;
   content: "";
   clear: both;
}

ul.sub_cont {
   list-style: none;
   margin: 0 auto;
}
ul.sub_cont li {
   float: left;
}
ul.sub_cont li img {
   display: block;
}
ul.sub_cont li:nth-child(2) {
   margin: 0 30px 0 30px;
}

ul.sub_cont .sub_cont_cont {
   margin-top: 30px;
   font-size: 12px;
   color: #929292;
   text-align: center;
   line-height: 16px;
}
ul.sub_cont .sub_cont_cont span {
   font-size: 20px;
   color: #5c5c5c;
   display: block;
   margin-bottom: 17px;
   font-weight: bold;
}
ul.sub_cont .sub_cont_cont span:nth-of-type(2) {
   display: block;
   width: 228px;
   height: 1px;
   margin: 0 auto;
   background: #afaeb0;
}

.sub_cont_kakao {
   display: none;
}

.sub_box {
   width: 940px;
}
.main_slide > img {
   width: 100%;
}

.sub_info_box {
   width: 940px;
   border: 1px solid #dfdfdf;
   border-radius: 10px;
   padding: 27px;
}
.sub_info_box > img:first-of-type {
   padding-right: 30px;
}
.sub_info_box > img:last-of-type {
   padding-left: 45px;
   border-left: 1px solid #dfdfdf;
}

.sub_tit {
   width: 100%;
   height: 62px;
   margin-bottom: 43px;
}
.sub_tit .tit_left {
   float: left;
   margin: 30px 0 0 40px;
   font-size: 27px;
   font-weight: bold;
   color: #444444;
}
.sub_tit .tit_right {
   float: right;
   margin-top: 47px;
   font-size: 11px;
   color: #969393;
}

.sub_tittwo {
   width: 100%;
   height: 62px;
   margin-bottom: 100px;
}
.sub_tittwo .tit_left {
   float: left;
   margin: 100px 0 0 0px;
   font-size: 27px;
   font-weight: bold;
   color: #444444;
}

.linebar {
   margin: 0px auto;
   text-align: center;
}
.linebar2 {
   margin: 0px auto;
   text-align: center;
}

.subtitle {
   margin: 0px auto;
   color: #323232;
   font-size: 30px;
   font-weight: 800;
   text-align: center;
   line-height: 35px;
   padding-top: 20px;
}
.subtitle2 {
   margin: 0px auto;
   color: #323232;
   font-size: 16px;
   font-weight: 400;
   text-align: center;
   line-height: 23px;
}

.bigtitle {
   margin: 0px auto;
   color: #b02e2a;
   font-size: 60px;
   font-weight: 800;
   text-align: center;
   padding-top: 120px;
   padding-bottom: 70px;
}

.sub01_cont01 {
   margin: 0px auto;
   color: #323232;
   font-size: 18px;
   font-weight: 400;
   text-align: center;
   line-height: 38px;
}
.sub01_cont02 {
   margin: 0px auto;
   color: #323232;
   font-size: 18px;
   font-weight: 700;
   text-align: center;
   line-height: 30px;
   padding-top: 20px;
}
.sub01_cont03 {
   margin: 0px auto;
   color: #323232;
   font-size: 18px;
   font-weight: 400;
   text-align: center;
   line-height: 30px;
   padding-top: 30px;
}

.sub01_cont01 p {
   width: 1200px;
   margin: 0px auto;
}
.sub01_cont02 p {
   width: 1200px;
   margin: 0px auto;
}
.sub01_cont03 p {
   width: 1200px;
   margin: 0px auto;
}

.introduce {
   background-color: #f7f7f7;
   padding-bottom: 100px;
}
.introduce:after {
   clear: both;
   display: block;
   content: "";
}
.vision {
   padding-top: 60px;
   padding-bottom: 80px;
}
.field {
   background-color: #f7f7f7;
   padding-top: 100px;
   padding-bottom: 170px;
}
.system {
   padding-top: 60px;
   padding-bottom: 80px;
}
.address {
}

.field_img {
   margin: 0px auto;
   padding-top: 110px;
   text-align: center;
}
.system_img {
   margin: 0px auto;
   padding-top: 70px;
   text-align: center;
}

.vision_box {
   width: 922px;
   margin: 0px auto;
   padding-top: 50px;
   text-align: center;
}
.vision_box .vision_cont {
   width: 230px;
   text-align: center;
   margin-right: 84px;
   display: inline-block;
   vertical-align: top;
}
.vision_box .vision_cont:last-child {
   margin-right: 0px;
}
.vision_box .vision_cont img {
   width: 100%;
}
.vision_box .vision_cont h1 {
   font-size: 30px;
   color: #b02e2a;
   font-weight: bold;
   padding: 30px 0px 10px;
}
.vision_box .vision_cont p {
   font-size: 18px;
   color: #323232;
}

.field_box {
   width: 1200px;
   margin: 0px auto;
   padding-top: 90px;
}
.field_box:after {
   display: block;
   content: "";
   clear: both;
}
.field_box img:first-child {
   float: left;
}
.field_box img:last-child {
   float: right;
   padding-top: 240px;
}

.system_box {
   width: 1200px;
   margin: 0px auto;
   padding-top: 80px;
   text-align: center;
}
.system_box .system_cont {
   width: 280px;
   margin-right: 20px;
   display: inline-block;
   text-align: center;
   vertical-align: top;
}
.system_box .system_cont:last-child {
   margin-right: 0px;
}
.system_box .system_cont img {
   width: 100%;
}
.system_box .system_cont h1 {
   font-size: 20px;
   color: #5c5c5c;
   font-weight: bold;
   padding: 27px 0px 15px;
}
.system_box .system_cont .line {
   width: 70%;
   margin: 0px auto;
   height: 1px;
   background-color: #5c5c5c;
}
.system_box .system_cont p {
   width: 70%;
   font-size: 12px;
   color: #929292;
   line-height: 19px;
   padding-top: 15px;
}

#wrapper2 .sub01_cont01 span {
   font-weight: 800;
   color: #b02e2a;
}
#wrapper2 .sub01_cont03 span {
   font-weight: 800;
   color: #b02e2a;
}

.sub_tit2 {
   background: url(../images/tit2_icon.jpg) no-repeat 1px 3px;
   padding-left: 27px;
   color: #725252;
   font-size: 18px;
   font-weight: 800;
}
.sub_tit3 {
   background: url(../images/h5_bullet.gif) no-repeat;
   padding-top: 7px;
   font-size: 16px;
   color: #444444;
   font-weight: bold;
}

.sub_tit4 {
   background: url(../images/h4_bullet2.gif) 0px 5px no-repeat;
   padding-left: 15px;
   font-size: 16px;
   color: #444444;
   font-weight: bold;
}

.sub_tit5 {
   background: url(../images/h4_bullet3.gif) 0px 0px no-repeat;
   padding-left: 13px;
   font-size: 16px;
   color: #444444;
   font-weight: bold;
}

.sub_tit6 {
   padding-top: 5px;
   border-top: 3px solid #c45050;
   font-size: 16px;
   color: #444444;
   font-weight: bold;
}

.sub_tit7 {
   background: url(../images/h4_bullet4.png) 0px 3px no-repeat;
   padding-left: 13px;
   font-size: 16px;
   color: #444444;
   font-weight: bold;
}

.sub_img_box {
   width: 940px;
   padding: 30px;
   border: 1px solid #dfdfdf;
   border-radius: 10px;
}
.sub_img_box > img:nth-of-type(2n) {
   margin-left: 50px;
}

.sub_sec {
   margin-top: 50px;
}
.sub_sec:after {
   clear: both;
   display: block;
   content: "";
}

#subline {
   width: 100%;
   height: 45px;
   background: #b02e2a;
   padding-right: 10px;
}
#subline:after {
   clear: both;
   display: block;
   content: "";
}
#subline .width {
   text-align: right;
   color: #fff;
   font-size: 13px;
   padding-top: 13px;
}

.sub_img {
   margin-top: 20px;
}

.sub_txt {
   margin-top: 20px;
   color: #878787;
   text-align: justify;
   font-size: 14px;
   line-height: 19px;
}

.sub_ctul {
   display: table;
   margin-top: 20px;
   list-style-image: url(../images/sub_uldot.jpg);
}
.sub_ctul li {
   color: #878787;
   font-size: 13px;
   margin: 3px 0 3px 15px;
}

.sub_ctul2 {
   float: left;
   width: 400px;
   display: table;
   margin-top: 20px;
   list-style-image: url(../images/sub_uldot2.jpg);
}
.sub_ctul2 li {
   color: #555555;
   font-size: 14px;
   margin: 13px 0 13px 22px;
   line-height: 22px;
}
.sub_ctul2 li span {
   color: #7f7367;
   font-weight: 700;
   font-size: 16px;
}

.sub0501_left {
   float: left;
   width: 45%;
}
.sub_sec_box {
}
.sub_sec_box:after {
   clear: both;
   display: block;
   content: "";
}
.sub_sec_box2 {
   float: right;
   margin-top: -86px;
   margin-right: 130px;
}

.sub_gallery {
   float: right;
}
.sub_gallery .s0103_gall {
   margin-bottom: 15px;
}
.sub_gallery .s0103_gallery {
   list-style: none;
}
.sub_gallery .s0103_gallery li {
   float: left;
   margin-right: 16px;
   cursor: pointer;
}
.sub_gallery .s0103_gallery li:last-of-type {
   margin-right: 0px;
}
.sub0103_sec:after {
   clear: both;
   display: block;
   content: "";
}
.sub_ct {
   width: 940px;
   margin-left: 40px;
   padding-bottom: 70px;
}
.sub_ct:after {
   clear: both;
   display: block;
   content: "";
}

.sub_slide {
   height: auto;
   margin: 0px auto;
}
.sub_slide img {
   width: 100%;
   display: block;
}
.subslide .ss_tit1 {
   float: left;
   width: 100%;
   font-size: 23px;
   font-weight: bold;
   color: #f3f3d6;
   margin: 63px 0 0 40px;
}
.subslide .ss_tit2 {
   float: left;
   width: 100%;
   font-size: 15px;
   font-weight: bold;
   color: #aea7a4;
   margin: 13px 0 0 40px;
}
.subslide .ss_button {
   float: left;
   width: 100%;
   margin: 25px 0 0 40px;
}

.sub0104_dl {
   float: left;
   margin-right: 110px;
}
.sub0104_dl dd {
   float: left;
   margin-right: 12px;
}
.sub0104_dl dt {
   float: left;
   vertical-align: middle;
}

.sub0104_dl .ct_h1 {
   font-size: 28px;
   font-weight: 700;
   color: #555555;
   line-height: 23px;
}
.sub0104_dl .ct_h1 span {
   color: #2f68b2;
}

.sub0104_dl .ct_h2 {
   font-size: 19px;
   font-weight: 700;
   color: #555555;
   line-height: 23px;
}
.sub0104_dl .ct_h2 span {
   color: #2f68b2;
}

.sub0104_dl .ct_h3 {
   font-size: 15px;
   font-weight: 700;
   color: #282828;
   line-height: 22px;
}
.sub0104_dl .ct_h3 span {
   color: #2f68b2;
}

.sub0104_dl .ct_h5 {
   font-size: 14px;
   font-weight: 400;
   color: #282828;
   line-height: 22px;
}
.sub0104_dl .ct_h5 span {
   font-weight: 800;
}

.sub0104_dl .ct_h6 {
   font-size: 11px;
   font-weight: 400;
   color: #282828;
   line-height: 22px;
}

.sub_cont01 {
   margin: 30px auto;
   color: #323232;
   font-size: 14px;
   font-weight: 400;
}

.w_left .lf_head {
   width: 100%;
   height: 112px;
   background: #7f7367;
   font-size: 19px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   padding: 40px 15px 0 15px;
}
.lf_menu {
   list-style: none;
   padding-bottom: 50px;
}
.lf_menu li {
   height: 47px;
   padding: 0 15px;
   background: url(../images/left_line.gif) bottom no-repeat;
}
.lf_menu li.left_sub01 a div {
   height: 47px;
   padding-left: 20px;
   padding-top: 15px;
   font-size: 14px;
   color: #e2d8ce;
   font-weight: bold;
}

.lf_menu li.left_sub01 a div:hover {
   color: #564c46;
   background: #d4c7b9;
}

.counsel {
   width: 940px;
   height: 260px;
   background: url(../images/counsel_bg.jpg);
   padding: 35px;
   margin-top: 40px;
}
.counsel:after {
   display: block;
   clear: both;
   content: "";
}
.counsel .cs_left {
   float: left;
   width: 270px;
}
.counsel .cs_left .cs_txt1 {
   font-size: 20px;
   font-weight: 800;
   color: #725252;
}
.counsel .cs_left .cs_txt2 {
   font-size: 13px;
   font-weight: 700;
   color: #7e7e7e;
   margin-top: 20px;
   line-height: 18px;
}
.counsel .cs_right {
   float: left;
   width: 600px;
}
.counsel .cs_right .cs_line {
}

.cs_line {
   margin-bottom: 19px;
}
.cs_line:after {
   clear: both;
   display: block;
   content: "";
}

.cs_ul {
   list-style: none;
}
.cs_ul li {
   float: left;
}
.cs_ul li:nth-child(1) {
   color: #2c2c2c;
   font-size: 15px;
   font-weight: bold;
}
.cs_ul li:nth-child(2) {
   color: #696969;
   font-size: 11px;
   margin-left: 15px;
}
.cs_ul li:nth-child(3) {
   color: #696969;
   font-size: 11px;
   margin-left: 15px;
}
.cs_ul li:nth-child(4) {
   margin-left: 15px;
}

.cs_ul2 {
   list-style: none;
}
.cs_ul2 li {
   float: left;
}
.cs_ul2 li:nth-child(1) {
   color: #2c2c2c;
   font-size: 15px;
   font-weight: bold;
}
.cs_ul2 li:nth-child(2) {
   color: #a7a7a7;
   font-size: 11px;
   margin-left: 10px;
   line-height: 19px;
}

.cs_box {
   width: 100%;
   height: 106px;
   padding: 23px;
   border: 1px solid #dbd4d1;
   background: #ece7e5;
}
.cs_box:after {
   clear: both;
   display: block;
   content: "";
}

.counsel_fh2 {
   width: 212px;
   float: left;
}

.counsel_fh2 dt {
   width: 43px;
   height: 25px;
   float: left;
   color: #2c2c2c;
   font-size: 12px;
   margin-bottom: 10px;
   padding-right: 8px;
   text-align: right;
   line-height: 25px;
   clear: both;
}

.counsel_fh2 dd {
   float: left;
   height: 25px;
   margin-bottom: 10px;
}

.counsel_fh2 dd.name input {
   width: 99%;
}

.counsel_fh2 dd input.cs_name {
   height: 25px;
   border: 1px solid #cac3bf;
   width: 150px;
}

.counsel_fh2 dt.communication {
   background-position-y: -69px;
}

.counsel_fh2 dd.communication select {
   width: 45px;
   height: 25px;
   border: 1px solid #cac3bf;
}

.counsel_fh2 dd.communication .cs_hp {
   width: 50px;
   height: 25px;
   border: 1px solid #cac3bf;
}

.counsel_fh3 {
   width: 250px;
   float: left;
}

.counsel_fh3 dt {
   width: 53px;
   height: 25px;
   float: left;
   line-height: 25px;
}

.counsel_fh3 dd {
   float: left;
   width: 197px;
}

.counsel_fh3 dd textarea {
   width: 180px;
   height: 59px;
   border: 1px solid #cac3bf;
}

.counsel_fh4 {
   float: left;
}

.counsel_fh4 input {
   width: 90px;
   height: 55px;
   background: url(../images/cs_btn.jpg);
   margin-top: 2px;
   border: 0px;
   text-indent: 9999px;
   display: block;
}

.product_cate,
.product,
.product_cont {
   background: #f7f7f7;
}
.product_cate ul {
   width: 100%;
   list-style: none;
   padding-top: 98px;
   padding-bottom: 120px;
   margin-bottom: 0px;
}
.product_cate ul li {
   width: 20%;
   float: left;
   border: 1px solid #dedede;
   text-align: center;
   box-sizing: border-box;
   background: #fff;
   position: relative;
   overflow: hidden;
}
.product_cate ul li a {
   display: block;
   width: 100%;
   height: 100%;
   padding: 20px 0px;
   font-size: 20px;
   color: #b02e2a;
   transition: all 0.3s;
   position: relative;
   z-index: 111;
}

.product_cate ul li span {
   display: block;
   width: 100%;
   height: 100%;
   background: #b02e2a;
   position: absolute;
   top: -100%;
   transition: all 0.3s;
}

.product_cate ul li:hover {
   background: #b02e2a;
}
.product_cate ul li:hover a {
   color: #fff;
}
/*
.product_cate ul li:hover a { color: #fff; }
.product_cate ul li:hover span { top:0; }
*/

/*
.product_cont { padding-top:10px; }
.product_cont .linebar2 { padding-bottom:80px; }



.cont_left { width:425px; float:left; text-align:right; padding-right:20px;}
.cont_left .cont_left_title { font-size:20px; font-weight:bold; color:#323232; padding-bottom:25px; margin-top:80px; }
.cont_left .cont_left_text { font-size:17px; color:#323232; }

.cont_right { width:775px; border-left:1px solid #b02e2a; float:right; }
.cont_right .cont_right_top { vertical-align: top; position:relative; }
.cont_right span { width:150px; background:#b02e2a; color:#fff; font-size:11px; text-align:center; padding:9px 0; position:absolute; bottom:3px; right:0;}
.cont_right span:nth-of-type(2) { left:0; }
.cont_right .cont_right_center { list-style:url(../images/sub02_dot.jpg); padding-top:50px; padding-left:20px; line-height:25px;}
.cont_right .cont_right_center li { font-size:16px; color:#323232; }
.cont_right p { padding-left:8px; font-size:13px; color:#b02e2a; padding-top:30px; }

.subcont { background-color: #f7f7f7; padding-bottom: 100px; }

*/

.product1_2,
.product1_3,
.product1_4,
.product1_5 {
   display: none;
}

.product_cont {
   background: #f7f7f7;
   width: 100%;
}
.sub_contbox {
   width: 820px;
   margin: 0 auto;
   padding-top: 40px;
   padding-bottom: 130px;
}
.sub_contbox:after {
   display: block;
   content: "";
   clear: both;
}

.product_top {
   margin-bottom: 30px;
}
.product_top img {
   display: block;
   border-bottom: 3px solid #b02e2a;
}

.product_left {
   width: 45%;
   float: left;
   padding-right: 20px;
}
.product_left p {
   font-size: 14px;
   padding-left: 13px;
   padding-top: 30px;
   text-align: right;
}
.product_left p span {
   font-size: 23px;
   font-weight: bold;
   border-bottom: 1px solid black;
   padding-bottom: 5px;
   margin-bottom: 8px;
   display: inline-block;
}

.product_right {
   width: 55%;
   float: left;
   border-left: 1px solid #b02e2a;
   letter-spacing: -0.4px;
}
.product_right ul {
   list-style: url(../images/sub02_dot.jpg);
   padding-left: 25px;
   line-height: 25px;
}
.product_right p {
   padding-left: 13px;
   font-size: 13px;
   color: #b02e2a;
   padding-top: 30px;
}

.sub05_sec02 {
   background: #fff;
   margin: 50px 0px;
   border-top: 2px solid #626262;
   border-bottom: 2px solid #626262;
}

.sub05_sec02 table {
   width: 100%;
   border-spacing: 0px;
}

.sub05_sec02 table tr th,
.sub05_sec02 table tr td {
   padding: 20px;
   font-size: 20px;
   border-bottom: 1px solid #d2d2d2;
}

.sub05_sec02 table tr:last-of-type th,
.sub05_sec02 table tr:last-of-type td {
   border-bottom: 0px;
   vertical-align: top;
   padding-bottom: 10px;
}
.sub05_sec02 table tr:last-of-type td:nth-child(1) {
   vertical-align: middle;
}

.sub05_sec02 table tr th {
   text-align: center;
   color: #b02e2a;
   width: 20%;
}
.sub05_sec02 table tr td {
   text-align: left;
   color: #323232;
}
.sub05_sec02 table tr td:nth-child(1) {
   text-align: center;
}

.sub05_sec02 dl {
   margin: 0px 0 10px 0;
   padding: 0px 0 10px 0;
   display: table;
}
.sub05_sec02 dl:after {
   clear: both;
   display: block;
   content: "";
}

.sub05_sec02 dl dt,
.sub05_sec02 dl dd {
   float: left;
}

.sub05_sec02 dl dt {
   clear: both;
   width: 150px;
   text-align: left;
}
.sub05_sec02 dl dd {
}

.ft_darkblue {
   color: #3c499c;
}
.ft_blue {
   color: #449cd9;
}
.ft_green {
   color: #59c84a;
}

/* 푸터 정의 */

#footer {
   width: 100%;
   height: auto;
   background: url(../images/bt_bg.jpg) repeat-x;
}
#footer:after {
   display: block;
   content: "";
   clear: both;
}

#footer .bt_line1 {
   width: 100%;
   height: 50px;
}
#footer .bt_line1 ul.bt_left {
   float: left;
   display: table;
   list-style: none;
   margin-top: 7px;
}
#footer .bt_line1 ul.bt_left li {
   float: left;
   margin: 10px;
}
#footer .bt_line1 ul.bt_left li a {
   color: #808080;
   font-size: 14px;
}
#footer .bt_line1 ul.bt_left li a:hover {
   color: #303030;
}

#footer .bt_line1 ul.bt_right {
   float: right;
   display: table;
   list-style: none;
}
#footer .bt_line1 ul.bt_right li {
   float: left;
   margin: 10px;
}

#footer .bt_line1 ul.bt_logobox {
   float: right;
   display: table;
   list-style: none;
}
#footer .bt_line1 ul.bt_logobox li {
   float: left;
   margin: 10px;
}

#footer .bt_line2 {
   width: 100%;
   height: auto;
   clear: both;
}
#footer .bt_line2:after {
   clear: both;
   display: block;
   content: "";
}
#footer .bt_line2 .ft_logo {
   width: 70px;
   margin-left: 11px;
   margin-top: 25px;
   float: left;
}
#footer .bt_line2 .ft_logo img { width:100%; }
#footer .bt_line2 .footer_cont {
   margin-left: 67px;
   margin-top: 30px;
   padding-bottom: 30px;
   float: left;
}
#footer .bt_line2 .footer_cont ul {
   list-style: none;
}
#footer .bt_line2 .footer_cont ul li {
   float: left;
   margin-right: 13px;
}
#footer .bt_line2 .footer_cont ul li:last-child {
   margin: 0px;
}
#footer .bt_line2 .footer_cont ul li a {
   font-size: 13px;
   color: #8f8d8d;
}
#footer .bt_line2 .footer_cont .copyright {
   clear: both;
}
#footer .bt_line2 .footer_cont .copyright p {
   font-size: 13px;
   color: #999898;
   line-height: 18px;
}
#footer .bt_line2 .footer_cont .copyright p:last-child {
   font-size: 12px;
   color: #727272;
}

#footer .bt_line2 .footer_cont .copyright2 {
   display: none;
   clear: both;
}
#footer .bt_line2 .footer_cont .copyright2 p {
   font-size: 12px;
   color: #999898;
   line-height: 18px;
}

#footer .bt_line2 .ft_logo2 {
   float: right;
   margin-top: 15px;
}

.bt_logobox {
   position: absolute;
   left: 62%;
}

/* 사이드바 정의 */

#sidebar {
   width: 97px;
   height: 257px;
   float: left;
   position: absolute;
   left: 50%;
   z-index: 0;
   margin-left: 636px;
   top: 842px;
}
#sidebar img {
   float: left;
}

#sidebar2 {
   width: 97px;
   height: 257px;
   float: left;
   position: fixed;
   left: 50%;
   z-index: 0;
   margin-left: 636px;
   top: 410px;
}
#sidebar img {
   float: left;
}

#hd_mb li {
   float: left;
   width: 20%;
   list-style: none;
}

#hd_mb li:first-child a {
   border-left: none;
}

#hd_mb li a {
   display: block;
   background: #5e4e3a;
   color: #fff;
   height: 40px;
   line-height: 40px;
   border-left: 1px solid #31271b;
   font-weight: bold;
}

#hd_mb li a:hover {
   background: #362817;
}

.submenu_ul {
   list-style: none;
   display: table;
   width: 100%;
}

.submenu_ul:after {
   clear: both;
   display: block;
   content: "";
}

.submenu_ul li {
   float: left;
   padding: 13px;
   background-color: #ececec;
   border-left: 1px solid #e0e0e0;
   border-top: 1px solid #e0e0e0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   height: 45px;
   text-align: center;
}

.submenu_ul li a div {
   color: #5a5a5a;
   line-height: 17px;
}

.submenu_ul li.end {
   border-right: 1px solid #e0e0e0;
}

/* 커스터마이즈 정의 */
.img_ef .caption-white {
   -webkit-transition: all 500ms;
   -moz-transition: all 500ms;
   -ms-transition: all 500ms;
   -o-transition: all 500ms;
   transition: all 500ms;
}

.img_ef .cover-wrap {
   overflow: hidden;
}

.img_ef,
.img_ef div {
   position: relative;
   padding: 0;
   margin: 0;
   font-size: 0;
   overflow: hidden;
}

.img_ef .cover {
   display: block;
   width: 100%;
   height: auto;
   -webkit-transition: all 350ms;
   -moz-transition: all 350ms;
   -ms-transition: all 350ms;
   -o-transition: all 350ms;
   transition: all 350ms;
}

.img_ef:hover .cover {
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
}

.img_ef img.cover,
.img_ef img.scale {
   width: 100%;
   height: 100%;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 350ms;
   -moz-transition: all 350ms;
   -ms-transition: all 350ms;
   -o-transition: all 350ms;
   transition: all 350ms;
}

.img_ef:hover .caption-white {
   background-color: rgba(0, 0, 0, 0.6);
}

.img_ef .caption {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   padding: 18px 10px 26px;
}

.img_ef .main {
   font-weight: 700;
   font-size: 17px;
   color: #fff;
   line-height: 21px;
}

.img_ef:hover .caption .main1,
.img_ef:hover .caption .main2,
.img_ef:hover .caption .main3,
.img_ef:hover .caption .main4 {
   opacity: 1;
}

.img_ef .caption .main1 {
   text-align: left;
   font-weight: bold;
   font-size: 17px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main2 {
   top: -56px;
   text-align: left;
   font-size: 15px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main3 {
   top: 45px;
   text-align: left;
   font-weight: 800;
   font-size: 20px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main4 {
   top: -7px;
   text-align: left;
   font-weight: bold;
   font-size: 15px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main5 {
   text-align: left;
   font-weight: bold;
   font-size: 17px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main6 {
   top: -21px;
   text-align: left;
   font-size: 15px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main7 {
   top: 27px;
   text-align: left;
   font-weight: 800;
   font-size: 20px;
   color: #fff;
   left: 2%;
}

.img_ef .caption .main8 {
   top: 10px;
   text-align: left;
   font-weight: bold;
   font-size: 15px;
   color: #fff;
   left: 2%;
}

#slides {
   position: relative;
   z-index: 0;
}
#slides .slidesjs-stop,
.slidesjs-play {
   display: none !important;
}
#slides .slidesjs-previous,
#slides .slidesjs-next {
   position: absolute;
}
#slides .slidesjs-previous {
   float: left;
   top: 50%;
   left: 30px;
   width: 50px;
   height: 50px;
   background: url(../images/slide_left.png);
   z-index: 10;
   color: transparent;
}
#slides .slidesjs-next {
   float: left;
   top: 50%;
   right: 30px;
   width: 50px;
   height: 50px;
   background: url(../images/slide_right.png);
   z-index: 10;
   color: transparent;
}

#slides2 {
   position: relative;
   z-index: 0;
}
#slides2 .slidesjs-stop,
.slidesjs-play {
   display: none !important;
}

.mg_top50 {
   margin-top: 50px;
}
.mg_top100 {
   margin-top: 100px;
}

.kakao {
   overflow: hidden;
}

.quick_menu {
   position: fixed;
   top: 163px;
   left: 50%;
   margin-left: 640px;
}
.quick_menu ul {
   list-style: none;
}

.quick_menu img {
   display: inline-block;
}
.quick_menu li {
   height: 39px;
   margin-bottom: 5px;
}

.quick_menu li img:nth-of-type(2) {
   display: none;
}
.quick_menu li:hover img:nth-of-type(2) {
   display: inline-block;
}

/* 모바일 적용 */

#sidebar {
   display: none;
}

#responsiveMenu {
   display: none;
   font-size: 12px !important;
   float: right;
}

#responsiveMenu2 {
   display: none;
   font-size: 12px !important;
   float: left;
}

#logo2 {
   display: none;
}

.header-icon {
   display: table-cell;
   vertical-align: middle;
   font-size: 27px;
   height: 30px;
   line-height: 30px;
   text-align: right;
   float: right;
}

.header-icon2 {
   display: table-cell;
   vertical-align: middle;
   text-align: left;
   float: left;
   margin-left: 10px;
}
.header-icon a {
   color: #7f7367 !important;
}
.header-icon a:hover {
   color: crimson !important;
}

#sidebar-menu .div-title-underline-thin b {
   color: #7f7367 !important;
}
.sidebar-wing .sidebar-wing-close i {
   color: #7f7367;
}

.sub05_map {
   width: 100%;
   height: 400px;
   margin: 90px auto;
}

@media screen and (max-width: 400px) {
   .head_sponser.mo .hiseoul_btn > img {
      width: 25px;
   }
   .head_sponser.mo .mainbiz_btn > img {
      width: 35px;
   }
   .head_sponser.mo .innobiz_btn2 > img {
      width: 35px;
   }
   .head_sponser.mo .sobija_btn2 > img {
      width: 25px;
   }
}
@media screen and (max-width: 450px) {
   .vision_box .vision_cont {
      width: 70% !important;
      margin: 0px auto 30px !important;
   }
   .system_box .system_cont h1 {
      font-size: 16px !important;
      padding: 10px 0px !important;
   }
}

@media screen and (max-width: 600px) {
   #wrapper2 .bn_qna1 {
      width: 100%;
      margin: 0px;
      margin-top: 15px;
   }
   #wrapper2 .bn_qna2 {
      width: 100%;
      margin: 0px;
      margin-bottom: 15px;
   }

   /*.sub_cont_kakao { width:100%; }*/
   .sub_cont_kakao img {
      width: 100% !important;
   }
   .main_cont_plus {
      transform: scale(0.5);
   }

   .linebar {
      padding-top: 58px;
   }

   .bigtitle {
      font-size: 32px;
      padding-top: 66px;
      padding-bottom: 55px;
   }

   .introduce {
      padding: 10px;
   }

   .sub01_cont01 {
      font-size: 13px;
      line-height: 23px;
      padding: 10px 10px;
   }
   .sub01_cont02 {
      font-size: 13px;
      line-height: 23px;
      padding: 10px 10px;
   }
   .sub01_cont03 {
      font-size: 13px;
      line-height: 23px;
      padding: 10px 10px;
   }

   .vision {
      padding-top: 30px;
      padding-bottom: 30px;
   }

   .field_box {
      width: 100%;
      padding: 90px 20px 0px;
   }
   .field_box img {
      width: 100% !important;
   }
   .field_box img:last-child {
      padding-top: 20px !important;
   }

   .subtitle {
      font-size: 25px;
      line-height: 30px;
   }
   .field {
      padding-top: 30px;
      padding-bottom: 30px;
   }
   .field_img {
      padding-top: 30px;
   }
   .system {
      padding: 30px 5px;
   }
   .system_img {
      padding-top: 30px;
   }

   .sub05_map {
      height: 400px;
      margin: 30px auto;
   }

   .sub05_sec02 table tr th,
   .sub05_sec02 table tr td {
      padding: 10px;
      font-size: 15px;
   }

   .product_cate ul {
      padding: 30px 0;
   }
   .product_cate ul li a {
      padding: 10px 0;
      font-size: 11px;
   }
   .product1_1 {
      padding-top: 30px;
      background: #f7f7f7;
   }
   .product_left p span {
      font-size: 18px;
   }
   .product_left p {
      padding-top: 10px;
   }
   .sub_contbox {
      padding: 30px 0;
   }

   .product_left {
      width: 100%;
      float: none;
      margin-bottom: 15px;
   }
   .product_right {
      width: 100%;
      float: none;
      border-left: 0px;
      padding: 0px 15px;
   }

   .product_right ul {
      padding-left: 15px;
      line-height: 20px;
      text-align: left;
   }

   .product_right p {
      padding-left: 0px;
      padding-top: 20px;
   }

   .product_top img {
      width: 100%;
   }

   .product_left p {
      text-align: left !important;
      padding-left: 18px !important;
   }
}

@media screen and (min-width: 601px) {
}

@media screen and (max-width: 800px) {
   .system_box .system_cont {
      width: 48% !important ;
      margin-right: 2%;
      margin-bottom: 20px;
   }
   .system_box .system_cont:nth-of-type(2n) {
      margin-right: 0px;
   }
}

@media screen and (max-width: 1200px) {
   .width {
      width: 100%;
   }
   #wrapper {
      padding-bottom: 0px;
   }

   /* 헤더구역 */
   #header {
      background: none;
   }

   .tp_logo {
      margin-top: 0px;
   }
   .tp_logo > a > img {
      z-index: 9;
      position: relative;
      transform: scale(0.6);
   }
   .kakao_btn {
      display: block;
      position: absolute;
      top: 17px;
      right: 19px;
   }
   .facebook_btn {
      display: block;
      position: absolute;
      top: 17px;
      right: 60px;
   }
   /* .hiseoul_btn {
      display: block;
      position: absolute;
      top: 17px;
      left: 19px;
   }
   .hiseoul_btn2,
   .sobija_btn,
   .innobiz_btn {
      display: none;
   }
   .sobija_btn2 {
      display: block;
      right: 12px;
   }
   .innobiz_btn2 {
      display: block;
      position: absolute;
      top: 14px;
      right: 60px;
   }
   .mainbiz_btn {
      display: block;
      right: 120px;
      top: 20px;
   }
   .hiseoul_btn {
      display: block;
   } */

   .head_sponser {
      display: none;
   }
   .head_sponser.mo {
      display: flex;
      justify-content: space-between;
      align-items: center;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
   }
   .head_sponser.mo .sponser_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .head_sponser.mo .sponser_box:first-child > div {
      margin-right: 10px;
   }
   .head_sponser.mo .sponser_box:last-child > div {
      margin-left: 10px;
   }

   .tp_ul {
      width: 100% !important;
      float: none;
      margin: 0px;
      padding: 0px;
   }
   .tp_ul li {
      width: 20%;
      background: #f31231;
      text-align: center;
      margin: 0px !important;
      padding: 0px !important;
      height: 50px;
      color: #fff !important;
   }
   .tp_ul li a {
      width: 100%;
      color: #fff;
      display: block;
      font-size: 13px;
      padding-top: 18px;
   }
   .tp_ul li:hover {
      background: #b00c22;
   }
   .tp_ul li:hover a {
      color: #fff;
   }

   /* 메인페이지 */
   .main_slide img {
      display: block;
   }
   .main_cont {
      margin: 0px !important;
      width: 100%;
   }

   .main_cont > li {
      width: 50% !important;
      margin: 0px !important;
   }
   .main_cont > li:after {
      display: block;
      clear: both;
      content: "";
   }
   .main_cont > li > a > img:first-child {
      display: block;
      width: 100%;
   }
   ul.main_cont > li:last-child {
      display: block !important;
   }

   .main_cont_cont {
      font-size: 11px !important;
      padding: 26px 25px 0 14px !important;
   }
   .main_cont_cont span {
      font-size: 16px !important;
   }

   .main_cont_plus {
      transform: scale(0.7);
   }

   ul.main_cont li .main_sub_cont {
      display: block;
   }

   .arrow {
      display: none;
   }

   ul.sub_cont {
      display: none;
   }
   ul.sub_cont li .sub_cont_cont {
      display: none;
   }
   ul.sub_cont li:nth-child(2) {
      margin: 0px;
   }
   ul.sub_cont li:nth-child(3) {
      display: none;
   }

   .sub_cont_kakao {
      display: block;
      width: 100%;
      clear: both;
      background: #fcd90b;
   }
   .sub_cont_kakao img {
      display: block;
      margin: 0 auto;
   }
   .field_img img {
      width: 100%;
   }
   .system_img img {
      width: 100%;
   }
   .sub_contbox {
      width: 100%;
   }

   /* 회사소개 */

   .sub01_cont01 p {
      width: 90% !important;
   }
   .sub01_cont02 p {
      width: 90% !important;
   }
   .sub01_cont03 p {
      width: 90% !important;
   }

   .vision_box {
      width: 100%;
      padding: 50px 30px 0px;
   }
   .vision_box .vision_cont {
      width: 29.3%;
      margin-right: 5%;
   }
   .vision_box .vision_cont:last-child {
      margin: 0px !important;
   }
   .vision_box .vision_cont h1 {
      font-size: 18px;
   }
   .vision_box .vision_cont p {
      font-size: 11px;
   }

   .field_box {
      width: 100%;
      padding: 90px 20px 0px;
   }
   .field_box img {
      width: 49%;
   }
   .field_box img:last-child {
      padding-top: 20%;
   }

   .system_box {
      width: 100%;
      padding: 60px 10px 0px;
   }
   .system_box .system_cont {
      width: 23%;
      margin-right: 2%;
   }
   .system_box .system_cont:last-child {
      margin-right: 0px;
   }
   .system_box .system_cont h1 {
      font-size: 20px;
      color: #5c5c5c;
      font-weight: bold;
      padding: 27px 0px 15px;
   }
   .system_box .system_cont .line {
      width: 70%;
      margin: 0px auto;
      height: 1px;
      background-color: #5c5c5c;
   }
   .system_box .system_cont p {
      font-size: 12px;
      color: #929292;
      line-height: 19px;
      padding-top: 15px;
   }

   /* 상품소개 */

   .product_top img {
      width: 100%;
   }

   /* 푸터구역 */

   #footer {
      background: none;
   }
   .bt_left {
      display: none;
   }
   .bt_right {
      margin: 19px auto;
      float: none !important;
      width: 150px;
   }

   .ft_logo {
      width: 100%;
      margin: 11px auto !important;
      float: none !important;
      text-align: center;
   }
   .footer_cont {
      width: 100%;
      margin: 0px !important;
      text-align: center;
      padding-bottom: 0px !important;
      padding-top: 11px !important;
   }
   .ft_logo2 {
      float: none;
      width: 100%;
      text-align: center;
   }

   #footer .bt_line1 {
      height: auto;
   }
   #footer .bt_line2 {
      padding-bottom: 98px;
   }
   #footer .bt_line2 .footer_cont .copyright {
      display: none;
   }
   #footer .bt_line2 .footer_cont .copyright2 {
      display: block;
      font-size: 11px;
   }
   #footer .bt_line1 {
      display: none !important;
   }

   .ft_btn1 {
      display: block;
   }
}

@media screen and (max-width: 1600px) {
   .quick_menu {
      display: none;
   }
}

@media screen and (max-width: 1910px) {
}

@media screen and (max-width: 1201px) {
}

/* 2021-02-08 정호 수정 */
@media screen and (max-width: 400px) {
}
