@charset"utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContainer {}
#subContents {position: relative; padding: 0 20px 140px; margin: 0 auto; max-width: 1240px; box-sizing: border-box;}
#commonContainer {padding: 10em 20px; width: 100%; max-width: 767px; margin: 0 auto;}
#commonContainer .sub-content {width: 100% !important;}

@media only screen and (max-width:1280px){
	#subContents {padding: 0 20px 120px;}
	#commonContainer {padding: 6em 20px;}
}

@media only screen and (max-width:980px){
	#commonContainer {padding: 4em 20px;}
}

@media only screen and (max-width: 767px){
	#subContents {padding: 0 20px 80px;}
	#commonContainer {padding: 2em 20px;}
}


/* Sub Visual (서브이미지)
------------------------------------------------------------------------------------------------------------------ ---------------------------------------- */
.sub-visual {height: 460px; padding-top: 120px; display: flex; align-items: center; justify-content: center; background: url(/images/kor05r-18-0411/sub/sub_visual_1.jpg)no-repeat center center / cover;}
.sub-visual h2,
.sub-visual strong {font-size: 40px; font-weight: 600; color: #fff;}
.sub-title {padding: 100px 0; text-align: center; font-size: 50px; font-weight: 600;}
.sub-title h3 {font-size: inherit;}
.sub-tab {display: flex; margin-bottom: 50px;}
.sub-tab li {border: solid 1px #dcdcdc;}
.sub-tab li:first-child:nth-last-child(1) {width: 100%;}
.sub-tab li:first-child:nth-last-child(2),
.sub-tab li:first-child:nth-last-child(2) ~ li {width: 50%;}
.sub-tab li:first-child:nth-last-child(3),
.sub-tab li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.sub-tab li:first-child:nth-last-child(4),
.sub-tab li:first-child:nth-last-child(4) ~ li {width: 25%;}
.sub-tab li:first-child:nth-last-child(5),
.sub-tab li:first-child:nth-last-child(5) ~ li {width: 20%;}
.sub-tab li a {height: 58px; font-size: 20px; font-weight: 500; color: #ababab; display: flex; align-items: center; justify-content: center; text-align: center;}
.sub-tab li.active a {background: #314c99; border-color: #314c99; color: #fff;}

@media only screen and (max-width:1400px){
	.sub-visual {padding-top: 80px;}
}

@media only screen and (max-width:1280px){
	.sub-visual {height: 380px;}
	.sub-visual h2,
	.sub-visual strong  {font-size: 30px;}
	.sub-title {padding: 80px 0; font-size: 40px;}
	.sub-tab li a {height: 50px; font-size: 18px;}
}

@media only screen and (max-width:980px){
	.sub-visual {height: 240px; padding-top: 0;}
	.sub-visual h2,
	.sub-visual strong  {font-size: 26px;}
	.sub-title {padding: 60px 0; font-size: 30px;}
	.sub-tab li a {height: 44px; font-size: 16px;}
}

@media only screen and (max-width:767px){
	.sub-visual {height: 120px;}
	.sub-visual h2,
	.sub-visual strong  {font-size: 20px;}
	.sub-title {padding: 40px 0; font-size: 20px;}
	.sub-tab {margin-bottom: 30px;}
	.sub-tab li a {height: 40px; font-size: 13px;}
}




/* 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__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;}

.cmt-title {font-size: 17px; font-weight: 700; margin-top: 30px; padding-bottom: 10px; border-bottom: solid 1px #444;}
.cmt-list {}
.cmt-list li {border-bottom: solid 1px #e5e5e5;}
.cmt-list li dl {padding: 15px 10px;}
.cmt-list li dl dt {font-weight: 400; font-size: 13px; display: flex; align-items: center;}
.cmt-list li dl dt strong {font-weight: 600; font-size: 15px; display: flex; align-items: center;}
.cmt-list li dl dt strong:after {content: ''; display: block; width: 1px; height: 12px; background: #aaa; margin: 0 10px;}
.cmt-list li dl dt a {display: block; margin-left: 10px;}
.cmt-list li dl dt a img {display: block;}
.cmt-list li dl dd {font-size: 14px; margin-top: 5px;}

.cmt-input {margin-bottom: 30px;}
.cmt-input dt {display: flex; align-items: center; padding: 10px 0;}
.cmt-input dt label {display: block; white-space: nowrap; font-size: 13px; font-weight: 500;}
.cmt-input dt span {font-size: 14px; font-weight: 600; color: #000; margin-left: 10px;}
.cmt-input dt input[readonly] {width: auto; background: none; border: none; color: #000; font-weight: 600; font-size: 14px;}
.cmt-input dd {display: flex;}
.cmt-input dd label {display: none;}
.cmt-input dd textarea {height: 100px; flex-grow: 1;}
.cmt-input dd button {width: 100px; background: #e5e5e5; font-size: 14px; font-weight: 500; border: solid 1px #ccc; border-left: none; display: flex; align-items: center; justify-content: center; flex-shrink: 0;}

@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;}

	.cmt-title {font-size: 15px;}
	.cmt-list li dl {padding: 10px 0;}
	.cmt-list li dl dt {font-size: 12px;}
	.cmt-list li dl dt strong {font-size: 13px;}
	.cmt-list li dl dt strong:after {height: 10px; margin: 0 6px;}
	.cmt-list li dl dd {font-size: 13px;}

	.cmt-input {margin-bottom: 20px;}
	.cmt-input dt label {font-size: 12px;}
	.cmt-input dt input[readonly] {font-size: 13px;}
	.cmt-input dd textarea {height: 80px;}
	.cmt-input dd button {width: 60px; font-size: 12px;}

}


.gallery-tab {display: flex; margin: 50px -5px;}
.gallery-tab li {padding: 0 5px;}
.gallery-tab li:first-child:nth-last-child(1) {width: 100%;}
.gallery-tab li:first-child:nth-last-child(2),
.gallery-tab li:first-child:nth-last-child(2) ~ li {width: 50%;}
.gallery-tab li:first-child:nth-last-child(3),
.gallery-tab li:first-child:nth-last-child(3) ~ li {width: 33.3333%;}
.gallery-tab li:first-child:nth-last-child(4),
.gallery-tab li:first-child:nth-last-child(4) ~ li {width: 25%;}
.gallery-tab li:first-child:nth-last-child(5),
.gallery-tab li:first-child:nth-last-child(5) ~ li {width: 20%;}
.gallery-tab li a {display: flex; align-items: center; justify-content: center; text-align: center; background: #f3f4f7; height: 50px; -webkit-border-radius: 30px; border-radius: 30px;}
.gallery-tab li a.active {background: #a0ce62; color: #fff;}
.gallery-tab li a br {display: none;}

.gallery-list {display: flex; flex-wrap: wrap; margin: -25px -20px; padding-top: 10px;}
.gallery-list > li {padding: 25px 20px; width: 25%;}
.gallery-list > li a {display: block;}
.gallery-list > li a em {display: block; padding-bottom: 70.4%; border: solid 1px #f2f2f2;}
.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 a span {display: block; font-size: 14px; color: #6c6c6c; text-align: center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.gallery-list > li a ul li {font-size: 16px; margin-bottom: 10px; position: relative; padding-left: 10px;}
.gallery-list > li a ul li:last-child {margin-bottom: 0;}
.gallery-list > li a ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 50%; margin-top: -2px; -webkit-border-radius: 50%; border-radius: 50%;}
.gallery-list > li a ul li strong {font-weight: 600;}
.gallery-list > li.none {text-align: center; padding: 30px; width: 100%;}

@media only screen and (max-width:1280px) {
	.gallery-tab {margin: 30px -5px;}
	.gallery-tab li a {height: 40px; font-size: 14px;}
	.gallery-list > li a p {font-size: 18px; padding: 15px 0;}
	.gallery-list > li a ul li {font-size: 14px; margin-bottom: 5px;}
}

@media only screen and (max-width:980px) {
	.gallery-list {margin: -25px -10px;}
	.gallery-list > li {padding: 25px 10px; width: 33.3333%;}
	.gallery-list > li a p {font-size: 14px; padding: 10px 0;}
	.gallery-list > li a ul li {font-size: 12px; margin-bottom: 2px;}
}

@media only screen and (max-width:768px) {
	.gallery-tab {margin: 20px -5px;}
	.gallery-tab li a {font-size: 12px; padding: 0 5px;}
	.gallery-tab li a br {display: block;}
	.gallery-list {margin: -10px -5px;}
	.gallery-list > li {padding: 10px 5px; width: 50%;}
	.gallery-list > li a p {font-size: 13px; padding: 10px 0;}
	.gallery-list > li a span {font-size: 11px;}
}




/* 고객서비스 */
.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%;}
.numb {display: flex; align-items: center;}
.numb input {width: 100px;}
.numb:after {content: '대'; margin-left: 5px;}

.rsm-info {font-size: 16px; color: #304c99; font-weight: 600; 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;}
.rsm-table th label {font-weight: 500;}
.rsm-table th span {color: #e40020; margin-left: 5px;}
.rsm-content {height: 340px;}
.rsm-submit {margin-top: 50px;}
.rsm-submit a,
.rsm-submit button {width: 200px; height: 70px; line-height: 70px; background: #304c99; color: #fff; font-size: 22px; font-weight: 600; margin: 0 auto; border: none; display: flex; align-items: center; justify-content: center;}

@media screen and (max-width: 1220px) {
	.rsm-agree {padding-top: 30px !important;}
}

@media screen and (max-width: 980px) {
	.rsm-info {font-size: 14px;}
	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: 140px; height: 60px; line-height: 60px; font-size: 16px;}
}

@media screen and (max-width: 768px) {
	.rsm-info {font-size: 12px;}
	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; line-height: 50px; font-size: 14px;}
}



/* 회사소개 */
.cpny-top {display: flex;}
.cpny-main {width: 360px; flex-shrink: 0; display: flex; justify-content: flex-end;}
.cpny-main img {display: block; max-width: none;}
.cpny-intro {flex-grow: 1; padding-left: 140px;}
.cpny-intro h4 {font-size: 40px; font-weight: 400; line-height: 1.4;}
.cpny-intro h4 strong {display: block; color: #304c99; font-size: 50px; font-weight: 800;}
.cpny-intro h5 {margin-top: 70px; margin-bottom: 20px; font-size: 22px; font-weight: 600; color: #56a949;}
.cpny-intro p {font-size: 18px;}

.cpny-text {margin-top: 60px; font-size: 18px;}
.cpny-img {margin-top: 140px;}
.cpny-img img {display: block; max-width: 100%; margin: 0 auto;}
.cpny-img dt {}
.cpny-img dd {margin-top: 30px;}

.hsty {margin-top: 30px; padding-top: 80px; position: relative;}
.hsty:before {content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #dadada;}
.hsty:after {content: ''; display: block; width: 15px; height: 15px; background: #304c99; border: solid 4px #dadada; position: absolute; left: 50%; top: 0; margin-left: -7px; -webkit-border-radius: 50%; border-radius: 50%;}
.hsty-cont {margin-bottom: 40px; padding-left: 50%;}
.hsty-cont:last-child {margin-bottom: 0;}
.hsty-cont h4 {font-size: 40px; padding-left: 30px; font-weight: 600; color: #304c99; margin-bottom: 30px; position: relative;}
.hsty-cont h4:before {content: ''; display: block; width: 7px; height: 7px; background: #bcbcbc; position: absolute; top: 50%; margin-top: -2px; left: -3px; -webkit-border-radius: 50%; border-radius: 50%;}
.hsty-cont dl {margin-bottom: 10px; display: flex; padding-left: 30px;}
.hsty-cont dl:last-child {margin-bottom: 0;}
.hsty-cont dl dt {flex-shrink: 0; width: 50px; font-weight: 600;}
.hsty-cont dl dd {flex-grow: 1;}
.hsty-cont:nth-child(odd) {padding-left: 0; padding-right: 50%; text-align: right;}
.hsty-cont:nth-child(odd) h4 {padding-left: 0; padding-right: 30px;}
.hsty-cont:nth-child(odd) h4:before {left: auto; right: -4px;}
.hsty-cont:nth-child(odd) dl {padding-right: 30px;}
.hsty-cont:nth-child(odd) dl dt {order: 1;}
.hsty-cont:nth-child(odd) dl dd {}

.cpny-summary {margin-top: 100px;}
.cpny-summary dt {font-size: 30px; font-weight: 500; text-align: center;}
.cpny-summary dt span {color: #1a7bd0; font-weight: 800;}
.cpny-summary dd {margin-top: 30px; background: #f9f9f9; padding: 40px 50px;}
.cpny-summary dd ul {}
.cpny-summary dd ul li {border-bottom: dashed 1px #e0e0e0; padding: 25px 0; display: flex; align-items: center;}
.cpny-summary dd ul li:last-child {border-bottom: none;}
.cpny-summary dd ul li strong {font-size: 40px; color: #1a7bd0; font-weight: 600; flex-shrink: 0; margin-right: 40px;}
.cpny-summary dd ul li p {font-size: 20px; font-weight: 500; position: relative; padding-left: 10px; flex-grow: 1;}
.cpny-summary dd ul li p:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 14px; -webkit-border-radius: 50%; border-radius: 50%;}


@media screen and (max-width: 1220px) {
	.cpny-main img {max-width: 640px;}
	.cpny-intro {padding-left: 60px;}
	.cpny-intro h4 {font-size: 34px;}
	.cpny-intro h4 strong {font-size: 40px;}
	.cpny-intro h5 {margin-top: 50px; margin-bottom: 15px; font-size: 20px;}
	.cpny-intro p {font-size: 16px;}
	.cpny-text {font-size: 16px;}
	.cpny-img {margin-top: 80px;}
	.cpny-summary dd ul li strong {font-size: 30px; margin-right: 30px;}
	.cpny-summary dd ul li p {font-size: 16px;}
	.cpny-summary dd ul li p:before {top: 10px;}
}

@media screen and (max-width: 980px) {
	.cpny-top {display: block;}
	.cpny-main {width: 100%; justify-content: center;}
	.cpny-main img {max-width: 100%;}
	.cpny-intro {padding-left: 0; margin-top: 60px;}
}

@media screen and (max-width: 768px) {
	.cpny-intro {margin-top: 30px;}
	.cpny-intro h4 {font-size: 16px;}
	.cpny-intro h4 strong {font-size: 34px;}
	.cpny-intro h5 {margin-top: 30px; margin-bottom: 10px; font-size: 16px;}
	.cpny-intro p {font-size: 14px;}
	.cpny-text {font-size: 14px; margin-top: 30px;}
	.cpny-img {margin-top: 60px;}
	.cpny-img dt img {max-width: 50%;}
	.cpny-img dd {margin: 15px -20px 0;}

	.hsty {padding-top: 30px;}
	.hsty:before {left: 0;}
	.hsty:after {left: 0;}
	.hsty-cont {margin-bottom: 30px; padding-left: 0;}
	.hsty-cont h4 {font-size: 30px; padding-left: 20px; margin-bottom: 10px;}
	.hsty-cont dl {padding-left: 20px; font-size: 14px;}
	.hsty-cont dl dt {width: 40px;}
	.hsty-cont:nth-child(odd) {padding-left: 0; padding-right: 0; text-align: left;}
	.hsty-cont:nth-child(odd) h4 {padding-left: 20px; padding-right: 0;}
	.hsty-cont:nth-child(odd) h4:before {left: -3px; right: auto;}
	.hsty-cont:nth-child(odd) dl {padding-left: 20px; padding-right: 0;}
	.hsty-cont:nth-child(odd) dl dt {order: 0;}


	.cpny-summary {margin-top: 60px;}
	.cpny-summary dt {font-size: 20px;}
	.cpny-summary dd {margin-top: 20px; padding: 10px 20px;}
	.cpny-summary dd ul li {padding: 15px 0;}
	.cpny-summary dd ul li strong {font-size: 22px; margin-right: 20px;}
	.cpny-summary dd ul li p {font-size: 14px; padding-left: 10px;}
	.cpny-summary dd ul li p:before {top: 8px;}


}



/* 지게차 */
.cnt-main {display: block; width: 100%;}
.cnt-btn {margin-top: 30px; margin-left: -5px; margin-right: -5px; display: flex; justify-content: center;}
.cnt-btn li {max-width: 50%; padding: 0 5px;}
.cnt-btn li a {width: 330px; height: 60px; color: #fff; font-weight: 600; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 10px; border-radius: 10px;}
.cnt-btn li a.cnt-pdf {background: #3cb3ff;}
.cnt-btn li a.cnt-pdf:after {content: ''; display: block; margin-left: 20px; width: 20px; height: 20px; background: url('/images/kor05r-18-0411/sub/counter_download.png')no-repeat center center / cover;}
.cnt-btn li a.cnt-link {background: #00c5e2;}

.cnt-title {font-size: 35px; font-weight: 700; margin-top: 100px;}
.cnt-title2 {font-size: 22px; font-weight: 600; color: #314c99; margin-top: 50px;}
.cnt-title2.sm {font-size: 20px;}
.cnt-title3 {font-size: 18px; font-weight: 600; margin-bottom: 15px;}
.cnt-title3.mt {margin-top: 60px;}
.cnt-title3 strong {display: block; font-size: 22px; margin-top: 5px;}
.cnt-text {font-size: 16px; margin-top: 15px;}
.cnt-title2 + .cnt-text {font-size: 18px;}
.cnt-title2 + .cnt-dots {margin-top: 20px;}
.cnt-title2 + .cnt-title3 {margin-top: 20px;}
.cnt-dots {}
.cnt-dots li {font-size: 18px; margin-bottom: 5px; position: relative; padding-left: 10px;}
.cnt-dots li:last-child {margin-bottom: 0;}
.cnt-dots li:before {content: ''; display: block; width: 3px; height: 3px; background: #333; position: absolute; left: 0; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}
.cnt-dots.gry {background: #f6f6f6; padding: 25px 30px;}
.cnt-dots.row {margin-left: 0; margin-right: 0; margin-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.cnt-dots.row li {margin-bottom: 0;}
.cnt-dots.half {display: flex; flex-wrap: wrap; padding: 25px;}
.cnt-dots.half li {width: 50%; padding: 0 10px;}
.cnt-half {display: flex; flex-wrap: wrap; margin: 0 -30px; padding-top: 30px;}
.cnt-half > div {width: 50%; padding: 0 30px;}
.cnt-half + .cnt-half {margin-top: 60px;}
.cnt-half.third {}
.cnt-half.third > div {width: 33.3333%;}
.cnt-half.third > div.col2 {width: 66.6666%;}
.cnt-half.third .cnt-title3 {margin-top: 15px;}
.cnt-half.mt {margin-top: 20px;}
.cnt-half > div.flex-end {display: flex; justify-content: flex-end;}

.cnt-img {}
.cnt-img.brd {border: solid 1px #dcdcdc;}
.cnt-img.pd {padding: 40px;}
.cnt-img.half {display: flex;}
.cnt-img.half > div {width: 50%; padding: 0 20px;}
.cnt-img.half.pd {padding: 40px 20px;}
.cnt-img.flex-end {display: flex; justify-content: flex-end;}
.cnt-img img {display: block; margin: 0 auto; max-width: 100%;}

span.blu {color: #0072ca;}
span.bk {color: #000;}
span.sky {color: #6698c3;}
span.wh {color: #fff;}
.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mt30 {margin-top: 30px;}
.pt0 {padding-top: 0 !important;}

.cnt-point {margin-top: 60px; margin-bottom: 30px; display: flex;}
.cnt-point dt {flex-shrink: 0; margin-right: 50px;}
.cnt-point dt img {display: block;}
.cnt-point dd {flex-grow: 1;}

.cnt-option {margin-top: 30px;}
.cnt-option.mt {margin-top: 60px;}
.cnt-option > dt {display: flex; margin-bottom: 30px; align-items: center;}
.cnt-option > dt span {width: 70px; height: 20px; margin-left: 10px; line-height: 1.0; background: #ff7200; color: #fff; font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.cnt-option > dd {display: flex; margin-bottom: 10px;}
.cnt-option > dd:last-child {margin-bottom: 0;}
.cnt-option > dd em {flex-shrink: 0; margin-right: 10px; width: 26px; height: 26px; background: #6698c3; color: #fff; position: relative; font-size: 11px; font-weight: 600; font-style: normal; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 20px; border-radius: 20px;}
.cnt-option > dd em:before {content: ''; display: block; position: absolute; left: 4px; right: 4px; top: 4px; bottom: 4px; border: solid 1px #fff; -webkit-border-radius: 20px; border-radius: 20px;}
.cnt-option > dd > div {flex-grow: 1;}
.cnt-option > dd .cnt-img {display: inline-block; margin-top: 20px; margin-bottom: 30px;}

.cnt1-option1 {display: flex;}
.cnt1-option1 dl {flex-grow: 1;}
.cnt1-option1 .cnt-img {flex-shrink: 0; order: 2;}

.cnt1-option2 {display: flex; margin-top: 30px;}
.cnt1-option2 > div {flex-grow: 1;}
.cnt1-option2 .cnt-img {flex-shrink: 0; order: 2;}

.cnt2-option1 {display: flex;}
.cnt2-option1 > div {flex-grow: 1;}
.cnt2-option1 .cnt-img {flex-shrink: 0; order: 2;}

.cnt-warn {padding: 50px 40px; margin-top: 60px; background: #1a1919;}
.cnt-warn img {}
.cnt-warn h5 {color: #eeea76;}
.cnt-warn p {color: #fff;}

.cnt-spec {}
.cnt-spec .cnt-title2 {margin-top: 20px;}
.cnt-spec .cnt-dots {margin-top: 10px;}

.cnt-step {display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.cnt-step dt {flex-shrink: 0; width: 60px; font-size: 100px; font-weight: 900; color: #e9e9e9; line-height: 1.0;}
.cnt-step dd {flex-grow: 1; width: calc(100% - 60px);}
.cnt-step dd ul {display: flex; margin: 0 -3px; align-items: center;}
.cnt-step dd ul li {width: 25%; padding: 0 3px; display: flex; align-items: center; justify-content: center; text-align: center;}
.cnt-step dd ul li.col2 {width: 50%;}
.cnt-step dd.desc {width: 100%; padding-left: 60px; text-align: center; margin-top: 20px;}
.cnt-step:last-child {margin-bottom: 0;}

.cnt-intr {margin-top: 60px;}
.cnt-intr dl {display: flex;}
.cnt-intr dl dt {flex-shrink: 0; margin-right: 50px;}
.cnt-intr dl dd {flex-grow: 1;}

.cnt-dtl {background: #f6f6f6; padding: 25px; margin-top: 30px;}
.cnt-dtl h5 {margin-top: 25px;}
.cnt-dtl h5:first-child {margin-top: 0;}
.cnt-dtl p {margin-top: 10px;}

.cnt-dotted {margin-top: 25px;}
.cnt-dotted li {padding: 0 30px; margin-bottom: 10px; height: 95px; border: dotted 2px #222; display: flex; justify-content: center; flex-direction: column;}
.cnt-dotted li:last-child {margin-bottom: 0;}
.cnt-dotted li h6 {margin-bottom: 0;}
.cnt-dotted li p {margin-top: 10px;}

.cnt-dsp {padding: 40px; margin-top: 50px; border: solid 1px #bfbfbf;}
.cnt-dsp img {display: block; max-width: 100%; margin: 0 auto;}
.cnt-dsp p {text-align: center; margin-top: 40px; font-size: 20px; font-weight: 500;}
.cnt-dspst {margin-top: 50px;}
.cnt-dspst li {margin-bottom: 10px; display: flex; align-items: center;}
.cnt-dspst li:last-child {margin-bottom: 0;}
.cnt-dspst li .cnt-img {display: block; flex-shrink: 0; margin-right: 30px;}
.cnt-dspst li .cnt-text {flex-grow: 1; margin-top: 0;}

.cnt-charge {margin-top: 20px; position: relative; padding-right: 30%;}
.cnt-charge dt {position: absolute; right: 0; bottom: 0;}
.cnt-charge dd h6 {line-height: 1.6;}

.cnt-auto {text-align: center; background: #314c99; padding: 30px; margin: 50px 0;}
.cnt-auto h5 {margin-top: 0;}

.cnt-light {display: flex; align-items: center; margin: 0 -5px; padding-top: 20px;}
.cnt-light li {flex: auto; padding: 0 5px; display: flex; height: 100%; flex-direction: column;}
.cnt-light li div {flex-grow: 1;}
.cnt-light li p {flex-shrink: 0; text-align: center;}


@media screen and (max-width: 1220px) {
	.cnt-title {font-size: 30px; margin-top: 80px;}
	.cnt-title2 {font-size: 20px; margin-top: 30px;}
	.cnt-title2.sm {font-size: 18px;}
	.cnt-title3 {font-size: 16px; margin-bottom: 10px;}
	.cnt-title3 strong {font-size: 18px;}
	.cnt-title3.mt {margin-top: 50px;}
	.cnt-text {font-size: 15px; margin-top: 10px;}
	.cnt-title2 + .cnt-text {font-size: 15px;}
	.cnt-title2 + .cnt-dots {margin-top: 10px;}
	.cnt-title2 + .cnt-title3 {margin-top: 10px;}
	.cnt-dots li {font-size: 15px; margin-bottom: 0;}
	.cnt-dots li:before {top: 9px;}
	.cnt-dots.gry {padding: 20px;}
	.cnt-dots.row {margin-top: 10px;}
	.cnt-half {margin: 0 -15px; padding-top: 20px;}
	.cnt-half > div {padding: 0 15px;}
	.cnt-half + .cnt-half {margin-top: 40px;}
	.cnt-half.third .cnt-title3 {margin-top: 10px;}
	.cnt-option.mt {margin-top: 50px;}
	.cnt-option > dd {font-size: 15px;}
	.cnt-option > dd em {margin-top: -3px;}
	.cnt-step dd {font-size: 15px;}
	.cnt-intr dl dt {width: 50%; margin-right: 30px;}

	.cnt-dotted {margin-top: 20px;}
	.cnt-dotted li {padding: 0 15px; height: 80px;}
	.cnt-dotted li p {margin-top: 5px;}

	.cnt-dsp {padding: 30px; margin-top: 30px;}
	.cnt-dsp p {margin-top: 30px; font-size: 18px;}



}

@media screen and (max-width: 980px) {
	.cnt-title {font-size: 26px; margin-top: 60px;}
	.cnt-title2 {font-size: 18px; margin-top: 20px;}
	.cnt-title2.sm {font-size: 16px;}
	.cnt-title3 {font-size: 15px;}
	.cnt-title3 strong {font-size: 17px;}
	.cnt-title3.mt {margin-top: 40px;}
	.cnt-text {font-size: 14px;}
	.cnt-title2 + .cnt-text {font-size: 14px;}
	.cnt-dots li {font-size: 14px;}
	.cnt-dots li:before {top: 8px;}
	.cnt-dots.gry {padding: 15px;}
	.cnt-half {margin: 0 -10px;}
	.cnt-half > div {padding: 0 10px;}
	.cnt-half + .cnt-half {margin-top: 20px;}
	.cnt-option.mt {margin-top: 40px;}
	.cnt-option > dd {font-size: 14px;}
	.cnt1-option1 .cnt-img {width: 50%;}
	.cnt1-option2 .cnt-img {width: 50%;}
	.cnt2-option1 .cnt-img {width: 50%;}
	.cnt-step dd {font-size: 14px;}
	.cnt-step dd ul li.col2 {width: 75%;}
	.cnt-intr dl dt {margin-right: 20px;}

	.cnt-dtl {padding: 15px; margin-top: 20px;}
	.cnt-dtl h5 {margin-top: 15px;}

	.cnt-dotted {margin-top: 20px;}
	.cnt-dotted li {display: block; padding: 15px; height: auto;}
	.cnt-dotted li p {margin-top: 5px;}

	.cnt-dsp {padding: 20px; margin-top: 20px;}
	.cnt-dsp p {margin-top: 20px; font-size: 15px;}	
	.cnt-dspst {margin-top: 30px;}
	.cnt-dspst li .cnt-img {margin-right: 20px; width: 180px;}

	.cnt-auto {padding: 20px; margin: 30px 0;}


}

@media screen and (max-width: 768px) {
	.cnt-btn {margin-top: 20px; margin-left: -3px; margin-right: -3px;}
	.cnt-btn li {width: 50%; padding: 0 3px;}
	.cnt-btn li a {width: 100%; height: 46px; font-size: 14px;}
	.cnt-btn li a.cnt-pdf span {display: none;}
	.cnt-btn li a.cnt-pdf:after {margin-left: 5px; width: 16px; height: 16px;}

	.cnt-title {font-size: 22px;}
	.cnt-title2 {font-size: 15px; margin-top: 15px;}
	.cnt-title2.sm {font-size: 14px;}
	.cnt-title3 {font-size: 14px;}
	.cnt-title3 strong {font-size: 16px; margin-top: 3px;}
	.cnt-title3.mt {margin-top: 30px;}
	.cnt-text {font-size: 13px;}
	.cnt-title2 + .cnt-text {font-size: 13px;}
	.cnt-dots li {font-size: 13px;}
	.cnt-dots.row {display: block;}
	.cnt-dots.half {display: block; padding: 15px;}
	.cnt-dots.half li {width: 100%; padding-right: 0;}

	.cnt-half {margin: 0; display: block; padding-top: 30px;}
	.cnt-half > div {width: 100%; padding: 0; margin-bottom: 30px;}
	.cnt-half > div:last-child {margin-bottom: 0;}
	.cnt-half.third > div {width: 100%;}
	.cnt-half.third > div.col2 {width: 100%;}
	.cnt-half + .cnt-half {margin-top: 0;}
	.cnt-title + .cnt-half {padding-top: 15px;}
	.cnt-half > div.flex-end {display: block;}

	.cnt-img.pd {padding: 20px 15px;}
	.cnt-img.half {display: block;}
	.cnt-img.half > div {width: 100%; padding: 0; margin-bottom: 20px;}
	.cnt-img.half > div:last-child {margin-bottom: 0;}
	.cnt-img.half.pd {padding: 30px 15px;}


	.cnt-point {display: block; margin-top: 30px; margin-bottom: 15px;}
	.cnt-point dt {margin-right: 0;}
	.cnt-point dt img {width: 80px;}
	.cnt-point dd {margin-top: 15px;}
	
	.cnt-option.mt {margin-top: 30px;}
	.cnt-option > dd {font-size: 13px;}
	.cnt-option > dd .cnt-img {margin-top: 10px; margin-bottom: 0;}
	.cnt1-option1 {display: block; margin-top: 30px;}
	.cnt1-option1 .cnt-img {width: 100%;}
	.cnt1-option2 {display: block;}
	.cnt1-option2 .cnt-img {width: 100%;}
	.cnt2-option1 {display: block;}
	.cnt2-option1 .cnt-img {width: 100%;}

	.cnt-warn {padding: 20px 15px; margin-top: 30px;}

	.cnt-step {margin-bottom: 20px;}
	.cnt-step dt {width: 50px; font-size: 60px;}
	.cnt-step dd {width: calc(100% - 50px); font-size: 12px;}
	.cnt-step dd ul {margin: -3px; flex-wrap: wrap;}
	.cnt-step dd ul li {width: 50%; padding: 3px;}
	.cnt-step dd ul li.col2 {width: 50%;}
	.cnt-step dd.desc {padding-left: 50px; margin-top: 10px;}

	.cnt-intr {margin-top: 20px;}
	.cnt-intr dl {display: block;}
	.cnt-intr dl dt {width: 100%; margin-right: 0;}
	.cnt-intr dl dd {margin-top: 10px;}

	.cnt-dotted {margin-top: 15px;}
	.cnt-dotted li {padding: 10px; border-width: 1px; margin-bottom: 5px;}
	.cnt-dotted li p {margin-top: 3px;}

	.cnt-dsp {padding: 15px; margin-top: 15px;}
	.cnt-dsp p {margin-top: 15px; font-size: 12px;}	
	.cnt-dspst {margin-top: 20px;}
	.cnt-dspst li .cnt-img {margin-right: 15px; width: 100px;}

	.cnt-charge {margin-top: 10px; padding-right: 0;}
	.cnt-charge dt {display: none;}

	.cnt-auto {padding: 15px; margin: 20px 0; text-align: left;}
	.cnt-auto h5 {margin-top: 0;}

	.cnt-light {margin: 0 ; padding-top: 15px; display: block;}
	.cnt-light li {padding: 0; margin-bottom: 10px;}
	.cnt-light li:last-child {margin-bottom: 0;}


}




.rch-award {display: flex; padding: 30px; background: #314c99; margin-top: 30px; align-items: center;}
.rch-award dt {flex-shrink: 0; margin-right: 60px;}
.rch-award dt img {display: block;}
.rch-award dd {color: #fff; flex-grow: 1;}
.rch-award dd h5 {color: #fff; margin-top: 0;}

.rch1-option1 {display: flex; margin-top: 30px;}
.rch1-option1 > dl {flex-grow: 1;}
.rch1-option1 > .cnt-img {flex-shrink: 0; order: 2; margin-top: 30px; padding-left: 30px;}
.rch1-option2 {display: flex; align-items: center;}
.rch1-option2 dt {flex-shrink: 0; margin-right: 50px;}
.rch1-option2 dd {flex-grow: 1;}
.rch1-option3 {display: flex; justify-content: space-between; margin: 0 -30px; padding-top: 30px;}
.rch1-option3 li {padding: 0 30px;}
.rch1-option3 li img {display: block;}
.rch1-option4 {display: flex; margin-top: 60px;}
.rch1-option4 > dl {flex-grow: 1; margin-top: 0;}
.rch1-option4 > .cnt-img {width: 45%; flex-shrink: 0; order: 2; padding-left: 60px;}

.rch-sppt {display: flex; margin-top: 100px;}
.rch-sppt > div {width: 50%;}
.rch-sppt > div:last-child {display: flex; justify-content: flex-end;}
.rch-sppt h4 {margin-top: 0;}
.rch-sppt .cnt-img {display: inline-block;}

.rch-four {margin-top: 60px;}
.rch-four dd ul {display: flex; justify-content: space-between; margin: 0 -10px;}
.rch-four dd ul li {padding: 0 10px;}
.rch-four dd ul li p {text-align: center;}

.rch-easy {display: flex; margin: 0 -60px; padding-top: 60px;}
.rch-easy li {width: 33.3333%; padding: 0 60px; text-align: center;}
.rch-easy li h6 {margin-top: 30px;}

.rch-series {text-align: center; font-weight: 600; font-size: 30px; margin-top: 60px; margin-bottom: 20px;}
.rch-series span {font-size: 40px; color: #3cb3ff;}

.rch-type {margin: 0 -40px; display: flex; padding-top: 60px;}
.rch-type li {padding: 0 40px; text-align: center; position: relative;}
.rch-type li em {display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; font-style: normal; background: #3879b0; color: #fff; font-size: 25px; font-weight: 600; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; top: -30px; left: 10px;}
.rch-type li h6 {margin-top: 20px;}

.cnt-half.flow > div {position: relative; text-align: center;}
.cnt-half.flow > div:after {content: ''; display: block; position: absolute; left: 100%; top: 50%; margin-left: -10px; margin-top: -20px; width: 0px; height: 0px; border-style: solid; border-width: 20px 0 20px 20px; border-color: transparent transparent transparent #4c4c4c; transform: rotate(0deg);}
.cnt-half.flow > div:last-child:after {display: none;}

.rch-option h6 {margin-top: 20px; text-align: center;}
.rch-spec {position: relative; padding-bottom: 40px;}
.rch-spec.bg:before {content: ''; display: block; background: #e4eef2; position: absolute; top: 0; bottom: 0; left: -100%; right: -100%;}
.rch-spec > div {position: relative; text-align: center;}
.rch-spec h6 {margin-bottom: 0; margin-top: 20px;}
.rch-spec p {margin-top: 0; font-size: 22px;}

.rch-opt {display: flex; flex-wrap: wrap; margin: 0 -10px; padding-top: 20px;}
.rch-opt li {width: 25%; padding: 0 10px;}
.rch-opt li h5 {margin-bottom: 20px;}
.rch-opt li h6 {margin-top: 20px;}

@media screen and (max-width: 1220px) {
	.rch-award dt {margin-right: 30px;}
	.rch1-option2 dt {margin-right: 30px;}
	.rch1-option3 {margin: 0 -15px; padding-top: 20px;}
	.rch1-option3 li {padding: 0 15px;}

	.rch-sppt {margin-top: 80px;}

	.rch-easy {margin: 0 -30px;}
	.rch-easy li {padding: 0 30px;}
	.rch-easy li h6 {margin-top: 20px;}

	.rch-series {font-size: 24px;}
	.rch-series span {font-size: 30px;}

	.rch-type {margin: 0 -20px;}
	.rch-type li {padding: 0 20px;}
	.rch-type li em {width: 40px; height: 40px; font-size: 20px; top: -20px; left: 10px;}
	.rch-type li h6 {margin-top: 10px;}

	.rch-spec {padding-bottom: 40px;}
	.rch-spec p {font-size: 18px;}


}

@media screen and (max-width: 980px) {
	.rch1-option1 > .cnt-img {width: 30%;}
	.rch1-option2 dt {width: 40%;}
	.rch1-option3 {margin: 0 -10px; padding-top: 15px;}
	.rch1-option3 li {padding: 0 10px;}
	.rch1-option4 > .cnt-img {padding-left: 30px;}

	.rch-sppt {margin-top: 60px;}

	.rch-four {margin-top: 40px;}
	.rch-four dd ul {margin: 0 -5px;}
	.rch-four dd ul li {padding: 0 5px;}

	.rch-easy {margin: 0 -20px; padding-top: 30px;}
	.rch-easy li {padding: 0 20px;}
	.rch-easy li h6 {margin-top: 15px;}

	.rch-series {font-size: 18px; margin-top: 40px; margin-bottom: 15px;}
	.rch-series span {font-size: 24px;}

	.rch-type {margin: 0 -10px;}
	.rch-type li {padding: 0 10px;}
	.rch-type li em {width: 30px; height: 30px; font-size: 14px; top: -15px; left: 0;}

}

@media screen and (max-width: 768px) {
	.rch-award {display: block;}
	.rch-award dt {margin-right: 0; margin-bottom: 20px;}
	.rch-award dt img {margin: 0 auto; width: 100px;}

	.rch1-option1 {display: block; margin-top: 30px;}
	.rch1-option1 > .cnt-img {width: 100%; padding-left: 0;}
	.rch1-option2 {display: block;}
	.rch1-option2 dt {width: 100%; margin-right: 0;}
	.rch1-option2 dt .cnt-img {display: block;}
	.rch1-option2 dt .cnt-img img {width: 100%;}
	.rch1-option2 dd {margin-top: 15px;}
	.rch1-option3 {margin: 0 -5px; padding-top: 10px;}
	.rch1-option3 li {padding: 0 5px;}

	.rch1-option4 {display: block; margin-top: 30px;}
	.rch1-option4 > dl {margin-top: 15px;}
	.rch1-option4 > .cnt-img {width: 100%; padding-left: 36px;}

	.rch-sppt {display: block;}
	.rch-sppt > div {width: 100%;}
	.rch-sppt > div:last-child {display: block; margin-top: 30px;}
	.rch-sppt .cnt-img {display: block;}

	.rch-four {margin-top: 30px;}
	.rch-four dd ul {margin: -5px; flex-wrap: wrap;}
	.rch-four dd ul li {width: 50%; padding: 5px;}
	.rch-four dd ul li p {font-size: 12px;}

	.rch-easy {display: block; margin: 0; padding-top: 20px;}
	.rch-easy li {width: 100%; padding: 0 25%; margin-bottom: 30px;}
	.rch-easy li h6 {margin-top: 10px;}

	.rch-series {font-size: 13px; margin-top: 30px; margin-bottom: 10px;}
	.rch-series span {font-size: 16px;}

	.rch-type {display: block; margin: 0;}
	.rch-type li {width: 100%; padding: 0; margin-bottom: 30px;}
	.rch-type li:last-child {margin-bottom: 0;}

	.cnt-half.flow > div {margin-bottom: 60px;}
	.cnt-half.flow > div:last-child {margin-bottom: 0;}
	.cnt-half.flow > div:after {left: 50%; top: 100%; margin-top: 10px; transform: rotate(90deg);}
	.cnt-half.flow .cnt-img {border: solid 1px #dcdcdc;}

	.rch-option h6 {margin-top: 10px;}

	.rch-spec {padding-bottom: 30px; margin-top: 30px !important;}
	.rch-spec p {font-size: 14px;}

	.rch-opt {margin: -10px -5px; padding-top: 10px;}
	.rch-opt li {width: 50%; padding: 10px 5px;}
	.rch-opt li h5 {margin-bottom: 10px;}
	.rch-opt li h6 {margin-top: 10px;}
	.rch-opt li p {margin-top: 5px;}

}










