@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

body {font-size:12px; letter-spacing:0px; color:#000; font-family: "Noto Sans KR", sans-serif; font-weight:400; word-break:keep-all;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 body {
        letter-spacing:0.8px;
  }
    .header_area {
        letter-spacing: -1.5px;
    }
}
.hidden{overflow:hidden;visibility:hidden;position:absolute;left:-9999px;width:0;height:0;color:transparent;font-size:0;}
a {display:inline-block;}
em :after {clear:both; content:""; display:block;}
blockquote {font-size:13px; color:#aaa; line-height:1.2;}
.main {padding:120px 0 24px;}
.container {width:1200px; padding-left:9px; padding-right:9px; margin-left:auto; margin-right:auto;}
.clear { clear: both; }
.after::after { content:""; display: block; clear: both; }
.bottom0 { padding-bottom: 0 !important; margin-bottom: 0 !important;}

/* title */
.tit-sub-wrap {width: 1200px; margin: 120px auto 0; padding-left: 9px; padding-right: 9px;}
.tit-sec-wrap > .type01 {color:#222222;}
.tit-sec-wrap > .type02 {color:#004a99;}
.tit-sec-wrap > .type03 {color:#000000;}
.tit-sub-wrap > h1 {font-size: 50px; color: #222; line-height: 85px; font-weight: 600; margin-bottom:40px;}
.tit-sec-wrap {font-size:50px; color:#222; line-height:85px;}


.tit-sec-wrap > h2 {margin-bottom: 50px; font-size:30px; color:#222; line-height:46px; font-weight:600;} /* 190904 수정 */
/* .tit-sec-wrap > h2 {margin-bottom: 50px; font-size:50px; color:#222; line-height:64px; font-weight:500;} */
.tit-sec-wrap > h3{font-size:30px; line-height:88px;}
.tit-sec-wrap > h4{font-size:20px; line-height:45px;}
.tit-sec-wrap > h5{font-size:18px; line-height:30px;}
.tit-sec-wrap > h5.type03 {color:#bfa258; font-weight:400}
.tit-sec-wrap > h6{font-size:16px; line-height:30px;}
.tit-sec-wrap > p{font-size:15px; line-height:30px; margin-bottom:20px;}
.tit-sec-wrap > p.type04 {font-size:30px; line-height:44px; color:#222;}

.tit-sec-wrap > [class*='type'] + p{margin-bottom: 0;}

/* contents text */
[class*="cont_txt"] { font-size: 15px; line-height: 30px; }
.cont_txt2 { color: #222; }
.cont_txt4 { color: #444; }
.cont_txt6 { color: #666; }
.cont_txt8 { color: #888; }
.cont_txta { color: #aaa; }

/*--- check ---*/
.checkbox_multi{overflow: hidden;}
.checkbox_multi > div{float:left;margin-right:10px;}
.check-type01 {position:relative; display:inline-block; margin-right:0px !important; height:22px; line-height:22px;}
.check-type01 input[type=checkbox] {position:absolute; top:0; left:0; width:0; height:0; opacity:0; filter:alpha(opacity=0);}
.check-type01 input[type=checkbox] + label {
    position:relative; display:inline-block; padding-left:32px; color:#666; font-size:14px; line-height:22px; word-break:keep-all; cursor:pointer;
}
.check-type01 input[type=checkbox] + label span {
    position:absolute; top:0; left:0; display:inline-block; width:22px; height:22px; box-sizing:border-box;
    background-image:url(/images/checkbox_check.gif);background-repeat:no-repeat;background-position:0 0;
}
.check-type01 input[type=checkbox]:checked + label span {background-image:url(/images/checkbox_checked.gif);}
.check-type01 input[type=checkbox]:disabled + label {opacity:0.5;}
.check-type01.single {margin:0;}
.check-type01.single input[type=checkbox] + label {height:22px; padding-left:22px;}
.check-type01.single input[type=checkbox] + label span {margin-right:0;}

/*radio*/
input[type="radio"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
input[type="radio"] + label {color: #666666;font-size: 15px;}
input[type="radio"] + label span {
    display:inline-block; width: 22px; height: 22px; margin-right:3px; margin-bottom:1px; vertical-align:middle; cursor:pointer;
    background:url(/images/radio_off.png)no-repeat center;
}
input[type="radio"]:checked + label span {background:url(/images/radio_on.png)no-repeat center;}
input::placeholder {font-size:16px;color:#aaaaaa;}

/* select */
.select_type04 .select_type04_ser input {border-top: 0; border-left: 0; border-right: 0;}
.select_type04 + .board {padding-top: 10px;}

/* check,radio group */
.check-group {margin-bottom: 50px;}


/* align */
.textC{text-align:center !important;}
.textL{text-align:left !important;}
.textR{text-align:right !important;}

.floatR{float:right !important;}
.floatL{float:left !important;}

.sub-sec-tit {margin-bottom:10px;}
.sub-sec-tit:after {clear:both; content:""; display:block;}


/* search fonm */
.search-wrap {background:#fafafa; padding:40px 50px; margin-bottom:80px;}
.search-group {margin-bottom:40px; margin-left:auto; margin-right:auto; text-align:center;}
.search-wrap-border {border-top: 1px solid #222; border-bottom: 1px solid #ccc;}
.search-tit {min-width:104px; display: inline-block; font-size: 20px; vertical-align: middle; color: #222; font-weight: 500;}
input.input-search {width: 687px; height: 50px; line-height: 50px; border: none; border-bottom: 2px solid #222; font-size: 14px; background: none; vertical-align: middle;}
input.input-search:focus {border: none; border-bottom: 2px solid #222;}
input.input-search.w100 {width:100%;}
.w100 {width:100%;}

/* select box */

.select-wrap {background: #f8f8f8; padding: 35px 80px; margin-bottom: 90px;}
.select-wrap-border {border-top: 1px solid #222; border-bottom: 1px solid #ccc;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(/images/btn_arrow_down.png) no-repeat 95% 50%;}
select::-ms-expand {display: none;}
.select-tit {min-width:104px; font-size: 20px; vertical-align: middle; color: #222; font-weight: 500;}
select.select-search {width: 324px; height: 50px; line-height: 50px; border: none; border-bottom: 2px solid #222; font-size: 14px; vertical-align: middle; color:#666; font-size:14px;}
select.select-search:focus {border: none; border-bottom: 2px solid #222;}
.seclect-grup-wrap {text-align:center;}
.select-group-type01 {margin-left:auto; margin-right:auto; display:inline-block; text-align:left}
option {font-size:16px;}

.select_type03 {display: inline-block; min-width: 100px;}
.select_type03 select {width: 100%; height: 40px; padding-right: 30px; border: 0; line-height: 40px;}
[class*='select_'] + input {margin-left: 20px;}


/* 초성 검색 */
.search-ini-wrap {display:inline-block; vertical-align: middle;}
.search-ini-box:first-child {margin-left:0; border:1px solid #ccc;}
.search-ini-box {width:50px; height:50px; float:left; margin-left:-1px; border:1px solid #c3c3c3; background-color: #fff; font-size:15px;}
.search-ini-box:hover {border:1px solid #333; z-index:9999;}

/* hr */
hr.hr01 {width:100%; color:#e0e0e0; border-top:none; border-bottom:1px solid #e0e0e0; background-color:#e0e0e0; margin-top:30px; margin-bottom:30px;}
hr.hr02 {width:100%; color:#ccc; border-top: none; border-bottom: 1px solid #ccc; background-color:#ccc; margin-top:30px; margin-bottom:30px;}

/* contents box */
.default_con h1{color:#222; font-size:50px;}
.default_con h1 span{display:inline-block; padding-left:10px; font-size:14px; font-weight:400; color:#999;}
.default_con_middle{padding:25px 0;}
.default_con_middle h2{color: #004a99;font-size: 30px;font-weight: 400;}
.default_con_middle h2 span{display:inline-block; padding-left:10px; font-size:14px; font-weight:400; color:#999;}
.default_con_middleCon{padding:25px 0;}
.default_con_middleCon h3{color: #222222;font-size: 22px;line-height: 36px;letter-spacing: -0.5px;font-weight: 400;}
.default_con_middleCon h3 span{display:inline-block; padding-left:10px; font-size:14px; font-weight:400; color:#999;}

/*셀렉트 + 검색박스*/
.sel_area{display: inline-block;margin-right: 20px;}
.sel_area .select_type01{width:312px;}
.sel_area .select_type01 select{width:100%;}
.ser_area{display: inline-block;width: 50%;}
.serbox{display:inline-block;width: 750px;}
.ser_area .serbox input.input_search{width:84%; height: 50px; border: 0; border-bottom: 2px solid #222;}

/*타이틀 + 검색박스*/
.sub-tlt{display:inline-block;font-size: 20px;vertical-align: middle;color: #222222;}

/* 검색결과 */
.num {/*display: block;*/ display: inline-block; color: #a1a1a1;font-size: 15px; margin-top: 8px;}
.num em{color:#004a99;}


/* title */


/*--- tab ---*/
.tlt_tab{
    width:1200px; display: table; table-layout: fixed; height:70px; border: 1px solid #333; border-right:0; margin-bottom: 100px; margin-bottom:80px;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.tlt_tab li{
    display: table-cell; line-height:68px; text-align:center; border-right: 1px solid #333333;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.tlt_tab li a{display:block;font-size:20px;color: #333333;}
.tlt_tab li.active{background: #333333;}
.tlt_tab li.active a{color:#fff;}
.tab-con {}

/*--- font-size ---*/
.font-50 {font-size: 50px !important;}
.font-34 {font-size: 34px !important;}
.font-30 {font-size: 30px;}
.font-24 {font-size: 24px !important;}
.font-20 {font-size: 20px !important;}
.font-18 {font-size: 18px;}
.font-16 {font-size: 16px;}
.font-15 {font-size: 15px;}
.font-14 {font-size: 14px;}

/* font basic color */
.color-000 {color: #000 !important;}
.color-222 {color: #222 !important;}
.color-333 {color: #333 !important;}
.color-444 {color: #444 !important;}
.color-666 {color: #666 !important;}
.color-888 {color: #888 !important;}
.color-aaa {color: #aaa !important;}
.color-fff {color: #fff !important;}

/* font sub color */
.color-004a99 {color: #004a99 !important;} /* 블루 */
.color-5c94be {color: #5c94be !important;} /* 스카이블루 */
.color-f0f5fa {color: #f0f5fa !important;} /* 흐린블루 */

.color-bfa258 {color: #bfa258 !important;} /* 연한골드 */
.color-ac8931 {color: #ac8931 !important;} /* 진한골드 */

.color-cccccc {color: #cccccc !important;} /* 회색 1 */
.color-e0e0e0 {color: #e0e0e0 !important;} /* 회색 2 */
.color-ececec {color: #ececec !important;} /* 회색 3 */
.color-fafafa {color: #fafafa !important;} /* 회색 4 */

/*--- font-weight ---*/
.font-b400 {font-weight:400;}
.font-b500 {font-weight:500;}
.font-b600 {font-weight:600;}


/* bg-color */
.bg-fff {background:#fff;}
.bg-fafafa {background:#fafafa;}
.bg-f8f8f8 {background:#fafafa;}
.bg-222 {background:#222}

/* text decoration */
.txt-underline {text-decoration: underline;}


/* btn */
.btn {text-align:center; text-decoration:none; box-sizing: border-box;}
.btn:hover, .btn:focus, btn:visited, .btn:active {text-decoration:none; outline: none;}

/* btn-color */
.btn-blue {color: #fff; background: #004a99;}
.btn-blue:hover {background: #053469;}
.btn-black {color: #fff; background: #333;}
.btn-black:hover {background: #000;}
.btn-blue-line {color: #004a99; background: #fff; border:1px solid #004a99;}
.btn-blue-line:hover {background: #f6fbff; border:1px solid #004a99;}
.btn-black-line {color: #333; background: #fff; border:1px solid #333;}
.btn-black-line:hover {background: #fafafa;}
.btn-default {color: #333; background: #fff;}
.btn-default:hover {#fafafa}
.btn-gold {color: #fff; background: #bfa258;}
.btn-gold:hover {background: #ac8931;}
.btn-aaa{color: #fff; background: #aaa;}
.btn-aaa:hover {background: #999;}
.btn-222{color: #fff; background: #222;}
.btn-222:hover {background: #000;}
.btn-333 { color: #fff; background: #333; }
.btn-333:hover {background: #000;}

/* btn-size */
.btn-xl {min-width: 160px; height: 60px; padding: 0 25px; line-height: 60px; font-size: 16px; letter-spacing: -0.5px;}
.btn-l {min-width: 100px; height: 50px; padding: 0 25px; line-height: 50px; font-size: 16px; letter-spacing: -0.5px;}
.btn-d {min-width: 100px; height: 40px; padding: 0 20px; line-height: 40px; font-size: 14px; letter-spacing: -0.5px;}
.btn-s {min-width: 100px; height: 40px; padding: 0 10px; line-height: 40px; font-size: 16px; letter-spacing: -0.5px; box-sizing: border-box; text-align: center; vertical-align: middle;}

/* btn-other */
.btn-icon {width: 40px; height: 40px; background: #004a99;}
/*.btn-down {min-width: 116px; height: 36px; text-indent: -9999px; margin-top: 10px; background: url(../../images/pc/common/btn_pdfdownload.png) no-repeat center;}*/
.btn-down-w {position:relative;}
.btn-down-w::after {content:""; display:inline-block; background: url("/images/down-icon.png") no-repeat top right;  width:20px; height:13px;}
.btn-down-b {position:relative;}
.btn-down-b::after {content:""; display:inline-block; background: url("/images/down-icon-b.png") no-repeat top right;  width:20px; height:13px;}
.btn-down-blue {position:relative;}
.btn-down-blue::after {content:""; display:inline-block; background: url("/images/down-icon-blue.png") no-repeat top right;  width:20px; height:13px;}
.btn-detail-b {width: 58px; height:26px; border: 1px solid #999999; color: #444444; text-align: center;}
.btn-detail-g {width: 58px; height:26px; border: 1px solid #d6d6d6; color: #c3c3c3; text-align: center;}

[class*='btn-arrow']::after {content: ""; display: inline-block; width: 6px; height: 11px; background-repeat: no-repeat; background-position: 0 0;}
.btn-arrow-r {position: relative; padding-right: 40px;}
.btn-arrow-r::after { background-image: url(/images/btn_arrow.png); position: absolute; right: 20px; top: 50%; margin-top: -5px;}


/* col */
.row {margin-left:-10px; margin-right:-10px;}
.row::after {content:""; display: block; clear: both;}
[class*='col-'] {position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; box-sizing: border-box;}
[class*='col-']:not(.col-12) {float:left;}
.col-1 {width: 8.3%;}
.col-2 {width: 16.6%;}
.col-3 {width: 25%; }
.col-4 {width: 33.3%;}
.col-5 {width: 41.5%; }
.col-6 {width: 50%;}
.col-7 {width: 58.5%;}
.col-8 {width: 66.7%;}
.col-9 {width: 75%;}
.col-10 {width: 83.4%;}
.col-11 {width: 91.7%;}
.col-12 {width: 100%;}

.row [class*='col-'] .txt{
    margin: 10px 0;
    font-size: 15px;
}

/* col-offset */
.col-offset-2 {margin-left: 16.66666667%;}


/* product list */
.prod-list-wrap:after {clear:both; content:""; display:block;}
.prod-list {margin-bottom:10px;}
.prod-list-tit h3 {line-height:1;}
.prod-list-tit {margin-bottom:30px;}
.prod-list-tit:after {content:""; clear:both; display:block;}
.prod-list:after {content:""; clear:both; display:block;}
.img_area {display:block;}
.img_area > img{ width:100%;}
.prod_info > .title_area > .cate {font-size:16px; color:#666; margin-bottom:14px; display:block;}
.prod_info > .title_area > .tit {font-size:20px; color:#222; margin-bottom:20px; display:block;}
.prod_info > .title_area > .type {font-size:14px; color:#999; margin-bottom:40px; display:block;}

/* 231206 추가 */
.prod-list .img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.prod-list .img_area > img {
  width: auto;
  height: auto;
  max-width: 276px;
  max-height: 276px;
}

/*--- paging ---*/
.paging-wrap {}
.paging {text-align: center; margin:0;}
.paging > a{display:inline-block;vertical-align: bottom;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.paging > ul{display:inline-block;overflow:hidden; margin: 0 10px;}
.paging > ul >li {float:left; width:50px; height:50px; text-align: center;}
.paging > ul >li >a{display:block; line-height: 50px; font-size:18px; color:#222;}
.paging > ul >li.on{background:#004a99; }

/* margin*/
.mg-0 {margin:0px !important;}
.mg-10 {margin:10px !important;}
.mg-20 {margin:20px !important;}
.mg-30 {margin:30px !important;}
.mg-40 {margin:40px !important;}
.mg-50 {margin:50px !important;}
.mg-60 {margin:60px !important;}
.mg-70 {margin:70px !important;}
.mg-80 {margin:80px !important;}
.mg-90 {margin:90px !important;}
.mg-100 {margin:100px !important;}

/* magin-left */
.mg-l-0 {margin-left:0px !important;}
.mg-l-10 {margin-left:10px !important;}
.mg-l-20 {margin-left:20px !important;}
.mg-l-30 {margin-left:30px !important;}
.mg-l-40 {margin-left:40px !important;}
.mg-l-50 {margin-left:50px !important;}
.mg-l-60 {margin-left:60px !important;}
.mg-l-70 {margin-left:70px !important;}
.mg-l-80 {margin-left:80px !important;}
.mg-l-90 {margin-left:90px !important;}
.mg-l-100 {margin-left:100px !important;}

/* margin-right */
.mg-r-0 {margin-right:0px !important;}
.mg-r-10 {margin-right:10px !important;}
.mg-r-20 {margin-right:20px !important;}
.mg-r-30 {margin-right:30px !important;}
.mg-r-40 {margin-right:40px !important;}
.mg-r-50 {margin-right:50px !important;}
.mg-r-60 {margin-right:60px !important;}
.mg-r-70 {margin-right:70px !important;}
.mg-r-80 {margin-right:80px !important;}
.mg-r-90 {margin-right:90px !important;}
.mg-r-100 {margin-right:100px !important;}

/* margin-left-right */
.mg-lr-0 {margin-left:0px !important; margin-right:0px !important;}
.mg-lr-10 {margin-left:10px !important; margin-right:10px !important;}
.mg-lr-20 {margin-left:20px !important; margin-right:20px !important;}
.mg-lr-30 {margin-left:30px !important; margin-right:30px !important;}
.mg-lr-40 {margin-left:40px !important; margin-right:40px !important;}
.mg-lr-50 {margin-left:50px !important; margin-right:50px !important;}
.mg-lr-60 {margin-left:60px !important; margin-right:60px !important;}
.mg-lr-70 {margin-left:70px !important; margin-right:70px !important;}
.mg-lr-80 {margin-left:80px !important; margin-right:80px !important;}
.mg-lr-90 {margin-left:90px !important; margin-right:90px !important;}
.mg-lr-100 {margin-left:100px !important; margin-right:100px !important;}

/* margin-top */
.mg-t-0 {margin-top:0px !important;}
.mg-t-10 {margin-top:10px !important;}
.mg-t-20 {margin-top:20px !important;}
.mg-t-30 {margin-top:30px !important;}
.mg-t-40 {margin-top:40px !important;}
.mg-t-50 {margin-top:50px !important;}
.mg-t-60 {margin-top:60px !important;}
.mg-t-70 {margin-top:70px !important;}
.mg-t-80 {margin-top:80px !important;}
.mg-t-90 {margin-top:90px !important;}
.mg-t-100 {margin-top:100px !important;}

/* margin-bottom*/
.mg-b-0 {margin-bottom:0 !important;}
.mg-b-10 {margin-bottom:10px !important;}
.mg-b-20 {margin-bottom:20px !important;}
.mg-b-30 {margin-bottom:30px !important;}
.mg-b-40 {margin-bottom:40px !important;}
.mg-b-50 {margin-bottom:50px !important;}
.mg-b-60 {margin-bottom:60px !important;}
.mg-b-70 {margin-bottom:70px !important;}
.mg-b-80 {margin-bottom:80px !important;}
.mg-b-90 {margin-bottom:90px !important;}
.mg-b-100 {margin-bottom:100px !important;}
.mg-b-110 {margin-bottom:110px !important;}
.mg-b-120 {margin-bottom:120px !important;}
.mg-b-130 {margin-bottom:130px !important;}
.mg-b-140 {margin-bottom:140px !important;}
.mg-b-150 {margin-bottom:150px !important;}
.mg-b-160 {margin-bottom:160px !important;}
.mg-b-200 {margin-bottom:200px !important;}
.mg-b-210 {margin-bottom:210px !important;}
.mg-b-220 {margin-bottom:220px !important;}

/* margin-top-bottom*/
.mg-tb-0 {margin-top:0px !important;}
.mg-tb-10 {margin-top:10px !important; margin-bottom:10px !important;}
.mg-tb-20 {margin-top:20px !important; margin-bottom:10px !important;}
.mg-tb-30 {margin-top:30px !important; margin-bottom:10px !important;}
.mg-tb-40 {margin-top:40px !important; margin-bottom:10px !important;}
.mg-tb-50 {margin-top:50px !important; margin-bottom:10px !important;}
.mg-tb-60 {margin-top:60px !important; margin-bottom:10px !important;}
.mg-tb-70 {margin-top:70px !important; margin-bottom:10px !important;}
.mg-tb-80 {margin-top:80px !important; margin-bottom:10px !important;}
.mg-tb-90 {margin-top:90px !important; margin-bottom:10px !important;}
.mg-tb-100 {margin-top:100px !important; margin-bottom:10px !important;}

/* padding */
.pd-0 {padding:0px !important;}
.pd-10 {padding:10px !important;}
.pd-20 {padding:20px !important;}
.pd-30 {padding:30px !important;}
.pd-40 {padding:40px !important;}
.pd-50 {padding:50px !important;}
.pd-60 {padding:60px !important;}
.pd-70 {padding:70px !important;}
.pd-80 {padding:80px !important;}
.pd-90 {padding:90px !important;}
.pd-100 {padding:100px !important;}

/* padding-left */
.pd-l-0 {padding-left:0px !important;}
.pd-l-10 {padding-left:10px !important;}
.pd-l-20 {padding-left:20px !important;}
.pd-l-30 {padding-left:30px !important;}
.pd-l-40 {padding-left:40px !important;}
.pd-l-50 {padding-left:50px !important;}
.pd-l-60 {padding-left:60px !important;}
.pd-l-70 {padding-left:70px !important;}
.pd-l-80 {padding-left:80px !important;}
.pd-l-90 {padding-left:90px !important;}
.pd-l-100 {padding-left:100px !important;}

/* padding-right */
.pd-r-0 {padding-right:0px !important;}
.pd-r-10 {padding-right:10px !important;}
.pd-r-20 {padding-right:20px !important;}
.pd-r-30 {padding-right:30px !important;}
.pd-r-40 {padding-right:40px !important;}
.pd-r-50 {padding-right:50px !important;}
.pd-r-60 {padding-right:60px !important;}
.pd-r-70 {padding-right:70px !important;}
.pd-r-80 {padding-right:80px !important;}
.pd-r-90 {padding-right:90px !important;}

/* padding-left-right */
.pd-lr-0 {padding-left:0px !important; padding-right:0px !important;}
.pd-lr-10 {padding-left:10px !important; padding-right:10px !important;}
.pd-lr-20 {padding-left:20px !important; padding-right:20px !important;}
.pd-lr-30 {padding-left:30px !important; padding-right:30px !important;}
.pd-lr-40 {padding-left:40px !important; padding-right:40px !important;}
.pd-lr-50 {padding-left:50px !important; padding-right:50px !important;}
.pd-lr-60 {padding-left:60px !important; padding-right:60px !important;}
.pd-lr-70 {padding-left:70px !important; padding-right:70px !important;}
.pd-lr-80 {padding-left:80px !important; padding-right:80px !important;}
.pd-lr-90 {padding-left:90px !important; padding-right:90px !important;}
.pd-lr-100 {padding-left:100px !important; padding-right:100px !important;}

/* padding-top */
.pd-t-0 {padding-top:0px !important;}
.pd-t-10 {padding-top:10px !important;}
.pd-t-20 {padding-top:20px !important;}
.pd-t-30 {padding-top:30px !important;}
.pd-t-40 {padding-top:40px !important;}
.pd-t-50 {padding-top:50px !important;}
.pd-t-60 {padding-top:60px !important;}
.pd-t-70 {padding-top:70px !important;}
.pd-t-80 {padding-top:80px !important;}
.pd-t-90 {padding-top:90px !important;}
.pd-t-100 {padding-top:100px !important;}

/* padding-bottom */
.pd-b-0 {padding-bottom:0px !important;}
.pd-b-10 {padding-bottom:10px !important;}
.pd-b-20 {padding-bottom:20px !important;}
.pd-b-30 {padding-bottom:30px !important;}
.pd-b-40 {padding-bottom:40px !important;}
.pd-b-50 {padding-bottom:50px !important;}
.pd-b-60 {padding-bottom:60px !important;}
.pd-b-70 {padding-bottom:70px !important;}
.pd-b-80 {padding-bottom:80px !important;}
.pd-b-90 {padding-bottom:90px !important;}
.pd-b-100 {padding-bottom:100px !important;}

/* padding-top-bottom */
.pd-tb-0 {padding-top:0px !important; padding-bottom:0px !important;}
.pd-tb-10 {padding-top:10px !important; padding-bottom:10px !important;}
.pd-tb-20 {padding-top:20px !important; padding-bottom:20px !important;}
.pd-tb-30 {padding-top:30px !important; padding-bottom:30px !important;}
.pd-tb-40 {padding-top:40px !important; padding-bottom:40px !important;}
.pd-tb-50 {padding-top:50px !important; padding-bottom:50px !important;}
.pd-tb-60 {padding-top:60px !important; padding-bottom:60px !important;}
.pd-tb-70 {padding-top:70px !important; padding-bottom:70px !important;}
.pd-tb-80 {padding-top:80px !important; padding-bottom:80px !important;}
.pd-tb-90 {padding-top:90px !important; padding-bottom:90px !important;}
.pd-tb-100 {padding-top:100px !important; padding-bottom:100px !important;}

/* scroll box */
.scroll-box {overflow-y: auto; height: 450px; padding: 36px 56px; box-sizing: border-box;}

/* box */
.con-box-g {margin-bottom: 30px; background-color: #f8f8f8;}

/* board */
.board {width: 100%; margin-bottom: 30px;}
.board table {width: 100%; margin-top: 0;}
.board table tbody tr th,
.board table tbody tr td{padding-top: 10px; padding-bottom: 10px; box-sizing: border-box;}
.board .invest {text-align:left;padding-left: 3em; }
.board table tbody tr th, .board table tbody tr td, .board table tbody tr td p { line-height: 36px !important; letter-spacing:0.1px; }
.board.board-row tbody td{padding-left: 40px; padding-right: 40px; text-align: left;}
.board table tbody tr td [class*='select'] select {border: 0; color: #222;}
.board table tbody tr td input {vertical-align: middle;}
.board td .txt {color: #888;}/* 리스트 안 회색 텍스트 */
.board .check-type01 input[type=checkbox] + label span{top: 0;}/* 텍스트가 들어가는 체크박스가 있음 */
.board.board-row td input + [class*='check-type'] {margin-left: 18px;}
.board.board-row [class*='check-type'] input[type=checkbox] + label {color: #222;}
.board.board-row input[type=text] + input[type=text] {margin-top: 10px;}

.board.board-noline table tbody > tr > th{border-right: 0;}

.board.board-menu table tbody tr th{background-color: #f8f8f8; border-right: 0;}
.board.board-menu .menu-list > li {float: left; margin: 14px 0; border-right: 1px solid #ddd;}
.board.board-menu .menu-list > li a{padding: 0 36px; color: #666;}
.board.board-menu .menu-list > li.active a {color:#004a99; font-weight: 600;}

.board-row-type01 p {line-height:36px;}
.board-row-type01 ul {padding-left:14px;}
.board-row-type01 ul li {line-height:36px; list-style:decimal;}
.board-row-type01 ul li ul {padding-left:0}
.board-row-type01 ul li ul li {line-height:36px; list-style:none;}

.board table tfoot th,
.board table tfoot td{background-color: #004a99; color: #fff; font-size: 18px; font-weight: 700; line-height: 60px; text-align: center;}

.list_veiw .txt_area {position: relative;}
.list_veiw .txt_area .add_file {position: absolute; right: 20px; top: 20px;}

/* emarket안 테이블 */
.ckdbi_emarket_all .board.board-row table tbody tr:hover {cursor: default; background: none;}

/* accordion */
table caption {display: none;}
.list-acc {margin-bottom: 30px;}
.list-acc table{width: 100%;}
.list-acc table tbody td {word-break: break-all;}
.list-acc > table > tbody > tr > td {border-bottom: 1px solid #e5e5e5}
.list-acc .tbl-accordion_answer{}
.list-acc .tbl-accordion-nested thead td:last-child::after{content: ""; display: inline-block; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #e5e5e5; background: url(/images/btn_arrow_down_g.png) no-repeat 50% 52%;}
.list-acc .tbl-accordion-nested thead td .tit{display: inline-block;}
.list-acc .tbl-accordion-nested thead td .badge + .tit{margin-left: 20px;}
.list-acc .tbl-accordion-nested .on td .tit{padding-top: 10px; padding-bottom: 10px; font-weight: 600;}
.list-acc .tbl-accordion-nested .on td:last-child::after {background-image: url(/images/btn_arrow_up_g.png);}
.list-acc table#listAccordion .tbl-accordion-nested thead td{padding-right: 20px;}
.list-acc table#listAccordion tr td.none_list {padding: 200px 0; font-size: 20px; color: #222; text-align: center;}

/* board top, list top */
.board-top,
.list-top {padding: 20px 0 10px;}
.board-top::after,
.list-top::after {display: block; content: ""; clear: both;}
.board-top .txt,
.list-top .txt {color: #aaa; font-size: 13px;}
[class*='-top'] .txt-total{color: #aaa; font-size: 18px; line-height: 50px;}
/* board,list top search group */
[class*='-top'] .list_search {display: inline-block; height: 50px; font-size: 18px; line-height: 50px;}
[class*='-top'] .list_search .select_type03{float: left; min-width: 130px; height: inherit;}
[class*='-top'] .list_search .select_type03 select{border: 0; width: 100%; height: inherit; font-size: inherit;}
[class*='-top'] .list_search .search_input {float: right; height: 100%;}
[class*='-top'] .list_search .search_input input {width:230px; height:inherit; border: 0; font-size: inherit;}
[class*='-top'] .list_search [class*='select_'] + .search_input {padding-left: 20px;}
[class*='-top'] .list_search .btn_search{background:#fff url(/images/icon_search.png)no-repeat center center;text-indent:-9999px;}

/* tit + board top */
.tit-sec-wrap[class*='-top'] [class*='type'],
.tit-sec-wrap[class*='-top'] [class*='type'] + .txt {line-height: 40px;}

/* board + btn */
.btn_area {margin-bottom: 30px; text-align: center;}
.btn_area .btn + .btn{margin-left: 10px;}

/*form */
input + [class*='txt'],
[class*='select'] + [class*='txt'] {margin: 0 20px;}
input + [class*='select'] {margin-left: 20px;} /* 이메일폼의 선택창 */
textarea {padding: 5px; border:1px solid #ccc; resize: none;}

/* label */
.lb_ess::after {content: "*"; margin-left: 10px; color: #ff0000; vertical-align: middle;} /* label의 필수항목 별표시 */

/* txt */
.txt-ess{margin: 0 4px; color: #ff0000; vertical-align: middle;} /* 필수항목 별표시 */

/* privacy list */
.agreement-list {margin: 10px 0;}
.agreement-list > li{margin-bottom: 20px; color: #888; font-size: 15px; line-height: 29px;}
.agreement-list > li .tit {display: block; margin-bottom: 10px; color: #444; font-size: 18px;}

/* bullet list */
.bul-list li {padding: 8px 0; line-height: 1;}
.bul-list li::before{content: "-"; display: inline-block; margin-right: 4px;}

.bul-list.type02 li {line-height: 1.2;}
.bul-list.type02 li::before{content: "·"; }

/* text list */
.txt-list li{color: #888; font-size: 14px; line-height: 24px;}
.board .txt-list {margin-top: 20px;}

/* check list - 체크박스나 라디오버튼이 block으로 떨어지는 리스트일 경우 사용 */
.check-list li{padding: 5px 0;}

/* content description */
/* 타이틀이 파란색인 컨텐츠 */
.desc-cont {padding: 70px 0;}
.desc-cont + [class*='hr']{margin-top: 0;}
.desc-cont .tit-sec-wrap h3{line-height: 44px;}
.desc-cont .tit-sec-wrap h4{ font-size: 24px; color: #aaa; line-height: 34px; font-weight: 500; }
.desc-cont p, .desc-cont li { font-size: 18px; color: #444; line-height: 36px; }
.desc-cont .desc {padding-top: 30px;}
.desc-cont .desc::before {width: 50px; height: 4px; background-color: #222;}

/* 이미지와 타이틀이 같이있는 컨텐츠 */
.desc-img-cont .col-6{padding-left: 40px;}
.desc-img-cont .col-6:first-child {padding-left: 0;}
.desc-img-cont .tit-sec-wrap > h4 {line-height: 64px;}
.desc-img-cont .desc {padding-top: 20px;  }
.desc-img-cont .desc::before {width: 20px; height: 2px; background-color: #004a99;}

[class*='desc-'] .desc {position: relative; color: #666; font-size: 18px; line-height: 30px; letter-spacing: 0.5px; word-break: break-all; text-align: justify;}/* 200225 추가 *//* 240924 word break, text align 추가 */
[class*='desc-'] .desc::before {display: block; position: absolute; left: 0; top: 0; content: ""; }
/* 200205 추가 */
[class*='desc-'] .desc .desc_s {display: inline-block; padding-bottom: 12px;}
[class*='desc-'] .desc .desc_s:last-child {padding-bottom: 0;}

/* 타이틀이 검정색인 컨텐츠(종근당바이오-프로바이오틱스) */
.desc-cont.type02 {padding-top: 0;}

/* process image list */
.pro-list{padding: 50px 60px;}
.pro-list::after {content: ""; display: block; clear: both;}
.pro-list li{position: relative; float: left; width: 20%; text-align: center;}
.pro-list li::after{display: block; position: absolute; right: -5px; top: 45px; content: ""; width: 18px; height: 30px; background: url(/images/img_arr_right.png) no-repeat;}
.pro-list li:last-child::after{display: none;}
.pro-list li img {margin: 10px 0;}
.pro-list li .tit{display: block; padding: 12px 0; color: #222; font-size: 18px;}
.pro-list li .txt{color: #666; font-size: 15px; line-height: 28px;}

/* col 3 - image size 160px */
.pro-list.col3 li {display: inline-block; width: 33.3%; min-height: 330px; margin-bottom: 50px;}
.pro-list.col3 li::after {top: 70px;}
.pro-list.col3 li:nth-child(3n + 0)::after {display: none;}

/* dl list */
.dl-list {border-top: 1px solid #e0e0e0;}
.dl-list dl{display: table; width: 100%;}
.dl-list .tit,
.dl-list .cont{display: table-cell; padding: 44px 0; border-bottom: 1px solid #e0e0e0;}
.dl-list .tit{width: 190px; padding-left: 60px; color: #222; font-weight: 600; font-size: 22px; box-sizing: border-box;}
.dl-list .cont{width: calc(100% - 190px); color: #666; font-size: 15px;}

/* title list */
.tit-list .tit{color: ; font-size: ;}

/* checkbox */
[class*='check-type'] input[type=checkbox] + label {height: 100%;}

/* badge*/
.badge {display: inline-block; height: 24px; padding: 0 12px; border-style: solid; border-width: 1px; font-size: 13px; line-height: 24px; white-space: nowrap;}
.badge.badge_type01 {border-color: #004a99; color: #004a99;} /* 파랑색 */
.badge.badge_type02 {border-color: #99cc99; color: #669966;} /* 연녹색 */
.badge.badge_type03 {border-color: #aaa; color: #999;} /* 회색 */
.badge.badge_type04 {border-color: #8daccc; color: #4175aa;} /* 연파랑색 */
.badge.badge_type05 {border-color: #c0a353; color: #c0a353;} /* 황토색 */

/* tab */
.tlt_tab.type02 {border: 0; background: #f9f9f9;}
.tlt_tab.type02 li {border: 0;}
.tlt_tab.type02 li a {color: #888; font-size: 16px; line-height: 56px;}
.tlt_tab.type02 li.active a{color: #fff;}
.tlt_tab.type02 .ico:before {display: block; content: ""; width: 40px; height: 40px; margin: 20px auto 0; background:url(/images/sp_tab.png) no-repeat;}
.tlt_tab.type02 .ico.ico_all::before {background-position: 0 0;}
.tlt_tab.type02 .ico.ico_cure::before {background-position: -60px 0;}
.tlt_tab.type02 .ico.ico_analgesic::before {background-position: -120px 0;}
.tlt_tab.type02 .ico.ico_dyspepsia::before {background-position: -180px 0;}
.tlt_tab.type02 .ico.ico_myalgia::before {background-position: -240px 0;}
.tlt_tab.type02 .ico.ico_cold::before {background-position: -300px 0;}

.tlt_tab.type02 .active .ico.ico_all::before {background-position: 0 -60px;}
.tlt_tab.type02 .active .ico.ico_cure::before {background-position: -60px -60px;}
.tlt_tab.type02 .active .ico.ico_analgesic::before {background-position: -120px -60px;}
.tlt_tab.type02 .active .ico.ico_dyspepsia::before {background-position: -180px -60px;}
.tlt_tab.type02 .active .ico.ico_myalgia::before {background-position: -240px -60px;}
.tlt_tab.type02 .active .ico.ico_cold::before {background-position: -300px -60px;}

/* no-search */
.no-search-wrap {padding: 200px 0; text-align: center; border-top:1px solid #222; border-bottom:1px solid #ccc; margin-bottom:50px;}
.no-search { font-size: 20px; color: #222;; margin-bottom:40px;}

/* image + list style */
.img_list ul { content: ''; clear: both; display: table; }
.img_list ul li { padding: 15px 0; box-sizing: border-box; display: table-cell; vertical-align: middle;}
.img_list ul li.img { width: 25%; text-align: center; vertical-align: middle; }
.img_list ul li.cont {width: 75%;padding-left: 60px;color: #666;font-size: 15px;line-height: 240%;}


.ceo_sign { width: 100%; text-align:right; vertical-align:middle; color:#444; font-size:15px; letter-spacing:-0.5px; margin-top: 30px; }
.ceo_sign img { padding-left: 10px; transform: translateY(30%); }

.link_family {
  background-image:url('/images/bg_arrow_right.png'); background-repeat:no-repeat; background-position: right bottom; height: 30px; padding-right: 50px; border-bottom : 2px solid #004a99; color:#004a99; font-size: 15px; font-weight: 500; margin-top: 40px; float: right; display: inline-block; line-height: 100%; }
.haccp { margin-top: 40px; }
.haccp > div { float: left; background-color : #f8f8f8; width: 360px; height: 160px; display: block; padding: 30px 40px 0 35px; box-sizing: border-box; line-height: 170%; }
.haccp table { width: 100%; }
.haccp .tit_1 { font-weight: 600; font-size: 42px; color : #004a99; padding-right: 20px; }
.haccp .tit_2 { font-size: 20px; color: #222; border-bottom: 1px solid #ccc; width: 100%; padding-bottom: 10px; letter-spacing: 7px; }
.haccp .cont { font-size: 15px; color: #222; margin-top: 20px; }

.haccp > .plus { width: 120px; background-image: url('/images/img_plus.png'); background-repeat: no-repeat; background-position: center center; background-color: #fff; padding: 0; }
.tab_content > .process { margin-top: 30px; padding: 0; }
.tab_content > .process li { float: left; margin-bottom: 40px; }
.tab_content > .process li::after { content: ''; width: 150px; height: 220px; display: block; float: right; background-image: url('/images/img_arrow_right_thin.png'); background-repeat: no-repeat; background-position: center center; }
.tab_content > .process li:last-child::after { display: none; }
.tab_content > .process li > p::before { display: block; content: " "; width: 20px; height: 2px; background-color: #fff; margin-bottom: 5px; }
.tab_content > .process li > p { font-size: 20px; color : #fff; position: absolute; margin-top: -70px; margin-left: 30px; height:35px; vertical-align: bottom; }


/* product detail */
.detail-wrap {}
.detail-view {margin-bottom: 40px;}
.detail-img {display: table; width: 520px; height: 520px; padding: 40px; text-align: center; box-sizing: border-box;}
.detail-img .img-view {display: table-row; }
/* 231206 추가 및 수정 */
.detail-img .img-view .thumb {display: flex; align-items: center; justify-content: center; width: 330px; height: 330px; margin: 0 auto;}
/* .detail-img .img-view .thumb img{width: 100%; height: 100%;} */
.detail-img .img-view .thumb img {
  width: auto;
  height: auto;
  max-width: 330px;
  max-height: 330px;
}
.detail-img .thumb-list {display: table-row;}
.detail-img .thumb-list ul {display: table-cell; vertical-align: bottom;}
.detail-img .thumb-list li{display: inline-block; padding: 0 5px;}
.detail-img .thumb-list li a {width: 80px; height: 80px; border: 1px solid #f5f5f5; opacity: .6;}
.detail-img .thumb-list li a.active {border-color: #565656; opacity: 1;}
.detail-img .thumb-list li a img {width: 100%;}
.detail-info {display: table; height: 520px; text-align: left; vertical-align: bottom;}
.detail-info-view {display: table-cell; width: 100%; vertical-align: top;}/* 230321 수정 */
.detail-tit {padding-bottom: 30px; border-bottom: 1px solid #222; }
.detail-tit .tit{display: block; color: #004a99; font-size: 40px; font-weight: 500;}
.detail-tit .txt-sub {color: #aaa; font-size: 18px;}
.detail-info-view .detail-list {padding: 14px 0;}
.detail-list table th,
.detail-list table td {height: 50px; font-size: 15px; text-align: left;}
.detail-list table th {}
.detail-list table td {color: #666;}
.detail-info .detail-list {position: relative;}
.detail-info .qr-code {position: absolute; right: 0; top: 0;}
.detail-info .btn_area {margin-bottom: 0; text-align: inherit;}
.detail-info .btn_area .floatR .btn{min-width: 154px;}
.detail-con {}
.detail-list {padding: 30px 60px; border-bottom: 1px solid #cccccc;}
.detail-list .list {width: 100%; font-size: 15px; line-height: 36px;}
.detail-list .list::after {display: block; content: ""; clear: both;}
.detail-list .list .tit, .detail-list .list .con {float: left; padding: 14px 0; font-size: inherit;}
.detail-list .list .tit {width: 150px; color: #222; font-weight: 600;}
.detail-list .list .con {width: calc(100% - 150px); border-top: 0; border-bottom: 0; color: #888;}

/* process col5 */
ul[class^="process_col5"]:first-child { margin-top: 30px; }
ul[class^="process_col5"] { margin-bottom: 40px; padding: 0; display: table; }
ul[class^="process_col5"]::after { content: ''; clear: both; }
ul[class^="process_col5"] li { font-size: 17px; font-weight: 500; color: #444; text-align: center; display: table-cell; background : #f8f5ee; width: 248px; height: 208px; }
ul[class^="process_col5"] li span { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; }
ul.process_col5_R li::after, ul.process_col5_L li::before { content: ''; width: 40px; height: 208px; display: table-cell;
    background-color : #fff; background-repeat: no-repeat; background-position: center center; }
ul.process_col5_R li::after { float: right; }
ul.process_col5_L li::before { float: left; }
ul.process_col5_R li::after { background-image: url('/images/img_arrow_right_thin.png'); }
ul.process_col5_L li::before { background-image: url('/images/img_arrow_left_thin.png'); }
ul.process_col5_R li:last-child, ul.process_col5_L li:first-child { width: 208px; }
ul.process_col5_L li:first-child::before { display: none; }
ul.process_col5_R li:last-child::after { background-image: url('/images/img_arrow_down_thin.png'); position: relative; top: 182px; width: 208px; height: 40px; }

ul.process_col5_R_round li { background-color: #fff; background-image: url('/images/img_arrow_right_thin.png'); background-position: 220px 94px; background-repeat: no-repeat; }
ul.process_col5_R_round li:last-child { background: transparent; }
ul.process_col5_R_round .round { background-color : #f7f7f7; border-radius: 50%; width: 208px; height: 208px; display: table-cell; vertical-align: middle; }
ul.process_col5_R_round p { width: 208px; margin-top: 20px; }

.flow_left div,.flow_right div { width: 248px; }
div[class*="flow_"] div p { font-size:17px; color: #444; text-align: center; width: 208px; margin: 10px 0 20px 0; }
.flow_right div p { float: right; }
.flow_left div { float: left; }
.flow_left div::after { background-image: url('../images/img_arrow_right_thin.png'); float: right; margin-top: -230px; }
.flow_right div { float: right; }
.flow_right div::before { background-image: url('../images/img_arrow_left_thin.png'); float: left; }
.flow_left div::after,
.flow_right div::before {
    position: relative;
    background-repeat: no-repeat;
    width: 40px;
    height: 207px;
    background-position: center center;
    content: '';
    display: block;
}
.flow_left div:last-child::after,
.flow_right div:last-child::before { display: none; }
.flow_left div:last-child,
.flow_right div:last-child { width: 208px; }

.flow_left:after {content:""; clear:both; display:block;}
/* QSMM */
.safety-tit h1 {margin-bottom:110px;}
.safety-txt {font-size:30px; color:#222; margin-bottom:100px; display:block; font-weight: 500; letter-spacing: -1.5px;}
.safety-cont {padding:40px; margin-bottom:380px;}


/* rawProdList */
.material_product_wrap {border:1px solid #ccc; height:100%;  display:flex; justify-content:center; align-items:center; padding:40px; margin-bottom:40px;}
.material_product_wrap .tit-sec-wrap > p {line-height:16px; font-size:16px; margin-bottom:16px;}
.material_product_wrap .tit-sec-wrap > h4 {line-height:20px;}
.material_product_wrap hr.hr02 {margin-top: 20px;}
.material_product_wrap img {max-width:100%; max-height:100%;}
.material_product_wrap dl {letter-spacing:-0.5px;}
.material_product_wrap dt {font-size:14px; color:#222; line-height:22px; font-weight:600; margin-bottom:16px; line-height:1;}
.material_product_wrap dd {font-size:14px; color:#666; line-height:28px; margin-bottom:40px;}
.material_product_wrap dd:last-child {margin-bottom:0;}

/* history */
.history { border-left: 1px solid #ccc; padding-left: 50px; }
.history table { width: 100%; }
.history table th, .history table td { text-align: left; vertical-align: top; line-height: 36px; }
.history table th { font-size: 18px; color: #222; width: 90px; }
.history table td { font-size: 15px; color: #444; padding-bottom: 30px; }
.history .tit-sec-wrap h3 { line-height: 1.3; margin-bottom: 54px; }
/* bio history */
.bio-con .history { border-left: 1px solid #ccc; padding-left: 50px; }

/* vision */
.vision-con01 {margin-bottom:70px; padding-bottom:70px; border-bottom:1px solid #ccc;}
.vision-con01 .vision {background:#f7f7f7; padding:60px 40px 40px;}
.vision-con01 .vision h3 {font-size:30px; color:#ac8931; margin-bottom:30px; font-weight:400;}
.vision-con01 .vision li {position:relative; margin-bottom:20px; margin-left:6px; color:#666; font-size: 15px;}
.vision-con01 .vision li::before {position: absolute; content:""; top:50%; display: block; width: 4px; height: 1px; margin-left: -6px; background: #666;}
.vision-con01 .vision li:last-child {margin-bottom:50px;}
.vision-con01 .vision span {display:block; text-align:right;}

.vision-con02 {margin-bottom:100px;}
.vision-con02 ul.vision-type01 li {width:320px; height:240px; border-radius:50%; float:left; margin-left:-26px; text-align:center; padding-top:80px;}
.vision-con02 ul:after {content:""; clear:both; display:block;}
.vision-con02 ul li:first-child {margin-left:0;}
.vision-con02 h3 {font-size:26px; line-height:1; margin-bottom:54px; position:relative; font-weight:500;}
.vision-con02 h3:after {width:2px; height:20px; content: '';  position: absolute; left: 50%; display:block; margin-top:20px;}
.vision-con02 p {font-size:16px; line-height:32px;}
.vision-con02 span.line {position:relative; width:900px; border-bottom:1px solid #ccc;display: block; left:160px; margin-top:50px; margin-bottom:50px;}
.vision-con02 span.line::before {position: absolute; height: 50px; left: 50%; content: "";border-left:1px solid #ccc;}
.vision-con02 span.line::after {position: absolute; width:100%; content: "";  height:50px; border-left:1px solid #ccc; border-right:1px solid #ccc; height:50px; left:-1px; top:-50px;}

.vision-con02 .bor-blue {border:1px solid #5c94be; color:#5c94be;}
.vision-con02 .bor-blue h3 {color:#004a99;}
.vision-con02 .bor-blue h3:after { background: #5c94be;}
.vision-con02 .bor-blue p {color:#5c94be;}

.vision-con02 .bor-gray {border:1px solid #ccc; color:#ccc;}
.vision-con02 .bor-gray h3 {color:#444;}
.vision-con02 .bor-gray h3:after {background:#444;}
.vision-con02 .bor-gray p {color:#666;}

.vision-con02 .bor-gold {border:1px solid #bfa258; color:#bfa258;}
.vision-con02 .bor-gold h3 {color:#bfa258;}
.vision-con02 .bor-gold h3:after {background:#bfa258;}
.vision-con02 .bor-gold p {color:#bfa258;}
.vision-con02 .vision-result-wrap {text-align:center;}
.vision-con02 .vision-result {width:260px; height:190px; border-radius:50%; background:#004a99; color:#fff; text-align:center; margin: 0 auto; padding-top:70px;}
.vision-con02 .vision-result img {margin-bottom:4px;}
.vision-con02 .vision-result p {font-size:26px;}

.vision-con03 { width: 1050px; margin: 0 auto; }
.vision-con03 > ul { width: 100%; }
.vision-con03 > ul.round {
    background-image: url('/images/bg_vision_arrow_dot.png'); background-repeat: no-repeat; background-position: center 50px;
    padding-top: 160px; height: 540px;
}
.vision-con03 > ul.round .box {
    width:280px; height:280px;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
    border:1px solid #e5e5e5; border-radius:50%;
    text-align: center; margin: 0 auto; display: table;
    background-color: #fff;
}
.vision-con03 > ul, .vision-con > ul .box { box-sizing: border-box; }
.vision-con03 > ul.round > li { float:left; }
.vision-con03 > ul.square > li { float:left; box-sizing: border-box;}
.vision-con03 > ul.square { height: 400px; }
.vision-con03 > ul.square .box { width: 330px; height: 330px; background-color: #f7f7f7; margin: 0 auto; padding: 60px 0 0 40px; box-sizing: border-box;}
.vision-con03 > ul.round .box p { font-size: 26px; color : #222; font-weight: 500; display: table-cell; height: 100%; vertical-align: middle; }
.vision-con03 > ul.square .box > ul li { font-size: 15px; color: #666; line-height: 36px; margin-bottom: 0; box-sizing: border-box;}
.vision-con03 > ul.square .box > ul li::before { top: 18px; }
.vision-con03 > ul.square .box > h3 { font-size: 30px; color: #ac8931; font-weight:500; margin-bottom: 15px; }
.vision-con03 > ul.square .box > h4 { font-size: 20px; color: #222; font-weight:500; margin-bottom: 35px; }
.vision-con03 > ul.square .box > ul { padding-left: 6px; }

.bor-row-txt { font-size: 40px; color: #ac8931; border-top: 1px solid #ac8931; border-bottom: 1px solid #ac8931; display: table; margin : 0 auto; padding: 25px 0; text-align: center; }

/* location */
ul.traffic > li { float:left; vertical-align: top; line-height: 36px; width: 800px; }
ul.traffic > li.subway { background-image:url('/images/icon_subway.png'); }
ul.traffic > li.car { background-image:url('/images/icon_car.png'); }
ul.traffic > li.train { background-image:url('/images/icon_train.png'); }

ul.traffic > li.subway, ul.traffic > li.car, ul.traffic > li.train {
    background-repeat: no-repeat; background-position: left center; padding-left:40px; color : #004a99; max-width: 70px; }

.color-subway2 { color:#21aa26; }
.color-subway5 { color:#8346cb; }

/* health care CI */
.ci-wrap  {margin-bottom:70px;}
.ci-wrap:first-child {margin-bottom:140px;}
.ci-wrap:last-child {margin-bottom:0;}
.ci-wrap .tit-sec-wrap p {margin-bottom:50px; font-size:18px; color:#444; line-height:36px;}
.symbol-con p {font-size:20px; color:#222; margin-bottom:30px;}
.symbol-con p.desc {margin-top: -18px; color: #444; font-size: 18px;}
.symbol-wrap:after {clear:both; display:block; content:"";}
.symbol-wrap div:first-child {max-width:410px; float:left; margin-left:9px; margin-right:40px;}
.symbol-wrap div:nth-child(2) {max-width:410px; float:left; margin-left:40px; margin-right:40px;}
.symbol-wrap div:last-child {height:410px;  float:left;  margin-left:40px;}
.symbol-img-wrap01 {display: block;}
.symbol-img-wrap02 {width:1200px; text-align:center; display: table-cell; height:180px; vertical-align:middle; border:1px solid #ccc; margin-bottom:50px;}
.symbol-img-wrap03 {width:1200px; text-align:center; display: table-cell; height:400px; line-height:1px; vertical-align:middle; border:1px solid #ccc; margin-bottom:50px;}
.symbol-img-wrap04 { width:1200px; text-align:center;  height:400px; line-height:400px; line-height:1px; vertical-align:middle;  margin-bottom:50px;}
.symbol-img-wrap04 td {width:50%;border:1px solid #ccc;}
.symbol-con:after  {content:""; clear:both; display:block;}
.symbol-con .color_list {margin-bottom:70px;}
.symbol-con ul.color_list:after {content:""; clear:both; display:block;}
.symbol-con .color_list li {display: flex; flex-direction: column; float: left; width: 228px; margin-right: 15px; height: 170px; padding: 20px; color: #fff; font-size: 18px; line-height: 32px; letter-spacing: -0.5px; box-sizing: border-box;}
.symbol-con .color_list li:first-child {background: #003894;}
.symbol-con .color_list li:nth-child(2) {background: #000;}
.symbol-con .color_list li:nth-child(3) {color: #000; background: #fff; border: 1px solid #C9C9C9;}
.symbol-con .color_list li:nth-child(4) {background: #8C9091}
.symbol-con .color_list li:last-child {background: #8F7D49; margin:0;}
.symbol-con .color_list li span {display: inline-block; margin-top: auto; font-size: 14px; line-height: 1.5;}

/* smg */
.board.list-type01 {margin-bottom:160px;}
.board.list-type01 table tbody tr th {width:190px;  height:100px;}
.board.list-type01 table tbody tr td p {line-height:36px;}

.smg_2_sec01 {padding:40px 0; text-align:center; background:#f1f1f1; font-size:17px; color:#444; margin-bottom:70px;}
.board.list-type02-warp {margin-bottom:160px}
.board .list-type02 {margin-bottom:50px;}
.board .list-type02 tbody tr th {border-right:1px solid #ccc; text-align:center;}
.board .list-type02 tbody tr th:last-child {border-right:none;}
.board .list-type02 tbody tr td  {border-right:1px solid #ccc;}
.board .list-type02 tbody tr td:last-child {border-right:none;}
.board .list-type02 tbody tr td p {line-height:36px;}

/* health care brand */
.brand-wrap {margin-bottom:160px;}
.brand-logo {float:right; margin-top:-50px;}
.brand-wrap::after {content:""; clear:both; display:block;}
.brand-wrap p {font-size:15px; color:#666; line-height:36px;}
.brand-wrap p.brand-txt-01 {font-size:24px; color:#bfa258; padding:70px 0; text-align:center; border-bottom:1px solid #ccc; margin-bottom:70px;}
.brand-wrap .pros-list::after {content:""; clear:both; display:block;}
.brand-wrap .pros-list li {position:relative; width:248px; margin-right:2px; height:106px; padding:30px 0 0 50px; float:left; background:#f8f8f8; margin-bottom:2px;}
.brand-wrap .pros-list li::after {display: block; position: absolute; right: -10px; top: 50%; margin-top:-9px; ;content: ""; width: 18px; height: 18px; background: url('/images/img_arr_right02.png') /*url(../images/img_arr_right02.png)*/ no-repeat; z-index:1;}
.brand-wrap .pros-list li:first-child {width:249px;}
.brand-wrap .pros-list li:nth-child(4n) {width:249px; margin-right:0;}
.brand-wrap .pros-list li:nth-child(4n)::after {display:none;}
.brand-wrap .pros-list li p {font-size:16px; color:#444; line-height:22px;}
.brand-wrap .pros-list li p span {font-size:16px; color:#ccc; display:block; line-height:1; margin-bottom:16px;}
.brand-wrap blockquote {line-height:24px; font-size: 15px;}
.brand-wrap .list-con {width:360px; float:left; margin-right:60px; padding:30px 0; /*height: 200px;*/ }
.brand-wrap .list-con::after {content:""; clear:both; display:block;}
.brand-wrap .list-con:nth-child(3n) {margin-right:0;}
.brand-wrap .list-con strong {font-size:20px; color:#bfa258;}
.brand-wrap .list-con hr {border-top:none; border-bottom:1px solid #ddd; margin-bottom:30px; margin-top:20px;}
.brand-wrap .list-con p {font-size:15px; color:#666; line-height:36px; margin-bottom:30px;}
.brand-wrap .list-con02 {padding:50px;}
.brand-wrap .list-con02 h3 {font-size:40px; color:#ac8931;text-align:center;  line-height:1;}
.brand-wrap .list-con02 p {font-size:15px; color:#444;text-align:center; line-height:1;}
.brand-wrap .list-con02 .list-bi-wrap {height:640px; text-align:center;}
.brand-wrap .list-con02 .list-bi-wrap img {}
.brand-wrap .list-con02 .list-bi-wrap h4 {font-size:30px; color:#ac8931; text-align:left;}
.brand-wrap .list-con02 .list-bi-wrap h4 span {font-size:13px; color:#ac8931; font-weight:400; margin-left:10px;}
.brand-wrap .list-con02 .list-bi-wrap hr {border-bottom:1px solid #ddd; border-top:none;}
.brand-wrap .list-con02 .list-bi-wrap h5 {font-size:15px; line-height:36px;  color:#ac8931; font-weight:500; text-align:left; margin-bottom:20px;}
.brand-wrap .list-con02 .list-bi-wrap p {text-align:left; line-height:36px; font-size:15px; letter-spacing: -2.5;}
.brand-fluid01 {text-align:center; padding:70px 0; background:#f1f1f1; margin-bottom:0;}
.brand-fluid01 h3 {font-size:40px; color:#ac8931; line-height:60px; margin-bottom:70px;}
.brand-fluid01 ul {width:680px; margin:0 auto;}
.brand-fluid01 ul li {float:left; width:238px; height:238px; margin-left:-20px; border-radius:50%; border:1px solid #ccc; display:table}
.brand-fluid01 ul li:first-child {margin-left:0;}
.brand-fluid01 ul li p {display:table-cell; vertical-align: middle; font-size:22px; line-height:38px; color:#666;}
.brand-fluid01 ul li.gold {border:1px solid #ac8931; color:#ac8931;}
.brand-fluid01 ul li.gold p {color:#ac8931;}
.brand-fluid02  {text-align:center; padding:70px 0; }
.brand-fluid02  h3 {font-size:40px; color:#ac8931; line-height:60px;}
.brand-fluid02  p {padding:50px 0; background:url('/images/pc/brand/img-brand-fluid02-bg.png') 50% no-repeat; color:#444;}
.brand-wrap table {width:100%; text-align:center;}
.brand-wrap table thead th {background:#333; color:#fff; font-size:15px; border-right:1px solid #f1f1f1; height:60px; line-height:1; width:50%;}
.brand-wrap table thead th:last-child {border-right:none;}
.brand-wrap table tbody td {color:#666; font-size:15px; border-right:1px solid #f1f1f1; height:60px; border-bottom:1px solid #ccc; height:100px; line-height:36px; width:50%;}
.brand-wrap table tbody td:last-child {border-right:none;}
.pros-brand:after {display:block; clear:both; content:"";}
.brand-wrap .pros-brand ul li {position:relative; width: 218px; height: 218px; border-radius: 50%; float: left; text-align: center; border:1px solid #e5e5e5; margin-right:25px; display:table;}
.brand-wrap .pros-brand ul li:last-child {margin-right:0}
.brand-wrap .pros-brand ul li::after {display: block; position: absolute; right: -22px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; background: url('/ckdhome/images/img_arr_right02.png') no-repeat;}
.brand-wrap .pros-brand ul li:last-child::after {display:none;}
.brand-wrap .pros-brand ul li p {font-size:22px; color:#222; display:table-cell; vertical-align: middle;}


/* bxslider */

/* 경보 */
.kb-slider-wrap {}
.kb-slider-wrap .kb-slider {width:100%;}
.kb-slider-wrap .kb-slider h2 {font-size:40px; color:#222; text-align:center; padding-bottom:80px;}
.kb-slider-wrap .kb-slider .con-wrap {width:100%; text-align:center; position:relative; padding:30px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.kb-slider-wrap .kb-slider .btn-group { margin-top: 50px }
.kb-slider-wrap .kb-slider .btn-group p {margin-bottom: 20px; font-size:20px; color:#aaa; float: left; margin-right: 20px; height: 50px; margin-top: 7px;}
.kb-slider-wrap .kb-slider .btn-group button {min-width:160px;}
.kb-slider-wrap .kb-slider .desc-cont {padding: 70px 0;}
.kb-slider-wrap .kb-slider > .desc-cont .slider-desc {color: #666; font-size: 15px; line-height: 30px;}
.kb-slider-wrap .bx-wrapper {-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; background: #fff; }
.kb-slider-wrap .bx-wrapper img {display:inline-block;}
.kb-slider-wrap .bx-wrapper .bx-controls-direction a {top:0; margin-top:16px;}
.kb-slider-wrap .bx-wrapper .bx-prev {left: 220px; background: url('/images/bx-controls.png') no-repeat 0 -32px;}
.kb-slider-wrap .bx-wrapper .bx-prev:hover,	.bx-wrapper .bx-prev:focus {background-position: 0 0;}
.kb-slider-wrap .bx-wrapper .bx-next {right: 220px; background: url('/images/bx-controls.png') no-repeat -43px -32px;}
.kb-slider-wrap .bx-wrapper .bx-next:hover,	.bx-wrapper .bx-next:focus {background-position: -43px 0;}
.kb-slider-wrap .bx-viewport {overflow: inherit !important;}
.kb-slider-wrap .bx-wrapper .bx-pager {display:none;}
.kb-slider .kb-select select { border-bottom: 0; background-image: url('/images/btn_arrow_down_big.png'); background-repeat: no-repeat; background-position: right center; font-size: 40px; font-weight: 600; }
.kb-slider .kb-select select.usage { color: #222; width: 160px; }
.kb-slider .kb-select select.productName { color: #222; width: 510px; margin-left: 50px; opacity: 0.3; }

/* 경보 연구조직 */
ul.list_round2, ul.list_round3  { margin: 0 auto; display: table; margin-bottom: 50px; }
ul.list_round2 > li, ul.list_round3 > li { width: 220px; height: 220px; border-radius: 50%; box-sizing: border-box; margin: 0 30px; text-align: center; float: left; }
ul.list_round2 > li { border: 10px solid #e5e5e5; }
ul.list_round3 > li:nth-child(odd) { border: 10px solid #4e61ae; }
ul.list_round2 > li > h3, ul.list_round3 > li > h3 {
    font-size: 20px; color: #222; display: inline-block;
    margin: 50px 0 14px 0; border-bottom: 1px solid #d5d5d5; padding-bottom: 12px;
}
ul.list_round3 > li:nth-child(even) { border: 10px solid #469779; }
ul.list_round2 > li > ul > li, ul.list_round3 > li > ul > li { font-size: 15px; color: #444; line-height: 36px; }
ul.list_round2 span, ul.list_round3 span { font-size: 30px; display: block; position: absolute; font-weight: 600; width: 60px; background: #fff; margin:-30px 0 0 70px; }
ul.list_round2 span { color: #666; }
ul.list_round3 > li:nth-child(odd) span { color: #4e61ae; }
ul.list_round3 > li:nth-child(even) span { color: #469779; }
ul.list_round2::after, ul.list_round3::after { content: ""; clear: both; display: block; }
ul.list_round2 > li::after,ul.list_round3 > li::after {
    content: ''; display: block; width: 60px; height: 220px; position: absolute; margin-top: -190px; margin-left: 210px;
    background-image: url('/images/icon_plus.png'); background-repeat: no-repeat; background-position: center center;
}
ul.default_con_middleCon > li { padding-bottom: 60px; }
ul.list_round2 > li:last-child::after,ul.list_round3 > li:last-child::after { display: none; }

/* 연구조직 원형리스트 */
ul.list_round2 .bul-list, ul.list_round3 .bul-list { text-align: left !important; margin:0 auto; display: inline-block; }
ul.list_round2, ul.list_round3  { margin: 0 auto; display:table; margin-bottom: 50px; }
ul.list_round2 > li, ul.list_round3 > li { width: 220px; height: 220px; border-radius: 50%; box-sizing: border-box; margin: 0 30px; text-align: center; float: left; }
ul.list_round2 > li { border: 10px solid #e5e5e5; }
ul.list_round3 > li:nth-child(odd) { border: 10px solid #4e61ae; }
ul.list_round2 > li > h3, ul.list_round3 > li > h3 {
    font-size: 20px; color: #222; display: block; padding: 50px 0 26px 0; border-bottom: 1px solid #d5d5d5; padding-bottom: 12px; width: 186px; margin: 0 auto;
}
ul.list_round3 > li:nth-child(even) { border: 10px solid #469779; }
ul.list_round2 > li > ul > li, ul.list_round3 > li > ul > li { font-size: 15px; color: #444; line-height: 36px; }
ul.list_round2 span, ul.list_round3 span { font-size: 30px; display: block; position: absolute; font-weight: 600; width: 60px; background: #fff; margin:-30px 0 0 70px; }
ul.list_round2 span { color: #666; }
ul.list_round3 > li:nth-child(odd) span { color: #4e61ae; }
ul.list_round3 > li:nth-child(even) span { color: #469779; }
ul.list_round2::after, ul.list_round3::after { content: ""; clear: both; display: block; }
ul.list_round2 > li::after,ul.list_round3 > li::after {
    content: ''; display: block; width: 60px; height: 220px; position: absolute; margin-top: -190px; margin-left: 210px;
    background-image: url('/images/icon_plus.png'); background-repeat: no-repeat; background-position: center center;
}
ul.default_con_middleCon > li { padding-bottom: 60px; }
ul.list_round2 > li:last-child::after,ul.list_round3 > li:last-child::after { display: none; }

/* 우측 라인 리스트 */
.line_list_h { margin-top: 60px; }
.line_list_h > li { border-right: 1px solid #e5e5e5; padding-left: 40px; padding-right: 40px; }
.line_list_h > li:first-child { padding-left: 0px; }
.line_list_h > li:last-child { padding-right: 0px; border: 0; }
.line_list_h > li > p.no { font-size: 18px; color: #222; font-weight: 600; }

/* 가로 라인 리스트 */
.line_list_w { margin-bottom: 60px; }
.line_list_w hr { width: 100%; color: #e5e5e5; border-top: none; border-bottom: 1px solid #e5e5e5; background-color: #e5e5e5; margin: 20px 0; }
.line_list_w h4 { font-size: 20px; color: #222; margin: 30px 0 10px 0; }
.line_list_w span { font-size: 14px; color: #aaa; }

/* patentStatus table*/
.board-row-type03 table {width:100%;}
.board-row-type03 table thead tr {border-bottom:1px solid #e5e5e5;}
.board-row-type03 table thead tr:first-child {border-top:1px solid #222;}
.board-row-type03 table thead tr:last-child {border-bottom:1px solid #ccc;}
.board-row-type03 table thead tr th {border-right:1px solid #e5e5e5; color:#222; height:50px; line-height:60px; font-size:15px; font-weight:700;}
.board-row-type03 table thead tr th:last-child {border-right:none;}
.board-row-type03 table tbody tr th {text-align:center; font-weight:400; color:#222; border-bottom:1px solid #ddd; border-right:1px solid #e5e5e5;  font-size:15px; font-weight:700;}
.board-row-type03 table tbody tr td {border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; color:#222; padding:0; height:180px; text-align:center; font-size:15px;}
.board-row-type03 table tbody tr td.total {height:60px;}
.board-row-type03 table tbody tr td:last-child {border-right:none}
.board-row-type03 table tbody tr td p {margin-bottom:10px; line-height:24px;}
.board-row-type03 table tbody tr td p:last-child {margin-bottom:0;}
.border-r-c {border-right:1px solid #ccc !important;}

/* bio gmp table */
.board.board-row.board-row-type02 table tbody tr th {text-align:center; font-weight:400; color:#222; border-bottom:1px solid #ccc;}
.board.board-row.board-row-type02 table tbody tr td {text-align:left; padding-left:90px; border-right:1px solid #ccc;  color:#222;}
.board.board-row.board-row-type02 table tbody tr td:last-child {border-right:none}

/* bio laboratory table */
.desc-cont-list {padding:0; margin-bottom:70px;}
.desc-cont-list .col-6 img {margin-top:20px}
.desc-cont-list .tit-sec-wrap h4 {font-size:22px; color:#222;}
.desc-cont-list hr {margin-top:10px; margin-bottom:10px;}
.desc-cont-list p {font-size:15px; color:#222;}
.desc-cont-list ul {padding-left:10px;}
.desc-cont-list ul li {color:#666; font-size:15px; line-height:36px;}

/* 이용약관 table style */
.agreement > table tr > th, .board > table tr > td { line-height: 32px; }
.agreement > table tr > th { width: 240px; }
.agreement > table tr > th { text-align: left; }
.agreement > table tr > th:nth-child(1) { padding-left: 40px; width: 100px; border-right: 0; }
.agreement > table tr > th:nth-child(2) { width: 140px;}

/* 경보 파이프 라인 */
.list-acc-type02 .tbl-accordion-nested thead td:last-child::after {
    content: ""; background: url(/images/btn_arrow_down_w.png) no-repeat 50% 52%;
    display: inline-block; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #e5e5e5;
}
.list-acc-type02 .tbl-accordion-nested .on td:last-child::after {background-image: url(/images/btn_arrow_up_w.png);}
.list-acc-type02 table tbody tr td table thead tr.bg-green {background:#469779;}
.list-acc-type02 table tbody tr td table thead tr.bg-blue {background:#4e61ae;}
.list-acc-type02 table tbody tr td table thead tr td {height:80px !important; color:#fff; font-size:15px;}
.list-acc-type02 table tbody tr td table thead tr td p {padding-left:60px;}
.list-acc-type02 table tbody tr td table thead tr td.tit { font-size: 20px; }
.list-acc-type02 table tbody tr td table thead tr td.tit span {font-size:15px;}
.list-acc-type02 table tbody tr td table tbody tr td ul li {
    display: table-cell; text-align: center;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.list-acc-type02 .tbl-accordion-nested .tbl-accordion_answer td {padding:0 !important; background:#fff;}
.list-acc-type02 .tbl-accordion_answer ul {width:100%;}
.list-acc-type02 .tbl-accordion_answer li {width:200px;}
.list-acc-type02 .tbl-accordion_answer p  {position:relative;}
.list-acc-type02 .tbl-accordion-nested b {font-size:18px;}
.list-acc-type02 .tbl-accordion_answer p {color:#666;}
.list-acc-type02  #listAccordion {border-top: none; border-bottom: none;}
.list-acc-type02 > table > tbody > tr > td {border-bottom:none;}

/* 종근당 CKD CP */
.ckdcp > ol > li { float: left; width: 240px;}
.ckdcp > ol li {color: #666; font-size: 15px; box-sizing: border-box; }
.ckdcp .year {width: 100%; height: 212px; background-position: 20px 0; background-repeat: no-repeat;}
.ckdcp > ol > li.cp01 .year {background-image: url('../../images/pc/csm/bg_ckdcp_year01.png');}
.ckdcp > ol > li.cp02 .year {background-image: url('../../images/pc/csm/bg_ckdcp_year02.png');}
.ckdcp > ol > li.cp03 .year {background-image: url('../../images/pc/csm/bg_ckdcp_year03.png');}
.ckdcp > ol > li.cp04 .year {background-image: url('../../images/pc/csm/bg_ckdcp_year04.png');}
.ckdcp > ol > li.cp05 .year {background-image: url('../../images/pc/csm/bg_ckdcp_year05.png');}
.ckdcp .year .txt {display: flex; align-items: center; justify-content: center; width: 160px; height: 160px; margin-left: 20px; color: #fff; font-weight: 600; font-family: 'SpoqaHanSans'; font-size: 28px; line-height: 40px;}
.ckdcp > ol li:first-child .year .txt,
.ckdcp > ol li:last-child .year .txt {font-size: 30px;}
.ckdcp > ol li .bul-list li {line-height: 1.5;}

/* 종근당 CP 조직도 */
.cp_chart_con { width: 100%; }
.cp_chart_con { background: url("/images/bg_cp_chart_line.png") no-repeat 50% 190px}
.cp_chart_con > .sec01 > ul { margin: 0 auto; width: 230px; }
.cp_chart_con .round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #cdb883;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    font-size: 30px;
    letter-spacing: -0.5px;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 40px;
    line-height: 1.2;
}
.cp_chart_con .round.empty {
  border: 0;
}
.cp_chart_con .round.round_s {
    background-color: #F7F7F7;
    border: 0;
}
.cp_chart_con .sec02 ul {
    display: table;
    width: 100%;
}
.cp_chart_con .sec02 ul li {
    float: left;
    box-sizing: border-box;
}
.cp_chart_con .sec02 > ul > li {
    width: 28%;
    min-height: 260px;
}
.cp_chart_con .sec02 > ul > li:nth-child(2) {
    width: 44%;
    padding: 0 40px;
}
.cp_chart_con .sec02 > ul > li:nth-child(odd) .round {
    border-color: #004A99;
}
.cp_chart_con .sec03 .round.round_s {
    width: 140px;
    height: 140px;
    color: #004A99;
    font-size: 20px;
}
.cp_chart_con .sec03 ul li,
.cp_chart_con .sec04 ul li {
    width: 50%;
}
.cp_chart_con .sec03 ul li:nth-child(odd) .round,
.cp_chart_con .sec04 ul li:nth-child(odd) .round {
    margin-left: 0;
    margin-right: auto;
}
.cp_chart_con .sec03 ul li:nth-child(even) .round,
.cp_chart_con .sec04 ul li:nth-child(even) .round {
    margin-right: 0;
    margin-left: auto;
}
.cp_chart_con .sec04 .round.round_s {
    width: 160px;
    height: 160px;
    color: #222;
    font-size: 23px;
}

.cp_chart_con .sec02 .list_table { width:1200px; margin: 60px 0 70px 0; }
.cp_chart_con .sec02 .list_table > div {
    display:inline-block; width:330px; height:406px;
    margin:0 25px; vertical-align: top; padding:60px 40px;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cp_chart_con .sec02 .list_table > div h4 { text-align: left; font-weight:400; color:#222; font-size: 26px; letter-spacing: -0.5px; margin-bottom:30px; }
.cp_chart_con .sec02 .list_table > div ul li { text-align: left; font-size:15px; color: #666; font-weight: 100px; }

/* IR */
.none_searchlist{ font-size: 22px !important; color:#222222; padding:240px 0 !important; }
.table_contents{ border-top:1px solid #222222; margin-top:10px; margin: 10px 0 90px; }
.table_contents .tlt{ background:#fcfcfc; text-align: center; line-height:114px; font-size: 18px; color:#666666; }

.table_contents .tlt > div:nth-child(1){ width:130px; }
.table_contents .tlt > div:nth-child(2){ color:#222222; }
.table_contents .tlt > div:nth-child(2) > span{ position:relative; display:block; }
.date{ bottom:-30px; left:0; color:#666666; font-size:16px; }
.table_contents .contents{ border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:75px 0; margin-bottom:20px; }

/* 종근당 건강 채용정보 */
.hire_info span.num { display: block; font-size: 20px; color: #ccc; }
.hire_info > li { margin-bottom: 120px; }
.hire_info > li:nth-child(odd) > div { text-align: right; padding-right: 40px; }
.hire_info > li:nth-child(even) > div { text-align: left; float: right; padding-left: 40px; }
.hire_info p.tit { font-size: 30px; color: #222; line-height: 44px; font-weight: 500; margin-bottom: 30px; }

.hire_con { background-color: #f9f9f9; height: 420px; padding-top: 75px; box-sizing: border-box; }
.process-hire p.tit { font-size: 24px; color: #222; padding-top: 30px; font-weight: 500; }
.process-hire li { text-align: center; }
.process-hire li::after { content: ''; position: absolute; width: 20px; height: 20px; left: 290px; top: 75px;
    background-image: url(/images/img_arrow_right_thin.png); background-repeat: no-repeat; background-position: center center; }
.process-hire li:last-child::after { display: none; }
.th2 th { background-color: #fcfcfc !important;}
.th2 th:nth-child(3) { border-left: 1px solid #cccccc !important; }

/* 경보제약 title 영역 */
.kbp .tit-kbp-wrap { width: 853px; height: 509px; padding: 80px 0 0 60px; background-image: url('/images/bg_kbp_tit.png'); background-repeat: no-repeat; background-position: left top; box-sizing: border-box; position: absolute; margin-top: 280px; z-index: 100; }
.kbp .tit-kbp-wrap > h1 { font-size: 18px; color: rgba(255,255,255,.5); margin-bottom: 30px; }
.kbp .tit-kbp-wrap > h2::before { content: ''; display: block; width: 70px; height: 4px; margin-bottom: 20px; background-color: #fff; }
.kbp .tit-kbp-wrap > h2 { font-size: 40px; color: #fff; line-height: 58px; }

/* 경보제약 이미지 슬라이드 */
.kbp .bx-wrapper { margin-bottom: 190px; }
.kbp .bx-wrapper .bx-prev, .kbp .bx-wrapper .bx-next { background-repeat: no-repeat; background-position: left top !important; width: 80px !important; height:80px !important; position: absolute; z-index: 100000; margin-top: 370px !important; }
.kbp .bx-wrapper .bx-prev { background-image: url('/images/btn_kbp_tit_prev.png'); left: 359px !important; }
.kbp .bx-wrapper .bx-next { background-image: url('/images/btn_kbp_tit_next.png'); right:440px !important;}
.kbp .slide_kbp { margin-left: 240px; }

/* 바이오 공장 */
div[class*="bio-factory-"] .list-slider { float: left; }
.bio-factory-ansan .list-slider { width: 285px; margin-right: 13px; }
.bio-factory-yesan .list-slider { width: 380px; margin-right: 20px; }
div[class*="bio-factory-"] .list-slider:last-child { margin-right: 0; }

div[class*="bio-factory-"] .list-slider .bx-prev,
div[class*="bio-factory-"] .list-slider .bx-next
{
    width:12px; height: 21px; z-index: 100000; position: absolute; margin-top: 100px;
}

div[class*="bio-factory-"] .list-slider .bx-prev { background: url('../04_ckdbio/images/pc/facility/btn_arr_bio_prev.png') no-repeat; }
.bio-factory-ansan .list-slider .bx-prev { left: 230px; }
.bio-factory-yesan .list-slider .bx-prev { left: 330px; }
div[class*="bio-factory-"] .list-slider .bx-next { background: url('../04_ckdbio/images/pc/facility/btn_arr_bio_next.png') no-repeat; right: 20px; }
div[class*="bio-factory-"] .list-slider .cont { min-height: 70px; border-bottom: 1px solid #e5e5e5; padding-bottom: 25px; }
div[class*="bio-factory-"] .list-slider .cont .tit { font-size: 20px; color: #222; font-weight: 500;}
div[class*="bio-factory-"] .list-slider .cont .small { font-size: 16px; color: #666; margin-top: 14px; font-weight: 500;}
div[class*="bio-factory-"] .list-slider .capacity::before { content: "주요시설 Capacity"; display: block; font-size: 16px; color: #222; margin-bottom: 25px; font-weight: 500; }
div[class*="bio-factory-"] .list-slider .capacity { font-size: 14px; color: #aaa; line-height: 24px; font-weight: 500; padding-top: 20px; }
div[class*="bio-factory-"] .list-slider .bx-wrapper { margin-bottom: 30px; }


/* 경보제약 연혁 */
.kbp_history { width: 430px; height: 430px; background-color: #4e61ae; padding: 80px 0 0 60px; box-sizing: border-box; box-shadow : 70px 70px 70px #d7d7d7; }
.kbp_history h2 { font-size: 40px; color: #fff; }
.kbp_history h2::before { content: ''; width: 70px; height:4px; background-color: #fff; margin-bottom: 35px; display: block; }
.kbp_history .small { font-size: 18px; color: rgba(255,255,255,.5); margin-bottom: 30px; }
.kbp_history .btn_box { width: 160px; height: 80px; position: absolute; right:170px; bottom: 0; }
.kbp_history .btn_box .bx-prev { background-image: url('../images/btn_kbp_tit_prev.png'); }
.kbp_history .btn_box .bx-next { background-image: url('../images/btn_kbp_tit_next.png'); }
.kbp_history .btn_box a[class*="bx-"] {	background-repeat: no-repeat; background-position: left top !important; width: 80px !important; height:80px !important; 	position: relative; z-index: 100000; text-indent:-999px; color:rgba(255,255,255,0); float: left; bottom: 0; display: block; }
.kbp_history_bg { background-image: url('../02_kbpharma/images/pc/company/bg_kbp_history.png'); background-repeat: no-repeat; background-position: left top; position: absolute; z-index: 10000; width: 1873px; height: 1223px; margin-left: -350px; margin-top: 220px; }

/* 바이오 채용 */
.bio_hire_txt { color: #004a98; text-align: left; position: absolute; margin-top: -300px; margin-left: 140px; }
.bio_hire_txt p.small { font-size: 24px; padding-left: 132px; }
.bio_hire_txt p.big { font-size: 56px; }
.bio_hire_txt p.big span { font-weight: 600; }

/* 경보제약 비전 */
.kbp_vision { padding-top: 30px; text-align: center; }
.kbp_vision .vision_roundB { font-size: 26px; color: #888; height: 98px; padding-top: 30px; font-weight: 600; /*background-image:url('../02_kbpharma/images/pc/company/bg_vision_roundB.png'); background-repeat: no-repeat; background-position: top center;*/ }
.kbp_vision .vision_map { min-height: 548px; background-image:url('../02_kbpharma/images/pc/company/bg_vision_map.png'); background-repeat: no-repeat; background-position: top center; }
.kbp_vision .vision_circle { height: 460px; background-image:url('../02_kbpharma/images/pc/company/bg_vision_circle.png'); background-repeat: no-repeat; background-position: top center; margin-top: 100px; }
.kbp_vision .tit-sec-wrap > h2 { line-height: 64px; padding-top: 110px; }
.kbp_vision h3 { font-size:34px; color: #222; }
.kbp_vision .big { font-size: 50px; line-height: 64px; color: #004a99; font-weight: 500; margin-bottom: 20px; }
.kbp_vision .vision_circle .list_vision { margin: 0 auto; width: 560px; padding-top: 230px;}
.kbp_vision .vision_circle .list_vision > li:first-child { float: left; }
.kbp_vision .vision_circle .list_vision > li:last-child { float: right; }
.kbp_vision .vision_circle .list_vision::after { content: ''; display: block; clear: both; }
.kbp_vision .vision_circle .list_vision > li > p { font-size: 50px; font-weight: 600; line-height: 1.2; }
.kbp_vision .vision_circle .list_vision > li > p.t1::after { content:'과'; font-size: 40px; font-weight:400; color: #222; }
.kbp_vision .vision_circle .list_vision.t2 { color: #4e61ae; }
.kbp_vision .vision_circle .list_vision.t3 { color: #469779; }
.kbp_vision .vision_circle .list_vision.t4 { font-size: 40px; font-weight:500; margin-top: 242px; }

/* 바이오 GMP TABLE */
.gmp-con .board.board-row { margin-top: 100px; }
.gmp-con .board.board-row tbody td { text-align: center; border-right: 1px solid #ccc; }
.gmp-con .board.board-row tbody td:last-child { border-right: 0; }
.gmp-con .board.board-row span[class*="gmp_circle_"] { width: 20px; height: 20px; display: inline-block; border-radius: 50%; }
.gmp-con .gmp_circle_bluegreen { background-color: #00b1bb; }
.gmp-con .gmp_circle_darkgray { background-color: #444; }
.gmp-con .gmp_circle_red { background-color: #f04640; }
.gmp-con .gmp_circle_skyblue { background-color: #25beef; }
.gmp-con .gmp_circle_deepblue { background-color: #3149a1; }
.gmp-con .gmp_circle_blue { background-color: #2563ef; }
.gmp-con .gmp_circle_green { background-color: #72b450; }
.gmp-con .gmp_circle_orange { background-color: #f1934d; }

/* Error page */
.error { padding-top: 270px; max-width:1200px; min-height: 100%; margin: 0 auto; }
.error .big { font-size: 60px; color: #222; line-height: 86px; font-weight: 600; margin-top: 50px; }
.error h1 { font-size: 30px; color: #888; font-weight: 500; letter-spacing: 9px; }
.error .small { font-size: 16px; color: rgba(34,34,34,.5); line-height: 30px; margin: 50px 0; }
.error .small span { display: block; color: #222; margin-top: 30px; }
div[class^="error_bg_"] { background-repeat: no-repeat; width: 750px; height: 1080px; position: fixed; top:0; left: 50%; margin-left: 210px; }
.error_bg_404 { background-image:url('/images/bg_404error.png'); }
.error_bg_503 { background-image:url('/images/bg_503error.png'); }


/* 경보 의료기기 셀렉트 박스 */
.prod-nav {width:100%;}
.prod-nav::after {clear:both; display:block; content:"";}
.prod-nav .nav-ul li.type01 {float:left; width:160px; margin-right:50px;}
.prod-nav .nav-ul li.type01 .select-ui {position: relative;}
.prod-nav .nav-ul li.type01 .select-ui h3 {display:table;}
.prod-nav .nav-ul li.type01 .select-ui h3 a {z-index: 10; position: relative; display: table-cell; width: 160px; height:70px; line-height: 1; vertical-align: middle; text-decoration: none; color:#222; font-weight: 600; font-size:40px;  background: url("http://ftp.bellins.net/ckdhome/images/btn_arrow_down_big.png") no-repeat right 50%;}
.prod-nav .nav-ul li.type01 .select-ui h3 a.on {color:#000;}
.prod-nav .nav-ul li.type01 .select-ui h3 a:hover {text-decoration: none; color: #000; }
.prod-nav .nav-ul li.type01 .select-ui ul { border:1px solid #e5e5e5; display: none; position: absolute; width: 160px; overflow: hidden; left:0px; color:#cecece; background:#fff; z-index: 101;}
.prod-nav .nav-ul li.type01 .select-ui ul li {margin-left:-1px; margin-top:-1px; border:1px solid #e5e5e5; display: inline; float: left; width: 160px; }
.prod-nav .nav-ul li.type01 .select-ui ul li a {display: table-cell;  width:160px; color: #cecece; font-size: 20px; font-weight:600; text-decoration: none;  padding:0 30px ; height:50px;  vertical-align: middle;}
.prod-nav .nav-ul li.type01 .select-ui ul li a:hover {color: #222; text-decoration: none; background:#fff;}
.prod-nav .nav-ul li.type01 .select-ui ul li a.active {color: #222; text-decoration: none;}

.prod-nav .nav-ul li.type02 {float:left; min-width: 500px; max-width:100%;}
.prod-nav .nav-ul li.type02 .select-ui {position: relative;}
.prod-nav .nav-ul li.type02 .select-ui h3 {display:table;}
.prod-nav .nav-ul li.type02 .select-ui h3 a {z-index: 10; position: relative; display: table-cell; min-width: 500px; max-width:100%; height:70px; line-height: 1; vertical-align: middle; text-decoration: none; color:#666; font-weight: 600; font-size:30px;  background: url("http://ftp.bellins.net/ckdhome/images/btn_arrow_down_big.png") no-repeat right 50%;}
.prod-nav .nav-ul li.type02 .select-ui h3 a.on {color:#111;}
.prod-nav .nav-ul li.type02 .select-ui h3 a:hover {text-decoration: none; color: #111; }
.prod-nav .nav-ul li.type02 .select-ui ul { border:1px solid #e5e5e5; display: none; position: absolute; min-width: 500px; max-width:100%; overflow: hidden; left:0px; color:#222; background:#fff; z-index: 101;}
.prod-nav .nav-ul li.type02 .select-ui ul li {margin-left:-1px; margin-top:-1px; border:1px solid #e5e5e5; display: inline; float: left; min-width: 500px; max-width:100%; }
.prod-nav .nav-ul li.type02 .select-ui ul li a {display: table-cell;  min-width: 500px; max-width:100%; color: #cecece; font-size: 20px; font-weight:600; text-decoration: none;  padding:0 30px ; height:50px;  vertical-align: middle;}
.prod-nav .nav-ul li.type02 .select-ui ul li a:hover {color: #000; text-decoration: none; background:#fff;}
.prod-nav .nav-ul li.type02 .select-ui ul li a.active {color: #222; text-decoration: none;}
.mediEquip .btn-group {margin-top:50px;}
.mediEquip .btn-group p {margin-bottom: 20px; font-size: 20px; color: #aaa; float: left; margin-right: 20px; height: 50px; margin-top: 7px;}

/* 0224 수정 */
.bxslider .tit_slide {font-size: 24px;}

/* 200302 팝업 추가 */
.pop-layer { display: none; position: absolute; top: 50%; left: 50%; z-index: 1000; width: auto; width:1100px; height: 750px; background-color: rgba(255,255,255,.9); }
.dim-layer {display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.dim-layer .dimBg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50); }
.dim-layer .pop-layer { display: block; }
.pop_header { text-align: right; }
.pop_con_wrap { padding: 10px 50px 0 50px; }
.pop_con_wrap .tit { font-size: 30px; color: #222; font-weight: 600; margin-bottom: 50px; }
.pop_con_wrap .small { font-size: 20px; color: #004a99; font-weight: 600; margin-bottom: 15px; }

/* 200928 경보제약 추가 */
.corevalue_area {
    position: relative;
    width: 100%;
    height: 926px;
    background: url('../02_kbpharma/images/pc/company/bg_corevalue.png') no-repeat 50% 0;
    border-bottom: 1px solid #e5e5e5;
}

.corevalue_area .tit-sec-wrap {
    position: absolute;
    left: 50%;
    top: 284px;
    transform: translateX(-50%);
    text-align: center;
}

.corevalue_area .tit-sec-wrap h3 {
    padding-bottom: 18px;
    line-height: 0;
}

.corevalue_area .tit-sec-wrap p {
    font-size: 22px;
    line-height: 30px;
}

.corevalue_area .desc_area {
    margin-top: 392px;
    padding: 0 80px;
    box-sizing: border-box;
}

.corevalue_area .desc_area .txt_circle,
.corevalue_desc .txt_circle {
    display: block;
    border-radius: 50%;
    font-size: 48px;
    text-align: center;
    box-sizing: border-box;
}
.corevalue_area .desc_area .txt_circle small,
.corevalue_desc .txt_circle small {
    display: block;
    font-weight: normal;
    line-height: 24px;
}
.corevalue_area .desc_area .txt_circle small em,
.corevalue_desc .txt_circle small em {
    color: #ffc000;
}

.corevalue_area .desc_area .txt_circle {
    width: 230px;
    height: 230px;
    padding-top: 50px;
    color: #fff;
}
.corevalue_area .desc_area .txt_circle small {
    font-size: 20px;
}
.corevalue_area .desc_area .desc {
    text-align: right;
}
.corevalue_area .desc_area .desc dt {
    padding-bottom: 18px;
    color: #4e61ae;
    font-size: 30px;
    font-weight: 600;
}
.corevalue_area .desc_area .desc dd {
    color: #444;
    font-size: 18px;
    line-height: 36px;
}

.corevalue_area .desc_area.cv01 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    padding-left: 480px;
}
.corevalue_area .desc_area.cv01:after {
    display: block;
    content: "";
    clear: both;
}
.corevalue_area .desc_area.cv01 .txt_circle {
    float: left;
}
.corevalue_area .desc_area.cv01 .desc {
    float: right;
    margin-top: 80px;
}
.corevalue_area .desc_area.cv02 {
    float: left;
    width: 50%;
    padding-right: 110px;
}
.corevalue_area .desc_area.cv02 .txt_circle {
    margin-left: auto;
}
.corevalue_area .desc_area.cv02 .desc {
    text-align: left;
}
.corevalue_area .desc_area.cv03 {
    float: right;
    width: 50%;
    padding-left: 110px;
}

.corevalue_list_area .tit-sec-wrap h2 {
    margin: 70px 0;
    font-size: 50px;
    line-height: 1.5;
}

.corevalue_list_area .txt_circle {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 44px;
    padding-top: 40px;
    border: 1px solid #4e61ae;
    color: #00449b;
}
.corevalue_desc {
    margin-bottom: 40px;
}
.corevalue_desc::after {
    display: block;
    content: "";
    clear: both;
}
.corevalue_desc .txt_circle small {
    color: #999;
    font-size: 18px;
}
.corevalue_list_area .list {
    float: left;
    width: calc(100% - 288px);
    margin-top: 10px;
}
.corevalue_list_area .list li {
    position: relative;
    padding: 15px 0 15px 32px;
    color: #444;
    font-size: 20px;
}
.corevalue_list_area .list li .txt_num {
    position: absolute;
    left: 0;
    top: 18px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid ;
    color: #6d7fc9;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
}

/* board type 01 */
.board-sty01 table tbody tr td {
    border-left: 1px solid #ececec;
}

/* square list */
.box {
    background-color: #F7F7F7;
}
.round {
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}
.ccm_list .box{
    position: relative;
    height: 360px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.ccm_list .box .tit {
    margin-bottom: 30px;
    color: #AC8931;
    font-size: 28px;
    font-weight: normal;
}
.ccm_list .box .txt {
    color: #222;
    font-size: 15px;
}
.ccm_list .box .round {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 180px;
    height: 180px;
    padding-top: 47px;
    line-height: 180px;
    box-sizing: border-box;
}
.box_area {
    display: flex;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #ececec;
}
.box_area::after {
    display: block;
    content: "";
    clear: both;
}
.box_area .box {
    flex: 1;
    padding: 40px 30px;
    background-color: #fff;
    font-size: 15px;
    box-sizing: border-box;
}
.box_area .box:nth-child(even) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.box_area .box .title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    line-height: 1.5;
    text-align: center;
}
.box_area .box .mark_list.sty02 > li {
    margin-bottom: 10px;
}
.box_area .box .mark_list.sty02 > li:before {
    margin-left: -10px;
}

/* 240516 추가  */
.btn.disabled {
  cursor: default;
  opacity: .5;
  background-color: #eee;
}

input[type="text"]:read-only,
input[type="text"]:read-only:focus,
input[type="text"].readonly,
input[type="text"]:disabled {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}

/* 240906 수정 및 추가 */
/* 브랜드스토리 */
.brand-content {
  padding-top: 30px;
}
.brand-content .content {
  display: flex;
  width: 100%;
}
.brand-content .content.title-content {
  border-bottom: 2px solid #E5E5E5;
}
.brand-content .content.title-content .tit-sec-wrap  {
  padding-top: 100px;
}
.brand-content .content.title-content .tit-sec-wrap .sub-title {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
}
.brand-content .content.title-content .tit-sec-wrap .title {
  font-weight: 700;
  font-size: 50px;
}
.brand-content .content.title-content .img-area {
  padding: 0;
  padding-left: 180px;
  padding-right: 70px;
}
.brand-content .content .img-area {
  padding: 10px 0;
  line-height: 0;
}
.brand-content .content .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
  text-align: right;
}
.brand-content .content .text-area .title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
}
.brand-content .content .text-area .text {
  margin-bottom: 14px;
  font-size: 17px;
}
.brand-content .btn-area {
  margin-top: 40px;
}

/* 241223_추가 */
.board-view {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.board-view .question-area,
.board-view .answer-area {
  padding: 30px 60px;
}
.board-view .answer-area {
  border-top: 1px solid #E0E0E0;
}
.board-view .title {
  display: block;
  margin-bottom: 20px;
  color: #222;
  font-weight: 500;
  font-size: 22px;
}
.board-view .content {
  color: #666;
  font-size: 15px;
  line-height: 30px;
}

/* 250507 브랜드관 수정 */
.brand-app-con {
  display: flex;
  flex-wrap: wrap;
}