@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subTop{z-index:666;}
	.sub-visual {position:relative; width:100%; height: 300px; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;}
	.sub-visual h2 {font-size: 50px; font-weight: 600;}
	.sub-visual p {font-size: 20px; font-weight: 300; margin-top: 10px;}
	.sub-tab {border-bottom: solid 1px #ddd;}
	.sub-tab ul {width: 100%; max-width: 1200px; margin: 0 auto; display: flex;}
	.sub-tab ul li:first-child:nth-last-child(1) {width: 100%;}
	.sub-tab ul li:first-child:nth-last-child(2),
	.sub-tab ul li:first-child:nth-last-child(2) ~ li {width: 50%;}
	.sub-tab ul li:first-child:nth-last-child(3),
	.sub-tab ul li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
	.sub-tab ul li:first-child:nth-last-child(4),
	.sub-tab ul li:first-child:nth-last-child(4) ~ li {width: 25%;}
	.sub-tab ul li:first-child:nth-last-child(5),
	.sub-tab ul li:first-child:nth-last-child(5) ~ li {width: 20%;}
	.sub-tab ul li:first-child:nth-last-child(6),
	.sub-tab ul li:first-child:nth-last-child(6) ~ li {width:16.6666%;}
	.sub-tab ul li a {display: flex; height: 60px; font-size: 16px; text-align: center; margin-right: -1px; margin-bottom: -1px; line-height: 1.2; color: #757575; font-weight: 300; border-left: solid 1px #ddd; border-right: solid 1px #ddd; align-items: center; justify-content: center;}
	.sub-tab ul li.active a {background: #2047b1; color: #fff; font-weight: 500; border-color: #2047b1; position: relative;}
	.sub-tab ul li.active a:after {position: absolute; left: 50%; top: 100%; margin-left: -10px; content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #2047b1 transparent transparent transparent;}

	@media only screen and (max-width:1200px) {
		.sub-visual {height: 260px;}
		.sub-visual h2 {font-size: 40px;}
		.sub-visual p {font-size: 18px;}
		.sub-tab ul li a {height: 54px; font-size: 14px;}
	}

	@media only screen and (max-width:980px) {
		.sub-visual {height: 240px;}
		.sub-visual h2 {font-size: 34px;}
		.sub-visual p {font-size: 16px;}
		.sub-tab ul li a {height: 50px; font-size: 13px;}
	}

	@media only screen and (max-width:768px) {
		.sub-visual {height: 200px;}
		.sub-visual h2 {font-size: 26px;}
		.sub-visual p {font-size: 12px;}
		.sub-tab ul li a {height: 46px; font-size: 12px;}
	}

	@media only screen and (max-width:480px) {

	}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents {position: relative;}
	.sub-contents {width: 100%; max-width: 1240px; margin: 0 auto; padding: 100px 20px 240px;}
	.sub-title {text-align: center; font-size: 50px; font-weight: 600; color: #333; margin-bottom: 100px;}

	@media only screen and (max-width:1200px) {
		.sub-contents {padding: 80px 20px 160px;}
		.sub-title {font-size: 40px; margin-bottom: 80px;}
	}

	@media only screen and (max-width:980px) {
		.sub-contents {padding: 60px 20px 120px;}
		.sub-title {font-size: 30px; margin-bottom: 60px;}
	}

	@media only screen and (max-width:768px) {
		.sub-contents {padding: 40px 20px 80px;}
		.sub-title {font-size: 26px; margin-bottom: 40px;}
	}


/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list { display:inline-block; padding:0 15px; font-size:13px; }
	.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000000; }
	.whois-board-list .whois-board-row:first-child { border-top:1px solid #0575ab; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:20px; 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 { padding:0 15px; display:inline-block; } /* Line 색상 border-top:1px solid #e1e1e1; */
	.whois-board-view .board-header .board-title h3 { display:block; margin:8px 0 30px; padding:0; font-size:30px; font-weight:500; line-height:30px; color:#000; }
	.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 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 0; 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 0; 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 0; float:left; color:#acacac; }
	.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 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, .whois-button-submit, .btn-sub { color:#fff; background-color: #0575ab; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #034c94; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #0575ab;  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 #0575ab; }
	.sub-border-t { border-top: 1px solid #0575ab; }
	.sub-border-r { border-right: 1px solid #0575ab; }
	.sub-border-b { border-bottom: 1px solid #0575ab; }
	.sub-border-l { border-left: 1px solid #0575ab; }

	.sub-bg { background-color: #0575ab; }
	.sub-bg-hover:hover { background-color: #034c94; }

    @media only screen and (max-width:768px) {
		.whois-board-view .board-header .board-title h3 { margin-bottom:15px; font-size:24px; }
    }

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
    .material-form h3 {position:relative; font-size:50px; font-weight:500; text-align:left; color:#d5d5d5; letter-spacing:-3px;}
    .material-form h3:after {content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 3px; background: #d5d5d5;}
    .material-form .body {margin:60px auto 0 !important; padding:0 15px;}
    .material-form p.page_slogan {position: relative; margin-bottom: 60px; margin-top: 30px; color: #333; padding-left: 13px; font-size: 30px; font-weight: 400; text-align: left; line-height: 30px; letter-spacing: -1px; }
    .material-form p.page_slogan:before {content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #ffa800;}
    .material-form p.page_slogan span.c_red {color:#f00;}

	.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-child,
	.material-form .input-group .form-control.first,
	.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-child,
	.material-form .input-group .form-control.last,
	.material-form .input-group .input-group-btn:last-child,
	.material-form .input-group .input-group-btn:last-child button,
	.material-form .input-group .input-group-btn:last-child .btn{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: 1200px) {
        .material-form h3 {padding:0 15px;} 
        .material-form p.page_slogan {margin: 30px 15px 60px; padding: 0 15px; font-size: 20px; line-height: 1;}
    }

/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
    .common-content h3 {position:relative; font-size:50px; font-weight:500; text-align:left; color:#d5d5d5; letter-spacing:-3px;}
    .common-content h3:after {content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 3px; background: #d5d5d5;}
    .common-content p.page_slogan {position: relative; margin-bottom: 60px; margin-top: 30px; color: #333; padding-left: 13px; font-size: 30px; font-weight: 400; text-align: left; line-height: 30px; letter-spacing: -1px; }
    .common-content p.page_slogan:before {content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #ffa800;}
    .common-content p.page_slogan span.c_red {color:#f00;}

    .common-content .sub-content {margin-top:60px;}

    @media only screen and (max-width: 1200px) {
        .common-content h3 {padding:0 15px;} 
        .common-content p.page_slogan {margin: 30px 15px 60px; padding: 0 15px; font-size: 20px; line-height: 1;}
    }

/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content .qna-info{margin-top:30px; font-size:18px;}




/* about us */
.about-title {color: #2047b1; font-size: 30px; font-weight: 500; margin-top: 50px;}
.about-title strong {font-weight: 600;}
.about-text {line-height: 1.6; margin-top: 10px; font-size: 22px; font-weight: 300;}
.about-text strong {font-weight: 600;}
.about-text + .about-text {margin-top: 20px;}
.about-img {margin-top: 50px;}
.about-img img {display: block; width: 100%;}
.about-dash {font-size: 22px; margin: 20px 0; font-weight: 300;}
.about-dash li {margin-bottom: 20px; position: relative; padding-left: 14px;}
.about-dash li:last-child {margin-bottom: 0;}
.about-dash li:before {content: ''; display: block; width: 6px; height: 1px; background: #4d4d4d; position: absolute; left: 0; top: 14px;}

@media only screen and (max-width:1200px) {
	.about-title {font-size: 24px;}
	.about-text {font-size: 18px;}
	.about-dash {font-size: 18px;}
}

@media only screen and (max-width:980px) {
	.about-title {font-size: 20px; margin-top: 30px;}
	.about-text {font-size: 16px;}
	.about-dash {font-size: 16px;}
	.about-img {margin-top: 30px;}
}

@media only screen and (max-width:768px) {
	.about-title {font-size: 18px;}
	.about-text {font-size: 14px;}
	.about-text + .about-text {margin-top: 15px;}
	.about-dash {font-size: 14px; margin: 15px 0;}
	.about-dash li {margin-bottom: 15px;}
}


/* history */
.history-top dt {text-align: center; background: #62bbf0; padding: 60px; color: #fff;}
.history-top dt h5 {font-size: 50px; font-weight: 600;}
.history-top dt p {font-size: 26px; font-weight: 400; margin-top: 50px;}
.history-top dt p strong {display: block; font-weight: 600; font-size: 30px;}
.history-top dd img {display: block; width: 100%;}

.history-list {margin-top: 70px;}
.history-list li {padding-bottom: 50px; padding-left: 220px; padding-top: 8px; position: relative;}
.history-list li:last-child {margin-bottom: 0;}
.history-list li:before {content: ''; display: block; width: 1px; background: #d1d1d1; position: absolute; left: 9px; top: 0; bottom: 0;}
.history-list li:first-child:before {top: 14px;}
.history-list li:last-child:before {bottom: auto; height: 14px;}
.history-list li strong {display: block; position: absolute; left: 0; top: 0; padding-left: 70px; font-size: 32px; font-weight: 700; color: #2047b1;}
.history-list li strong:before {content: ''; display: block; width: 19px; height: 19px; background: #62bbf0; border: solid 5px #fff; outline: solid 1px #62bbf0; box-sizing: border-box; position: absolute; left: 0; top: 50%; margin-top: -10px; -webkit-border-radius: 50%; border-radius: 50%;}
.history-list li p {font-size: 20px; font-weight: 300; margin-bottom: 10px;}
.history-list li p:last-child {margin-bottom: 0;}

@media only screen and (max-width:1200px) {
	.history-top dt h5 {font-size: 40px;}
	.history-top dt p {font-size: 20px; margin-top: 30px;}
	.history-top dt p strong {font-size: 26px;}
	.history-list li p {font-size: 18px;}
}

@media only screen and (max-width:980px) {
	.history-top dt {padding: 40px;}
	.history-top dt h5 {font-size: 30px;}
	.history-top dt p {font-size: 16px; margin-top: 20px;}
	.history-top dt p strong {font-size: 20px;}
	.history-list {margin-top: 60px;}
	.history-list li {padding-bottom: 30px; padding-left: 140px; padding-top: 8px;}
	.history-list li:before {left: 6px;}
	.history-list li strong {padding-left: 40px; font-size: 26px;}
	.history-list li strong:before {width: 13px; height: 13px; border: solid 3px #fff; margin-top: -7px;}
	.history-list li p {font-size: 16px; margin-bottom: 5px;}
}

@media only screen and (max-width:768px) {
	.history-top dt {padding: 30px 15px;}
	.history-top dt h5 {font-size: 26px;}
	.history-top dt p {font-size: 14px; margin-top: 20px;}
	.history-top dt p strong {font-size: 18px;}
	.history-top dd {overflow: hidden;}
	.history-top dd img {max-width: 150%; width: 150%; position: relative; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);}
	.history-list {margin-top: 40px;}
	.history-list li {padding-left: 30px; padding-top: 0;}
	.history-list li strong {position: relative; padding-left: 0; font-size: 24px;}
	.history-list li strong:before {left: -30px;}
	.history-list li p {font-size: 14px;}
}


/* philosophy */
.sub-contents#pspy:before,
.sub-contents#pspy:after {content: ''; display: block; position: absolute;}
.sub-contents#pspy:before {left: 0; top: 140px; width: 660px; height: 959px; background: url('/images/kor06r-18-0410/sub/philosophy_bg1.png')no-repeat center center / cover;}
.sub-contents#pspy:after {right: 0; top: 140px; width: 320px; height: 351px; background: url('/images/kor06r-18-0410/sub/philosophy_bg2.png')no-repeat center center / cover;}
.pspy {position: relative; z-index: 1;}
.pspy h4 {background: #222281; color: #fff; font-size: 24px; font-weight: 600; margin: 0 auto; width: 240px; height: 100px; line-height: 1.3; text-align: center; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0;}
.pspy ul {position: relative; padding-top: 60px; display: flex; margin: 0 -20px;}
.pspy ul:before {content: ''; display: block; width: 1px; height: 60px; background: #bababa; position: absolute; top: 0; left: 50%;}
.pspy ul li {position: relative; width: 25%; padding: 0 20px;}
.pspy ul li:before {content: ''; display: block; height: 1px; background: #bababa; position: absolute; left: 0; right: 0; top: 0;}
.pspy ul li:first-child:before {left: 50%;}
.pspy ul li:last-child:before {right: 50%;}
.pspy ul li dl {position: relative; padding-top: 60px;}
.pspy ul li dl:before {content: ''; display: block; width: 1px; height: 60px; background: #bababa; position: absolute; top: 0; left: 50%;}
.pspy ul li dl dt {background: #63b4e4; color: #fff; font-size: 18px; font-weight: 500; height: 70px; text-align: center; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
.pspy ul li dl dd {color: #5b5b5b; background: #fff; margin-top: 10px; height: 50px; border: solid 1px #bdbdbd; text-align: center; display: flex; align-items: center; justify-content: center;}

@media only screen and (max-width:1200px) {
	.sub-contents#pspy:before {top: 100px; width: 440px; height: 639px;}
	.sub-contents#pspy:after {top: 100px; width: 240px; height: 263px;}
	.pspy h4 {font-size: 20px;}
	.pspy ul li dl dt {font-size: 16px; height: 60px;}
	.pspy ul li dl dd {font-size: 14px;}
}

@media only screen and (max-width:980px) {
	.pspy h4 {font-size: 16px; height: 70px; width: 160px;}
	.pspy ul {padding-top: 40px; margin: 0 -10px;}
	.pspy ul:before {height: 40px;}
	.pspy ul li {padding: 0 10px;}
	.pspy ul li dl {padding-top: 40px;}
	.pspy ul li dl:before {height: 40px;}
	.pspy ul li dl dt {font-size: 14px; height: 50px;}
	.pspy ul li dl dd {font-size: 13px;}
}

@media only screen and (max-width:768px) {
	.sub-contents#pspy:before {top: 60px; width: 220px; height: 320px;}
	.sub-contents#pspy:after {top: 60px; width: 160px; height: 176px;}
	.pspy h4 {font-size: 14px; height: 50px; width: 120px; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;}
	.pspy ul {padding-top: 20px; margin: 0 -5px;}
	.pspy ul:before {height: 20px;}
	.pspy ul li {padding: 0 5px;}
	.pspy ul li dl {padding-top: 20px;}
	.pspy ul li dl:before {height: 20px;}
	.pspy ul li dl dt {font-size: 13px; height: 40px; line-height: 1.1;}
	.pspy ul li dl dd {font-size: 12px; height: 36px;}
}


/* vision */
.vision dl {margin-bottom: 100px;}
.vision dl:last-child {margin-bottom: 0;}
.vision dl dt {height: 230px; font-size: 40px; font-weight: 600; letter-spacing: 2rem; color: #fff; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 200px; border-radius: 200px;}
.vision dl:nth-child(1) dt {background: url('/images/kor06r-18-0410/sub/vision_1.jpg')no-repeat center center / cover;}
.vision dl:nth-child(2) dt {background: url('/images/kor06r-18-0410/sub/vision_2.jpg')no-repeat center center / cover;}
.vision dl:nth-child(3) dt {background: url('/images/kor06r-18-0410/sub/vision_3.jpg')no-repeat center center / cover;}
.vision dl dd {font-size: 22px; font-weight: 300; text-align: center;}
.vision dl dd:before {content: ''; display: block; width: 30px; height: 17px; margin: 30px auto; background: url('/images/kor06r-18-0410/sub/vision_arrow.png')no-repeat center center / cover;}

@media only screen and (max-width:1200px) {
	.vision dl dt {height: 200px; font-size: 30px;}
	.vision dl dd {font-size: 20px;}
}

@media only screen and (max-width:980px) {
	.vision dl dt {height: 180px; font-size: 26px;}
	.vision dl dd {font-size: 18px;}
}

@media only screen and (max-width:768px) {
	.vision dl {margin-bottom: 60px;}
	.vision dl dt {height: 140px; font-size: 18px; letter-spacing: 1rem;}
	.vision dl dd {font-size: 14px;}
	.vision dl dd:before {width: 15px; height: 9px; margin: 20px auto;}

}



/* 게시판 */
.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: 46px; height: 46px; margin: 0 5px; color: #888;}
.board_pagetab span.on a {color: #000; 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: 50%; border-radius: 50%;}
.board_pagetab a.page-first {background: url('/images/kor06r-18-0410/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/kor06r-18-0410/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/kor06r-18-0410/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/kor06r-18-0410/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 #000;}
.brd-list caption {display: none;}
.brd-list th,
.brd-list td {border-bottom: solid 1px #c9c9c9; padding: 20px 0; text-align: center;}
.brd-list th {font-weight: 500;}
.brd-list td.brd-list__title {text-align: left;}
.brd-list td.brd-list__title a {display: inline-block; max-width: 100%;}
.brd-list td.brd-list__title a span {display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.brd-list td.brd-list__title a em {font-style: normal; display: inline-block; vertical-align: middle; background: #213b87; 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__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-top {display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 10px;}
.brd-top__total {flex-grow: 1;}
.brd-top__total b {}
.brd-top__sch {flex-shrink: 0; display: flex; align-items: center;}
.brd-top__sch dt {width: 140px; margin-right: 10px;}
.brd-top__sch dt select {display: block; width: 100%; height: 40px; border-color: #dcdcdc;}
.brd-top__sch dd {border: solid 1px #dcdcdc; width: 260px; position: relative;}
.brd-top__sch dd input[type="text"] {display: block; width: 100%; height: 38px; border: none; padding: 0 40px 0 10px; -webkit-appearance: none; appearance: none;}
.brd-top__sch dd button {display: block; width: 38px; height: 38px; border: none; text-indent: -9999px; position: absolute; right: 0; top: 0; -webkit-appearance: none; appearance: none; background: url('/images/kor16r-22-0457/sub/board_search.png')no-repeat center center / 20px auto;}


@media screen and (max-width: 1220px) {
	.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: 768px) {
	.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: 16px; font-weight: 600; display: block;}
	.brd-list td.brd-list__title a span {max-width: 90%;}
	.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__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__hit:before {content: 'hit : ';}

	.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 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; border-top: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5;}
.brd-view__content .main-video {margin-bottom: 30px;}
.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 10px;}
.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;}
	.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;}
}


.gallery-list {display: flex; flex-wrap: wrap; margin: -40px -15px;}
.gallery-list li {padding: 40px 15px; width: 33.3333%;}
.gallery-list li a {display: block;}
.gallery-list li a em {display: block; padding-bottom: 63.1578%; border: solid 1px #dcdcdc;}
.gallery-list li a p {text-align: center; padding: 20px 0; font-size: 20px; font-weight: 600; color: #000; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.gallery-list li.none {text-align: center; padding: 30px;}

@media only screen and (max-width:1200px) {
	.gallery-list li a p {font-size: 18px; padding: 15px 0;}
}

@media only screen and (max-width:980px) {
	.gallery-list {margin: -30px -10px;}
	.gallery-list li {padding: 30px 10px;}
	.gallery-list li a p {font-size: 14px; padding: 10px 0;}
}

@media only screen and (max-width:768px) {
	.gallery-list {margin: -10px -5px;}
	.gallery-list li {padding: 10px 5px; width: 50%;}
	.gallery-list li a p {font-size: 13px; padding: 10px 0;}
}



.product-list {display: flex; flex-wrap: wrap; margin: -40px -15px;}
.product-list li {padding: 40px 15px; width: 33.3333%;}
.product-list li a {display: block;}
.product-list li a em {display: block; padding-bottom: 100%; position: relative; overflow: hidden; border: solid 1px #e5e5e5; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.product-list li a em span {display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-size: contain !important; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.product-list li a u {display: block; width: 60px; height: 60px; opacity: 0; background: #2047b1; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.product-list li a u:before,
.product-list li a u:after {content: ''; display: block; background: #fff; position: absolute; left: 50%; top: 50%;}
.product-list li a u:before {width: 20px; height: 2px; margin-left: -10px; margin-top: -1px;}
.product-list li a u:after {width: 2px; height: 20px; margin-left: -1px; margin-top: -10px;}
.product-list li a:hover em {background: #000;}
.product-list li a:hover em span {left: -40px; right: -40px; top: -40px; bottom: -40px; opacity: 0.5;}
.product-list li a:hover u {opacity: 1;}
.product-list li a:hover p {background: #fff;}
.product-list li a p {background: #e6e6e6; padding: 20px 80px 20px 20px; color: #000; position: relative; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
.product-list li a p span {font-size: 16px; font-weight: 300;}
.product-list li a p strong {display: block; font-size: 20px; font-weight: 600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.product-list li a p:after {content: ''; display: block; width: 40px; height: 40px; border: solid 1px #737373; position: absolute; right: 20px; top: 50%; margin-top: -20px; -webkit-border-radius: 50%; border-radius: 50%; background: url('/images/kor06r-18-0410/sub/product_arrow.png')no-repeat center center / 14px auto;}
.product-list li.none {text-align: center; padding: 30px;}
.product-list li a p:before {font-size: 16px; font-weight: 300;}
.product-list li:nth-child(1) a p:before {content: '1.';}
.product-list li:nth-child(2) a p:before {content: '2.';}
.product-list li:nth-child(3) a p:before {content: '3.';}
.product-list li:nth-child(4) a p:before {content: '4.';}
.product-list li:nth-child(5) a p:before {content: '5.';}
.product-list li:nth-child(6) a p:before {content: '6.';}
.product-list li:nth-child(7) a p:before {content: '7.';}
.product-list li:nth-child(8) a p:before {content: '8.';}
.product-list li:nth-child(9) a p:before {content: '9.';}
.product-list li:nth-child(10) a p:before {content: '10.';}
.product-list li:nth-child(11) a p:before {content: '11.';}
.product-list li:nth-child(12) a p:before {content: '12.';}

@media only screen and (max-width:1200px) {
	.product-list li a p {padding: 15px 70px 15px 15px;}
	.product-list li a p strong {font-size: 18px;}
	.product-list li a p:after {right: 15px;}
}

@media only screen and (max-width:980px) {
	.product-list {margin: -30px -10px;}
	.product-list li {padding: 30px 10px;}
	.product-list li a p {padding: 15px 60px 15px 15px;}
	.product-list li a p span {font-size: 14px;}
	.product-list li a p strong {font-size: 14px;}
	.product-list li a p:after {width: 30px; height: 30px; margin-top: -15px;}
	.product-list li a p:before {font-size: 14px;}
}

@media only screen and (max-width:768px) {
	.product-list {margin: -10px -5px;}
	.product-list li {padding: 10px 5px; width: 50%;}
	.product-list li a p {padding: 10px;}
	.product-list li a p span {font-size: 13px;}
	.product-list li a p strong {font-size: 13px;}
	.product-list li a p:after {display: none;}
	.product-list li a p:before {font-size: 13px;}
}





.webzin-list {}
.webzin-list li {padding: 40px 0; border-bottom: solid 1px #e5e5e5;}
.webzin-list li:first-child {padding-top: 0;}
.webzin-list li:last-child {margin-bottom: 0;}
.webzin-list li a {display: block; cursor: default;}
.webzin-list li dl {display: flex;}
.webzin-list li dl dt {width: 30%; flex-shrink: 0; margin-right: 30px;}
.webzin-list li dl dt em {display: block; padding-bottom: 63.1578%; border: solid 1px #dcdcdc;}
.webzin-list li dl dd {display: flex; flex-direction: column; justify-content: space-between; padding-top: 10px;}
.webzin-list li dl dd h5 {font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.webzin-list li dl dd p {margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.6; height: 4.8em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.webzin-list li dl dd span {width: 120px; height: 40px; cursor: pointer; border: solid 1px #dcdcdc; font-size: 14px; align-self: flex-end; display: flex; align-items: center; justify-content: center;}
.webzin-list li dl dd span:hover {background: #2047b1; border-color: #2047b1; color: #fff;}

@media only screen and (max-width:980px) {
	.webzin-list li {padding: 30px 0;}
	.webzin-list li dl dt {margin-right: 20px;}
	.webzin-list li dl dd {padding-top: 0;}
	.webzin-list li dl dd h5 {font-size: 20px;}
	.webzin-list li dl dd p {height: 3.2em; -webkit-line-clamp: 2;}
	.webzin-list li dl dd span {margin-top: 10px;}
}

@media only screen and (max-width:768px) {
	.webzin-list li {padding: 20px 0;}
	.webzin-list li dl {align-items: center;}
	.webzin-list li dl dt {margin-right: 20px;}
	.webzin-list li dl dd {padding-top: 0;}
	.webzin-list li dl dd h5 {font-size: 17px;}
	.webzin-list li dl dd p {font-size: 13px; margin-top: 5px;}
	.webzin-list li dl dd span {display: none;}
}





/* location */
.loc-map {height: 440px; position: relative; margin-top: 100px;}
.loc-map iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.loc-info {margin-top: 45px; padding-bottom: 20px; border-bottom: solid 1px #dadada;}
.loc-info dt {padding-bottom: 15px; margin-bottom: 20px; border-bottom: solid 1px #dadada; font-size: 24px; display: flex; align-items: center; color: #000;}
.loc-info dt:before {content: ''; display: block; width: 47px; height: 46px; margin-right: 5px; background: url('/images/kor06r-18-0410/sub/location_logo.png')no-repeat center center / cover;}
.loc-info dd {margin-bottom: 10px; display: flex; align-items: center;}
.loc-info dd:last-child {margin-bottom: 0;}
.loc-info dd p {flex-grow: 1; font-size: 16px; font-weight: 400; color: #000;}
.loc-info dd strong {flex-shrink: 0; width: 170px; display: flex; align-items: center; font-size: 16px; color: #2047b1; font-weight: 600;}
.loc-info dd strong:before {content: ''; display: block; width: 50px; height: 50px; margin-right: 10px; flex-shrink: 0; border: solid 1px #e5e5e5; -webkit-border-radius: 50%; border-radius: 50%;}
.loc-info dd strong.addr:before {background: url('/images/kor06r-18-0410/sub/location_addr.png')no-repeat center center / 24px auto;}
.loc-info dd strong.tel:before {background: url('/images/kor06r-18-0410/sub/location_tel.png')no-repeat center center / 24px auto;}
.loc-info dd strong.fax:before {background: url('/images/kor06r-18-0410/sub/location_fax.png')no-repeat center center / 24px auto;}
.loc-info dd strong.mail:before {background: url('/images/kor06r-18-0410/sub/location_mail.png')no-repeat center center / 24px auto;}
.loc-info dd strong.fac:before {background: url('/images/kor06r-18-0410/sub/location_fac.png')no-repeat center center / 24px auto;}
.loc-info dd strong.home:before {background: url('/images/kor06r-18-0410/sub/location_url.png')no-repeat center center / 24px auto;}

@media only screen and (max-width:1200px) {
	.loc-map {margin-top: 80px;}
}

@media only screen and (max-width:980px) {
	.loc-map {height: 300px; margin-top: 60px;}
}

@media only screen and (max-width:768px) {
	.loc-map {height: 240px; margin-top: 40px;}
	.loc-info {margin-top: 30px; padding-bottom: 10px;}
	.loc-info dt {padding-bottom: 10px; margin-bottom: 10px; font-size: 18px;}
	.loc-info dt:before {width: 31px; height: 30px;}
	.loc-info dd p {font-size: 13px;}
	.loc-info dd strong {width: 130px; font-size: 14px;}
	.loc-info dd strong:before {width: 30px; height: 30px; margin-right: 10px; background-size: 15px auto !important;}
}


/* service */
.service-main {margin-top:50px; margin-bottom:30px;} /**/
.service-main img {display: block; max-width: 100%; margin: 0 auto;}
.service-info {margin-top: 90px; background: #f7f7f7; padding: 45px; text-align: center;}
.service-info h5 {font-size: 40px; font-weight: 600;}
.service-info ul {display: inline-block; margin-top: 30px; text-align: left;}
.service-info ul li {margin-bottom: 10px; font-size: 22px; color: #4d4d4d; font-weight: 500; position: relative; padding-left: 14px;}
.service-info ul li:last-child {margin-bottom: 0;}
.service-info ul li:before {content: ''; display: block; width: 4px; height: 4px; background: #4d4d4d; position: absolute; left: 0; top: 14px; -webkit-border-radius: 50%; border-radius: 50%;}
.service-list {display: flex; flex-wrap: wrap; margin: -30px -25px; padding-top: 50px;}
.service-list li {width: 16.66%; padding: 30px 25px;}
.service-list li img {display: block; width: 100%;}
.service-list li p {text-align: center; margin-top: 10px; font-size: 16px; font-weight: 500; color: #000;}

@media only screen and (max-width:1200px) {
	.service-info {margin-top: 60px;}
	.service-info h5 {font-size: 34px;}
	.service-info ul li {font-size: 20px;}
	.service-list {margin: -20px -15px; padding-top: 30px;}
	.service-list li {padding: 20px 15px;}
	.service-list li p {font-size: 14px;}
.service-main {margin-top:35px; margin-bottom:20px;} /**/
}

@media only screen and (max-width:768px) {
	.service-info {margin-top: 30px; padding: 30px 15px;}
	.service-info h5 {font-size: 24px;}
	.service-info ul {margin-top: 10px;}
	.service-info ul li {font-size: 14px; padding-left: 12px; margin-bottom: 5px;}
	.service-info ul li:before {width: 3px; height: 3px; top: 8px;}
	.service-list {margin: -15px -10px; padding-top: 30px;}
	.service-list li {padding: 15px 10px; width: 33.33%;}
	.service-list li p {font-size: 14px;}
.service-main {margin-top:20px; margin-bottom:10px;} /**/
}







