@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {position:relative;width:100%;box-sizing:border-box}
#commonContainer {position:relative;padding:30px 20px 60px;margin:0 auto;width:1200px;box-sizing:border-box}
#subContainer:after {content:"";display:block;clear:both}
#leftMenu {float:left;margin-top:-50px;width:250px}
#subContents {padding: 50px 0 100px;}

@media only screen and (max-width:1280px){
}

@media only screen and (max-width:980px){
}

@media only screen and (max-width:767px){
}

/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */

.sub-visual {height: 280px; display: flex; align-items: center; justify-content: center;}
.sub-visual h2 {font-size: 40px; color: #fff; font-weight: 700;}

@media only screen and (max-width:1280px){
	.sub-visual {height: 240px;}
	.sub-visual h2 {font-size: 34px;}
}

@media only screen and (max-width:980px){
	.sub-visual {height: 200px;}
	.sub-visual h2 {font-size: 30px;}
}

@media only screen and (max-width:767px){
	.sub-visual {height: 160px;}
	.sub-visual h2 {font-size: 26px;}
}


.sub-nav {background: #02a35a;}
.sub-nav ul {display: flex; width: 100%; max-width: 1200px; margin: 0 auto;}
.sub-nav ul li {}
.sub-nav ul li:first-child:nth-last-child(2),
.sub-nav ul li:first-child:nth-last-child(2) ~ li {width: 50%;}
.sub-nav ul li:first-child:nth-last-child(3),
.sub-nav ul li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.sub-nav ul li:first-child:nth-last-child(4),
.sub-nav ul li:first-child:nth-last-child(4) ~ li {width: 25%;}
.sub-nav ul li a {height: 80px; font-size: 20px; color: #fff; border-right: solid 1px rgba(255,255,255,0.2); text-align: center; line-height: 1.3; display: flex; align-items: center; justify-content: center;}
.sub-nav ul li a br {display: none;}
.sub-nav ul li:first-child a {border-left: solid 1px rgba(255,255,255,0.2);}
.sub-nav ul li.active a {background: #02a35a;}
.sub-title {font-size: 40px; font-weight: 600; text-align: center; padding-bottom: 50px; line-height: 1.2;}
.sub-title br {display: none;}

@media only screen and (max-width:1280px){
	.sub-nav ul li a {height: 60px;}
	.sub-nav ul li a {font-size: 18px;}
}

@media only screen and (max-width:980px){
	.sub-nav ul li a br {display: block;}
	.sub-title {font-size: 30px;}
}

@media only screen and (max-width:767px){
	.sub-nav ul li a {height: 50px; font-size: 13px;}
	.sub-title {padding-bottom: 40px; font-size: 24px;}
	.sub-title br {display: block;}
}


/* 콘텐츠 메뉴 */
#sub-nav {border-bottom: solid 1px #e6e6e6;}
.cont_menu {width: 100%; max-width: 1200px; margin: 0 auto; display: flex;}
.cont_menu > li {border-right: 1px solid #e6e6e6; width: 260px;}
.cont_menu > li:first-child {border-left: solid 1px #e6e6e6; width: 50px;}
.cont_menu > li a {padding:0 20px; height: 50px; display: flex; align-items: center; justify-content: space-between;}
.cont_menu > li:first-child a {padding: 0; justify-content: center;}
.cont_menu li ul {box-shadow:none; padding:0; border:1px solid #e6e6e6; left: -1px; border-radius:0;margin:0;min-width:100%; right: -1px;}
.cont_menu li ul li {min-height:46px;line-height:46px;}
.cont_menu li ul li a {padding:15px 20px;border-top:1px solid #e6e6e6;}
.cont_menu li ul li a:hover {color:#304c99; background-color:inherit;}
.cont_menu li ul li:first-child a{border-top:none;}
.cont_menu a.last_link {display: none;}
.cont_menu a.last_link._on {display: flex;}

@media only screen and (max-width:767px){
	.cont_menu > li {width: auto; flex-grow: 1;}
	.cont_menu > li:first-child {width: 50px; flex-shrink: 0; flex-grow: 0; border-left: none;}
	.cont_menu > li:last-child {border-right: none;}
	.cont_menu > li a {padding:0 10px; height: 44px; font-size: 13px;}
	.cont_menu li ul li a {padding: 10px;}

}



/* Left Menu (서브 좌측 영역)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
/* 좌측메뉴 */
.left-menu h2{padding:35px 0;text-align:center;font-family:"Nanum Square";font-weight:bold;font-size:28px;color:#fff;background:#11163d}
.left-menu li{width:100%;border:1px solid #d7d7d7;border-top:0}
.left-menu li a{position:relative;display:block;padding:0 20px;width:100%;box-sizing:border-box;height:50px;text-transform:uppercase;font-family:"Nanum Square";line-height:50px;font-weight:bold;font-size:18px;color:#898989;background:#fff}
.left-menu li a:after{display:inline-block;float:right;content:"\276F";color:#898989}
.left-menu li a:active, .left-menu li a:active:after, .left-menu li a:hover, .left-menu li a:hover:after, .left-menu li.active a, .left-menu li.active a:after{color:#3d427c}

/* 좌측배너 */
.left-banner{margin-top:30px;padding:25px 20px 15px;width:100%;box-sizing:border-box;text-align:center;background:url("/images/kor05r-18-0411/sub/left_banner_bg.gif") no-repeat center center/cover;border:1px solid #d7d7d7}
.left-banner p{font-size:17px;color:#191718}
.left-banner .tit{font-size:22px;font-weight:bold}
.left-banner h3{display:inline-block;margin-top:25px;padding:5px 10px;font-weight:bold;font-size:15px;color:#fff;background:#f42121;border-radius:20px}
.left-banner h3 + p{font-weight:bold;font-size:22px;color:#f42121}

/* 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;}
}




/* 게시판 */
.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/kor05r-18-0411/sub/paging_first.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-prev {background: url('/images/kor05r-18-0411/sub/paging_prev.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-next {background: url('/images/kor05r-18-0411/sub/paging_next.png')no-repeat center center / 16px auto;}
.board_pagetab a.page-last {background: url('/images/kor05r-18-0411/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%;}
.brd-list caption {display: none;}
.brd-list th,
.brd-list td {border-bottom: solid 1px #c9c9c9; padding: 20px 0; text-align: center; font-size: 16px;}
.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; border-bottom: solid 2px #000;}
.brd-top__total {flex-grow: 1; font-size: 16px;}
.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; font-size: 14px; 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/kor05r-18-0411/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: 13px; font-weight: 600; display: block;}
	.brd-list td.brd-list__title a span {max-width: 95%;}
	.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 {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; 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;}
.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; padding-top: 10px;}
.gallery-list > li {padding: 40px 15px; width: 25%;}
.gallery-list > li a {display: block; text-align: center;}
.gallery-list > li a em {display: block; padding-bottom: 130%; border: solid 1px #333;}
.gallery-list.video > li {width: 33.3333%;}
.gallery-list.video > li a em {padding-bottom: 60.5263%;}
.gallery-list > li a p {color: #02a35a; margin-top: 10px;}
.gallery-list > li a h5 {margin-top: 5px; font-size: 20px; font-weight: 600; color: #000; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.gallery-list > li a span {display: block; margin-top: 10px; font-size: 14px;}
.gallery-list > li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.gallery-list > li a p {font-size: 14px;}
	.gallery-list > li a h5 {font-size: 18px;}
	.gallery-list > li a ul li {font-size: 14px; margin-bottom: 5px;}
}

@media only screen and (max-width:980px) {
	.gallery-list {margin: -30px -10px;}
	.gallery-list > li {padding: 30px 10px; width: 33.3333%;}
	.gallery-list > li a p {font-size: 12px;}
	.gallery-list > li a h5 {font-size: 16px;}
	.gallery-list > li a span {font-size: 12px;}
	.gallery-list > li a ul li {font-size: 12px; margin-bottom: 2px;}
}

@media only screen and (max-width:768px) {
	.gallery-list {margin: -10px -5px;}
	.gallery-list > li {padding: 10px 5px; width: 50% !important;}
	.gallery-list > li a p {font-size: 10px;}
	.gallery-list > li a h5 {font-size: 13px;}
	.gallery-list > li a span {font-size: 10px;}
}




/* 고객서비스 */
.form-control {-webkit-border-radius: 0px; border-radius: 0px;}
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: 10px;}
.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;}
.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: 700;}
.rsm-content {height: 340px;}
.rsm-submit {margin-top: 50px;}
.rsm-submit a,
.rsm-submit button {width: 240px; height: 80px; background: #02a35a; color: #fff; border: none; font-size: 22px; font-weight: 600; margin: 0 auto; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 40px; border-radius: 40px;}

@media screen and (max-width: 1220px) {
	.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) {
	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) {
	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;}
	.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;}
}




/* 회사소개 */
.cpny-txt {text-align: center; font-size: 24px; line-height: 2.0;}
.cpny-txt strong {font-weight: 600;}
.cpny-txt span {color: #02a35a; font-weight: 500;}
.cpny-txt h5 {font-size: inherit; font-weight: 400; margin-top: 60px;}
.cpny-logo {margin: 60px 0 40px; height: 460px; display: flex; align-items: center; justify-content: center; background: url('/images/kor05r-18-0411/sub/company_bg.jpg')no-repeat center center / auto 100%;}
.cpny-logo img {display: block;}

@media screen and (max-width: 1280px) {
	.cpny-txt {font-size: 20px;}
	.cpny-txt br {display: none;}
	.cpny-txt strong {display: block;}
	.cpny-logo {height: 400px;}
}

@media screen and (max-width: 980px) {
	.cpny-txt {font-size: 18px;}
	.cpny-logo {height: 300px; margin: 40px 0 20px;}
}

@media screen and (max-width: 768px) {
	.cpny-txt {font-size: 14px;}
	.cpny-txt h5 {margin-top: 30px;}
	.cpny-logo {height: 200px; margin: 30px 0 20px;}
	.cpny-logo img {width: 60px;}
}



/* 인증현황 */
.cer-list {margin: 0 -70px; display: flex;}
.cer-list li {padding: 0 70px; width: 50%;}
.cer-list li h5 {font-size: 30px; font-weight: 500; margin-bottom: 30px;}
.cer-list li img {display: block; width: 100%; border: solid 1px #e9e9e9;}

@media screen and (max-width: 1280px) {
	.cer-list {margin: 0 -30px;}
	.cer-list li {padding: 0 30px;}
	.cer-list li h5 {font-size: 24px; margin-bottom: 20px;}
}

@media screen and (max-width: 980px) {
	.cer-list {margin: 0 -10px;}
	.cer-list li {padding: 0 10px;}
	.cer-list li h5 {font-size: 20px; margin-bottom: 15px;}
}

@media screen and (max-width: 768px) {
	.cer-list {display: block; margin: 0;}
	.cer-list li {padding: 0; margin-bottom: 40px; width: 100%;}
	.cer-list li:last-child {margin-bottom: 0;}
	.cer-list li h5 {font-size: 16px; text-align: center;}
}



/* 찾아오시는길 */
.loc-map {height: 640px;}
.loc-map iframe {display: block; height: 100% !important;}
.loc-info {margin-top: 30px;}
.loc-info dt {display: flex; font-size: 30px; font-weight: 600; align-items: flex-end;}
.loc-info dt:before {content: ''; display: block; width: 81px; height: 108px; margin-right: 20px; background: url('/images/kor05r-18-0411/sub/location_logo.png')no-repeat center center / cover;}
.loc-info dd {margin-top: 50px;}
.loc-info dd ul li {font-size: 18px; font-weight: 300; margin-bottom: 10px; display: flex; align-items: center;}
.loc-info dd ul li:last-child {margin-bottom: 0;}
.loc-info dd ul li:before {content: ''; display: block; width: 50px; height: 50px; flex-shrink: 0; margin-right: 20px;}
.loc-info dd ul li:nth-child(1):before {background: url('/images/kor05r-18-0411/sub/location_icon_1.png')no-repeat center center / cover;}
.loc-info dd ul li:nth-child(2):before {background: url('/images/kor05r-18-0411/sub/location_icon_2.png')no-repeat center center / cover;}
.loc-info dd ul li:nth-child(3):before {background: url('/images/kor05r-18-0411/sub/location_icon_3.png')no-repeat center center / cover;}
.loc-info dd ul li:nth-child(4):before {background: url('/images/kor05r-18-0411/sub/location_icon_4.png')no-repeat center center / cover;}

@media screen and (max-width: 1280px) {
	.loc-map {height: 460px;}
	.loc-info dt:before {width: 60px; height: 80px;}
}

@media screen and (max-width: 768px) {
	.loc-map {height: 320px;}
	.loc-info dt {font-size: 20px;}
	.loc-info dt:before {width: 30px; height: 40px; margin-right: 10px;}
	.loc-info dd {margin-top: 20px;}
	.loc-info dd ul li {font-size: 14px;}
	.loc-info dd ul li:before {width: 40px; height: 40px;}

}



/* 제품 */
.gd-list {margin: -50px -25px; display: flex; flex-wrap: wrap; justify-content: center;}
.gd-list li {width: 33.3333%; padding: 50px 25px;}
.gd-list li a {display: block;}
.gd-list li a img {display: block; width: 100%;}
.gd-list li a p {margin-top: 20px; font-size: 20px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.gd-list li a h5 {font-size: 20px; font-weight: 600; margin-top: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 1280px) {
	.gd-list li a p {font-size: 16px;}
	.gd-list li a h5 {font-size: 18px;}
}

@media screen and (max-width: 980px) {
	.gd-list {margin: -30px -15px;}
	.gd-list li {padding: 30px 15px;}
	.gd-list li a p {font-size: 14px;}
	.gd-list li a h5 {font-size: 16px; margin-top: 5px;}
}

@media screen and (max-width: 768px) {
	.gd-list {margin: -20px -10px;}
	.gd-list li {padding: 20px 10px; width: 50%;}
	.gd-list li a p {font-size: 12px;}
	.gd-list li a h5 {font-size: 14px;}
}




.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: #02a35a; 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: 18px;}
.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: #02a35a; border-color: #02a35a; color: #fff;}

.gd-dtl__content {margin-top: 100px;}
.gd-dtl__content h4 {font-size: 30px; font-weight: 600; margin-bottom: 20px;}
.gd-dtl__content dl {margin-top: 40px;}
.gd-dtl__content dl dt {font-size: 18px; color: #02a35a; 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: 16px;}
	.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;}
	.gd-dtl__content h4 {font-size: 24px;}
	.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;}
	.gd-dtl__content h4 {font-size: 20px;}
	.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;}
}



/* greeting */
.greeting dt img {display: block; width: 100%;}
.greeting dd {text-align: center;}
.greeting dd h4 {display: inline-block; font-size: 35px; font-weight: 600; color: #02a35a; background: #fff; padding: 50px 140px; margin-top: -50px;}
.greeting dd h5 {font-size: 26px; font-weight: 500; line-height: 1.6; margin-bottom: 60px;}
.greeting dd p {font-size: 20px; line-height: 2.0; margin-bottom: 30px;}
.greeting dd p:last-child {margin-bottom: 0;}
.greeting dd p strong {font-weight: 600;}
.greeting dd h6 {font-size: 35px; font-weight: 600; margin-top: 60px;}
.greeting dd span {display: block; font-size: 18px; font-weight: 600; margin-top: 60px;}

@media screen and (max-width: 1280px) {
	.greeting dd h4 {font-size: 30px; padding: 40px 100px; margin-top: -30px;}
	.greeting dd h5 {font-size: 22px; margin-bottom: 40px;}
	.greeting dd p {font-size: 18px;}
	.greeting dd h6 {font-size: 26px;}
	.greeting dd span {font-size: 16px;}
}

@media screen and (max-width: 980px) {
	.greeting dd h4 {font-size: 24px; padding: 30px 80px;}
	.greeting dd h5 {font-size: 18px; margin-bottom: 30px;}
	.greeting dd p {font-size: 16px; margin-bottom: 20px;}
	.greeting dd h6 {font-size: 20px; margin-top: 30px;}
	.greeting dd span {font-size: 14px; margin-top: 30px;}
}

@media screen and (max-width: 768px) {
	.greeting dd h4 {font-size: 16px; padding: 20px 30px 30px; margin-top: -20px;}
	.greeting dd h5 {font-size: 14px;}
	.greeting dd p {font-size: 13px;}
	.greeting dd p br {display: none;}
	.greeting dd p strong {display: block;}
	.greeting dd h6 {font-size: 14px;}
	.greeting dd span {font-size: 13px;}
}



/* product */
.prdt {display: flex; flex-wrap: wrap; margin: -30px -20px;}
.prdt dl {width: 50%; padding: 30px 20px; display: flex; flex-direction: column;}
.prdt dl dt {flex-shrink: 0; display: flex; align-items: center; margin-right: 80px; height: 80px; padding-left: 40px; -webkit-border-radius: 0 40px 0 0; border-radius: 0 40px 0 0;}
.prdt dl dt strong {color: rgba(255,255,255,0.2); font-size: 50px; font-weight: 800;}
.prdt dl dt span {font-size: 24px; font-weight: 600; color: #fff; margin-left: 10px;}
.prdt dl dd {flex-grow: 1; padding: 30px; border: solid 1px #eee; display: flex; -webkit-border-radius: 0 60px 0 60px; border-radius: 0 60px 0 60px;}
.prdt dl dd ul {flex-grow: 1;}
.prdt dl dd ul li {font-size: 17px; font-weight: 500; display: flex; margin-bottom: 15px;}
.prdt dl dd ul li:last-child {margin-bottom: 0;}
.prdt dl dd ul li:before {content: ''; display: block; flex-shrink: 0; width: 4px; height: 4px; margin-right: 10px; margin-top: 10px; background: #000; -webkit-border-radius: 50%; border-radius: 50%;}
.prdt dl dd:after {content: ''; display: block; width: 110px; height: 110px; flex-shrink: 0; margin-left: 20px; align-self: flex-end;}

.prdt dl:nth-child(1) dt {background: #9ebb4c;}
.prdt dl:nth-child(2) dt {background: #5a9a87;}
.prdt dl:nth-child(3) dt {background: #00aae9;}
.prdt dl:nth-child(4) dt {background: #427aa5;}
.prdt dl:nth-child(5) dt {background: #526a7c;}
.prdt dl:nth-child(6) dt {background: #1b4385;}
.prdt dl:nth-child(1) dd {border-color: #9ebb4c;}
.prdt dl:nth-child(2) dd {border-color: #5a9a87;}
.prdt dl:nth-child(3) dd {border-color: #00aae9;}
.prdt dl:nth-child(4) dd {border-color: #427aa5;}
.prdt dl:nth-child(5) dd {border-color: #526a7c;}
.prdt dl:nth-child(6) dd {border-color: #1b4385;}
.prdt dl:nth-child(1) dd:after {background: url('/images/kor05r-18-0411/sub/product_1.png')no-repeat center center / cover;}
.prdt dl:nth-child(2) dd:after {background: url('/images/kor05r-18-0411/sub/product_2.png')no-repeat center center / cover;}
.prdt dl:nth-child(3) dd:after {background: url('/images/kor05r-18-0411/sub/product_3.png')no-repeat center center / cover;}
.prdt dl:nth-child(4) dd:after {background: url('/images/kor05r-18-0411/sub/product_4.png')no-repeat center center / cover;}
.prdt dl:nth-child(5) dd:after {background: url('/images/kor05r-18-0411/sub/product_5.png')no-repeat center center / cover;}
.prdt dl:nth-child(6) dd:after {background: url('/images/kor05r-18-0411/sub/product_6.png')no-repeat center center / cover;}

@media screen and (max-width: 1280px) {
	.prdt dl dt {margin-right: 60px; height: 60px; padding-left: 30px; -webkit-border-radius: 0 30px 0 0; border-radius: 0 30px 0 0;}
	.prdt dl dt strong {font-size: 40px;}
	.prdt dl dt span {font-size: 20px;}
	.prdt dl dd {padding: 20px; -webkit-border-radius: 0 40px 0 40px; border-radius: 0 40px 0 40px;}
	.prdt dl dd ul li {font-size: 15px; margin-bottom: 10px;}
	.prdt dl dd ul li:before {margin-top: 8px;}
	.prdt dl dd:after {width: 80px; height: 80px;}
}

@media screen and (max-width: 980px) {
	.prdt {margin: -20px -10px;}
	.prdt dl {padding: 20px 10px;}
	.prdt dl dt {margin-right: 30px; height: 50px; padding-left: 20px; -webkit-border-radius: 0 20px 0 0; border-radius: 0 20px 0 0;}
	.prdt dl dt strong {font-size: 30px;}
	.prdt dl dt span {font-size: 16px;}
	.prdt dl dd {padding: 15px; -webkit-border-radius: 0 30px 0 30px; border-radius: 0 30px 0 30px;}
	.prdt dl dd ul li {font-size: 13px;}
	.prdt dl dd ul li:before {margin-top: 7px; margin-right: 5px; width: 3px; height: 3px;}
	.prdt dl dd:after {width: 60px; height: 60px;}
}

@media screen and (max-width: 768px) {
	.prdt {margin: 0;}
	.prdt dl {padding: 0; width: 100%; margin-bottom: 30px;}
	.prdt dl:last-child {margin-bottom: 0;}
	.prdt dl dt {height: 40px; padding-left: 15px;}
	.prdt dl dt strong {font-size: 20px;}
	.prdt dl dt span {font-size: 14px;}
	.prdt dl dd {-webkit-border-radius: 0 20px 0 20px; border-radius: 0 20px 0 20px;}
}






