@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {position:relative;}
#commonContainer {position:relative;padding:110px 20px 120px;margin:0 auto;max-width:1200px;box-sizing:border-box}
#subContainer:after {content:"";display:block;clear:both}
#leftMenu {float:left;margin-top:-50px;width:250px}
#subContents {padding: 100px 20px 200px; width: 100%; max-width: 1240px; margin: 0 auto; box-sizing: border-box;}
.common-content {padding-top: 100px;}

@media only screen and (max-width:1480px){
	#commonContainer {padding: 100px 20px;}
	#subContents {padding: 100px 20px 160px;}
}

@media only screen and (max-width:1280px){
    #subContents {padding: 80px 20px 120px;}
	#commonContainer {padding: 80px 20px;}
	.common-content {padding-top: 80px;}
}

@media only screen and (max-width:980px){
    #subContents {padding: 60px 20px 100px;}
	#commonContainer {padding: 48px 20px;}
	.common-content {padding-top: 60px;}
}

@media only screen and (max-width:767px){
    #subContents {padding: 40px 20px 80px;}
	.common-content {padding-top: 40px;}
}



/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-top {padding-top: 100px; padding-bottom: 60px;}
.sub-top h2 {font-size: 24px; font-weight: 700; color: #126bb3;}
.sub-top p {font-size: 50px; font-weight: 700;}
.sub-visual {height: 400px;}

.sub-nav ul {display: flex; justify-content: flex-end;}
.sub-nav ul li {margin-right: 40px;}
.sub-nav ul li:last-child {margin-right: 0;}
.sub-nav ul li a {height: 60px; text-align: center; position: relative; padding: 0 30px; font-size: 20px; font-weight: 300; color: #434343; line-height: 1.3; display: flex; align-items: center; justify-content: center;}
.sub-nav ul li a br {display: none;}
.sub-nav ul li.active a {font-weight: 500; color: #126bb3;}
.sub-nav ul li.active a:after {content: ''; display: block; height: 3px; background: #0076a6; position: absolute; left: 0; right: 0; bottom: -1px;}

.sub-title {font-size: 45px; padding-bottom: 100px; line-height: 1.2; text-align: center; font-weight: 700;}
.sub-title br {display: none;}

.sub-tab {display: flex; margin: 0 -5px; flex-wrap: wrap; justify-content: center;}
.sub-tab li {width: calc(100% / 6); padding: 0 5px;}
.sub-tab li a {height: 60px; border: solid 1px #dadada; font-size: 17px; color: #8b8b8b; line-height: 1.4; text-align: center; display: flex; align-items: center; justify-content: center;}
.sub-tab li a.active {background: #0076a6; border-color: #0076a6; color: #fff;}
.sub-tab li a br {display: none;}


@media only screen and (max-width: 1480px){
	.sub-title {font-size: 40px;}
}

@media only screen and (max-width:1280px){
	.sub-top {padding-top: 80px; padding-bottom: 40px;}
	.sub-top h2 {font-size: 20px;}
	.sub-top p {font-size: 40px;}
	.sub-visual {height: 300px;}
	.sub-nav ul {margin: 0 -20px;}
	.sub-nav ul li {margin-right: 0;}
	.sub-nav ul li a {font-size: 18px;}
	.sub-title {font-size: 36px; padding-bottom: 80px;}
	.sub-tab {margin: -5px;}
	.sub-tab li {width: calc(100% / 3); padding: 5px;}
	.sub-tab li a {height: 50px; font-size: 16px;}
}

@media only screen and (max-width:980px){
	.sub-top {padding-top: 60px; padding-bottom: 30px;}
	.sub-top h2 {font-size: 18px;}
	.sub-top p {font-size: 30px;}
	.sub-visual {height: 200px;}
	.sub-visual h2 {font-size: 40px;}
	.sub-visual p {margin-top: 10px;}
	.sub-nav ul li a {height: 50px; font-size: 15px;}

	.sub-title {font-size: 32px; padding-bottom: 60px;}
	.sub-tab li a {font-size: 15px;}
}

@media only screen and (max-width:767px){
	.sub-top {padding-top: 30px; padding-bottom: 20px;}
	.sub-top h2 {font-size: 15px;}
	.sub-top p {font-size: 18px;}
	.sub-visual {height: 120px;}
	.sub-nav ul li a {height: 40px; font-size: 13px; padding: 0 15px;}
	.sub-title {font-size: 26px; padding-bottom: 40px;}
	.sub-title br {display: block;}

	.sub-tab {margin: -2px;}
	.sub-tab li {padding: 2px;}
	.sub-tab li a {font-size: 13px;}
	.sub-tab li a br {display: block;}
}




.page-navi {border-bottom: solid 1px #e6e6e6;}
.page-navi dl {display: flex; max-width: 860px; width: 100%;}
.page-navi dl dt {flex-shrink: 0; border-left: solid 1px #e6e6e6; border-right: solid 1px #e6e6e6;}
.page-navi dl dt a {display: block; width: 60px; height: 60px; text-indent: -9999px; background: url('/images/kor09r-22-0461/sub/page_navi_home.png')no-repeat center center / 20px auto;}
.page-navi dl dd {border-right: solid 1px #e6e6e6; width: calc((100% - 62px) / 2); position: relative; font-size: 16px;}
.page-navi dl dd button {height: 60px; width: 100%; text-align: left; padding-left: 20px; padding-right: 54px; display: flex; align-items: center; background: none; border: none; position: relative;}
.page-navi dl dd button:after {content: ''; display: block; width: 14px; height: 8px; opacity: 0.5; position: absolute; right: 20px; top: 50%; margin-top: -4px; background: url('/images/kor09r-22-0461/sub/page_navi_arrow.png')no-repeat center bottom / 100% auto;}
.page-navi dl dd button.active:after {background-position: center top;}
.page-navi dl dd ul {display: none; position: absolute; left: -1px; right: -1px; top: 100%; margin-top: 1px; z-index: 1; background: #fff;}
.page-navi dl dd ul li {border: solid 1px #e6e6e6; border-top: none;}
.page-navi dl dd ul li a {height: 50px; width: 100%; padding: 0 20px; display: flex; align-items: center;}

@media only screen and (max-width:1280px){
	.page-navi dl dt a {width: 50px; height: 50px;}
	.page-navi dl dd {width: calc((100% - 52px) / 2); font-size: 14px;}
	.page-navi dl dd button {height: 50px;}
}

@media only screen and (max-width:767px){
	.page-navi {margin: 0 -20px;}
	.page-navi dl dt {border-left: none;}
	.page-navi dl dt a {width: 40px; height: 40px; background-size: 16px auto;}
	.page-navi dl dd {width: calc((100% - 41px) / 2); font-size: 11px;}
	.page-navi dl dd:last-child {border-right: none;}
	.page-navi dl dd button {height: 40px; padding-left: 8px; padding-right: 24px;}
	.page-navi dl dd button:after {width: 7px; height: 4px; right: 8px; margin-top: -2px;}
	.page-navi dl dd ul li a {height: 40px;}
}





/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list{display:inline-block;padding:0;font-size:13px}
.whois-board-list .whois-board-row{width:100%;margin:0;padding:15px 0;float:left;border-bottom:1px solid #eee;color:#000}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject{margin:0 0 5px;padding:0;font-size:14px;font-weight:600}
.whois-board-list .whois-board-row .whois-board-row-info{color:#acacac}
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author{max-width:33vw;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}

/* 일반게시판 view */
.whois-board-view{display:inline-block;font-size:13px}

/* Line 색상 */
.whois-board-view .whois-board-view-row{width:100%;margin:0;padding:10px 0;float:left;border-bottom:1px solid #eee}
.whois-board-view .whois-board-view-row .whois-board-view-subject{width:100%;margin:0 0 15px;padding:0;float:left;font-size:18px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-author{width:100%;margin:0 0 5px;padding:0;float:left;font-size:13px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-info{width:100%;margin:0;padding:0 0 10px;float:left;color:#acacac}
.whois-board-view .whois-board-view-row .whois-board-view-content{width:100%;margin:0;padding:10px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files{width:100%;margin:0;padding:0;float:left}
.whois-board-view .whois-board-view-files .whois-board-view-file{width:100%;margin:0;padding:5px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count{font-size:11px;color:#c4c4c4}

/* 게시판 버튼 */
.btn-search, .btn-sub, .whois-button-submit{color:#fff;background-color:#7b1818;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.btn-search:focus, .btn-search:hover, .btn-sub:focus, .btn-sub:hover, .whois-button-submit:focus, .whois-button-submit:hover{color:#fff;background-color:#5c0c0c}

/* 게시판 공통 */
.sub-box{margin-right:5px;background-color:#3d427c;border:0;color:#ffffff;display:inline-block;font-family:"Nanum Gothic",sans-serif}
.sub-box.sm{font-size:12px;padding:2px 5px}
.sub-box.m{font-size:14px;padding:4px 8px}
.sub-box.lg{font-size:16px;padding:6px 12px}
.sub-border{border:1px solid #3d427c}
.sub-border-t{border-top:1px solid #3d427c}
.sub-border-r{border-right:1px solid #3d427c}
.sub-border-b{border-bottom:1px solid #3d427c}
.sub-border-l{border-left:1px solid #3d427c}
.sub-bg{background-color:#3d427c}
.sub-bg-hover:hover{background-color:#36384e}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common_cont .sub-visual:before{content:none; display:none;}
.material-form{margin:0 auto 60px;padding:0 15px;max-width:1200px;background:#fff}
.material-form .header{padding:50px 10px;background:#6498fe;font-size:16px;color:#fff}
.material-form .header h3{font-size:30px}
.material-form .header p, .material-form .header span{margin-top:15px;font-size:16px;color:#fff}
.material-form .sub-header h4{font-weight:bold;height:34px;line-height:34px;font-size:16px}
.material-form .sub-content .form-group:last-child{margin:0}
.material-form .input-group{position:relative;border:0}
.material-form .input-group .input-group-addon{padding-right:6px;padding-left:6px;background:#fff;border:0}
.material-form .form-control, input[type='text'].whois, input[type='password'].whois, select.whois{border:1px solid #ccc;transition:0.3s all ease}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control.first, .material-form .input-group .form-control:first-child, .material-form .input-group .th + .form-control, .th + input[type='text'].whois, .th + input[type='password'].whois, .th + select.whois{border-bottom-left-radius:4px;border-top-left-radius:4px}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control.last, .material-form .input-group .form-control:last-child, .material-form .input-group .input-group-btn:last-child, .material-form .input-group .input-group-btn:last-child .btn, .material-form .input-group .input-group-btn:last-child button{border-bottom-right-radius:4px;border-top-right-radius:4px}
.material-form .form-group{margin-bottom:15px;overflow:visible}
.material-form .form-group.success .form-control{color:#5cb85c}
.material-form .form-group.failed .form-control{color:#d9534f}
.material-form .form-control[readonly]{background:#fff}
.material-form .btn{height:38px}
.material-form .btn-default{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.material-form .input-group input, .material-form .input-group select, input[type='text'].whois, input[type='password'].whois, select.whois{z-index:10}
.input-group label.th{z-index:9;display:none;position:absolute;top:50%;left:10px;margin-top:-10px;height:20px;color:#ccc}
.input-group label.th.ie9{z-index:11;display:block}
.material-form .desc{padding:10px 0}
.chkbox{display:inline-block;margin:0;padding:0}
.chk-block,
.chk-block span{display:block;text-align:center;width:100%}
.chkbox input[type='radio'],
.chkbox input[type='checkbox']{display:none}
.chkbox input[type='radio']~.rbtn{padding:6px 12px;line-height:27px;border:1px solid #ccc;border-radius:3px;cursor:pointer}
.chkbox input[type='radio']:checked~.rbtn{background:#ccc;color:#fff}
.chkbox input[type='radio']~.box,
.chkbox input[type='checkbox']~.box{display:block;color:#bbb;cursor:pointer;transition:0.5s all ease}
.chkbox input[type='radio']~.box:before,
.chkbox input[type='checkbox']~.box:before{display:inline-block;margin-right:5px;padding:2px;font-family:'Glyphicons Halflings';font-size:18px;font-weight:normal;line-height:1;text-align:center;transition:0.4s all ease;vertical-align:middle;color:#cfcfcf}
.chkbox input[type='radio']~.box:before{content:"e165"}
.chkbox input[type='checkbox']~.box:before{content:"e013"}
.chkbox input[type='radio']:checked~.box,
.chkbox input[type='checkbox']:checked~.box{color:#666}
.chkbox input[type='radio']:checked~.box:before,
.chkbox input[type='checkbox']:checked~.box:before{color:#666}

@media only screen and (max-width:767px){
    .material-form{margin-bottom:30px;}
}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list{display:inline-block;padding:0;font-size:13px}
.whois-board-list .whois-board-row{width:100%;margin:0;padding:15px 0;float:left;border-bottom:1px solid #eee;color:#000}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject{margin:0 0 5px;padding:0;font-size:14px;font-weight:600}
.whois-board-list .whois-board-row .whois-board-row-info{color:#acacac}
.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author{max-width:33vw;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}

/* 일반게시판 view */
.whois-board-view{display:inline-block;font-size:13px}

/* Line 색상 */
.whois-board-view .whois-board-view-row{width:100%;margin:0;padding:10px 0;float:left;border-bottom:1px solid #eee}
.whois-board-view .whois-board-view-row .whois-board-view-subject{width:100%;margin:0 0 15px;padding:0;float:left;font-size:18px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-author{width:100%;margin:0 0 5px;padding:0;float:left;font-size:13px;font-weight:600}
.whois-board-view .whois-board-view-row .whois-board-view-info{width:100%;margin:0;padding:0 0 10px;float:left;color:#acacac}
.whois-board-view .whois-board-view-row .whois-board-view-content{width:100%;margin:0;padding:10px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files{width:100%;margin:0;padding:0;float:left}
.whois-board-view .whois-board-view-files .whois-board-view-file{width:100%;margin:0;padding:5px 0;float:left;font-size:12px}
.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count{font-size:11px;color:#c4c4c4}

/* 게시판 버튼 */
.btn-search, .btn-sub, .whois-button-submit{color:#fff;background-color:#1f3f93;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.btn-search:focus, .btn-search:hover, .btn-sub:focus, .btn-sub:hover, .whois-button-submit:focus, .whois-button-submit:hover{color:#fff;background-color:#1f3f93}
.btn {padding: 12px 30px; font-size: 16px;}

@media screen and (max-width: 768px) {
	.btn {padding: 8px 14px; font-size: 12px;}
}

/* 게시판 공통 */
.sub-box{margin-right:5px;background-color:#3d427c;border:0;color:#ffffff;display:inline-block;font-family:"Nanum Gothic",sans-serif}
.sub-box.sm{font-size:12px;padding:2px 5px}
.sub-box.m{font-size:14px;padding:4px 8px}
.sub-box.lg{font-size:16px;padding:6px 12px}
.sub-border{border:1px solid #3d427c}
.sub-border-t{border-top:1px solid #3d427c}
.sub-border-r{border-right:1px solid #3d427c}
.sub-border-b{border-bottom:1px solid #3d427c}
.sub-border-l{border-left:1px solid #3d427c}
.sub-bg{background-color:#3d427c}
.sub-bg-hover:hover{background-color:#36384e}



/* 게시판 */
.paginate_regular {margin-top: 50px;}
.board_pagetab {display: flex; align-items: center; justify-content: center;}
.board_pagetab a {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin: 0 5px; font-size: 14px; color: #888; -webkit-border-radius: 50%; border-radius: 50%;}
.board_pagetab span.on a {color: #174168; font-weight: 700;}
.board_pagetab a.page-first,
.board_pagetab a.page-prev,
.board_pagetab a.page-next,
.board_pagetab a.page-last {text-indent: -9999px; border: solid 1px #ccc; -webkit-border-radius: 10px; border-radius: 10px; opacity: 0.5;}
.board_pagetab a.page-first {background: url('/images/kor09r-22-0461/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/kor09r-22-0461/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/kor09r-22-0461/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/kor09r-22-0461/sub/paging_last.png')no-repeat center center / 16px auto;}

@media screen and (max-width: 768px) {
	.paginate_regular {margin-top: 30px;}
	.board_pagetab a {width: 32px; height: 32px; margin: 0 2px; font-size: 12px; background-size: 12px auto !important;}
}



.brd-list {table-layout: fixed; width: 100%; border-top: solid 2px #2e3133;}
.brd-list caption {display: none;}
.brd-list th,
.brd-list td {border-bottom: solid 1px #c9c9c9; padding: 20px; text-align: center; font-size: 16px;}
.brd-list th {font-weight: 500; background: #f8f8f8;}
.brd-list td.brd-list__title {text-align: left;}
.brd-list td.brd-list__title a {display: inline-flex; max-width: 100%; align-items: center; color: #000;}
.brd-list td.brd-list__title a span {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.brd-list td.brd-list__title a em {flex-shrink: 0; font-style: normal; display: inline-block; vertical-align: middle; background: #d21243; margin-left: 5px; width: 20px; height: 20px; line-height: 20px; text-align: center; color: #fff; font-size: 10px; font-weight: 700; -webkit-border-radius: 20px; border-radius: 20px;}
.brd-list td.brd-list__title a img {flex-shrink: 0; margin-left: 5px;}
.brd-list td.brd-list__file img {width: 22px;}
.brd-list__sch {margin-top: 50px; padding: 30px; background: #f9f9f9; display: flex; align-items: center; justify-content: center;}
.brd-list__sch ul {display: flex; align-items: center; justify-content: center;}
.brd-list__sch ul li {}
.brd-list__sch ul li:nth-child(1) {flex-shrink: 0; width: 120px;}
.brd-list__sch ul li:nth-child(2) {flex-grow: 1; margin: 0 10px;}
.brd-list__sch ul li:nth-child(3) {flex-shrink: 0; width: 60px;}
.brd-list__sch select,
.brd-list__sch input,
.brd-list__sch button {display: block; width: 100%; height: 40px; -webkit-border-radius: 0px; border-radius: 0px;}
.brd-list__sch select,
.brd-list__sch input {background: #fff; border: solid 1px #dadada; padding: 0 10px;}
.brd-list__sch button {background: #555; border: none; color: #fff;}
.brd-list__btn {display: flex; align-items: center; justify-content: flex-end; margin-top: 15px; padding: 0;}
.brd-top {margin-top: 50px; display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 30px;}
.brd-top__total {font-size: 16px;}
.brd-top__total b {color: #0076a6;}
.brd-top__sch {flex-shrink: 0; display: flex; align-items: center;}
.brd-top__sch dt {width: 140px; margin-right: 10px; display: none;}
.brd-top__sch dt select {display: block; width: 100%; height: 40px; border-color: #dcdcdc;}
.brd-top__sch dd {border: solid 1px #dcdcdc; width: 370px; position: relative; -webkit-border-radius: 10px; border-radius: 10px;}
.brd-top__sch dd input[type="text"] {background: none; display: block; width: 100%; height: 50px; font-size: 14px; border: none; padding: 0 50px 0 20px; -webkit-appearance: none; appearance: none;}
.brd-top__sch dd button {display: block; width: 50px; height: 50px; border: none; text-indent: -9999px; position: absolute; right: 0; top: 0; -webkit-appearance: none; appearance: none; background: url('/images/kor09r-22-0461/sub/board_search.png')no-repeat center center / 18px auto;}


@media screen and (max-width: 1220px) {
	.brd-top {padding-bottom: 20px; margin-top: 40px;}
	.brd-list th,
	.brd-list td {padding: 15px 0; font-size: 14px;}
	.brd-list td.brd-list__status em {width: 60px; height: 30px; font-size: 12px;}
}

@media screen and (max-width: 980px) {
	.brd-top {padding-bottom: 10px; margin-top: 30px;}
	.brd-top__sch {width: 240px;}
	.brd-top__sch dd input[type="text"] {height: 40px; padding-left: 10px; padding-right: 40px;}
	.brd-top__sch dd button {width: 40px; height: 40px; background-size: 16px auto;}
}

@media screen and (max-width: 768px) {
	.brd-top {margin-top: 0;}
	.brd-top__sch {margin-top: 20px;}
	.brd-list thead {display: none;}
	.brd-list,
	.brd-list tbody,
	.brd-list tr,
	.brd-list td {display: block;}
	.brd-list th,
	.brd-list td {border-bottom: none; padding: 0; text-align: left;}
	.brd-list tr {padding: 15px 0; border-bottom: solid 1px #c9c9c9; position: relative;}
	.brd-list td.brd-list__cate {display: inline-flex; align-items: center; justify-content: center; width: auto; height: 24px; padding: 0 10px; font-size: 11px; border: solid 1px #5683ba; -webkit-border-radius: 20px; border-radius: 20px;}
	.brd-list td.brd-list__title {position: relative; padding-right: 40px;}
	.brd-list td.brd-list__title a {font-size: 13px;}
	.brd-list td.brd-list__title a em {margin-left: 3px; width: 16px; height: 16px; line-height: 16px;}
	.brd-list td.brd-list__idx {position: absolute; right: 0; top: 15px; font-size: 11px;}
	.brd-list td.brd-list__idx:before {content: 'NO. ';}
	.brd-list td.brd-list__idx.notice:before {display: none;}
	.brd-list td.brd-list__name,
	.brd-list td.brd-list__date,
	.brd-list td.brd-list__hit {display: inline-block; vertical-align: middle; color: #666; font-size: 12px; line-height: 1;}
	.brd-list td.brd-list__file {display: none;}
	/* .brd-list td.brd-list__name,
	.brd-list td.brd-list__date {position: relative; padding-right: 8px; margin-right: 8px;}
	.brd-list td.brd-list__name:after,
	.brd-list td.brd-list__date:after {content: ''; display: block; width: 1px; height: 10px; background: #aaa; position: absolute; right: -1px; top: 50%; margin-top: -6px;}
	 */
	.brd-list td.brd-list__name {margin-right: 10px;}
	.brd-list td.brd-list__hit {margin-right: 10px;}
	.brd-list td.brd-list__hit:before {content: '조회수 : ';}

	.brd-list__sch {margin-top: 30px; padding: 0; background: none;}
	.brd-list__sch ul {width: 100%;}
	.brd-list__sch ul li:nth-child(1) {width: 90px;}
	.brd-list__sch ul li:nth-child(2) {margin: 0 5px;}
	.brd-list__sch ul li:nth-child(3) {width: 50px;}
	.brd-list__sch select,
	.brd-list__sch input,
	.brd-list__sch button {font-size: 12px;}
	.brd-top form {width: 100%;}
	.brd-top__total {display: none;}
	.brd-top__sch {width: 100%;}
	.brd-top__sch dt {flex-shrink: 0; width: 100px; margin-right: 5px;}
	.brd-top__sch dt select {padding-left: 5px;}
	.brd-top__sch dd {flex-grow: 1; width: auto;}	
}



.brd-view__title {border-top: solid 1px #444; padding: 20px 10px 0;}
.brd-view__title h3 {color: #333; font-size: 20px;}
.brd-view__info {padding: 10px;}
.brd-view__info span {font-size: 12px; position: relative; padding-right: 10px; margin-right: 10px;}
.brd-view__info span:last-child {padding-right: 0; margin-right: 0;}
.brd-view__info span:after {content: ''; display: block; width: 1px; height: 10px; background: #ccc; position: absolute; right: 0; top: 50%; margin-top: -5px;}
.brd-view__info span:last-child:after {display: none;}
.brd-view__content {padding: 30px 10px; min-height: 400px; border-top: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5;}
.brd-view__content .main-video {margin-bottom: 30px;}
.brd-view__content img {height: auto !important;}
.brd-view__file {border-bottom: solid 1px #e5e5e5; padding: 15px 10px;}
.brd-view__file dt {font-size: 14px;}
.brd-view__file dd {font-size: 14px; margin-top: 5px;}
.brd-view__file dd ul {}
.brd-view__file dd ul li {}
.brd-view__file dd ul li:last-child {}
.brd-view__file dd ul li a {text-decoration: underline; color: #000; font-weight: 500;}
.brd-view__file dd ul li a:hover {text-decoration: underline !important;}
.brd-view__btn {display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding: 0;}
.brd-view__navi {margin-top: 30px; border-top: solid 1px #444;}
.brd-view__navi li {border-bottom: solid 1px #f0f0f0; padding: 15px 0;}
.brd-view__navi dl {display: flex; align-items: center;}
.brd-view__navi dt {flex-shrink: 0; width: 100px; font-size: 14px; padding: 0 10px;}
.brd-view__navi dd {flex-grow: 1; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 768px) {
	.brd-view__title {padding: 15px 0 0;}
	.brd-view__title h3 { font-size: 16px;}
	.brd-view__info {padding: 10px 0;}
	.brd-view__info span {font-size: 11px; padding-right: 8px; margin-right: 8px;}
	.brd-view__info span:after {height: 8px; margin-top: -4px;}
	.brd-view__info span img {display: none;}
	.brd-view__content {padding: 20px 0; min-height: 200px;}
	.brd-view__file {padding: 10px 0;}
	.brd-view__file dt {font-size: 13px;}
	.brd-view__file dd {font-size: 12px; margin-top: 3px;}
	.brd-view__btn {padding: 0; margin-top: 10px;}
	.brd-view__navi li {padding: 10px 0;}
	.brd-view__navi dt {width: 60px; font-size: 12px;}
	.brd-view__navi dd {font-size: 12px;}
}



.cmt-wrap {margin-top: 60px;}
.cmt-title {font-size: 18px; font-weight: 500; padding: 0 10px;}
.cmt-list {border-top: solid 1px #333; margin-top: 15px;}
.cmt-item {border-bottom: solid 1px #e5e5e5; padding: 15px 10px;}
.cmt-info {color: #888; font-size: 13px; display: flex; align-items: center;}
.cmt-info strong {color: #1f3f93; font-size: 14px; margin-right: 5px;}
.cmt-info a {display: block; margin-left: 5px;}
.cmt-info a img {display: block;}
.cmt-content {margin-top: 10px;}

.cmt-form {border: solid 1px #e5e5e5; background: #fafafa; padding: 20px; margin-top: 20px;}
.cmt-user {display: flex; align-items: flex-end; padding-bottom: 10px;}
.cmt-user h5 {font-weight: 500; margin-right: 5px; font-size: 18px;}
.cmt-user input,
.cmt-user label {display: none;}
.cmt-input {display: flex;}
.cmt-input textarea {flex-grow: 1; height: 100px !important;}
.cmt-input button {background: #333; color: #fff; width: 100px; height: 100px; font-size: 16px; font-weight: 500; border: none; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 768px) {
	.cmt-form {padding: 10px;}
	.cmt-user h5 {font-size: 14px;}
	.cmt-user p {font-size: 12px;}
	.cmt-input {flex-direction: column;}
	.cmt-input button {width: 120px; height: 40px; margin-top: 10px; font-size: 13px; align-self: center; -webkit-border-radius: 4px; border-radius: 4px;} 
}



.glry-list {display: flex; flex-wrap: wrap; margin: -40px -30px;}
.glry-list > li {padding: 40px 30px; width: calc(100% / 3);}
.glry-list > li a {display: block;}
.glry-list > li a dl dt {display: block; padding-bottom: 66.6666%; border: solid 1px #e6e6e6; -webkit-border-radius: 15px; border-radius: 15px;}
.glry-list > li a dl dd {margin-top: 20px;}
.glry-list > li a dl dd h5 {font-size: 18px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.4; max-height: 2.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.glry-list > li a dl dd p {margin-top: 20px; font-size: 14px; color: #878787;}
.glry-list > li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.glry-list {margin: -30px -20px;}
	.glry-list > li {padding: 30px 20px;}
	.glry-list > li a dl dd {margin-top: 15px;}
	.glry-list > li a dl dd h5 {font-size: 16px;}
	.glry-list > li a dl dd p {font-size: 13px; margin-top: 10px;}
}

@media only screen and (max-width:980px) {
	.glry-list {margin: -20px -10px;}
	.glry-list > li {padding: 20px 10px;}
	.glry-list > li a dl dd h5 {font-size: 14px;}
	.glry-list > li a dl dd p {font-size: 12px;}
}

@media only screen and (max-width:768px) {
	.glry-list {margin: -10px -5px;}
	.glry-list > li {padding: 10px 5px; width: 50%;}	 
	.glry-list > li a dl dd {margin-top: 5px;}
	.glry-list > li a dl dd h5 {font-size: 13px;}
	.glry-list > li a dl dd p {font-size: 11px; margin-top: 5px;}
}




.brc-list {display: flex; flex-wrap: wrap; margin: -40px;}
.brc-list > li {padding: 40px; width: 33.3333%;}
.brc-list > li dl {display: block;}
.brc-list > li dl dt {display: block; padding: 30px; border: solid 1px #e6e6e6; -webkit-border-radius: 20px; border-radius: 20px;}
.brc-list > li dl dt em {display: block; padding-bottom: 141.3793%;}
.brc-list > li dl dd {padding: 20px; position: relative;}
.brc-list > li dl dd h5 {font-size: 18px; font-weight: 500;}
.brc-list > li dl dd p {margin-top: 20px; font-size: 14px; color: #878787;}
.brc-list > li dl dd a {display: block; width: 40px; height: 30px; text-indent: -9999px; position: absolute; right: 20px; bottom: 20px; background: #174168 url('/images/kor09r-22-0461/sub/brochure_down.png')no-repeat center center / 19px auto; -webkit-border-radius: 20px; border-radius: 20px;}
.brc-list > li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.brc-list {margin: -30px -20px;}
	.brc-list > li {width: 33.3333%; padding: 30px 20px;}
	.brc-list > li dl dt {padding: 20px;}
	.brc-list > li dl dd {padding: 20px 10px;}
	.brc-list > li dl dd h5 {font-size: 16px;}
	.brc-list > li dl dd p {font-size: 13px;}
	.brc-list > li dl dd a {right: 10px;}
}

@media only screen and (max-width:980px) {
	.brc-list {margin: -20px -10px;}
	.brc-list > li {padding: 20px 10px;}
	.brc-list > li dl dd {padding: 20px 0;}
	.brc-list > li dl dd h5 {font-size: 14px;}
	.brc-list > li dl dd p {font-size: 12px;}
	.brc-list > li dl dd a {right: 0;}
}

@media only screen and (max-width:768px) {
	.brc-list {margin: -10px -5px;}
	.brc-list > li {padding: 10px 5px; width: 50%;}
	.brc-list > li dl {height: 100%; display: flex; flex-direction: column;}
	.brc-list > li dl dt {flex-shrink: 0;}
	.brc-list > li dl dd {text-align: center; padding: 10px 0; flex-grow: 1; display: flex; flex-direction: column;}
	.brc-list > li dl dd h5 {font-size: 13px; flex-grow: 1;}
	.brc-list > li dl dd p {font-size: 11px; flex-shrink: 0; margin-top: 5px;}
	.brc-list > li dl dd a {position: static; flex-shrink: 0; margin: 10px auto 0; text-indent: 0; width: 100px; padding-left: 35px; color: #fff; font-size: 13px; display: flex; align-items: center; background-position: 12px center; background-size: 13px auto;}
}




/* FAQ */
.faq-list {border-top: solid 2px #2e3133;}
.faq-list dl {border-bottom: solid 1px #ccc;}
.faq-list dl dt button {padding: 15px 20px; display: flex; align-items: center; text-align: left; padding-right: 50px; position: relative; width: 100%; font-size: 16px; font-weight: 400; border: none; background: none;}
.faq-list dl dt button:before {content: 'Q'; flex-shrink: 0; width: 30px; height: 30px; margin-right: 10px; background: #2e387e; color: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.faq-list dl dt button:after {content: ''; display: block; width: 10px; height: 10px; border-top: solid 2px #000; border-right: solid 2px #000; position: absolute; top: 50%; margin-top: -5px; right: 20px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
.faq-list dl dt button.active:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.faq-list dl dd {background: #fafafa; padding: 20px 40px; border-top: solid 1px #ccc; display: none;}
.faq-list dl dd:before {content: 'A'; flex-shrink: 0; width: 30px; height: 30px; margin-right: 20px; background: #ff5400; color: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%; border-radius: 50%;}
.faq-list dl dd p {font-size: 14px; line-height: 1.8;}
.faq-list .none {padding: 30px; text-align: center; border-bottom: solid 1px #ccc; font-size: 14px;}

@media only screen and (max-width:768px) {
	.faq-list dl dt button {padding: 10px 0; padding-right: 0; font-size: 13px;}
	.faq-list dl dt button:before {width: 25px; height: 25px; font-size: 13px;}
	.faq-list dl dt button:after {display: none;}
	.faq-list dl dd {padding: 10px;}
	.faq-list dl dd:before {width: 25px; height: 25px; font-size: 13px; margin-right: 10px;}
	.faq-list dl dd p {font-size: 12px;}
}



/* 고객서비스 */
.form-control{box-shadow:none;-webkit-box-shadow:none; height:40px; -webkit-border-radius: 0px; border-radius: 0px;}}
/* .form-control:focus{outline:none;box-shadow:none;-webkit-box-shadow:none;border-color:#16103f} */

label {cursor: pointer !important; margin-bottom: 0;}
input[type=checkbox] {width: 20px; height: 20px; border: solid 1px #ccc; margin: -3px 5px 0 0; cursor: pointer; position: relative; vertical-align: middle; -webkit-appearance: none; appearance: none;}
input[type=checkbox]:checked:after {content: ''; display: block; background: #213b87; position: absolute; left: 4px; right: 4px; top: 4px; bottom: 4px;}
input[type=radio] {width: 20px; height: 20px; border: solid 1px #ccc; margin: -3px 5px 0 0; cursor: pointer; position: relative; vertical-align: middle; -webkit-appearance: none; appearance: none; -webkit-border-radius: 50%; border-radius: 50%;}
input[type=radio]:checked:after {content: ''; display: block; background: #213b87; position: absolute; left: 5px; right: 5px; top: 5px; bottom: 5px; -webkit-border-radius: 50%; border-radius: 50%;}
.file-coment {font-size: 12px; margin-top: 5px;}
textarea.form-control {height: 340px;}
.max400 {max-width: 400px; width: 100%;}

.rsm-info {margin-bottom: 30px;}
.rsm-info strong {font-size: 20px; font-weight: 700; margin-right: 20px;}
.rsm-agree {width: 100% !important; padding-top: 60px !important; border-bottom: none !important; padding-left: 0 !important; padding-right: 0 !important;}
.rsm-agree p {font-size: 18px; margin-bottom: 10px;}
.rsm-agree textarea {height: 200px;}
.rsm-agree label {margin-top: 20px; font-weight: 400 !important; display: flex;}
.rsm-agree label input {flex-shrink: 0; margin-top: 1px;}
.rsm-radio {display: flex; align-items: center; flex-wrap: wrap;}
.rsm-radio li {margin-right: 20px; padding: 5px 0;}
.rsm-radio li:last-child {margin-right: 0;}
.rsm-radio li label {font-weight: 400 !important;}
.rsm-phone {display: flex; align-items: center;}
.rsm-phone em {display: block; width: 20px; text-align: center; flex-shrink: 0; font-style: normal;}
.rsm-mail {display: flex; align-items: center;}
.rsm-mail em {display: block; width: 30px; text-align: center; flex-shrink: 0; font-style: normal;}
.rsm-mail .menu-scroll {position: relative;}
.rsm-mail .menu-scroll button {border-left: none; width: 40px; height: 40px; padding: 0; -webkit-border-radius: 0px; border-radius: 0px;}
.rsm-upload {margin-bottom: 5px;}
.rsm-upload a {display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; height: 30px; background: #e5e5e5; border: solid 1px #aaa; font-size: 14px;}
.rsm-img {width: 180px; display: inline-block; vertical-align: middle; margin-left: 5px;}
.rsm-table {border-top: solid 2px #000; table-layout: fixed; width: 100%;}
.rsm-table th,
.rsm-table td {border-bottom: solid 1px #ccc; padding: 20px;}
.rsm-table th {background: #fafafa; text-align: center; font-weight: 500;}
.rsm-table th label {font-weight: 500;}
.rsm-table th span {color: #f00; margin-left: 5px;}
.rsm-content {height: 340px;}
.rsm-submit {margin-top: 60px;}
.rsm-submit a,
.rsm-submit button {width: 240px; height: 80px; background: #126bb3; color: #fff; border: none; font-size: 22px; font-weight: 600; margin: 0 auto; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 1280px) {
	.rsm-info {margin-bottom: 20px;}
	.rsm-agree {padding-top: 30px !important;}
	.rsm-submit a,
	.rsm-submit button {width: 200px; height: 70px; font-size: 20px;}
}

@media screen and (max-width: 980px) {
	.rsm-info {margin-bottom: 10px;}
	textarea.form-control {height: 240px;}
	.rsm-agree p {font-size: 16px;}
	.rsm-agree textarea {height: 140px;}
	.rsm-agree label {margin-top: 10px;}
	.rsm-table th,
	.rsm-table td {padding: 10px; font-size: 14px;}
	.rsm-submit {margin-top: 30px;}
	.rsm-submit a,
	.rsm-submit button {width: 160px; height: 60px; font-size: 18px;}
}

@media screen and (max-width: 768px) {
	.form-control {font-size: 12px;}
	.rsm-info {font-size: 12px;}
	.rsm-info strong {font-size: 14px; margin-right: 0; display: block;}
	textarea.form-control {height: 140px;}	
	.rsm-agree {padding-top: 20px !important;}
	.rsm-agree p {font-size: 14px; margin-bottom: 5px;}
	.rsm-agree textarea {height: 100px; font-size: 12px;}
	.rsm-agree label {margin-top: 10px; font-size: 11px;}
	.rsm-agree label input {margin-top: -1px;}
	.rsm-table,
	.rsm-table tbody {display: block;}
	.rsm-table tr {display: flex; flex-wrap: wrap;}
	.rsm-table th {width: 100px; font-size: 13px; padding: 0; display: flex; align-items: center; justify-content: center;}
	.rsm-table td {width: calc(100% - 100px);}
	.rsm-img {width: 100%; display: block; margin-left: 0; margin-top: 5px;}
	.rsm-submit a,
	.rsm-submit button {width: 120px; height: 50px; font-size: 14px;}
}



/* 제품 */
.gd-tab {padding-bottom: 60px; margin: 0 -10px; display: flex; flex-wrap: wrap; justify-content: center;}
.gd-tab li {padding: 0 10px;}
.gd-tab li:first-child:nth-last-child(2),
.gd-tab li:first-child:nth-last-child(2) ~ li {width: 50%;}
.gd-tab li:first-child:nth-last-child(3),
.gd-tab li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.gd-tab li:first-child:nth-last-child(4),
.gd-tab li:first-child:nth-last-child(4) ~ li {width: 25%;}
.gd-tab li:first-child:nth-last-child(5),
.gd-tab li:first-child:nth-last-child(5) ~ li {width: 20%;}
.gd-tab li a {height: 50px; font-size: 16px; background: #f3f3f3; color: #292929; font-weight: 500; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 40px; border-radius: 40px;}
.gd-tab li a.active {background: #027791; color: #fff;}


.gd-list {margin: -50px -20px; display: flex; flex-wrap: wrap;}
.gd-list li {width: 25%; padding: 50px 20px;}
.gd-list li.none {width: 100%; text-align: center;}
.gd-list li a {display: block;}
.gd-list li a img {display: block; width: 100%; border: solid 1px #efefef;}
.gd-list li a h5 {font-size: 16px; font-weight: 500; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 1280px) {
	.gd-list li a h5 {font-size: 15px;}
}

@media screen and (max-width: 980px) {
	.gd-tab li {width: auto !important; margin: 0 20px;}
	.gd-list {margin: -30px -15px;}
	.gd-list li {padding: 30px 15px; width: 33.3333%;}
	.gd-list li a h5 {font-size: 14px; margin-top: 5px;}
}

@media screen and (max-width: 768px) {
	.gd-tab {border-bottom: none;}
	.gd-tab li {margin: 2px;}
	.gd-tab li a {height: 40px; font-size: 13px; padding: 0 10px; border: solid 1px #ddd;}	
	.gd-tab li a.active:after {display: none;}
	.gd-tab li a.active {background: #1a1dcc; color: #fff;}
	.gd-list {margin: -20px -10px;}
	.gd-list li {padding: 20px 10px; width: 50%;}
	.gd-list li a h5 {font-size: 13px;}
}




.gd-dtl__top {display: flex;}
.gd-dtl__img {width: 50%;}
.gd-dtl__big {border: solid 1px #ddd;}
.gd-dtl__nav {margin: 0 -6px; margin-top: 30px;}
.gd-dtl__nav .slick-slide {padding: 0 6px;}
.gd-dtl__nav .slick-slide img {display: block; border: solid 1px #ddd;}
.gd-dtl__nav .slick-arrow {display: block; width: 30px; text-indent: -9999px; border: none; position: absolute; top: 0; bottom: 0; background: none;}
.gd-dtl__nav .slick-prev {right: 100%; margin-right: -6px;}
.gd-dtl__nav .slick-next {left: 100%; margin-left: -6px;}
.gd-dtl__nav .slick-arrow:after {content: ''; display: block; width: 16px; height: 16px; border-top: solid 3px #eaeaea; position: absolute; top: 50%; left: 50%; margin-top: -8px;}
.gd-dtl__nav .slick-prev:after {border-left: solid 3px #eaeaea; margin-left: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.gd-dtl__nav .slick-next:after {border-right: solid 3px #eaeaea; margin-left: -12px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.gd-dtl__smry {width: 50%; padding-left: 60px; display: flex; flex-direction: column;}
.gd-dtl__smry h6 {font-size: 20px; color: #1a1dcc; font-weight: 600;}
.gd-dtl__smry h4 {font-size: 40px; font-weight: 600; color: #000; margin-top: 10px;}
.gd-dtl__smry dl {}
.gd-dtl__smry dl dt {font-size: 24px; font-weight: 600;}
.gd-dtl__smry dl dd {margin-top: 20px; font-size: 16px; line-height: 1.8;}
.gd-dtl__smry dl dd pre {display: none;}
.gd-dtl__smry dl dd ul {}
.gd-dtl__smry dl dd ul li {font-size: 18px; margin-bottom: 15px; position: relative; padding-left: 20px;}
.gd-dtl__smry dl dd ul li:last-child {margin-bottom: 0;}
.gd-dtl__smry dl dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 8px; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}

.goods-dtl__list2 li {display: flex;}
.goods-dtl__list2 li strong {flex-shrink: 0; width: 100px;}

.gd-dtl__shrink {flex-shrink: 0;}
.gd-dtl__grow {flex-grow: 1; margin-top: 30px; padding-top: 30px; border-top: dotted 2px #ddd;}
.gd-dtl__btn {flex-shrink: 0; margin-top: 30px;}
.gd-dtl__btn ul {display: flex; margin: 0 -5px;}
.gd-dtl__btn ul li {padding: 0 5px;}
.gd-dtl__btn ul li:first-child:nth-last-child(1) {width: 50%;}
.gd-dtl__btn ul li:first-child:nth-last-child(2),
.gd-dtl__btn ul li:first-child:nth-last-child(2) ~ li {width: 50%;}
.gd-dtl__btn ul li:first-child:nth-last-child(3),
.gd-dtl__btn ul li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.gd-dtl__btn ul li:first-child:nth-last-child(4),
.gd-dtl__btn ul li:first-child:nth-last-child(4) ~ li {width: 25%;}
.gd-dtl__btn ul li a,
.gd-dtl__btn ul li button {width: 100%; height: 60px; border: solid 1px #333; background: none; padding: 0 40px; line-height: 1.0; font-size: 18px; display: flex; align-items: center; justify-content: center;}
.gd-dtl__btn ul li a.grn,
.gd-dtl__btn ul li button.grn {background: #00025a; border-color: #00025a; color: #fff;}

.gd-dtl__content {margin-top: 100px; font-size: 16px; line-height: 1.8;}
.gd-dtl__content h4 {font-size: 24px; font-weight: 600; margin-bottom: 20px;}
.gd-dtl__content dl {margin-top: 40px;}
.gd-dtl__content dl dt {font-size: 18px; color: #00025a; font-weight: 600; margin-bottom: 10px;}
.gd-dtl__content dl dd {font-size: 18px; margin-bottom: 5px; position: relative; padding-left: 20px;}
.gd-dtl__content dl dd:last-child {margin-bottom: 0;}
.gd-dtl__content dl dd:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 8px; top: 10px; -webkit-border-radius: 50%; border-radius: 50%;}

@media screen and (max-width: 1280px) {
	.gd-dtl__smry h6 {font-size: 16px;}
	.gd-dtl__smry h4 {font-size: 36px;}
	.gd-dtl__smry dl dt {font-size: 20px;}
	.gd-dtl__smry dl dd {font-size: 15px;}
	.gd-dtl__smry dl dd ul li {font-size: 16px;}
	.gd-dtl__smry dl dd ul li:before {top: 8px;}
	.gd-dtl__grow {margin-top: 30px; padding-top: 30px;}
	.gd-dtl__btn ul {margin: 0 -2px;}
	.gd-dtl__btn ul li {padding: 0 2px;}
	.gd-dtl__btn ul li a,
	.gd-dtl__btn ul li button {height: 50px; padding: 0 30px; font-size: 16px;}
	.gd-dtl__content {margin-top: 100px; font-size: 15px;}
	.gd-dtl__content h4 {font-size: 20px;}
	.gd-dtl__content dl dt {font-size: 16px;}
	.gd-dtl__content dl dd {font-size: 16px;}
	.gd-dtl__content dl dd:before {top: 8px;}
}

@media screen and (max-width: 980px) {
	.gd-dtl__smry h4 {font-size: 30px;}
	.gd-dtl__smry dl dt {font-size: 16px;}
	.gd-dtl__smry dl dd {margin-top: 10px; font-size: 14px;}
	.gd-dtl__smry dl dd ul li {font-size: 14px; padding-left: 10px; margin-bottom: 10px;}
	.gd-dtl__smry dl dd ul li:before {top: 7px; left: 0;}	
	.gd-dtl__grow {margin-top: 20px; padding-top: 20px;}
	.gd-dtl__btn ul li a,
	.gd-dtl__btn ul li button {width: 100%; padding: 0 0; font-size: 14px;}

	.gd-dtl__content {margin-top: 60px; font-size: 14px;}
	.gd-dtl__content h4 {font-size: 16px; margin-bottom: 10px;}
	.gd-dtl__content dl {margin-top: 20px;}
	.gd-dtl__content dl dt {font-size: 14px;}
	.gd-dtl__content dl dd {font-size: 14px; padding-left: 10px;}
	.gd-dtl__content dl dd:before {top: 7px; left: 0;}
}

@media screen and (max-width: 768px) {
	.gd-dtl__top {display: block;}
	.gd-dtl__img {width: 100%;}
	.gd-dtl__smry {width: 100%; margin-top: 40px; padding-left: 0;}
	.goods-dtl__list2 li strong {width: 80px;}
}




.sub-name {font-size: 25px; color: #174168; font-weight: 700; margin-top: 120px; margin-bottom: 30px;}
.sub-name.mt0 {margin-top: 0;}
.sub-txt {font-size: 16px;}
.sub-dots li {display: flex; margin-bottom: 10px;}
.sub-dots li:last-child {margin-bottom: 0;}
.sub-dots li:before {content: ''; display: block; width: 3px; height: 3px; flex-shrink: 0; margin-top: 10px; margin-right: 10px; background: #000; -webkit-border-radius: 50%; border-radius: 50%;}

@media screen and (max-width: 1280px) {
	.sub-name {font-size: 22px; margin-top: 100px; margin-bottom: 20px;}
	.sub-txt {font-size: 15px;}
	.sub-dots li {font-size: 15px;}
}

@media screen and (max-width: 980px) {
	.sub-name {font-size: 20px; margin-top: 80px; margin-bottom: 15px;}
	.sub-txt {font-size: 14px;}
	.sub-dots li {font-size: 14px;}
	.sub-dots li:before {margin-top: 8px; margin-right: 8px;}
}

@media screen and (max-width: 768px) {
	.sub-name {font-size: 18px; margin-top: 60px; margin-bottom: 10px;}
	.sub-txt {font-size: 13px;}
	.sub-dots li {font-size: 13px;}
	.sub-dots li:before {margin-top: 7px; margin-right: 6px;}
}



/* company */
.greeting {display: flex;}
.greeting dt {width: 50%; padding-right: 80px;}
.greeting dt strong {display: block; font-size: 32px; margin-bottom: 30px; font-weight: 700; line-height: 1.4;}
.greeting dt strong:last-child {margin-bottom: 0;}
.greeting dd {width: 50%;}
.greeting dd h5 {font-size: 18px; font-weight: 600; line-height: 1.4;}
.greeting dd p {font-size: 18px; color: #4f4f4f; margin-top: 20px;}
.greeting dd h6 {margin-top: 60px; font-size: 18px; display: flex; align-items: center; justify-content: flex-end;}
.greeting dd h6 img {display: block; margin-left: 30px;}

@media screen and (max-width: 1280px) {
	.greeting dt strong {font-size: 26px;}
}

@media screen and (max-width: 980px) {
	.greeting dt {padding-right: 60px;}
	.greeting dt strong {font-size: 22px; margin-bottom: 20px;}
	.greeting dd h5 {font-size: 16px;}
	.greeting dd p {font-size: 16px; margin-top: 20px;}
	.greeting dd h6 {margin-top: 40px; font-size: 16px;}
	.greeting dd h6 img {width: 120px; margin-left: 10px;}
}

@media screen and (max-width: 768px) {
	.greeting {display: block;}
	.greeting dt {width: 100%; padding-right: 0;}
	.greeting dt strong {font-size: 18px; margin-bottom: 10px;}

	.greeting dd {width: 100%; margin-top: 60px;}
	.greeting dd h5 {font-size: 18px;}
	.greeting dd p {font-size: 14px; margin-top: 20px;}
	.greeting dd h6 {margin-top: 40px; font-size: 14px;}
	.greeting dd h6 img {width: 120px; margin-left: 10px;}
}







/* history */
.hsty dl {padding-left: 50%; padding-top: 30px; position: relative; display: flex; flex-direction: column;}
.hsty dl:before {content: ''; display: block; width: 1px; background: #e5e5e5; position: absolute; top: 0; bottom: 0; left: 50%;}
.hsty dl dt {padding-left: 50px; font-size: 40px; font-weight: 700; position: relative;}
.hsty dl dt:before {content: ''; display: block; box-sizing: border-box; width: 9px; height: 9px; background: #fff; z-index: 1; border: solid 3px #e5e5e5; position: absolute; left: -4px; top: 50%; margin-top: -4px; border-radius: 50%;}
.hsty dl dd {padding-left: 50px; margin-top: 20px;}
.hsty dl dd ul li {margin-bottom: 5px; display: flex; align-items: flex-start;}
.hsty dl dd ul li:last-child {margin-bottom: 0;}
.hsty dl dd ul li:before {content: ''; display: block; width: 3px; height: 3px; flex-shrink: 0; background: #000; margin-right: 5px; margin-top: 10px; border-radius: 50%;}
.hsty dl:nth-child(odd) {padding-left: 0; padding-right: 50%; align-items: flex-end;}
.hsty dl:nth-child(odd) dt {padding-left: 0; padding-right: 50px;}
.hsty dl:nth-child(odd) dt:before {left: auto; right: -5px;}
.hsty dl:nth-child(odd) dd {padding-left: 0; padding-right: 50px;}
.hsty dl:nth-child(odd) dd ul li {justify-content: flex-end;}
.hsty dl:first-child {padding-top: 0;}
.hsty dl:first-child:before {top: 30px;}
.hsty dl:last-child:before {bottom: auto; height: 60px;}
.hsty dl:first-child dt {font-size: 45px; color: #126bb3; font-weight: 800;}
.hsty dl:first-child dt:before {width: 21px; height: 21px; border: solid 6px #126bb3; right: -10px; margin-top: -9px;}

@media screen and (max-width: 768px) {
	.hsty dl {padding-left: 0; display: block;}
	.hsty dl:before {display: none;}
	.hsty dl dt {padding-left: 0; font-size: 26px;}
	.hsty dl dt:before {display: none;}
	.hsty dl dd {padding-left: 0; margin-top: 5px;}
	.hsty dl dd ul li {font-size: 14px;}
	.hsty dl:nth-child(odd) {padding-right: 0;}
	.hsty dl:nth-child(odd) dt {padding-right: 0;}
	.hsty dl:nth-child(odd) dd {padding-right: 0;}
	.hsty dl:nth-child(odd) dd ul li {justify-content: flex-start;}
	.hsty dl:first-child dt {font-size: 30px;}
}



/* organization */
.org {}
.org > div {display: flex; justify-content: center; position: relative;}

.org h2 {width: 220px; height: 70px; position: relative; z-index: 2; background: #006cb9; color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: center;}
.org h4 {width: 180px; height: 60px; background: #000; z-index: 1; color: #fff; display: flex; align-items: center; justify-content: center;}
.org h4.blu {background: #008ce9;}
.org h4.nvy {background: #0d4e91;}

.org1 h4 {position: absolute; right: 50%; margin-right: 240px; top: 50%; margin-top: -30px;}
.org1 h4:after {content: ''; display: block; border-top: dashed 1px #ccc; width: 240px; position: absolute; left: 100%; top: 50%;}

.org2 {padding-top: 20px; padding-bottom: 40px; padding-right: 50px; justify-content: flex-end !important;}
.org2:before {content: ''; display: block; border-left: dashed 1px #ccc; position: absolute; left: 50%; top: 0; bottom: 0;}
.org2:after {content: ''; display: block; border-top: dashed 1px #ccc; position: absolute; top: 50px; left: 50%; right: 50px;}

.org3 {padding-bottom: 40px; position: relative;}
.org3:before {content: ''; display: block; height: 40px; border-left: dashed 1px #ccc; position: absolute; left: 50%; bottom: 0;}
.org3 h4.grn {position: absolute; left: 100%; margin-left: 100px; top: 50%; transform: translateY(-50%);}
.org3 h4.grn:after {content: ''; display: block; border-top: dashed 1px #ccc; width: 100px; position: absolute; right: 100%; top: 50%;}

.org4 {position: relative; padding-bottom: 80px;}
.org4:before {content: ''; display: block; border-left: dashed 1px #ccc; height: 80px; position: absolute; left: 50%; bottom: 0;}
.org4 h5:last-child {position: absolute; right: 30px; top: 0;}
.org4 h5:last-child:before {content: ''; display: block; border-left: dashed 1px #ccc; height: 470px; position: absolute; left: 50%; bottom: 100%;}

.org5 {display: block !important; text-align: center; position: relative; padding-top: 40px;}
.org5:before {content: ''; display: block; border-top: dashed 1px #ccc; position: absolute; top: 0; left: 25%; right: 25%;}
.org5 ul {display: flex;}
.org5 ul:before,
.org5 ul:after {content: ''; display: block; height: 40px; border-left: dashed 1px #ccc; position: absolute; top: 0;}
.org5 ul:before {left: 25%;}
.org5 ul:after {right: 25%;}
.org5 ul li {padding: 40px 25px 0; width: 25%; position: relative;}
.org5 ul li:before {content: ''; display: block; border-top: dashed 1px #ccc; position: absolute; top: 0;}
.org5 ul li:nth-child(odd):before {left: 50%; right: 0;}
.org5 ul li:nth-child(even):before {left: 0; right: 50%;}
.org5 ul li dl {position: relative; height: 100%; background: #f6f6f6; display: flex; flex-direction: column;}
.org5 ul li dl:before {content: ''; display: block; border-left: dashed 1px #ccc; height: 30px; position: absolute; left: 50%; bottom: 100%; margin-bottom: 10px;}
.org5 ul li dl dt {height:50px; flex-shrink: 0; text-align: center; background: #5a5a5a; position: relative; color: #fff; font-size: 18px; margin: -10px 10px 0; display: flex; align-items: center; justify-content: center;}
.org5 ul li dl dt:before,
.org5 ul li dl dt:after {content: ''; display: block; width: 0px; height: 0px; border-style: solid; position: absolute; top: 0; transform: rotate(0deg);}
.org5 ul li dl dt:before {right: 100%; border-width: 0 0 10px 10px; border-color: transparent transparent #131313 transparent;}
.org5 ul li dl dt:after {left: 100%; border-width: 10px 0 0 10px; border-color: transparent transparent transparent #131313;}
.org5 ul li dl dd {flex-grow: 1; padding: 20px 10px;}
.org5 ul li dl dd p {color: #6a6a6a; margin-bottom: 10px;}
.org5 ul li dl dd p:last-child {margin-bottom: 0;}
.org5 ul li dl dd p br {display: none;}

@media screen and (max-width: 1280px) {
	.org5 ul li {padding: 40px 15px 0;}
}

@media screen and (max-width: 980px) {
	.org h2 {width: 200px; height: 60px; font-size: 18px;}
	.org h4 {width: 160px; height: 50px;}
	.org1 h4 {margin-right: 160px; margin-top: -25px;}
	.org1 h4:after {width: 160px;}
	.org2 {padding-right: 20px;}
	.org5 ul li {padding: 40px 5px 0;}
	.org5 ul li dl dt {font-size: 14px; height: 40px;}
	.org5 ul li dl dd p {font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.org h2 {width: 120px; height: 40px; font-size: 14px;}
	.org h4 {width: 80px; height: 34px; font-size: 12px;}
	.org1 h4 {width: 60px; margin-right: 0; margin-top: -17px; right: auto; left: 0;}
	.org1 h4:after {width: 120px;}
	.org2 {padding-right: 0; padding-bottom: 20px;}
	.org2:after {top: 36px;}
	.org3 {padding-bottom: 20px;}
	.org4 {padding-bottom: 20px;}
	.org4:before {height: 20px;}
	.org5 {padding-top: 20px; margin: 0 -10px;}
	.org5 ul:before,
	.org5 ul:after {height: 20px;}
	.org5 ul li {padding: 20px 2px 0;}
	.org5 ul li dl:before {height: 20px; margin-bottom: 0;}
	.org5 ul li dl dt {font-size: 12px; height: 40px; margin: 0;}
	.org5 ul li dl dt:before,
	.org5 ul li dl dt:after {display: none;}
	.org5 ul li dl dd {padding: 10px 5px;}
	.org5 ul li dl dd p {font-size: 11px;}
	.org5 ul li dl dd p br {display: block;}
}



/* vision */
.vsn-title {text-align: center; font-size: 40px; font-weight: 600; line-height: 1.4;}
.vsn-title span {color: #126bb3;}
.vsn-list {padding-top: 220px; display: flex; margin: 0 -35px;}
.vsn-list li {width: calc(100% / 3); padding: 0 35px;}
.vsn-list li p {height: 180px; padding: 20px; font-size: 20px; color: #fff; text-align: center; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; border-radius: 100px;}
.vsn-list li p strong {text-transform: uppercase; font-weight: 500;}
.vsn-list li:nth-child(1) p {background: url('/images/kor09r-22-0461/sub/vision_1.png')no-repeat center center / cover;}
.vsn-list li:nth-child(2) p {background: url('/images/kor09r-22-0461/sub/vision_2.png')no-repeat center center / cover;}
.vsn-list li:nth-child(3) p {background: url('/images/kor09r-22-0461/sub/vision_3.png')no-repeat center center / cover;}

@media screen and (max-width: 1280px) {
	.vsn-title {font-size: 34px;}
	.vsn-list {padding-top: 160px; margin: 0 -20px;}
	.vsn-list li {padding: 0 20px;}
	.vsn-list li p {height: 160px; font-size: 18px;}
}

@media screen and (max-width: 980px) {
	.vsn-title {font-size: 28px;}
	.vsn-list {padding-top: 100px; margin: 0 -10px;}
	.vsn-list li {padding: 0 10px;}
	.vsn-list li p {height: 140px; font-size: 16px;}
}

@media screen and (max-width: 768px) {
	.vsn-title {font-size: 20px;}
	.vsn-list {padding-top: 60px; margin: 0; display: block;}
	.vsn-list li {padding: 0 15%; margin-bottom: 15px; width: 100%;}
	.vsn-list li:last-child {margin-bottom: 0;}
	.vsn-list li p {height: 100px; font-size: 14px;}
}


/* talent */
.talent {display: flex; position: relative;}
.talent:before {content: ''; display: block; background: #e5e5e5; height: 1px; position: absolute; bottom: 0; left: -100%; right: -100%;}
.talent li {text-align: center; width: calc(100% / 3); display: flex; flex-direction: column; align-items: center; justify-content: center;}
.talent li img {display: block; width: 88px;}
.talent li span {color: #126bb3; display: block; margin-top: 30px; letter-spacing: 0rem;}
.talent li h5 {font-size: 20px; margin-top: 30px; font-weight: 600; line-height: 1.6;}
.talent li:after {content: ''; display: block; width: 30px; height: 1px; background: #126bb3; margin-top: 60px; position: relative;}

@media screen and (max-width: 1280px) {
	.talent li h5 {font-size: 18px;}
}

@media screen and (max-width: 980px) {
	.talent li span {margin-top: 20px; font-size: 14px;}
	.talent li h5 {font-size: 16px; margin-top: 20px;}
	.talent li:after {margin-top: 30px;}
}

@media screen and (max-width: 768px) {
	.talent {display: block;}
	.talent:before {display: none;}
	.talent li {width: 100%; margin-bottom: 30px;}
	.talent li:last-child {margin-bottom: 0;}
}


/* biz */
.biz-tab {display: flex; margin: 0 -5px; flex-wrap: wrap; justify-content: center;}
.biz-tab li {width: calc(100% / 6); padding: 0 5px;}
.biz-tab li a {height: 60px; border: solid 1px #dadada; font-size: 17px; color: #8b8b8b; line-height: 1.4; text-align: center; display: flex; align-items: center; justify-content: center;}
.biz-tab li a.active {background: #0076a6; border-color: #0076a6; color: #fff;}
.biz-tab li a br {display: none;}

.biz-group {margin-top: 60px;}
.biz-group strong {font-weight: 500;}
.biz-half {display: flex;}
.biz-half > dt {width: 50%; padding-right: 30px;}
.biz-half > dd {width: 50%; font-size: 16px; color: #4f4f4f; line-height: 1.8;}
.biz-title {font-size: 26px; font-weight: 700; margin-bottom: 20px; line-height: 1.4; word-break: auto-phrase; position: relative;}
.biz-title span {font-weight: 300;}
.biz-text {font-size: 16px; color: #4f4f4f; line-height: 1.8;}
.biz-big {font-size: 32px; color: #0076a6; font-weight: 700; margin-bottom: 60px;}
.biz-half > dt .biz-big {margin-bottom: 20px !important;}

.biz-range {margin: -10px; display: flex; flex-wrap: wrap;}
.biz-range li {width: calc(100% / 3); padding: 10px;}
.biz-range li span {border: solid 1px #818181; text-align: center; height: 100%; padding: 20px 10px; line-height: 1.4; display: flex; align-items: center; justify-content: center;}

.biz-article {}
.biz-article h4 {font-size: 20px; font-weight: 600; margin-bottom: 30px;}
.biz-article h5 {font-size: 16px; color: #0076a6; font-weight: 600; margin-top: 20px; margin-bottom: 10px;}
.biz-article h5:first-child {margin-top: 0;}
.biz-article p:first-child {margin-top: 0;}

.biz-table {margin-top: 10px;}
.biz-table + .biz-table {margin-top: 60px;}
.biz-table table {border-left: solid 2px #fff; border-right: solid 2px #fff; width: 100%; border-top: solid 2px #000;}
.biz-table th,
.biz-table td {padding: 15px; border: solid 1px #ddd; text-align: center; line-height: 1.8; color: #4f4f4f;}
.biz-table th {background: #f9f9f9; font-weight: 500;}
.biz-table td {font-weight: 300;}
.biz-table td.tal {text-align: left;}
.biz-table td.bdrn {border-right: none; vertical-align: top;}
.biz-table td.bdrn + td {border-left: none; vertical-align: top;}
.biz-table td .blu {color: #0076a6;}
.biz-table td .red {color: #ff0000;}

.biz-gallery {margin: -30px -20px; display: flex; flex-wrap: wrap;}
.biz-gallery li {width: calc(100% / 4); padding: 30px 20px;}
.biz-gallery li img {display: block;}
.biz-gallery li p {text-align: center; margin-top: 10px;}
.biz-gallery.col2 li {width: calc(100% / 2);}

.biz-note {margin-top: 30px; padding: 15px; background: #efefef; line-height: 1.8; color: #4f4f4f;}
.biz-note h5 {font-size: 16px; color: #0076a6; margin-bottom: 20px;}

.biz-img.border {border: solid 1px #d1d1d1;}

.big-part {font-size: 35px; margin-top: 100px; margin-bottom: 60px; color: #0076a6; font-weight: 700; display: flex; align-items: center; justify-content: space-between;}
.big-part:after {content: ''; display: block; height: 2px; background: #0076a6; flex-grow: 1; max-width: 70%; margin-left: 30px;}
.big-part__text {padding-left: 30%; color: #0076a6; margin-top: -40px;}

.biz-area {display: flex; flex-wrap: wrap; margin: -10px;}
.biz-area > li {width: 50%; padding: 10px;}
.biz-area dl {height: 100%; display: flex; flex-direction: column;}
.biz-area dl dt {flex-shrink: 0; height: 50px; background: #818181; color: #fff; display: flex; align-items: center; justify-content: center;}
.biz-area dl dd {flex-grow: 1; border: solid 1px #818181; padding: 15px;}

.list-decimal {padding-left: 20px;}
.list-decimal > li {list-style: decimal; margin-bottom: 5px; line-height: 1.8; color: #4f4f4f;}
.list-decimal > li:last-child {margin-bottom: 0;}

.list-dots {}
.list-dots > li {display: flex; margin-bottom: 5px; line-height: 1.8; color: #4f4f4f;}
.list-dots > li:last-child {margin-bottom: 0;}
.list-dots > li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; border-radius: 50%; margin-top: 11px; margin-right: 6px; flex-shrink: 0;}

.list-dash {}
.list-dash > li {display: flex; margin-bottom: 5px; line-height: 1.8; color: #4f4f4f;}
.list-dash > li:last-child {margin-bottom: 0;}
.list-dash > li:before {content: ''; display: block; width: 6px; height: 1px; background: #000; border-radius: 50%; margin-top: 12px; margin-right: 6px; flex-shrink: 0;}

.list-label {}
.list-label > li {display: flex; margin-bottom: 5px; line-height: 1.8; color: #4f4f4f;}
.list-label > li:last-child {margin-bottom: 0;}
.list-label > li:before {content: attr(data-label); margin-right: 10px;}

.list-warn {margin-top: 20px; font-size: 16px; color: #4f4f4f;}
.list-warn > li {display: flex; margin-bottom: 5px; line-height: 1.8;}
.list-warn > li:last-child {margin-bottom: 0;}
.list-warn > li:before {content: '※'; margin-right: 10px;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}

.biz-proxy li {margin-bottom: 20px; padding: 20px; text-align: center; border: dotted 2px #000; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.biz-proxy li:last-child {margin-bottom: 0;}

.biz-tab2 {margin-top: 100px; border-bottom: solid 2px #e5e5e5; display: flex; justify-content: center;}
.biz-tab2 li button {padding: 0 25px; height: 60px; color: #a5a5a5; background: none; border: none; position: relative; display: flex; align-items: center; justify-content: center;}
.biz-tab2 li button.active {color: #0076a6; font-weight: 500;}
.biz-tab2 li button.active:after {content: ''; display: block; background: #0076a6; height: 2px; position: absolute; left: 0; right: 0; bottom: -2px;}
.biz-tab2 li button br {display: none;}

@media screen and (max-width: 1280px) {
	.biz-tab {margin: -5px;}
	.biz-tab li {width: calc(100% / 3); padding: 5px;}
	.biz-tab li a {height: 50px; font-size: 16px;}

	.biz-half > dd {font-size: 15px;}
	.biz-title {font-size: 22px;}
	.biz-big {font-size: 28px; margin-bottom: 40px;}
	.biz-text {font-size: 15px;}

	.biz-range {margin: -5px;}
	.biz-range li {padding: 5px;}
	.biz-range li span {padding: 15px 5px; font-size: 14px;}

	.biz-article h4 {font-size: 18px; margin-bottom: 25px;}
	.biz-article h5 {font-size: 15px;}

	.biz-table th,
	.biz-table td {padding: 15px 10px; font-size: 14px;}

	.biz-gallery {margin: -20px -10px;}
	.biz-gallery li {padding: 20px 10px;}
	.biz-gallery li p {font-size: 14px;}	

	.big-part {font-size: 30px; margin-top: 80px; margin-bottom: 40px;}
	.big-part__text {margin-top: -20px; font-size: 15px;}

	.list-decimal {padding-left: 20px;}
	.list-decimal > li {margin-bottom: 2px; font-size: 15px;}

	.list-dots > li {margin-bottom: 2px; font-size: 15px;}

	.list-dash > li {margin-bottom: 2px; font-size: 15px;}

	.list-label > li {margin-bottom: 2px; font-size: 15px;}

	.list-warn {font-size: 15px;}
	.list-warn > li {margin-bottom: 2px;}

	.biz-tab2 {margin-top: 80px;}
}

@media screen and (max-width: 980px) {
	.biz-tab li a {font-size: 15px;}
	
	.biz-half > dt {width: 40%;}
	.biz-half > dd {width: 60%; font-size: 14px;}
	.biz-text {font-size: 14px;}
	.biz-title {font-size: 20px;}
	.biz-big {font-size: 26px; margin-bottom: 30px;}

	.biz-range {margin: -2px;}
	.biz-range li {padding: 2px;}
	.biz-range li span {font-size: 13px;}

	.biz-article h4 {font-size: 16px; margin-bottom: 20px;}
	.biz-article h5 {font-size: 14px;}

	.biz-table th,
	.biz-table td {font-size: 13px;}

	.biz-gallery {margin: -15px -5px;}
	.biz-gallery li {padding: 15px 5px;}

	.biz-note {margin-top: 20px;}
	.biz-note h5 {margin-bottom: 15px;}

	.big-part {font-size: 26px; margin-top: 60px; margin-bottom: 30px;}
	.big-part__text {margin-top: -10px; font-size: 14px;}

	.list-decimal > li {font-size: 14px;}

	.list-dots > li {font-size: 14px;}

	.list-dash > li {font-size: 14px;}
	.list-dash > li:before {margin-top: 10px;}

	.list-label > li {font-size: 14px;}

	.list-warn {font-size: 14px;}

	.biz-tab2 {margin-top: 60px;}
	.biz-tab2 li button {padding: 0 15px; font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.biz-tab {margin: -2px;}
	.biz-tab li {padding: 2px;}
	.biz-tab li a {font-size: 13px;}
	.biz-tab li a br {display: block;}
	
	.biz-group {margin-top: 40px;}
	.biz-half {display: block;}
	.biz-half > dt {width: 100%; padding-right: 0;}
	.biz-half > dd {width: 100%; font-size: 13px;}
	.biz-text {font-size: 13px;}
	.biz-title {margin-bottom: 15px; font-size: 18px;}
	.biz-title span {display: block;}
	.biz-big {font-size: 22px; margin-bottom: 20px;}
	.biz-range li span {font-size: 12px;}

	.biz-article h4 {font-size: 16px; margin-bottom: 20px;}
	.biz-article h5 {font-size: 14px;}
	
	.biz-table {margin: 0 -20px; padding: 0 20px; overflow-x: auto;}
	.biz-table + .biz-table {margin-top: 40px;}
	.biz-table table {width: 700px;}
	.biz-table th,
	.biz-table td {padding: 10px; font-size: 12px;}

	.biz-gallery {margin: -10px -2px;}
	.biz-gallery li {padding: 10px 2px; width: calc(100% / 2);}
	.biz-gallery li p {font-size: 12px;}

	.biz-note {padding: 10px;}
	.biz-note h5 {font-size: 14px;}

	.big-part {font-size: 22px; margin-bottom: 20px;}
	.big-part__text {font-size: 13px; padding-left: 0;}

	.biz-area {margin: -5px;}
	.biz-area > li {padding: 5px;}
	.biz-area dl dt {height: 40px; font-size: 14px;}
	.biz-area dl dd {padding: 10px;}

	.list-decimal > li {font-size: 13px;}

	.list-dots > li {font-size: 13px;}
	.list-dots > li:before {margin-top: 8px;}

	.list-dash > li {font-size: 13px;}
	.list-dash > li:before {margin-top: 9px; width: 5px;}

	.list-label > li {font-size: 13px;}
	.list-label > li:before {margin-right: 5px;}

	.list-warn {font-size: 13px;}

	.biz-proxy li {padding: 10px; margin-bottom: 10px;}

	.biz-tab2 {margin-top: 40px;}
	.biz-tab2 li {margin-right: -1px; flex: auto;}
	.biz-tab2 li button {width: 100%; padding: 0 5px; height: 50px; font-size: 13px; border: solid 1px #e5e5e5; line-height: 1.3;}
	.biz-tab2 li button br {display: block;}
}



/* 공사분야실적 */
.cnst-list {table-layout: fixed; width: 100%; border-top: solid 1px #000;}
.cnst-list caption {display: none;}
.cnst-list th,
.cnst-list td {border-bottom: solid 1px #ddd; padding: 20px; text-align: center; color: #6e6e6e;}
.cnst-list th {font-weight: 500; color: #000;}
.cnst-list td a {color: #000; font-weight: 500;}


@media screen and (max-width: 1280px) {
	.cnst-list th,
	.cnst-list td {padding: 15px 0; font-size: 14px;}
}

@media screen and (max-width: 980px) {
	.cnst-list th,
	.cnst-list td {padding: 10px 0;}
}

@media screen and (max-width: 768px) {
	.cnst-list thead {display: none;}
	.cnst-list,
	.cnst-list tbody,
	.cnst-list tr,
	.cnst-list td {display: block;}
	.cnst-list th,
	.cnst-list td {border-bottom: none; padding: 0; text-align: left; display: flex; font-size: 13px;}
	.cnst-list tr {padding: 15px 0;border-bottom: solid 1px #ddd;}
	.cnst-list td {margin-bottom: 5px;}
	.cnst-list td:last-child {margin-bottom: 0;}
	.cnst-list td:before {content: attr(data-th); color: #000; flex-shrink: 0; width: 90px;}
}



/* 오시는길 */

.loc {}
.loc-group {display: flex; margin-bottom: 120px;}
.loc-group:last-child {margin-bottom: 0;}
.loc-info {width: 60%; padding-right: 60px; display: flex; flex-direction: column; justify-content: center;}
.loc-info h4 {display: flex; align-items: center;}
.loc-info h4 span {background: #126bb3; color: #fff; text-align: center; width: 30px; height: 30px; margin-right: 10px; border-radius: 50%; font-size: 14px; display: flex; align-items: center; justify-content: center;}
.loc-info h4 strong {font-size: 16px; color: #126bb3; font-weight: 600;}
.loc-info h5 {font-size: 25px; font-weight: 600; margin-top: 10px;}
.loc-info ul {display: flex; margin: 0 -5px; padding-top: 30px;}
.loc-info ul li {width: calc(100% / 3); padding: 0 5px;}
.loc-info ul li dl {border: solid 1px #e6e6e6; border-radius: 10px; padding: 20px; height: 100%; display: flex; flex-direction: column;}
.loc-info ul li dl dt {flex-shrink: 0;}
.loc-info ul li dl dt img {display: block; width: 29px;}
.loc-info ul li dl dd {margin-top: 30px; font-size: 14px; color: rgba(0,0,0,0.8); flex-grow: 1; line-height: 1.8;}
.loc-map {width: 40%; height: 420px; position: relative;}
.loc-map > div {position: absolute; left: 0; top: 0; width: 820px; height: 100%;}
.loc-map iframe {display: block; width: 100% !important; height: 100% !important;}

@media screen and (max-width: 1280px) {
	.loc-group {margin-bottom: 80px;}
	.loc-info {width: 50%; padding-right: 40px;}
	.loc-info ul {display: block; margin: 0; padding-top: 30px;}
	.loc-info ul li {width: 100%; padding: 0; margin-bottom: 10px;}
	.loc-info ul li:last-child {margin-bottom: 0;}
	.loc-info ul li dl {flex-direction: row; align-items: center;}
	.loc-info ul li dl dt {flex-shrink: 0; margin-right: 20px;}
	.loc-info ul li dl dd {margin-top: 0;}
	.loc-map {width: 50%;}
	.loc-map > div {position: static; width: 100%;}
}

@media screen and (max-width: 980px) {
	.loc-group {flex-direction: column;}
	.loc-info {width: 100%; margin-top: 30px; padding-right: 0;}
	.loc-map {order: -1; width: 100%;}
}

@media screen and (max-width: 768px) {
	.loc-group {margin-bottom: 60px;}
	.loc-map {width: auto; margin: 0 -20px; height: 280px;}
	.loc-info h4 span {width: 24px; height: 24px; margin-right: 5px; font-size: 12px;}
	.loc-info h4 strong {font-size: 14px;}
	.loc-info h5 {font-size: 20px;}
	.loc-info ul {padding-top: 20px;}

}






